From patchwork Sat May 7 19:14:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Pull request with misc fixes Date: Sat, 07 May 2011 19:14:16 -0000 From: Otavio Salvador X-Patchwork-Id: 3337 Message-Id: To: Patches and discussions about the oe-core layer Hello, I have sent those patches to mailing list some days ago but they haven't been merged since it and some merged changes has conflicts that need to be fixed. So I did. The following changes since commit 4f4bac0a459fe238e105e96b2b59b6af88e639c4: sanity.bbclass: Add cpio to list of required utilities tested for (2011-05-07 09:05:57 +0100) are available in the git repository at: git://github.com/OSSystems/oe-core.git master Otavio Salvador (5): meta/conf/local.conf.sample: fix mklibs comment line split and typo scripts/oe-setup-builddir: fix typo syslinux: improve packaging busybox: add support to mdev libxkbfile: disable xcb meta/conf/local.conf.sample | 7 ++-- meta/recipes-core/busybox/busybox.inc | 14 +++++++- meta/recipes-core/busybox/busybox_1.18.4.bb | 2 + meta/recipes-core/busybox/files/mdev | 7 ++++ meta/recipes-core/busybox/files/mdev.conf | 35 ++++++++++++++++++++ meta/recipes-devtools/syslinux/syslinux_4.03.bb | 12 ++++++- meta/recipes-graphics/xorg-lib/libxkbfile_1.0.7.bb | 4 ++- scripts/oe-setup-builddir | 2 +- 8 files changed, 75 insertions(+), 8 deletions(-) create mode 100755 meta/recipes-core/busybox/files/mdev create mode 100644 meta/recipes-core/busybox/files/mdev.conf