a bit confused by what i'm seeing in a recent qemuppc/core-image-minimal build on my fedora system regarding which native packages are built, despite what's in bitbake.conf (using current poky layer checkout).
first, here's a snippet from bitbake.conf: ASSUME_PROVIDED = "\ bzip2-native \ <--- chrpath-native \ file-native \ <--- findutils-native \ git-native \ grep-native \ diffstat-native \ ... snip ... suggesting that (among other things) bzip2-native and file-native shouldn't be built -- it's the developer's responsibility to install them, yes? but if i peek under tmp/work/x86_64-linux, i can see: ... byacc-native/ bzip2-native/ <--- createrepo-native/ cross-localedef-native/ cryptodev-linux-native/ db-native/ dtc-native/ e2fsprogs-native/ elfutils-native/ expat-native/ file-native/ <--- flex-native/ ... so that's ... confusing. add to that this bit in the YP Quick Start Guide at http://www.yoctoproject.org/docs/2.1/yocto-project-qs/yocto-project-qs.html: "Build Host Packages ... Fedora $ sudo dnf install gawk make wget tar bzip2 gzip python unzip perl patch \ diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ findutils which SDL-devel xterm my understanding was that that list represented what the developer was required to install on his build host *manually* before going any further, so you can see "bzip2" in that list, but you don't see "file". given that the "file" command comes in its own package, should that list of allegedly mandatory Build Host Packages not include *everything* listed in ASSUME_PROVIDED? finally, in sanity.bbclass, one reads: SANITY_REQUIRED_UTILITIES ?= "patch diffstat makeinfo git bzip2 tar \ gzip gawk chrpath wget cpio perl file" which oddly *does* list the "file" command, but says nothing about "sed", which *is* mentioned in ASSUME_PROVIDED, but is also not mentioned in the "Build Host Packages" in the YP Quick Start Guide. is it just me, or does some of this seem out of sync? rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core