The following patches are various items that we have in our tree, but I don't believe are generally applicable and should likely -not- be merged into oe-core.
These are being sent for Yocto Project compliance. Note a few of these have previous been sent. The items were resent because later patches relied on them. The following changes since commit c303f5ecf7cda1c3b8bb776a6800946c0487cd93: Revert "utils.bbclass: Fix override ordering for FILESPATH" (2013-12-03 12:55:47 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mhatle/dora-misc http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/dora-misc Amy Fong (1): native-python: bad interpreter error message Chen Qi (1): bind: add support for read-only rootfs Junxian.Xiao (1): Fix conflict between procps and base-files Ming Liu (2): bind: run in the chrooted jail bind: use volatiles for managing /var/ subdirs Wenzong Fan (1): nss: workaround multilib build on 32bit host Yue Tao (1): bind: add init.d/bind status command meta/classes/distutils.bbclass | 14 ++- .../bind-add-init-bind-status-command.patch | 45 ++++++++ meta/recipes-connectivity/bind/bind-9.8.1/bind9 | 33 ++++++ .../init.d-add-support-for-read-only-rootfs.patch | 70 ++++++++++++ .../bind/bind-9.8.1/init.d-fix-indentation.patch | 90 ++++++++++++++++ .../init.d-normalize-for-volatiles.patch | 37 +++++++ .../bind/bind-9.8.1/setup-chroot-hooks.patch | 119 +++++++++++++++++++++ .../bind/bind-9.8.1/volatiles.98_bind | 5 + .../bind/bind-9.8.1/volatiles.99_bind-chroot | 10 ++ meta/recipes-connectivity/bind/bind_9.8.1.bb | 31 +++++- meta/recipes-extended/procps/procps_3.2.8.bb | 4 + .../nss/files/nss-fix-nsinstall-build.patch | 35 ++++++ meta/recipes-support/nss/nss.inc | 1 + 13 files changed, 489 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/bind-add-init-bind-status-command.patch create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/bind9 create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/init.d-add-support-for-read-only-rootfs.patch create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/init.d-fix-indentation.patch create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/init.d-normalize-for-volatiles.patch create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/setup-chroot-hooks.patch create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/volatiles.98_bind create mode 100644 meta/recipes-connectivity/bind/bind-9.8.1/volatiles.99_bind-chroot create mode 100644 meta/recipes-support/nss/files/nss-fix-nsinstall-build.patch -- 1.8.1.2.545.g2f19ada _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core