Richard: Reviewed and AB tested. I have one more set that I am still working on reviewing.
Sau! The following changes since commit 4a562fd2614bb6ccce1222d47b9268d6980cf315: linux-yocto/*: restore branch designations (2013-12-06 13:40:50 +0000) 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/updates Andreas Oberritter (1): xorg-lib-common.inc: use REQUIRED_DISTRO_FEATURES variable Chen Qi (1): nfs-utils: explicitly rdepend on bash Hongxu Jia (6): qemu: add bash and python to qemu's RDEPENDS license.bbclass: fix copying license directories failed dhclient-script: let resolv.conf and resolv.conf.dhclient on the same directory dhclient-script: override make_resolv_conf for read-only fs mtools: add ability to compile with nativesdk syslinux: add ability to compile with nativesdk Jackie Huang (1): grub: add explicit dependency on bison-native Konrad Scherer (1): perf: Disable warnings as errors for kernels 3.1+ Lukas Bulwahn (1): boost: updating to 1.55.0 Michaƫl Burtin (1): initramfs-framework: fix udev working directory creation Qiang Chen (1): shadow: remove reference to locale env files from login and su Ross Burton (1): documentation.conf: update for new image testing variables Roy Li (2): libidn: enable TLD buildhistory.bbclass/image.bbclass: remove obsolete codes Saul Wold (7): runqemu: Extend to support genericx86 machine type acl: Update to 2.2.52 file: Update to 5.16 libxkbcommon: Update to 0.3.2 nspr: Update to 4.10.2 binutils: Add embedspu to standard binutils package boost: Move files -> boost Scott Garman (1): runqemu: remove core-image-* whitelist Zhang Xiao (1): nfs-utils: separate package as Debain style yanjun.zhu (1): boot-directdisk: add the support of vmdk meta/classes/boot-directdisk.bbclass | 21 ++++- meta/classes/buildhistory.bbclass | 10 +-- meta/classes/image.bbclass | 4 +- meta/classes/license.bbclass | 7 +- meta/conf/documentation.conf | 4 +- meta/recipes-bsp/grub/grub_2.00.bb | 2 +- meta/recipes-connectivity/dhcp/dhcp.inc | 7 +- ...ript-let-resolv.conf-and-resolv.conf.dhcl.patch | 74 ++++++++++++++++++ .../dhcp/files/readonly-dhclient-enter-hooks | 31 ++++++++ .../nfs-utils/nfs-utils/nfscommon | 90 ++++++++++++++++++++++ .../nfs-utils/nfs-utils/nfsserver | 46 +---------- .../nfs-utils/nfs-utils_1.2.9.bb | 27 +++++-- .../initrdscripts/initramfs-framework/udev | 2 +- meta/recipes-devtools/binutils/binutils.inc | 8 +- meta/recipes-devtools/binutils/binutils_2.23.2.bb | 6 ++ .../file/{file_5.15.bb => file_5.16.bb} | 4 +- meta/recipes-devtools/mtools/mtools_3.9.9.bb | 2 +- meta/recipes-devtools/mtools/mtools_4.0.18.bb | 2 +- meta/recipes-devtools/qemu/qemu.inc | 1 + meta/recipes-devtools/syslinux/syslinux_6.01.bb | 2 +- meta/recipes-extended/libidn/libidn_0.6.14.bb | 2 - meta/recipes-extended/libidn/libidn_1.28.bb | 2 - meta/recipes-extended/shadow/files/pam.d/login | 3 - meta/recipes-extended/shadow/files/pam.d/su | 3 - .../xorg-lib/libpciaccess_0.13.2.bb | 2 + ...libxkbcommon_0.3.1.bb => libxkbcommon_0.3.2.bb} | 4 +- meta/recipes-graphics/xorg-lib/pixman_0.32.4.bb | 2 + meta/recipes-graphics/xorg-lib/xorg-lib-common.inc | 8 +- meta/recipes-kernel/perf/perf.bb | 4 + .../attr/acl/add-missing-configure.ac.patch | 59 ++++++++++++++ meta/recipes-support/attr/acl_2.2.51.bb | 8 -- meta/recipes-support/attr/acl_2.2.52.bb | 9 +++ ...bjam-native_1.54.0.bb => bjam-native_1.55.0.bb} | 0 .../boost/{boost-1.54.0.inc => boost-1.55.0.inc} | 4 +- .../boost/{files => boost}/arm-intrinsics.patch | 0 meta/recipes-support/boost/boost_1.54.0.bb | 7 -- meta/recipes-support/boost/boost_1.55.0.bb | 4 + .../files/boost-1.54.0-thread-link_atomic.patch | 59 -------------- meta/recipes-support/boost/files/glibc.patch | 26 ------- .../nspr/{nspr_4.10.1.bb => nspr_4.10.2.bb} | 4 +- scripts/runqemu | 38 ++++----- scripts/runqemu-internal | 10 ++- 42 files changed, 383 insertions(+), 225 deletions(-) create mode 100644 meta/recipes-connectivity/dhcp/dhcp/dhclient-script-let-resolv.conf-and-resolv.conf.dhcl.patch create mode 100644 meta/recipes-connectivity/dhcp/files/readonly-dhclient-enter-hooks create mode 100644 meta/recipes-connectivity/nfs-utils/nfs-utils/nfscommon rename meta/recipes-devtools/file/{file_5.15.bb => file_5.16.bb} (86%) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.3.1.bb => libxkbcommon_0.3.2.bb} (78%) create mode 100644 meta/recipes-support/attr/acl/add-missing-configure.ac.patch delete mode 100644 meta/recipes-support/attr/acl_2.2.51.bb create mode 100644 meta/recipes-support/attr/acl_2.2.52.bb rename meta/recipes-support/boost/{bjam-native_1.54.0.bb => bjam-native_1.55.0.bb} (100%) rename meta/recipes-support/boost/{boost-1.54.0.inc => boost-1.55.0.inc} (83%) rename meta/recipes-support/boost/{files => boost}/arm-intrinsics.patch (100%) delete mode 100644 meta/recipes-support/boost/boost_1.54.0.bb create mode 100644 meta/recipes-support/boost/boost_1.55.0.bb delete mode 100644 meta/recipes-support/boost/files/boost-1.54.0-thread-link_atomic.patch delete mode 100644 meta/recipes-support/boost/files/glibc.patch rename meta/recipes-support/nspr/{nspr_4.10.1.bb => nspr_4.10.2.bb} (96%) -- 1.8.3.1 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
