[OE-core] [PATCH 0/4]Add FUSE: File system in Userspace

2013-05-30 Thread Hongxu Jia
/poky-contrib/log/?h=hongxu/support-fuse Hongxu Jia (4): fuse: import recipe from meta-oe ntfs-3g-ntfsprogs:import and update recipe from meta-oe fuse-exfat: add version 1.0.1 exfat-utils: add version 1.0.1 meta/recipes-support/exfat/exfat-utils_1.0.1.bb| 29 ++ meta/recipes

[OE-core] [PATCH 1/4] fuse: import recipe from meta-oe

2013-05-30 Thread Hongxu Jia
add version 2.9.2 This recipes is required by ntfs-3g-ntfsprogs and exfat. [YOCTO #4178] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/fuse/fuse-2.9.2/aarch64.patch | 20 +++ .../fuse/fuse-2.9.2/gold-unversioned-symbol.patch | 60

[OE-core] [PATCH 2/4] ntfs-3g-ntfsprogs:import and update recipe from meta-oe

2013-05-30 Thread Hongxu Jia
Import version 2011.4.12 from meta-oe and update to version 2013.1.13. This recipe is a merge of ntfs-3g and ntfsprogs [YOCTO #4178] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../ntfs-3g-ntfsprogs_2013.1.13.bb | 33 1 file changed, 33

[OE-core] [PATCH 3/4] fuse-exfat: add version 1.0.1

2013-05-30 Thread Hongxu Jia
The fuse-exfat is read and write exFAT driver for FUSE [YOCTO #4178] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/exfat/fuse-exfat_1.0.1.bb | 26 1 file changed, 26 insertions(+) create mode 100644 meta/recipes-support/exfat/fuse

[OE-core] [PATCH 4/4] exfat-utils: add version 1.0.1

2013-05-30 Thread Hongxu Jia
The utilities to create, check, label and dump exFAT filesystem [YOCTO #4178] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/exfat/exfat-utils_1.0.1.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta/recipes-support/exfat

[OE-core] [PATCH 1/1] init-live.sh: fix media automount failed after booting from usb-drive

2013-06-06 Thread Hongxu Jia
root filesystem could also fix this issue. [YOCTO #2064] [YOCTO #3705] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/initrdscripts/files/init-live.sh |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/initrdscripts/files/init

[OE-core] [PATCH 0/1] init-live.sh: fix media automount failed after booting from usb-drive

2013-06-06 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-init-live Hongxu Jia (1): init-live.sh: fix media automount failed after booting from usb-drive meta/recipes-core/initrdscripts/files/init-live.sh |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) -- 1.7.10.4

[OE-core] [PATCH 0/1]ddimage: fix incompatibility with dash

2013-06-06 Thread Hongxu Jia
=hongxu/fix-ddiamge Hongxu Jia (1): ddimage: fix incompatibility with dash scripts/contrib/ddimage | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) -- 1.7.10.4 ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] ddimage: fix incompatibility with dash

2013-06-06 Thread Hongxu Jia
On systems with dash as /bin/sh there were failures while invoking ddimage. Fix to let it work with both bash and dash shells. [YOCTO #4617] Signed-off-by: Hongxu Jia hongxu@windriver.com --- scripts/contrib/ddimage | 16 +--- 1 file changed, 9 insertions(+), 7 deletions

[OE-core] [PATCH 1/1] init-live.sh: fix automount failed occasionally

2013-06-18 Thread Hongxu Jia
will resolve this issue, it watches the udev event queue, and exits if all current events are handled. Use variable `_UDEV_DAEMON' to replace hardcoded `udevd' to keep consistent with previous. [YOCTO #4745] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/initrdscripts

[OE-core] [PATCH 0/1]init-live.sh: fix automount failed occasionally

2013-06-18 Thread Hongxu Jia
/fix-coldplug Hongxu Jia (1): init-live.sh: fix automount failed occasionally meta/recipes-core/initrdscripts/files/init-live.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 1.8.1.2 ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] systemd-udevd: fix invoking init script failed

2013-06-18 Thread Hongxu Jia
than udev which is used in systemd-udevd's init script. [YOCTO #4746] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/systemd/systemd/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/systemd/systemd/init b/meta/recipes-core

[OE-core] [PATCH 0/1]systemd-udevd: fix invoking init script failed

2013-06-18 Thread Hongxu Jia
=hongxu/fix-systemd-udevd Hongxu Jia (1): systemd-udevd: fix invoking init script failed meta/recipes-core/systemd/systemd/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 1.8.1.2 ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 0/1]wget:fix do_configure failed

2013-06-18 Thread Hongxu Jia
-wget Hongxu Jia (1): wget:fix do_configure failed meta/recipes-extended/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.1.2 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

[OE-core] [PATCH 1/1] wget:fix do_configure failed

2013-06-18 Thread Hongxu Jia
: ld returned 1 exit status ... From log as we known, the reason is link zlib failed, it isn't explicitly in wget's DEPENDS. Add zlib to wget's DEPENDS. [YOCTO #4749] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/wget/wget.inc | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH 1/1] wget:fix do_configure failed

2013-06-19 Thread Hongxu Jia
Thank you for your suggestion, I will correct this next time. Thanks, Hongxu On 06/19/2013 04:15 PM, Richard Purdie wrote: On Wed, 2013-06-19 at 10:45 +0800, Hongxu Jia wrote: Create a new build enviroment, build wget failed ... configure:34512: checking for libssl configure:34542: i586-poky

[OE-core] [PATCH 1/2] libx11: move xcms enabling to PACKAGECONFIG for LSB Library Check

2013-06-25 Thread Hongxu Jia
#4016] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-graphics/xorg-lib/libx11.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index e0fce3e..c9506b0 100644

[OE-core] [PATCH 0/2]libx11: fix LSB Library Check libX11.so.6 fail

2013-06-25 Thread Hongxu Jia
/poky-contrib/log/?h=hongxu/fix-adt Hongxu Jia (2): libx11: move xcms enabling to PACKAGECONFIG for LSB Library Check lsbtest: sync test suite packages version meta/recipes-extended/lsb/lsbtest/packages_list | 38 - meta/recipes-graphics/xorg-lib/libx11.inc | 5

[OE-core] [PATCH 2/2] lsbtest: sync test suite packages version

2013-06-25 Thread Hongxu Jia
Update file packages_list after sync test suite packages version with upstream. Check date: Jun 25, 2013 Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/lsb/lsbtest/packages_list | 38 - 1 file changed, 19 insertions(+), 19 deletions(-) diff

[OE-core] [PATCH 2/3] adt_installer_internal:fix perl lib version mismatch

2013-06-25 Thread Hongxu Jia
, but the gnu-configize uses #! /usr/bin/env perl which invokes the perl wrapper in the SDK, and the wrapper will set the PERL5LIB to the SDK which causes the mismatch. We can make all the perl scripts to use the host perl or the SDK perl to fix this problem. [YOCTO #4758] Signed-off-by: Hongxu Jia hongxu

[OE-core] [PATCH 0/3]adt-installer: fix sdk relocation issues

2013-06-25 Thread Hongxu Jia
=hongxu/fix-adt Hongxu Jia (3): adt_installer_internal: fix perl modules relocated failed on older distributions adt_installer_internal:fix perl lib version mismatch adt_installer_internal:add sudo when permission deny on installation directory .../adt-installer/scripts

[OE-core] [PATCH 3/3] adt_installer_internal:add sudo when permission deny on installation directory

2013-06-25 Thread Hongxu Jia
When the user doesn't have rights to access the installation directory, the sdk installation will fail, add sudo to fix this. [YOCTO #4760] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../installer/adt-installer/scripts/adt_installer_internal| 4 ++-- 1 file changed, 2

Re: [OE-core] [PATCH] qt4e.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-28 Thread Hongxu Jia
On 06/28/2013 08:45 PM, Martin Jansa wrote: On Fri, Jun 28, 2013 at 01:40:26PM +0100, Paul Eggleton wrote: On Friday 28 June 2013 14:28:56 Martin Jansa wrote: It's failing in my world builds too now, you can see log here:

[OE-core] [PATCH 0/1]qt-mobility: fix build in the absence of xvideo

2013-07-01 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-adt Hongxu Jia (1): qt-mobility: fix build in the absence of xvideo .../qt-mobility-1.2.0/qt-mobility-no-xvideo.patch | 26 ++ meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 3 ++- 2 files changed, 28 insertions(+), 1

[OE-core] [PATCH 1/1] qt-mobility: fix build in the absence of xvideo

2013-07-01 Thread Hongxu Jia
QMake pro files don't explicitly define QT_NO_XVIDEO if the configuration lacks xvideo, but plugins code relies on this define. [YOCTO #4775] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../qt-mobility-1.2.0/qt-mobility-no-xvideo.patch | 26 ++ meta/recipes-qt

[OE-core] [PATCH 5/5] nss: fix incorrect shebang of perl

2013-07-09 Thread Hongxu Jia
Replace incorrect shebang of perl with `#! /usr/bin/perl'. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../files/nss-fix-incorrect-shebang-of-perl.patch | 110 + meta/recipes-support/nss/nss.inc | 2 + 2 files changed, 112 insertions(+) create

[OE-core] [PATCH 4/5] nss: Create checksum files for the NSS libraries

2013-07-09 Thread Hongxu Jia
://developer.mozilla.org/en-US/docs/NSS/NSS_Tech_Notes/nss_tech_note6 http://en.wikipedia.org/wiki/FIPS_140 https://bugzilla.mozilla.org/show_bug.cgi?id=681624 Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/nss/files/signlibs.sh | 20 meta/recipes-support

[OE-core] [PATCH 2/5] packagegroup-core-lsb: add nss for LSB library check

2013-07-09 Thread Hongxu Jia
Add nss for LSB library check. ... Unable to find library libnss3.so Unable to find library libssl3.so ... [YOCTO 4096] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

[OE-core] [PATCH 3/5] nss: add version 3.15.1

2013-07-09 Thread Hongxu Jia
standards. [YOCTO #4096] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../files/nss-fix-support-cross-compiling.patch| 71 + .../files/nss-no-rpath-for-cross-compiling.patch | 26 meta/recipes-support/nss/files/nss.pc.in | 11 ++ meta/recipes-support/nss

[OE-core] [PATCH 0/5]add nss for LSB library check

2013-07-09 Thread Hongxu Jia
) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-nss http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-nss Hongxu Jia (5): nspr-native: add version 4.10 packagegroup-core-lsb: add nss for LSB library check nss: add version 3.15.1 nss

[OE-core] [PATCH 1/5] nspr-native: add version 4.10

2013-07-09 Thread Hongxu Jia
It is required by nss-native. [YOCTO #4096] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/nspr/nspr_4.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.bb index 3936d67..fcecb95

Re: [OE-core] [PATCH 1/5] nspr-native: add version 4.10

2013-07-09 Thread Hongxu Jia
On 07/09/2013 08:42 PM, Martin Jansa wrote: On Tue, Jul 09, 2013 at 08:30:36PM +0800, Hongxu Jia wrote: It is required by nss-native. Shouldn't the subject say something like nspr: add native version Agree, I will modify the title. Thanks Hongxu or is there some other version of nspr

Re: [OE-core] [PATCH 3/5] nss: add version 3.15.1

2013-07-09 Thread Hongxu Jia
}/ and ${D}${sysconfdir} I think 3.15.1 is better. //Hongxu On 07/09/2013 08:44 PM, Paul Eggleton wrote: Hi Hongxu, On Tuesday 09 July 2013 20:30:38 Hongxu Jia wrote: Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client

Re: [OE-core] [PATCH 3/5] nss: add version 3.15.1

2013-07-09 Thread Hongxu Jia
Got it, I will check the one in meta-browser again to make sure everything is handled, and resend the patch. Thanks, Hongxu On 07/09/2013 09:38 PM, Paul Eggleton wrote: On Tuesday 09 July 2013 21:29:11 Hongxu Jia wrote: 1, 3.15.1 is the newest version, and file structure has more change than

[OE-core] [PATCH 3/5] nss: add version 3.15.1

2013-07-10 Thread Hongxu Jia
standards. [YOCTO #4096] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../files/nss-fix-support-cross-compiling.patch| 71 + .../files/nss-no-rpath-for-cross-compiling.patch | 26 meta/recipes-support/nss/files/nss.pc.in | 11 ++ meta/recipes-support/nss

[OE-core] [PATCH 2/5] packagegroup-core-lsb: add nss for LSB library check

2013-07-10 Thread Hongxu Jia
Add nss for LSB library check. ... Unable to find library libnss3.so Unable to find library libssl3.so ... [YOCTO 4096] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta

[OE-core] [PATCH V2 0/5] add nss for LSB library check

2013-07-10 Thread Hongxu Jia
15:52:48 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-nss http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-nss Hongxu Jia (5): nspr: add native version packagegroup-core-lsb: add nss for LSB library check nss: add version

[OE-core] [PATCH 1/5] nspr: add native version

2013-07-10 Thread Hongxu Jia
It is required by nss-native. [YOCTO #4096] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/nspr/nspr_4.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/nspr/nspr_4.10.bb b/meta/recipes-support/nspr/nspr_4.10.bb index 3936d67..fcecb95

[OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-10 Thread Hongxu Jia
Replace incorrect shebang line with `#!/usr/bin/perl'. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../files/nss-fix-incorrect-shebang-of-perl.patch | 110 + meta/recipes-support/nss/nss.inc | 1 + 2 files changed, 111 insertions(+) create

[OE-core] [PATCH 4/5] nss: create checksum files for the nss libraries

2013-07-10 Thread Hongxu Jia
://developer.mozilla.org/en-US/docs/NSS/NSS_Tech_Notes/nss_tech_note6 http://en.wikipedia.org/wiki/FIPS_140 https://bugzilla.mozilla.org/show_bug.cgi?id=681624 Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/nss/files/signlibs.sh | 20 meta/recipes

Re: [OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-11 Thread Hongxu Jia
On 07/11/2013 04:39 PM, Trevor Woerner wrote: On 10 July 2013 09:03, Hongxu Jia hongxu@windriver.com wrote: Replace incorrect shebang line with `#!/usr/bin/perl'. I thought using 'env' was the preferred method? If use 'env', should we add 'coreutils' on nss's DEPENDS? The coreutils

Re: [OE-core] [PATCH 5/5] nss: fix incorrect shebang line of perl script

2013-07-11 Thread Hongxu Jia
On 07/11/2013 05:23 PM, Paul Eggleton wrote: On Thursday 11 July 2013 16:58:15 Hongxu Jia wrote: On 07/11/2013 04:39 PM, Trevor Woerner wrote: On 10 July 2013 09:03, Hongxu Jia hongxu@windriver.com wrote: Replace incorrect shebang line with `#!/usr/bin/perl'. I thought using 'env

Re: [OE-core] [PATCH 3/5] nss: add version 3.15.1

2013-07-11 Thread Hongxu Jia
On 07/11/2013 07:14 PM, Burton, Ross wrote: On 11 July 2013 11:45, Phil Blundell p...@pbcl.net wrote: I think you could still legitimately question whether having recipes in oe-core that are just for LSB is sensible and/or desirable, not least because dangling libraries that don't have any

[OE-core] [PATCH V3 0/5] add nss for LSB library check (cover letter only)

2013-07-11 Thread Hongxu Jia
dc86293f0444384e8ae5131fdd10b6cb077164b0: bitbake: HOB:Proper handle of SIGINT (2013-07-05 15:52:48 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-nss http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-nss Hongxu Jia (5): nspr: add native version

[OE-core] [PATCH 0/6] fix xuser write to usb storage failed

2013-07-12 Thread Hongxu Jia
-xuser Hongxu Jia (6): pmount: add version 0.9.23 atom-pc:fix xuser write to usb storage failed udev-extraconf:fix xuser write to usb storage failed udev: fix invoking pmount failed based on sysvinit pmount: allow users in disk group to perform pmount/pumount xuser-account: add xuser

[OE-core] [PATCH 6/6] xuser-account: add xuser to disk group

2013-07-12 Thread Hongxu Jia
In order for xuser to be able to perform pmount/pumount. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/user-creation/xuser-account_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/user-creation/xuser-account_0.1.bb b

[OE-core] [PATCH 4/6] udev: fix invoking pmount failed based on sysvinit

2013-07-12 Thread Hongxu Jia
' will be a invalid link. Create `/run/lock' directory at udev startup to avoid this invalid link problem. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/udev/udev/init | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes

[OE-core] [PATCH 5/6] pmount: allow users in disk group to perform pmount/pumount

2013-07-12 Thread Hongxu Jia
be a member of 'disk' group. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/pmount/pmount_0.9.23.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-extended/pmount/pmount_0.9.23.bb b/meta/recipes-extended/pmount/pmount_0.9.23.bb index 0d357b9

[OE-core] [PATCH 3/6] udev-extraconf:fix xuser write to usb storage failed

2013-07-12 Thread Hongxu Jia
to `/media/sd**' by a udev's mount.sh script, modify the script to invoke pmount by xuser to resolve this issue. [YOCTO #4004] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/udev/udev-extraconf/mount.sh | 31 -- 1 file changed, 29 insertions(+), 2

[OE-core] [PATCH 1/6] pmount: add version 0.9.23

2013-07-12 Thread Hongxu Jia
and then mount the current. Signed-off-by: Hongxu Jia hongxu@windriver.com --- ...-option-f-to-mount-already-mounted-device.patch | 115 + meta/recipes-extended/pmount/pmount_0.9.23.bb | 29 ++ 2 files changed, 144 insertions(+) create mode 100644 meta/recipes

[OE-core] [PATCH 2/6] atom-pc:fix xuser write to usb storage failed

2013-07-12 Thread Hongxu Jia
Add package pmount to atom-pc, the normal user could invoke pmount to mount storage device and would have permissions to access it. [YOCTO #4004] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta-yocto-bsp/conf/machine/atom-pc.conf | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH 4/5] nss: create checksum files for the nss libraries

2013-07-12 Thread Hongxu Jia
On 07/12/2013 08:39 PM, Burton, Ross wrote: On 10 July 2013 09:03, Hongxu Jia hongxu@windriver.com wrote: Add checksum files required for the NSS softoken to operate in FIPS 140 mode. The shlibsign is invoked to sign the libraries, and it is built for the target architecture and doesn't

Re: [OE-core] [CONSOLIDATED PULL 00/18] Final Review Pending

2013-07-15 Thread Hongxu Jia
On 07/15/2013 05:24 PM, Paul Eggleton wrote: I have some reservations about these changes. pmount is obsolete according to its author: https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2011-February/012421.html I appreciate it may solve the problem we're trying to solve but we need to be

[OE-core] [PATCH V2 0/2] fix rootless X write to usb storage failed

2013-07-16 Thread Hongxu Jia
-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-fat http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-fat Hongxu Jia (2): udev-extraconf: allow users in disk group

[OE-core] [PATCH 1/2] udev-extraconf: allow users in disk group to write vfat filesystem

2013-07-16 Thread Hongxu Jia
If filesystem type is vfat, change the ownership group to 'disk', and grant it with w/r/x permissions. The user which belongs to 'disk' group could write the storage. [YOCTO #4004] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/udev/udev-extraconf/mount.sh | 11

[OE-core] [PATCH 2/2] xuser-account: add xuser to disk group

2013-07-16 Thread Hongxu Jia
Add xuser to disk group, so it could write usb storage in which the filesystem type is vfat/fat. [YOCTO #4004] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/user-creation/xuser-account_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH 1/1] python: fix importing readline with probably escape sequence output

2013-07-18 Thread Hongxu Jia
terminal are the lowest common denominator. [YOCTO #4835] [YOCTO #4732] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/python/python.inc| 4 ++- ...e-explicitly-use-dumb-as-default-terminal.patch | 35 ++ 2 files changed, 38 insertions

[OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-19 Thread Hongxu Jia
while gnu readline library initialization. [YOCTO #4835] [YOCTO #4732] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/python/python.inc| 4 +- ...-to-avoid-probable-escape-sequence-output.patch | 43 ++ 2 files changed, 46 insertions

[OE-core] [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py

2013-07-19 Thread Hongxu Jia
python-native doesn't use sitecustomize.py and there is another duplicated one in meta/recipes-devtools/python/python. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../python/python-native/sitecustomize.py | 45 -- 1 file changed, 45 deletions(-) delete

Re: [OE-core] [PATCH 1/2] python: fix importing readline with probably escape sequence output

2013-07-21 Thread Hongxu Jia
On 07/22/2013 01:18 PM, Saul Wold wrote: On 07/19/2013 11:26 AM, Saul Wold wrote: On 07/19/2013 02:13 AM, Hongxu Jia wrote: While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value

[OE-core] [PATCH 0/1] nss:fix postinst failed at rootfs time

2013-07-21 Thread Hongxu Jia
) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-nss-postinst http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-python-readlne Hongxu Jia (1): nss:fix postinst failed at rootfs time meta/recipes-support/nss/nss.inc | 8 +++- 1

[OE-core] [PATCH 1/1] nss:fix postinst failed at rootfs time

2013-07-21 Thread Hongxu Jia
Create checksum file at rootfs time to support read-only rootfs. [YOCTO #4879] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-support/nss/nss.inc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/nss/nss.inc b/meta/recipes

[OE-core] [PATCH 1/2] readline: fix importing readline in python with probably escape sequence output

2013-07-22 Thread Hongxu Jia
. The bash-4.3/readline-6.3 has fixed this but it is still on test and not released, so we find the changes and back port to 6.2. Import patch from: http://git.savannah.gnu.org/cgit/bash.git/tag/?id=bash-4.3-alpha [YOCTO #4835] [YOCTO #4732] Signed-off-by: Hongxu Jia hongxu@windriver.com

[OE-core] [PATCH V3 0/2] readline: fix importing readline in python with probably escape sequence output

2013-07-22 Thread Hongxu Jia
repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-readlne http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-python-readlne Hongxu Jia (2): readline: fix importing readline in python with probably escape sequence output python-native: remove unused and duplicated

[OE-core] [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py

2013-07-22 Thread Hongxu Jia
python-native doesn't use sitecustomize.py and there is another duplicated one in meta/recipes-devtools/python/python. [YOCTO #4889] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../python/python-native/sitecustomize.py | 45 -- 1 file changed, 45

Re: [OE-core] [PATCH 0/1] nss:fix postinst failed at rootfs time

2013-07-23 Thread Hongxu Jia
On 07/22/2013 01:45 PM, Hongxu Jia wrote: Test Case: *On host: 1) In local.conf IMAGE_INSTALL_append = nss 2) Build core-image-sato *On target: 1) Search checksum file root@qemuarm:~# find /usr/lib/ -name *.chk /usr/lib/libfreebl3.chk /usr/lib/libnssdbm3.chk /usr/lib/libsoftokn3.chk 2

Re: [OE-core] [PATCH V3 0/2] readline: fix importing readline in python with probably escape sequence output

2013-07-23 Thread Hongxu Jia
On 07/22/2013 05:43 PM, Hongxu Jia wrote: Change from V2: Backport to gnu readline library 6.2 rather than modify python to fix this issue. //Hongxu The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04

Re: [OE-core] [PATCH 1/1] nss:fix postinst failed at rootfs time

2013-07-23 Thread Hongxu Jia
On 07/23/2013 10:48 PM, Burton, Ross wrote: On 22 July 2013 06:45, Hongxu Jia hongxu@windriver.com wrote: Create checksum file at rootfs time to support read-only rootfs. Have you verified that the checksum files don't change depending on the host architecture (big/little endian, 32/64 bit

[OE-core] [PATCH 0/2]fix invalid options while invoking reboot on lsb image

2013-07-24 Thread Hongxu Jia
3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-pidof http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-pidof Hongxu Jia (2): sysvinit: pidof add -m option

[OE-core] [PATCH 2/2] lsbinitscripts: remove x permission on functions

2013-07-24 Thread Hongxu Jia
It doesn't need to set x permission for this file Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/lsb/lsbinitscripts_9.48.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.48.bb b/meta/recipes-extended

[OE-core] [PATCH 1/2] sysvinit: pidof add -m option for lsbinitscripts

2013-07-24 Thread Hongxu Jia
on pidof could fix this issue. [YOCTO #4896] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../sysvinit-2.88dsf/pidof-add-m-option.patch | 189 + meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 1 + 2 files changed, 190 insertions(+) create mode 100644

Re: [OE-core] [PATCH] util-linux: fix PACKAGECONFIG options

2013-07-26 Thread Hongxu Jia
On 07/26/2013 03:01 PM, Koen Kooi wrote: Op 25 jul. 2013, om 16:51 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: The ??= operator is too weak and it's setting a non-existent PACKAGECONFIG option ('libpam' instead of 'pam'). Signed-off-by: Koen Kooi

[OE-core] [PATCH 0/3]fix confliction of attempted installing su binary among busybox, shadow and util-linux

2013-07-26 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-su Hongxu Jia (3): util-linux: use u-a for su shadow: use u-a for su move /bin/su to /usr/bin/su to match util-linux and shadow .../busybox/busybox-1.21.1/su-usr-bin.patch| 26 ++ meta/recipes-core/busybox/busybox_1.21.1

[OE-core] [PATCH 3/3] move /bin/su to /usr/bin/su to match util-linux and shadow

2013-07-26 Thread Hongxu Jia
Both of util-linux and shadow have su binary in /usr/bin, fix busybox to use the same path so they can be properly tracked by alternatives. [YOCTO #4926] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../busybox/busybox-1.21.1/su-usr-bin.patch| 26 ++ meta

[OE-core] [PATCH 1/3] util-linux: use u-a for su

2013-07-26 Thread Hongxu Jia
Use alternatives mechanism to prevent confliction of attempted installing su binary among busybox, shadow and util-linux. [YOCTO #4926] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/util-linux/util-linux.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [OE-core] [CONSOLIDATED PULL (Part 2) (resend) 00/14] Fixed again

2013-07-29 Thread Hongxu Jia
to 1.6.3 Emilia Ciobanu (2): distrodata.bbclass: Remove whitespaces distrodata.bbclass: Include PRSPV variable in upstream version checking Hongxu Jia (3): util-linux: use u-a for su shadow: use u-a for su move /bin/su to /usr/bin/su to match util-linux and shadow Missing busybox

[OE-core] [PATCH 0/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-01 Thread Hongxu Jia
-pkgconfigflag Hongxu Jia (1): list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags scripts/contrib/list-packageconfig-flag.py | 180 + 1 file changed, 180 insertions(+) create mode 100755 scripts/contrib/list-packageconfig-flag.py -- 1.8.1.2

[OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-01 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- scripts/contrib/list-packageconfig-flag.py | 180 + 1 file changed, 180 insertions(+) create mode 100755 scripts/contrib/list-packageconfig-flag.py diff --git a/scripts/contrib/list-packageconfig-flag.py b/scripts/contrib/list

Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-01 Thread Hongxu Jia
On 08/02/2013 12:46 AM, Otavio Salvador wrote: On Thu, Aug 1, 2013 at 8:04 AM, Hongxu Jia hongxu@windriver.com wrote: list-packageconfig-flag.py will walk the METADIR and collect recipes which have PACKAGECONFIG's flags. The default display is to list recipes which have PACKAGECONFIG's

[OE-core] [PATCH V2 0/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-01 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/list-pkgconfigflag Hongxu Jia (1): list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags scripts/contrib/list-packageconfig-flag.py | 180 + 1 file changed, 180 insertions(+) create

[OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-01 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- scripts/contrib/list-packageconfig-flag.py | 180 + 1 file changed, 180 insertions(+) create mode 100755 scripts/contrib/list-packageconfig-flag.py diff --git a/scripts/contrib/list-packageconfig-flag.py b/scripts/contrib/list

Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Hongxu Jia
On 08/02/2013 04:24 PM, Paul Eggleton wrote: Hi Hongxu, Great idea! This should be very useful indeed. Just a few feedback points: On Thursday 01 August 2013 19:04:05 Hongxu Jia wrote: list-packageconfig-flag.py will walk the METADIR and collect recipes which have PACKAGECONFIG's flags

Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Hongxu Jia
, would you think it's proper or not? Thanks, Hongxu On 08/02/2013 04:24 PM, Paul Eggleton wrote: Hi Hongxu, Great idea! This should be very useful indeed. Just a few feedback points: On Thursday 01 August 2013 19:04:05 Hongxu Jia wrote: list-packageconfig-flag.py will walk the METADIR

Re: [OE-core] [PATCH 1/1] list-packageconfig-flag.py: add a script to list all PACKAGECONFIG's flags

2013-08-02 Thread Hongxu Jia
On 08/02/2013 06:40 PM, Paul Eggleton wrote: On Friday 02 August 2013 18:03:05 Hongxu Jia wrote: I have updated the pull branch to rename the script and correct the comments as your suggestions. There still seem to be a lot of instances of PACKAGECONFIG's flags on the branch. Thanks Paul

[OE-core] [PATCH V3 0/1] list-packageconfig-flags.py: add a script to list all PACKAGECONFIG flags

2013-08-05 Thread Hongxu Jia
:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/list-pkgconfigflag http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/list-pkgconfigflag Hongxu Jia (1): list-packageconfig-flags.py: add a script to list all PACKAGECONFIG flags

[OE-core] [PATCH 1/1] list-packageconfig-flags.py: add a script to list all PACKAGECONFIG flags

2013-08-05 Thread Hongxu Jia
/jiahongxu/yocto/poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_2.21.9.bb PACKAGECONFIG None PACKAGECONFIG[xvmc] --enable-xvmc,--disable-xvmc,libxvmc PACKAGECONFIG[sna] --enable-sna,--disable-sna [YOCTO #4368] Signed-off-by: Hongxu Jia hongxu@windriver.com --- scripts/contrib/list

[OE-core] [PATCH 2/2] libdbm-sqlite-perl: add version 1.40

2013-08-08 Thread Hongxu Jia
PERL_DBM_TEST is assigned the value '1', the script will be added, and you could run the script to test whether DBD::SQLite is working properly. [YOCTO #4128] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../perl/files/sqlite-perl-test.pl | 69 ++ .../perl/libdbm

[OE-core] [PATCH 1/2] libdbi-perl: add version 1.628

2013-08-08 Thread Hongxu Jia
| `--' `-' | API | | |... |methods| | |... Other drivers `---' | |... `-' [YOCTO #4128] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/perl/libdbi-perl_1.628.bb | 27 + 1 file changed, 27 insertions

[OE-core] [PATCH 0/2] add perl database support packages

2013-08-08 Thread Hongxu Jia
in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/perl-dbi http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/perl-dbi Hongxu Jia (2): libdbi-perl: add version 1.628 libdbm-sqlite-perl: add version 1.40 .../perl/files/sqlite-perl-test.pl | 69

Re: [OE-core] [PATCH 2/2] libdbm-sqlite-perl: add version 1.40

2013-08-08 Thread Hongxu Jia
On 08/08/2013 05:06 PM, Olof Johansson wrote: On 13-08-08 11:01 +0200, Hongxu Jia wrote: create mode 100644 meta/recipes-extended/perl/libdbm-sqlite-perl_1.40.bb The recipe is called libdbm-sqlite-perl, but the perl module is called DBD::SQLite. Is that intentional, and if so, why? 'DBD

Re: [OE-core] [PATCH 2/2] libdbm-sqlite-perl: add version 1.40

2013-08-08 Thread Hongxu Jia
On 08/08/2013 05:06 PM, Olof Johansson wrote: On 13-08-08 11:01 +0200, Hongxu Jia wrote: create mode 100644 meta/recipes-extended/perl/libdbm-sqlite-perl_1.40.bb The recipe is called libdbm-sqlite-perl, but the perl module is called DBD::SQLite. Is that intentional, and if so, why? I know

[OE-core] [PATCH 1/2] libdbi-perl: add version 1.628

2013-08-08 Thread Hongxu Jia
| `--' `-' | API | | |... |methods| | |... Other drivers `---' | |... `-' [YOCTO #4128] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/perl/libdbi-perl_1.628.bb | 27 + 1 file changed, 27 insertions

[OE-core] [PATCH 2/2] libdbd-sqlite-perl: add version 1.40

2013-08-08 Thread Hongxu Jia
PERL_DBM_TEST is assigned the value '1', the script will be added, and you could run the script to test whether DBD::SQLite is working properly. [YOCTO #4128] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../perl/files/sqlite-perl-test.pl | 69 ++ .../perl/libdbd

[OE-core] [PATCH V2 0/2] add perl database support packages

2013-08-08 Thread Hongxu Jia
: genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/perl-dbi http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/perl-dbi Hongxu Jia (2): libdbi-perl: add version 1.628

Re: [OE-core] [PATCH 2/2] libdbm-sqlite-perl: add version 1.40

2013-08-08 Thread Hongxu Jia
On 08/08/2013 06:43 PM, Burton, Ross wrote: On 8 August 2013 10:01, Hongxu Jia hongxu@windriver.com wrote: DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you

Re: [OE-core] [PATCH 2/2] libdbm-sqlite-perl: add version 1.40

2013-08-08 Thread Hongxu Jia
On 08/08/2013 07:12 PM, Burton, Ross wrote: On 8 August 2013 12:06, Hongxu Jia hongxu@windriver.com wrote: It seems DBI is a commonly-used perl database support package, and work with multiple DBDs, the DBD::driver is based on actual database. We get sqlite in oe-core, so put them in oe

Re: [OE-core] [oe-commits] Hongxu Jia : util-linux: use u-a for su

2013-08-09 Thread Hongxu Jia
=6190c69a9f78aeef951c39e4c8700e945bbec5f7 Author: Hongxu Jia hongxu@windriver.com Date: Fri Jul 26 20:09:08 2013 +0800 util-linux: use u-a for su Use alternatives mechanism to prevent confliction of attempted installing su binary among busybox, shadow and util-linux. [YOCTO #4926] Signed-off

[OE-core] [PATCH 0/1] list-packageconfig-flags.py: fix searching bitbake module failed

2013-08-27 Thread Hongxu Jia
/cgit.cgi/poky-contrib/log/?h=hongxu/fix-list-pkgconfig Hongxu Jia (1): list-packageconfig-flags.py: fix searching bitbake module failed scripts/contrib/list-packageconfig-flags.py | 32 ++--- 1 file changed, 25 insertions(+), 7 deletions(-) -- 1.8.1.2

[OE-core] [PATCH 1/1] list-packageconfig-flags.py: fix searching bitbake module failed

2013-08-27 Thread Hongxu Jia
] Signed-off-by: Hongxu Jia hongxu@windriver.com --- scripts/contrib/list-packageconfig-flags.py | 32 ++--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/scripts/contrib/list-packageconfig-flags.py b/scripts/contrib/list-packageconfig-flags.py index

[OE-core] [PATCH 0/1] binutils-cross: autotools dependence is needed

2013-08-30 Thread Hongxu Jia
/cgit.cgi/poky-contrib/log/?h=hongxu/fix-binutils-cross Hongxu Jia (1): binutils-cross: autotools dependence is needed meta/recipes-devtools/binutils/binutils-cross.inc | 1 - 1 file changed, 1 deletion(-) -- 1.8.1.2 ___ Openembedded-core mailing list

  1   2   3   4   5   6   7   8   9   10   >