[OE-core] [PATCH 0/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-21 Thread jackie.huang
From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 times retry added but it is not fixed completely. This fix re-writes the useradd_preinst and useradd_sysroot with python and use locking of bb.utils to lock the passwd a

[OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-21 Thread jackie.huang
From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 times retry added but it is not fixed completely. This fix re-writes the useradd_preinst and useradd_sysroot with python and use locking of bb.utils to lock the passwd a

[OE-core] [PATCH 0/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-22 Thread jackie.huang
From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 times retry added but it is not fixed completely. This fix re-writes the useradd_preinst and useradd_sysroot with python and use locking of bb.utils to lock the passwd a

[OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-22 Thread jackie.huang
From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10 times retry added but it is not fixed completely. This fix re-writes the useradd_preinst and useradd_sysroot with python and use locking of bb.utils to lock the passwd a

[OE-core] [PATCH 0/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread jackie.huang
From: Jackie Huang do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add DEPENDS gettext-native to fix this. [YOCTO #2811] Signed-off-by: Jackie Huang --- The following changes since commit da1de01aa74da0f38f07af523a9861824f7b0c95: Pyphon-native: Fix

[OE-core] [PATCH 1/1] quota 4.00: add DEPENDS gettext-native

2012-07-23 Thread jackie.huang
From: Jackie Huang do_install needs command 'msgfmt', it would fail if the command doesn't exist on the host, add DEPENDS gettext-native to fix this. [YOCTO #2811] Signed-off-by: Jackie Huang --- meta/recipes-extended/quota/quota_4.00.bb |2 ++ 1 files changed, 2 insertions(+), 0 deletion

[OE-core] [PATCH 0/1] python: Fix to support the python module _bsddb built with db 5.3

2012-08-04 Thread jackie.huang
From: Jackie Huang _bsddb module in python 2.7 could be built only with db version between 4.1 and 4.7. A patch was added to avoid build warning about this for [YOCTO #1937] but not actually fixed it. This patch enable _bsddb module be built with db 5.3, and remove --disable-statistics from the

[OE-core] [PATCH 1/1] python: Fix to support the python module _bsddb built with db 5.3

2012-08-04 Thread jackie.huang
From: Jackie Huang _bsddb module in python 2.7 could be built only with db version between 4.1 and 4.7. A patch was added to avoid build warning about this for [YOCTO #1937] but not actually fixed it. This patch enable _bsddb module be built with db 5.3, and remove --disable-statistics from the

[OE-core] [PATCH 0/1] tcl: Add ${bindir_crossscripts}/tclConfig.sh to sysroot stage

2012-08-06 Thread jackie.huang
From: Jackie Huang tclConfig.sh is changed in do_install for cross compile and is installed to STAGING_BINDIR_CROSS, but if SSTATE_DIR is set and tcl is from sstage, tclConfig.sh can't be found in STAGING_BINDIR_CROSS, add ${bindir_crossscripts}/tclConfig.sh to sysroot stage can fix it. [YOCTO #

[OE-core] [PATCH 1/1] tcl: Add ${bindir_crossscripts}/tclConfig.sh to sysroot stage

2012-08-06 Thread jackie.huang
From: Jackie Huang tclConfig.sh is changed in do_install for cross compile and is installed to STAGING_BINDIR_CROSS, but if SSTATE_DIR is set and tcl is from sstage, tclConfig.sh can't be found in STAGING_BINDIR_CROSS, add ${bindir_crossscripts}/tclConfig.sh to sysroot stage can fix it. [YOCTO #

[OE-core] [PATCH 1/1] tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir.

2012-08-07 Thread jackie.huang
From: Jackie Huang The line 'sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh' is commented somehow in previous commit, so that TCL_SRC_DIR point to the tcl workdir which will cause package that use it fail to configure or compile when the tcl workdir is removed, so uncomment it back. Sign

[OE-core] [PATCH 0/1] tcl: uncomment a line that causing TCL_SRC_DIR point to the workdir

2012-08-07 Thread jackie.huang
From: Jackie Huang The line 'sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh' is commented somehow in previous commit, so that TCL_SRC_DIR point to the tcl workdir which will cause package that use it fail to configure or compile when the tcl workdir is removed, so uncomment it back. Sign

[OE-core] [PATCH 0/1] gdk-pixbuf: fix the postinstall script failure when no icon is installed

2012-08-08 Thread jackie.huang
From: Jackie Huang If gtk+ is added to core-image-minimal, postinstall script failed on boot: Running postinst /etc/rpm-postinsts/104... gtk-update-icon-cache: No theme index file. ERROR: postinst /etc/rpm-postinsts/104 failed. This patch fixed the postinstall script to check for the icon file

[OE-core] [PATCH 1/1] gdk-pixbuf: fix the postinstall script failure when no icon is installed

2012-08-08 Thread jackie.huang
From: Jackie Huang If gtk+ is added to core-image-minimal, postinstall script failed on boot: Running postinst /etc/rpm-postinsts/104... gtk-update-icon-cache: No theme index file. ERROR: postinst /etc/rpm-postinsts/104 failed. This patch fixed the postinstall script to check for the icon file

[OE-core] [PATCH 0/1] apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr

2012-08-16 Thread jackie.huang
From: Jackie Huang The copying for rules.mk was happened in do_configure_prepend, but it will be replaced by the one generated by configure, in which APR_MKEXPORT points to the workdir of apr and cause compile filure when the workdir of apr is removed. So change the copying in _prepend to _append

[OE-core] [PATCH 1/1] apr-util: fix the rules.mk with path to sysroot instead of the workdir of apr

2012-08-16 Thread jackie.huang
From: Jackie Huang The copying for rules.mk was happened in do_configure_prepend, but it will be replaced by the one generated by configure, in which APR_MKEXPORT points to the workdir of apr and cause compile filure when the workdir of apr is removed. So change the copying in _prepend to _append

[OE-core] [PATCH 0/1] python: Add Upstream-Status entries for bsddb patches, no code changes

2012-08-17 Thread jackie.huang
From: Jackie Huang python: Add Upstream-Status entries for bsddb patches, no code changes The following changes since commit 24babf9316da50c8a4d2f328c4336cb8cd6cf667: classes/chrpath: trigger an error if chrpath fails (2012-08-15 17:51:04 +0100) are available in the git repository at: git:

[OE-core] [PATCH 1/1] python: Add Upstream-Status entries for bsddb patches, no code changes

2012-08-17 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../python/python-2.7.3-berkeley-db-5.3.patch |2 ++ .../python/python-2.7.3-remove-bsdb-rpath.patch|2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/python/python/python-2.7.3-berkele

[OE-core] [PATCH 1/1] coreutils: fix to build with acl support

2012-08-21 Thread jackie.huang
From: Jackie Huang Fix the issue that coreutils was built without acl support: configure: WARNING: libacl development library was not found or not usable. configure: WARNING: GNU coreutils will be built without ACL support. which will cause ls and cp commands don't have the ACL related behavior

[OE-core] [PATCH 0/1] coreutils: fix to build with acl support

2012-08-21 Thread jackie.huang
From: Jackie Huang Fix the issue that coreutils was built without acl support: configure: WARNING: libacl development library was not found or not usable. configure: WARNING: GNU coreutils will be built without ACL support. which will cause ls and cp commands don't have the ACL related behavior

[OE-core] [PATCH 0/1] gdk-pixbuf: call gtk-update-icon-cache with -t in postinstall script

2012-08-24 Thread jackie.huang
From: Jackie Huang * Test info: $ bitbake core-image-sato core-image-sato-sdk $ runqemu qemux86 core-image-sato nographic $ runqemu qemux86 core-image-sato-sdk nographic The following changes since commit e3b0925f4c861393e436deb6b1912f9f1f325d1e: libtool: normalize link paths before consideri

[OE-core] [PATCH 1/1] gdk-pixbuf: call gtk-update-icon-cache with -t in postinstall script

2012-08-24 Thread jackie.huang
From: Jackie Huang gtk-update-icon-cache is called for each subdir of ${datadir}/icons, but there are some themes without an index.theme file such as xcursor-transparent, so add -t(--ignore-theme-index) option to avoid errors of gtk-update-icon-cache. Signed-off-by: Jackie Huang --- meta/recip

[OE-core] [PATCH 0/1] libgnome-keyring: add missing DEPENDS on intltool-native

2012-09-11 Thread jackie.huang
From: Jackie Huang The following changes since commit 48169c6bc44c546cecaa06207b6c36da558b81f7: classes/packageinfo: use better method to check if package exists (2012-09-10 21:52:37 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/bug3081_libgno

[OE-core] [PATCH 1/1] libgnome-keyring: add missing DEPENDS on intltool-native

2012-09-11 Thread jackie.huang
From: Jackie Huang libgnome-keyring requires command 'intltoolize' in configure, so add DEPENDS intltool-native. [YOCTO #3081] Signed-off-by: Jackie Huang --- .../recipes-gnome/gnome/libgnome-keyring_2.32.0.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/re

[OE-core] [PATCH 0/1] lrzsz: check locale.h in configure

2013-05-29 Thread jackie.huang
From: Jackie Huang fix the build failure when using -O0 in debug build: lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function) tested with: MACHINE=qemux86-64/qemuarm/qemuppc DEBUG_BUILD = "1" DEBUG_OPTIMIZATION = "-O0 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe" $ bitbake lrzsz

[OE-core] [PATCH 1/1] lrzsz: check locale.h in configure

2013-05-29 Thread jackie.huang
From: Jackie Huang fix the build failure when using -O0 in debug build: lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function) Signed-off-by: Jackie Huang --- .../lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch | 26 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb

[OE-core] [PATCH 0/1] sstate.bbclass: fixup extra hardcoded paths

2013-05-29 Thread jackie.huang
From: Jackie Huang We need this since we have a script in the sstate-cache that has a hard coded path into the multilib toolchain directory and that isn't automatically relocated like it should be, so add this extra logic. -- The following changes since commit 8f5bc47729edb8cb051d81e9ff1680cb8d2

[OE-core] [PATCH 1/1] sstate.bbclass: fixup extra hardcoded paths

2013-05-29 Thread jackie.huang
From: Jackie Huang sstate has a logic to fixup hardcoded paths in scripts, but it misses in some specific cases, so add EXTRA_STAGING_FIXMES to the fixup hardcoded paths mechanism, so that we can specify what hardcoded paths need to be fixed in a recipe, e.g. EXTRA_STAGING_FIXMES = "STAGING_BINDI

[OE-core] [PATCH 1/1] grub-0.97: fix the objcopy error in configure

2013-06-04 Thread jackie.huang
From: Jackie Huang Get patch from ubuntu to fix this: error: GRUB requires a working absolute objcopy; upgrade your binutils Signed-off-by: Jackie Huang --- .../grub/grub-0.97/objcopy-absolute.patch | 40 meta/recipes-bsp/grub/grub_0.97.bb |1

[OE-core] [PATCH 0/1] grub-0.97: fix the objcopy error in configure

2013-06-04 Thread jackie.huang
From: Jackie Huang The following changes since commit 8f5bc47729edb8cb051d81e9ff1680cb8d2eca25: dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_grub097_0604_1 http:/

[OE-core] [PATCH] consolekit: move libck-connector to base_libdir

2013-06-14 Thread jackie.huang
From: Jackie Huang move libck-connector.so.* to base_libdir to kill two warnings: WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libck-connector.so.0 => /usr/lib64/ libck-connec

[OE-core] [PATCH] do not pass CFLAGS to gcc while building libcap

2013-06-14 Thread jackie.huang
From: Jackie Huang During do_configure(), we modify the BUILD_CFLAGS used but do not remove the default inclusion of CFLAGS in BUILD_CFLAGS. This fix removes CFLAGS inclusion by modifying do_configure(). Signed-off-by: Joe Slater Signed-off-by: Jackie Huang --- meta/recipes-support/libcap/li

[OE-core] [PATCH] acl attr libcap: mark shared libraries executable

2013-06-14 Thread jackie.huang
From: Jackie Huang While it is not necessary that shared libraries be executable, if they are not marked as such bitbake will not examine them for debug information. So, we make them executable at the end of installation. Signed-off-by: Joe Slater Signed-off-by: Jackie Huang --- meta/recipes

[OE-core] [PATCH] libproxy_0.4.7 do_unpack failed of qemuppc_world

2013-06-16 Thread jackie.huang
From: Jackie Huang The tarball from upstream shows many lines of tar: Ignoring unknown extended header keyword `LIBARCHIVE.xattr.security.selinux' tar: Ignoring unknown extended header keyword `SCHILY.dev' tar: Ignoring unknown extended header keyword `SCHILY.ino' tar: Igno

[OE-core] [PATCH] dbus-wait: fix the help message typo

2013-06-17 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../dbus-wait/dbus-wait/fix-dbus-wait-typo.patch | 31 meta/recipes-core/dbus-wait/dbus-wait_git.bb |6 ++- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-core/dbus-wait/db

[OE-core] [PATCH 0/2] consolekit: fix tow QA warnings

2013-06-20 Thread jackie.huang
From: Jackie Huang Tested with: DISTRO_FEATURES += 'pam' WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" -- The following changes since commit defa05f2085f78d9ec9ada7051c284e1fc72e6c1: bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:21 +0100) are availabl

[OE-core] [PATCH 2/2] dbus: move libdbus-1.so* to base_libdir

2013-06-20 Thread jackie.huang
From: Jackie Huang move libdbus-1.so* to base_libdir to kill a warning: WARNING: QA Issue: lib32-consolekit: /lib/security/ pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xdead3000

[OE-core] [PATCH 1/2] consolekit: move libck-connector to base_libdir

2013-06-20 Thread jackie.huang
From: Jackie Huang move libck-connector.so.* to base_libdir and move pam_ck_connector.la to libdir to kill two warnings: WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libck-connect

[OE-core] [PATCH] libxml2 CVE-2012-2807

2013-06-20 Thread jackie.huang
From: Jackie Huang Multiple integer overflows in libxml2, as used in Google Chrome before 20.0.1132.43, on 64-bit Linux platforms allow remote attackers to cause a denial of service or possibly have unspecified other impact via unknown vectors. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE

[OE-core] [PATCH 0/2 v2] consolekit: fix two QA warnings

2013-06-20 Thread jackie.huang
From: Jackie Huang Tested with: DISTRO_FEATURES += 'pam' WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" --- The following changes since commit defa05f2085f78d9ec9ada7051c284e1fc72e6c1: bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:21 +0100) are availab

[OE-core] [PATCH 1/2 v2] dbus: move libdbus-1.so* to base_libdir

2013-06-20 Thread jackie.huang
From: Jackie Huang move libdbus-1.so* to base_libdir to kill a warning: WARNING: QA Issue: lib32-consolekit: /lib/security/ pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xdead3000

[OE-core] [PATCH 2/2 v2] consolekit: move libck-connector to base_libdir

2013-06-20 Thread jackie.huang
From: Jackie Huang move libck-connector.so.* to base_libdir and move pam_ck_connector.la to libdir to kill two warnings: WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libck-connect

[OE-core] [PATCH 0/2 v3] consolekit: fix two QA warnings

2013-06-20 Thread jackie.huang
From: Jackie Huang v3: * remove the testing line * add test matrix Test matrix: 1) WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" 2) WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" DISTRO_FEATURES += 'pam' 3) WARN_QA = "unsafe-references-in-binari

[OE-core] [PATCH 2/2 v3] consolekit: move libck-connector to base_libdir

2013-06-20 Thread jackie.huang
From: Jackie Huang move libck-connector.so.* to base_libdir and move pam_ck_connector.la to libdir to kill two warnings: WARNING: QA Issue: consolekit: /lib64/security/pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libck-connect

[OE-core] [PATCH 1/2 v3] dbus: move libdbus-1.so* to base_libdir

2013-06-20 Thread jackie.huang
From: Jackie Huang move libdbus-1.so* to base_libdir to kill a warning: WARNING: QA Issue: lib32-consolekit: /lib/security/ pam_ck_connector.so, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xdead3000

[OE-core] [PATCH 2/2 v2] Add Upstream-Status for libxml2-CVE-2012-2871.patch

2013-06-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../libxml/libxml2/libxml2-CVE-2012-2871.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.patch b/meta/recipes-core/libxml/libxml2/libxml2-CVE-2012-2871.

[OE-core] [PATCH 0/2 v2] libxml2 CVE-2012-2807

2013-06-20 Thread jackie.huang
From: Jackie Huang v2 info: * add Upstream-Status for libxml2-fix-CVE-2012-2807.patch and libxml2-CVE-2012-2871.patch -- The following changes since commit defa05f2085f78d9ec9ada7051c284e1fc72e6c1: bdwgc-native: Add missing pkgconfig DEPENDS (2013-06-19 18:03:21 +0100) are available in the

[OE-core] [PATCH 1/2 v2] libxml2 CVE-2012-2807

2013-06-20 Thread jackie.huang
From: Jackie Huang Multiple integer overflows in libxml2, as used in Google Chrome before 20.0.1132.43, on 64-bit Linux platforms allow remote attackers to cause a denial of service or possibly have unspecified other impact via unknown vectors. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE

[OE-core] [PATCH 0/1] kbd: Limit the kbdrate application to x86, mips and sparc

2013-06-23 Thread jackie.huang
From: Jackie Huang Tested with: 1) MACHINE = "qemux86-64" IMAGE_INSTALL_append = " kbd" 2) MACHINE = "qemuppc" IMAGE_INSTALL_append = " kbd" 3) MACHINE = "qemuarm" IMAGE_INSTALL_append = " kbd" 4) MACHINE = "qemumips" IMAGE_INSTALL_append = " kbd" build: $ bitbake core-image-minimal $ runqemu

[OE-core] [PATCH 1/1] Limit the kbdrate application to x86, mips and sparc.

2013-06-23 Thread jackie.huang
From: Jackie Huang The code relies on hardware specific memory locations to access and modify the keyboard repeat rate. It also requires read/write access to /dev/port which doesn't exist on every architecture's root fs. The defect was raised for Qemu PowerPC but it also fails on ARM. The keyb

[OE-core] [PATCH 0/1] ifupdown: set kernel parameters firstly

2013-07-02 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_init-ifupdo

[OE-core] [PATCH 1/1] init-ifupdown: set kernel parameters firstly

2013-07-02 Thread jackie.huang
From: Jackie Huang When do ipv6 ready test, some DAD (duplicate address detect) tests failed since it expect IPV6 will be disabled, but not. even accept_dad has been set to correct value 2. Further investigation shows the root cause is that setting the kernel parameter happens after the NIC is up

[OE-core] [PATCH 1/1] udev-extraconf: blacklist /dev/dm-*

2013-07-03 Thread jackie.huang
From: Jackie Huang Do not mount /dev/dm-* by default via udev, this is the default behavior for most distos and WRLinux4.x. This resolved a problem with the sanity test failing due to seeing the error while attempting to mount new logical volumes without fs. Signed-off-by: Xin Ouyang Signed-of

[OE-core] [PATCH 0/1] udev-extraconf: blacklist /dev/dm-*

2013-07-03 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-extrac

[OE-core] [PATCH 1/1] initscripts: overwrite default hostname.sh

2013-07-04 Thread jackie.huang
From: Jackie Huang /etc/init.d/hostname.sh does not have a graceful fallback if the /etc/hostname file doesn't exist. Other systems such as Ubuntu and RH will either leave the hostname in place, if a proper hostname is already set, otherwise it will set the hostname to 'localhost' when the /etc/h

[OE-core] [PATCH 0/1] initscripts: overwrite default hostname.sh

2013-07-04 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-initsc

[OE-core] [PATCH 1/1] initscripts: add dmesg file to /var/log

2013-07-04 Thread jackie.huang
From: Jackie Huang We should create the /var/log/dmesg.log file as a default. If we don't then a later kernel error can flush the dmesg ring buffer, losing valuable debug information. Signed-off-by: Xin Ouyang Signed-off-by: Jackie Huang --- .../initscripts/initscripts-1.0/dmesg.sh

[OE-core] [PATCH 0/1] initscripts: add dmesg file to /var/log

2013-07-04 Thread jackie.huang
From: Jackie Huang The following changes since commit 682bcd0939697c34ce9bc7b2fe8f7d734f280490: initscripts: overwrite default hostname.sh (2013-07-04 17:19:03 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev-initscripts_dmesg_0704

[OE-core] [PATCH 1/1] glib-2.0: add -march=i486 into CFLAGS automatically when needed.

2013-07-07 Thread jackie.huang
From: Jackie Huang glib configure will check if current gcc need -march=i486, when gcc need -march=i486 but CFLAGS don't have, glib configure will abort and advise the user to add -march=i486. This will break the build process,it's not good for automatic build system. so change this to adding -ma

[OE-core] [PATCH 0/1] glib-2.0: add -march=i486 into CFLAGS automatically when needed.

2013-07-07 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_2

[OE-core] [PATCH 0/1] glib-2.0: inherit pythonnative

2013-07-07 Thread jackie.huang
From: Jackie Huang The following changes since commit d60185a76af5ceda9dd7b074b5846464e95586b9: glib-2.0: add -march=i486 into CFLAGS automatically when needed. (2013-07-08 10:42:41 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_

[OE-core] [PATCH 1/1] glib-2.0: inherit pythonnative

2013-07-07 Thread jackie.huang
From: Jackie Huang glib-2.0 needs to inherit pythonnative because it depends on python-native. This has caused problems on SLED11.2 if no python-xml installed. Signed-off-by: Xin Ouyang Signed-off-by: Jackie Huang --- meta/recipes-core/glib-2.0/glib.inc |2 +- 1 files changed, 1 insertion

[OE-core] [PATCH 0/1] glib: fix the python script munging for cross compile

2013-07-07 Thread jackie.huang
From: Jackie Huang The following changes since commit 226f2074b7530a82f4cf0e614eecd58f1fd2c22b: glib-2.0: inherit pythonnative (2013-07-08 11:22:38 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_4 http://git.pokylinux.org/

[OE-core] [PATCH 1/1] glib: fix the python script munging for cross compile

2013-07-07 Thread jackie.huang
From: Jackie Huang Fix the munging of python scripts so that they'll work on the target, we don't want ${PYTHON}, because that is the path on the host, not the target. Signed-off-by: David Borman Signed-off-by: Jesse Zhang Signed-off-by: Jackie Huang --- .../glib-2.0/glib-2.0/glib2-python-re

[OE-core] [PATCH 0/1] nativesdk-glib-2.0: cannot build on hosts without libffi.so.5

2013-07-07 Thread jackie.huang
From: Jackie Huang The following changes since commit e2fa93a52c32522d4831e3d29f87bae4c6625f27: glib: fix the python script munging for cross compile (2013-07-08 11:25:29 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_glib_0708_5 h

[OE-core] [PATCH 1/1] nativesdk-glib-2.0: cannot build on hosts without libffi.so.5

2013-07-07 Thread jackie.huang
From: Jackie Huang The compile phase of nativesdk-glib-2.0 tries to run some binaries built and since the -Wl,rpath doesn't specify the sysroot libraries with libffi.so.5, attempts to run the binrary on hosts without libffi.so.5 results in an error message complaining that it cannot find libffi.s

[OE-core] [PATCH 0/1] udev: add runtime dependency on blkid

2013-07-08 Thread jackie.huang
From: Jackie Huang The following changes since commit 3e1dbabbf33a2e461abc92ff10cd970fe604ee38: sysstat: backport a patch to fix a parallel building error (2013-07-02 07:58:10 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/r_bbappend_udev_0708_1

[OE-core] [PATCH 1/1] udev: add runtime dependency on blkid

2013-07-08 Thread jackie.huang
From: Jackie Huang udev requires blkid, but this wasn't explicit. Note that the dependency is on util-linux specifically, the one from e2fsprogs won't work. Signed-off-by: Andy Ross Signed-off-by: Jackie Huang --- meta/recipes-core/udev/udev_182.bb |4 1 files changed, 4 insertions(

[OE-core] [PATCH] matchbox-wm: correct the SRC_URI and add checksums

2013-07-10 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- .../matchbox-wm/matchbox-wm_1.2.bb |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb index

[OE-core] [PATCH 1/1 v2] kbd: Limit the kbdrate application to x86, mips and sparc

2013-07-11 Thread jackie.huang
From: Jackie Huang The code relies on hardware specific memory locations to access and modify the keyboard repeat rate. It also requires read/write access to /dev/port which doesn't exist on every architecture's root fs. The defect was raised for Qemu PowerPC but it also fails on ARM. The keybo

[OE-core] [PATCH 0/1 v2] kbd: Limit the kbdrate application to x86, mips and sparc

2013-07-11 Thread jackie.huang
From: Jackie Huang v2 comments: Drop the patch that detects the arch in runtime and print an error, and just detect the target platform in the build system and skip installing the kbdrate for architectures it won't work. tested for qemux86, qemux86-64, qemuppc, qemuarm, qemumips, qemumips64 --

[OE-core] [PATCH 0/1] msmtp: add GPLv2 compatiable version 1.4.12

2013-07-14 Thread jackie.huang
From: Jackie Huang We are using the GPLv2 compatiable version msmtp in our layer, I'm sending here just to see if you are interested and take it, thanks! -- The following changes since commit 4f5009dcbbeb27bdf5dcaebb3b457fecef410ebe: security_flags: Add addition recipes to the non pie list (2

[OE-core] [PATCH 1/1] msmtp: add GPLv2 compatiable version 1.4.12

2013-07-14 Thread jackie.huang
From: Jackie Huang Take existing recipe from oe-core and downrev for GPLv2 compatiable version. Add patch to deal with issues when building in bitbake. Signed-off-by: Jackie Huang --- .../msmtp-fixup-api-and-compiler-warning.patch | 239 meta/recipes-extended/msmtp/ms

[OE-core] [PATCH 0/1] acl: fix the acl self contained test cases issue

2013-07-15 Thread jackie.huang
From: Jackie Huang We added the acl self contained test cases in our testing layer and found failures, this patch fixed the test scripts that cause the issues. -- The following changes since commit 4f5009dcbbeb27bdf5dcaebb3b457fecef410ebe: security_flags: Add addition recipes to the non pie l

[OE-core] [PATCH 1/1] acl: fix the acl self contained test cases issue

2013-07-15 Thread jackie.huang
From: Jackie Huang misc.test: fix the order of expected output of getfacl root/permissions.test: this test requires that the daemon user is in groups bin and daemon, so add it into bin group before testing start. Signed-off-by: Jackie Huang --- meta/recipes-support/attr/acl.inc

[OE-core] [PATCH 1/2] dbus: remove build host test in configure script

2013-07-22 Thread jackie.huang
From: Jackie Huang The dbus build tests the build host to detect what initscript environment it expects. Remove the test and set it to "redhat" unconditionally as the oe-core initscript has a redhat-style pid file path. Signed-off-by: Andy Ross --- meta/recipes-core/dbus/dbus-1.6.8/os-test.pa

[OE-core] [PATCH 0/2] dbus: fix two issues

2013-07-22 Thread jackie.huang
From: Jackie Huang Test info: MACHINE = "qemux86-64" $ bitbake core-image-sato $ runqemu qemux86-64 core-image-sato ext3 nographic root@qemux86-64:~# /etc/init.d/dbus-1 stop Stopping system message bus: dbus. root@qemux86-64:~# /etc/init.d/dbus-1 restart Stopping system message bus: dbus. Starti

[OE-core] [PATCH 2/2] dbus: add -o option into start-stop-daemon arguments

2013-07-22 Thread jackie.huang
From: Jackie Huang /etc/init.d/dbus-1 use "set -e" to let the script exit when any command failes. This will cause "dbus-1 restart" command can't start dbus when dbus is stopped. so add --oknodo option to let start-stop-daemon exit with friendly return value. Then commands will work well. Signed

[OE-core] [PATCH 1/2] ruby: Add yaml for ruby

2012-06-28 Thread jackie.huang
From: Jackie Huang ruby 1.9.3 depends on yaml. Signed-off-by: Jackie Huang --- meta/recipes-support/yaml/yaml_0.1.4.bb | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/yaml/yaml_0.1.4.bb diff --git a/meta/recipes-support/ya

[OE-core] [PATCH 2/2] ruby: Add ruby 1.9.3 recipe

2012-06-28 Thread jackie.huang
From: Jackie Huang Took ruby 1.8.7 from OE and updated to 1.9.3-p194. Most of the 1.9.3 patches originate from ruby-1.9.3.194-10.1.fc17.src.rpm Signed-off-by: Jackie Huang --- meta/recipes-devtools/ruby/ruby.inc| 32 ++ meta/recipes-devtools/ruby/ruby/extmk.patch| 1

[OE-core] [PATCH 1/2] ruby: Add yaml for ruby

2012-06-28 Thread jackie.huang
From: Jackie Huang ruby 1.9.3 depends on yaml. Signed-off-by: Jackie Huang --- meta/recipes-support/yaml/yaml_0.1.4.bb | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/yaml/yaml_0.1.4.bb diff --git a/meta/recipes-support/ya

[OE-core] [PATCH 2/2] ruby: Add ruby 1.9.3 recipe

2012-06-28 Thread jackie.huang
From: Jackie Huang Took ruby 1.8.7 from OE and updated to 1.9.3-p194. Most of the 1.9.3 patches originate from ruby-1.9.3.194-10.1.fc17.src.rpm Signed-off-by: Jackie Huang --- meta/recipes-devtools/ruby/ruby.inc| 32 ++ meta/recipes-devtools/ruby/ruby/extmk.patch| 1

[OE-core] [PATCH 1/1] multilib.bbclass: Expand the WHITELISTs with multilib prefix

2013-08-02 Thread jackie.huang
From: Jackie Huang fix the following failures: ERROR: Nothing PROVIDES 'virtual/lib32-i586-pokymllib32-linux-compilerlibs' ERROR: Nothing RPROVIDES 'lib32-update-alternatives-cworth' Signed-off-by: Jackie Huang --- meta/classes/multilib.bbclass |7 +++ 1 files changed, 7 insertions(+),

[OE-core] [PATCH 0/1] multilib.bbclass: Expand the WHITELISTs with multilib prefix

2013-08-02 Thread jackie.huang
From: Jackie Huang Tested with: require conf/multilib.conf MULTILIBS = "multilib:lib32" DEFAULTTUNE_virtclass-multilib-lib32 = "x86" INCOMPATIBLE_LICENSE = "GPLv3" -- The following changes since commit f192c444c2d88c49738bea4ff4c3af0cc72916de: texinfo: Update to 5.1 (2013-07-31 06:56:28 +0100

[OE-core] [PATCH 1/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-16 Thread jackie.huang
From: Jackie Huang Backport the patch to fix the error when @enumerate is greater than 10: mpatrol.texi:6356: bad argument to @enumerate Signed-off-by: Jackie Huang --- .../texinfo-5.1/enumerate_greater_than_ten.patch | 51 meta/recipes-extended/texinfo/texinfo_5.1.bb

[OE-core] [PATCH 0/1] texinfo: handle correctly @enumerate specification greater than 10

2013-08-16 Thread jackie.huang
From: Jackie Huang The following changes since commit 57662d4f813d5795cac1529633db80a09efdb089: meta-skeleton: Add busybox config fragment example (2013-08-13 23:03:44 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_texinfo_mpatrol_0816_1 htt

[OE-core] [PATCH 0/6] Add status command for LSB compliance for some packages

2013-08-19 Thread jackie.huang
From: Jackie Huang test info: MACHINE ??= "qemux86-64" IMAGE_INSTALL_append = " at sysklogd" $ bitbake core-image-sato root@qemux86-64:~# /etc/init.d/atd status /usr/sbin/atd (pid 580) is running... root@qemux86-64:~# /etc/init.d/syslog status syslogd (pid 695) is running... klogd (pid 697) is

[OE-core] [PATCH 1/6] dbus: add init.d/dbus-1 status command for LSB compliance

2013-08-19 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init b/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.

[OE-core] [PATCH 5/6] sysklogd: add init.d/syslog status command for LSB compliance

2013-08-19 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-extended/sysklogd/files/sysklogd | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/sysklogd/files/sysklogd b/meta/recipes-extended/sysklogd/files/sy

[OE-core] [PATCH 2/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-19 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init | 28 ++--- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init b/meta/recipes-core/sysvi

[OE-core] [PATCH 6/6] at: add init.d/atd status command for LSB compliance

2013-08-19 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-extended/at/files/S99at | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/at/files/S99at b/meta/recipes-extended/at/files/S99at index 386f8a4..d2ba3

[OE-core] [PATCH 3/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-19 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- .../nfs-utils/nfs-utils/nfsserver | 25 ++- 1 files changed, 23 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver b/meta/recipes-conne

[OE-core] [PATCH 4/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-19 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- .../openssh/openssh-6.2p2/init | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/init b/meta/recipes-connectivity

[OE-core] [PATCH 6/6] openssh: add init.d/sshd status command for LSB compliance

2013-08-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- .../openssh/openssh-6.2p2/init | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh-6.2p2/init b/meta/recipes-connectivity/

[OE-core] [PATCH 1/6] sysklogd: add init.d/syslog status command for LSB compliance

2013-08-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-extended/sysklogd/files/sysklogd | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/sysklogd/files/sysklogd b/meta/recipes-extended/sysklogd/files/sy

[OE-core] [PATCH 0/6 v2] Add status command for daemon of some packages

2013-08-20 Thread jackie.huang
From: Jackie Huang v2 comments: remove stuff that doesn't related to "status" command -- The following changes since commit d98f08a7ad95d0b17846276b028a6614f16b6846: genext2fs: fix memory corruption on powerpc (2013-08-20 07:11:44 -0700) are available in the git repository at: git://git.po

[OE-core] [PATCH 5/6] nfs-utils: add init.d/nfsserver status command for LSB compliance

2013-08-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- .../nfs-utils/nfs-utils/nfsserver |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils/nfsserver b/meta/recipes-connectivity/nfs

[OE-core] [PATCH 2/6] at: add init.d/atd status command for LSB compliance

2013-08-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-extended/at/files/S99at | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/at/files/S99at b/meta/recipes-extended/at/files/S99at index 386f8a4..d2ba3

[OE-core] [PATCH 4/6] sysvinit: add init.d/bootlogd status command for LSB compliance

2013-08-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-core/sysvinit/sysvinit/bootlogd.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/sysvinit/sysvinit/bootlogd.init b/meta/recipes-core/sysvinit/sysvinit/

[OE-core] [PATCH 3/6] dbus: add init.d/dbus-1 status command for LSB compliance

2013-08-20 Thread jackie.huang
From: Jackie Huang Signed-off-by: Li Wang Signed-off-by: Jackie Huang --- meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.init b/meta/recipes-core/dbus/dbus-1.6.10/dbus-1.

  1   2   3   4   >