From patchwork Mon Jun 4 16:56:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated,Pull,00/19] General pull request Date: Mon, 04 Jun 2012 16:56:24 -0000 From: Elizabeth Flanagan X-Patchwork-Id: 29193 Message-Id: <4FCCE8B8.7020705@intel.com> To: Patches and discussions about the oe-core layer , richard.purdie@linuxfoundation.org Richard, These patches have been tested on the autobuilder with no introduced issues. I've excluded Mark's RPM update until we figure out why it's failing do_populate_sdk as well as Cristian Iorga's ltp patch which breaks ltp do_compiles. I seem to be having issues posting to the OE-core list from git-send-mail, so this is being sent outside of git-send-mail. -b The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773: documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4 (2012-05-31 21:16:55 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib stage/eflanagan_mut http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=stage/eflanagan_mut Christopher Larson (3): external-sourcery: extract src and dest sysroot paths from gcc tcmode-external-sourcery: pass -msgxx-glibc for x86 external-sourcery-toolchain: forcibly create usr/lib Elizabeth Flanagan (3): license.bbclass: Adding PV to package.manifest license.bbclass: optimize pkg runtime data lsbinitscripts: Missing popt DEPENDS Laurentiu Palcu (2): directfb: upgrade to 1.5.3 directfb-examples: upgrade to 1.5.3 Radu Moisan (1): dbus: update to version 1.4.20 Robert Yang (3): kernel.py: replace os.popen with subprocess.Popen generate-manifest-2.7.py: replace os.popen with os.unlink opkg 0.1.8: respect to the arch when choose the alternatives Ross Burton (1): connman: just give xuser the extra rights it needs Xiaofeng Yan (5): lsbinitscripts: Add initscripts to enhance init functions in an lsb image lsbinitscripts: Patch file functions for confirming to an lsb image task-core-lsb: Add another initscripts to an lsb image archiver.bbclass: Improve the usability for the archiver classes local.conf.sample.extended: Change the usage about arhiver.bbclass Xin Ouyang (1): cpan.bbclass: Fix config error while patches to Makefile.PL meta-yocto/conf/local.conf.sample.extended | 31 +++-- meta/classes/archiver.bbclass | 6 +- meta/classes/cpan.bbclass | 1 + meta/classes/license.bbclass | 42 ++++---- .../distro/include/tcmode-external-sourcery.inc | 48 +++++--- .../connman/add_xuser_dbus_permission.patch | 14 +-- .../dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init | 0 .../dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch | 0 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init | 121 ++++++++++++++++++++ meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch | 44 +++++++ meta/recipes-core/dbus/dbus_1.4.16.bb | 7 - meta/recipes-core/dbus/dbus_1.4.20.bb | 6 + meta/recipes-core/dbus/dbus_1.5.12.bb | 9 ++ .../meta/external-sourcery-toolchain.bb | 25 ++--- .../opkg/opkg/respect-to-arch.patch | 47 ++++++++ meta/recipes-devtools/opkg/opkg_0.1.8.bb | 3 +- meta/recipes-devtools/opkg/opkg_svn.bb | 3 +- .../lsb/lsbinitscripts/functions.patch | 11 ++ meta/recipes-extended/lsb/lsbinitscripts_9.03.bb | 27 +++++ meta/recipes-extended/tasks/task-core-lsb.bb | 3 +- ...xamples_1.2.0.bb => directfb-examples_1.5.3.bb} | 4 +- meta/recipes-graphics/directfb/directfb.inc | 2 +- ...se-ARM-assembler-for-atomic-operations-on.patch | 27 +++++ ...ibdirect-remove-include-of-linux-config.h.patch | 27 +++++ meta/recipes-graphics/directfb/directfb_1.4.15.bb | 20 ---- meta/recipes-graphics/directfb/directfb_1.5.3.bb | 23 ++++ scripts/contrib/python/generate-manifest-2.7.py | 5 +- scripts/lib/bsp/kernel.py | 5 +- 28 files changed, 448 insertions(+), 113 deletions(-) rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.4.20}/dbus-1.init (100%) rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.4.20}/tmpdir.patch (100%) create mode 100644 meta/recipes-core/dbus/dbus-1.5.12/dbus-1.init create mode 100644 meta/recipes-core/dbus/dbus-1.5.12/tmpdir.patch delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb create mode 100644 meta/recipes-core/dbus/dbus_1.4.20.bb create mode 100644 meta/recipes-core/dbus/dbus_1.5.12.bb create mode 100644 meta/recipes-devtools/opkg/opkg/respect-to-arch.patch create mode 100644 meta/recipes-extended/lsb/lsbinitscripts/functions.patch create mode 100644 meta/recipes-extended/lsb/lsbinitscripts_9.03.bb rename meta/recipes-graphics/directfb/{directfb-examples_1.2.0.bb => directfb-examples_1.5.3.bb} (77%) create mode 100644 meta/recipes-graphics/directfb/directfb/libdirect-Use-ARM-assembler-for-atomic-operations-on.patch create mode 100644 meta/recipes-graphics/directfb/directfb/libdirect-remove-include-of-linux-config.h.patch delete mode 100644 meta/recipes-graphics/directfb/directfb_1.4.15.bb create mode 100644 meta/recipes-graphics/directfb/directfb_1.5.3.bb