Date
1 - 2 of 2
[PULL] Distro Updates and Locale Generation Change to Posix
Saul Wold <sgw@...>
Richard,
This contains the initial set of distro updates along with some fixes to locale generation. Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=distro/master Branch: contrib/distro/master Dexuan Cui (2): busybox: enable more options for tar to support more file formats. eglibc: install the missing /etc/ld.so.conf into target Jiajun Xu (1): imagetest-qemu: Add test case for dmesg check in target Qing He (1): bzip2: upgrade to version 1.0.6 Saul Wold (5): task-sdk-gmae: fix typo in SDK-EXTRAS and convert to ?= for assignment poky.conf: Change default locale to POSIX ld.so.conf: create empty file eglibc: add en-us locale generation poky.conf: Default Locale Generation Xiaofeng Yan (1): LSB: Add a new package -- meta/classes/imagetest-qemu.bbclass | 6 meta/conf/distro/include/poky-eglibc.inc | 1 meta/conf/distro/poky.conf | 8 meta/recipes-core/busybox/busybox-1.16.2/defconfig | 14 - meta/recipes-core/eglibc/eglibc-2.12/etc/ld.so.conf | 2 meta/recipes-core/eglibc/eglibc-package.inc | 2 meta/recipes-core/eglibc/eglibc_2.12.bb | 2 meta/recipes-extended/bzip2/bzip2-1.0.5/Makefile.am | 41 ---- meta/recipes-extended/bzip2/bzip2-1.0.5/configure.ac | 14 - meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am | 41 ++++ meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac | 14 + meta/recipes-extended/bzip2/bzip2_1.0.5.bb | 26 -- meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 26 ++ meta/recipes-extended/lsb/lsb_1.4.bb | 83 +++++++++ meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb | 4 meta/recipes-gnome/tasks/task-sdk-gmae.inc | 12 - scripts/qemuimage-testlib | 122 +++++++++++++- scripts/qemuimage-tests/sanity/boot | 3 scripts/qemuimage-tests/sanity/dmesg | 52 +++++ scripts/qemuimage-tests/sanity/ssh | 5 scripts/qemuimage-tests/scenario/qemuarm/poky-image-sato | 1 scripts/qemuimage-tests/scenario/qemuarm/poky-image-sdk | 1 scripts/qemuimage-tests/scenario/qemumips/poky-image-sato | 1 scripts/qemuimage-tests/scenario/qemumips/poky-image-sdk | 1 scripts/qemuimage-tests/scenario/qemuppc/poky-image-sato | 1 scripts/qemuimage-tests/scenario/qemuppc/poky-image-sdk | 1 scripts/qemuimage-tests/scenario/qemux86/poky-image-sato | 1 scripts/qemuimage-tests/scenario/qemux86/poky-image-sdk | 1 scripts/qemuimage-tests/tools/dmesg.sh | 26 ++ 29 files changed, 398 insertions(+), 114 deletions(-) Sau! Saul Wold Yocto Component Wrangler @ Intel Yocto Project / Poky Build System |
|
Richard Purdie <rpurdie@...>
On Mon, 2010-11-08 at 16:38 -0800, Saul Wold wrote:
Dexuan Cui (2):I've merged these. Xiaofeng Yan (1):A minor nitpick but which GPL is this under? I'd like to get this fixed before it gets merged. Cheers, Richard |
|