| Submitter | Mark Hatle |
|---|---|
| Date | Sept. 7, 2012, 10:05 p.m. |
| Message ID | <cover.1347055413.git.mark.hatle@windriver.com> |
| Download | mbox |
| Permalink | /patch/36145/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib mhatle/comp_installComments
On 09/07/2012 03:05 PM, Mark Hatle wrote: > This is one bug fix and one enhancement to the complementary install. > > We have a use where we would like to call the complementary install directly > with a set of parameters, the enhancement allows us to do this. > > The bug fix is specific to the implementation within the RPM rootfs generation. > Without the fix, a suboptimal installation is generated and performed. > > The following changes since commit 0de1827a9601143b090f751ea702fdb65a936b77: > > classes/mirrors: remove bogus gnutls mirror (2012-09-07 14:51:10 +0100) > > are available in the git repository at: > git://git.yoctoproject.org/poky-contrib mhatle/comp_install > http://git.yoctoproject.org/cgit.cgi//log/?h=mhatle/comp_install > > Mark Hatle (2): > image.bbclass: Enable the complementary install to be called w/ > globbing params > package_rpm.bbclass: Avoid unnecessary installs in complementary pass > > meta/classes/image.bbclass | 4 +++- > meta/classes/package_rpm.bbclass | 9 ++++++++- > 2 files changed, 11 insertions(+), 2 deletions(-) > Merged into OE-Core Thanks Sau!
This is one bug fix and one enhancement to the complementary install. We have a use where we would like to call the complementary install directly with a set of parameters, the enhancement allows us to do this. The bug fix is specific to the implementation within the RPM rootfs generation. Without the fix, a suboptimal installation is generated and performed. The following changes since commit 0de1827a9601143b090f751ea702fdb65a936b77: classes/mirrors: remove bogus gnutls mirror (2012-09-07 14:51:10 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mhatle/comp_install http://git.yoctoproject.org/cgit.cgi//log/?h=mhatle/comp_install Mark Hatle (2): image.bbclass: Enable the complementary install to be called w/ globbing params package_rpm.bbclass: Avoid unnecessary installs in complementary pass meta/classes/image.bbclass | 4 +++- meta/classes/package_rpm.bbclass | 9 ++++++++- 2 files changed, 11 insertions(+), 2 deletions(-)