From: Dexuan Cui <[email protected]> [YOCTO #964]: A recent commit 25a6e5f9(sstate: use only unique set of SSTATETASK) breaks the ordered mapping between SSTATETASKS and SSTATETASKNAMES. As a result, in sstate_cleanall, the line taskname = tasks[namemap.index(name)] gets an incorrect result, and "bitbake -c cleanall" doesn't really remove the files populalted by do_populate_sysroot.
BTW: the bernard branch doesn't need this fix since commit 25a6e5f9 wasn't pulled into it. [YOCTO #961]: lsbsetup: Fix LIC_FILE_CHKSUM We need to pull this fix asap since nightly's lsb builds have been blocked by this for 2 days. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: dcui/master Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Thanks, Dexuan Cui <[email protected]> --- Dexuan Cui (2): sstate: ensure an ordered mapping between SSTATETASKS and SSTATETASKNAMES lsbsetup: Fix LIC_FILE_CHKSUM meta/classes/sstate.bbclass | 6 ++++-- meta/recipes-extended/lsb/lsbsetup_0.9.bb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) -- 1.7.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
