From patchwork Tue Aug 28 15:11:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,REQUEST,00/15] Misc Fixes Date: Tue, 28 Aug 2012 15:11:54 -0000 From: Saul Wold X-Patchwork-Id: 35457 Message-Id: To: openembedded-core@lists.openembedded.org Richard, This includes some build related fixes for perf along with the cleanup's in the archiver from Robert. There are also 2 changes for meta-yocto pending (one left over from Tom bsp-yocto set, and a local.conf.sample.extended for the achiver class changes). I removed the kernel updates and one of your patches due to failures. Thanks Sau! The following changes since commit 1677b736bca5dc46db522da1874459d2de77209d: terminal.py: use unique ids for screen sessions (2012-08-25 14:44:31 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/stage http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/stage Constantin Musca (1): ethtool: package update 3.4.1 -> 3.5 Peter Seebach (1): runqemu-export-rootfs and friends: don't put pseudo db in target fs Richard Purdie (4): e2fsprogs: Fully remove/disable blkid e2fsprogs: Drop fsck binary udev: Drop hid2hci, its provided by bluez4 now staging.bbclass: Might as well drop the applications, fonts and pixmap directories from ${datadir} Robert Yang (6): archiver.bbclass: indent fixes archiver.bbclass: fix the coding style archiver.bbclass: fix the fakeroot and other issues archiver.bbclass: remove the "upper()" function copyleft_compliance.bbclass: remove the duplicated code archiver.bbclass: fix the remove error Roy.Li (1): bitbake: compile tar-replacement firstly Tom Zanussi (2): ia32-base.inc: new include file perf: add bison and flex to DEPENDS meta/classes/archive-configured-source.bbclass | 9 +- meta/classes/archive-original-source.bbclass | 9 +- meta/classes/archive-patched-source.bbclass | 9 +- meta/classes/archiver.bbclass | 884 ++++++++++---------- meta/classes/copyleft_compliance.bbclass | 51 +-- meta/classes/package_rpm.bbclass | 43 +- meta/classes/staging.bbclass | 1 + meta/conf/machine/include/ia32-base.inc | 58 ++ meta/recipes-core/udev/udev.inc | 3 + meta/recipes-core/udev/udev_164.bb | 2 +- meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 1 - .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb | 13 +- .../installer/adt-installer/scripts/extract_rootfs | 8 +- .../ethtool/{ethtool_3.4.1.bb => ethtool_3.5.bb} | 4 +- meta/recipes-kernel/perf/perf_3.4.bb | 3 +- scripts/bitbake | 7 +- scripts/runqemu-export-rootfs | 2 +- scripts/runqemu-extract-sdk | 15 +- 18 files changed, 595 insertions(+), 527 deletions(-) create mode 100644 meta/conf/machine/include/ia32-base.inc rename meta/recipes-extended/ethtool/{ethtool_3.4.1.bb => ethtool_3.5.bb} (79%)