Hello, BA is short for Build Appliance, and corresponds to build-appliance-image target. Like I previously said, only building BA is not a proper test. After the change that you proposed (a fine change, I might say), building images in BA is another test that needs to be performed in order to validate your change. See details here: https://www.yoctoproject.org/documentation/build-appliance-manual
Regards, Cristian Iorga YP Intel Corporation -----Original Message----- From: Hongxu Jia [mailto:[email protected]] Sent: Monday, March 31, 2014 11:32 AM To: Iorga, Cristian Cc: [email protected]; Georgescu, Alexandru C Subject: Re: [OE-core] [PATCH 3/5] packagegroup-self-hosted: Use packagegroup-core-buildessential On 03/29/2014 12:48 AM, Iorga, Cristian wrote: > Hello all, > > This is an important patch, please make sure that BA still works correctly > after this one gets merged (including properly building an image in BA). Hi Cristian, I have built the build-appliance-image with this one merged, and everything is ok, but I could not understand what the 'BA' means, would you please explain that? Thanks, //Hongxu > Thanks, > Cristian Iorga > YP > Intel Corporation > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Hongxu Jia > Sent: Friday, March 28, 2014 11:44 AM > To: [email protected] > Cc: Wold, Saul > Subject: [OE-core] [PATCH 3/5] packagegroup-self-hosted: Use > packagegroup-core-buildessential > > From: Mark Hatle <[email protected]> > > Instead of manually specifying build dependencies, use the > packagegroup-core-buildessential. This ensures there is only one place that > needs to be modified when toolchain items and dependencies change. > > Signed-off-by: Mark Hatle <[email protected]> > Signed-off-by: Jeff Polk <[email protected]> > Signed-off-by: Hongxu Jia <[email protected]> > --- > meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 12 > +----------- > 1 file changed, 1 insertion(+), 11 deletions(-) > > diff --git > a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > index 5581d8e..fe49fb4 100644 > --- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > +++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb > @@ -66,33 +66,23 @@ RRECOMMENDS_packagegroup-self-hosted-host-tools = > "\ > > # eglibc-utils: for rpcgen > RDEPENDS_packagegroup-self-hosted-sdk = "\ > - autoconf \ > - automake \ > - binutils \ > ccache \ > coreutils \ > - cpp \ > distcc \ > eglibc-utils \ > eglibc-gconv-ibm850 \ > file \ > findutils \ > - g++ \ > - gcc \ > intltool \ > ldd \ > less \ > libssp \ > libssp-dev \ > libssp-staticdev \ > - libstdc++ \ > - libstdc++-dev \ > - libtool \ > - make \ > mktemp \ > + packagegroup-core-buildessential \ > perl-module-re \ > perl-module-text-wrap \ > - pkgconfig \ > quilt \ > sed \ > " > -- > 1.8.1.2 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
