From patchwork Thu Jan 5 19:37:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [00/10] Pending patches from O.S. Systems tree Date: Thu, 05 Jan 2012 19:37:50 -0000 From: Otavio Salvador X-Patchwork-Id: 18483 Message-Id: To: openembedded-core@lists.openembedded.org The following changes since commit 563828bad19a242bba9ce3db461bb5807037dfdf: multilib: Abstract class extension code into classextend.py (2012-01-05 12:36:08 +0000) are available in the git repository at: git://github.com/OSSystems/oe-core master https://github.com/OSSystems/oe-core/tree/HEAD Otavio Salvador (10): qt4-graphics-system: add qt4e.bbclass: add QT_BASE_NAME for use in recipes qt4x11.bbclass: add QT_BASE_NAME for use in recipes qt4-embedded.inc: use QT_BASE_NAME from qt4e.bbclass qt4-x11-free.inc: use QT_BASE_NAME from qt4x11.bbclass initscripts: avoid mounting /sys if it is already mounted busybox: disable syslogd configuration file support udev: ensure /dev/pts and /dev/shm does exists udev: improve udev-cache robustness udev: drop depmod handling code as it ought to be done in kernel postinst meta/classes/qt4e.bbclass | 1 + meta/classes/qt4x11.bbclass | 1 + meta/recipes-core/busybox/busybox-1.19.3/defconfig | 2 +- meta/recipes-core/busybox/busybox_1.19.3.bb | 2 +- .../initscripts/initscripts-1.0/sysfs.sh | 4 +- meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +- meta/recipes-core/udev/udev.inc | 11 +++++++- meta/recipes-core/udev/udev/init | 23 +++++++++++++--- meta/recipes-core/udev/udev/udev-cache | 20 ++++++++++++-- meta/recipes-core/udev/udev/udev-cache.default | 4 +++ meta/recipes-core/udev/udev_164.bb | 2 +- .../qt4-graphics-system/qt4-graphics-system_1.0.bb | 27 ++++++++++++++++++++ meta/recipes-qt/qt4/qt4-embedded.inc | 3 +- meta/recipes-qt/qt4/qt4-x11-free.inc | 3 +- 14 files changed, 86 insertions(+), 19 deletions(-) create mode 100644 meta/recipes-core/udev/udev/udev-cache.default create mode 100644 meta/recipes-qt/qt4-graphics-system/qt4-graphics-system_1.0.bb