[OE-core] [PATCH] oeqa/utils: Added filter to LogResults decorator to enforce custom log level.

2014-09-24 Thread Lucian Musat
Signed-off-by: Lucian Musat georgex.l.mu...@intel.com --- meta/lib/oeqa/utils/decorators.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/lib/oeqa/utils/decorators.py b/meta/lib/oeqa/utils/decorators.py index a9e67ed..7f845db 100644 --- a/meta/lib/oeqa/utils/decorators.py +++

Re: [OE-core] [PATCH 3/3] texinfo: fix info not work

2014-09-24 Thread Hongxu Jia
On 09/24/2014 04:37 AM, Richard Purdie wrote: I think there are a few issues here. Firstly, this postinst can run at build time which means there is a dependency on texinfo-native. I guess if this fails, it will just run on target so its probably harmless but not deterministic. Secondly,

Re: [OE-core] [PATCH 3/3] texinfo: fix info not work

2014-09-24 Thread Hongxu Jia
On 09/24/2014 04:40 AM, Burton, Ross wrote: On 23 September 2014 21:37, Richard Purdie richard.pur...@linuxfoundation.org wrote: I think there are a few issues here. Firstly, this postinst can run at build time which means there is a dependency on texinfo-native. I guess if this fails, it will

Re: [OE-core] [PATCH] systemd: disable resolv.conf symlink unless resolved is enabled

2014-09-24 Thread Burton, Ross
On 23 September 2014 22:42, Peter A. Bigot p...@pabigot.com wrote: This has missed a couple merges; if the focus is elsewhere or there's a problem with it fine, but I think this belongs in 1.7 as without it systemd+connman doesn't function as it did before the update to 216. Sorry, missed

Re: [OE-core] [PATCH] git: add Git perl module to perltools package

2014-09-24 Thread Peter A. Bigot
Ping for this one too (it re-opened Yocto #3780 and has 1.7 as a due date). That's all I expect to have for 1.7, unless u-boot 2014.07 gets in (there's a patch needed for BBB in that case, but it's already in meta-ti's version). Peter On 09/19/2014 12:44 PM, Peter A. Bigot wrote: Git perl

Re: [OE-core] [PATCH 1/3] busybox: enable CONFIG_BZIP2/CONFIG_XZ/CONFIG_UNXZ by default

2014-09-24 Thread Hongxu Jia
On 09/23/2014 10:47 PM, Burton, Ross wrote: On 23 September 2014 15:19, Hongxu Jia hongxu@windriver.com wrote: It was required by info/man command to compress/decompress doc pages with xz/bz2 compression. When changing busybox configuration, it's helpful to list the size change. So for

Re: [OE-core] [PATCH 1/1] rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and deb

2014-09-24 Thread Burton, Ross
On 24 September 2014 02:30, Robert Yang liezhi.y...@windriver.com wrote: Ping, I think that we need it since it is a function lost. If we're going to unify the behaviour - which is a good thing - then ROOTFS_POSTPROCESS_COMMAND needs to be unified too. Ross --

Re: [OE-core] [PATCH 3/3] texinfo: fix info not work

2014-09-24 Thread Burton, Ross
On 24 September 2014 10:16, Hongxu Jia hongxu@windriver.com wrote: I am afraid moving the postinst to texinfo.bbclass will cause some potential issues: - It will be invoked many times if multiple packages installed. Sure, we could make it a trigger in the future. - We could not use a

Re: [OE-core] [PATCH] ltp: add PACKAGECONFIG for numactrl

2014-09-24 Thread Burton, Ross
On 16 September 2014 04:09, rongqing...@windriver.com wrote: ++AC_ARG_WITH([numa], ++ [AC_HELP_STRING([--with-numa], ++[have the numa support (default=no)])], ++ [with_numa=yes], The comment says default is no, the behaviour is default is yes. +PACKAGECONFIG[numa] = --with-numa=yes,

[OE-core] [PATCH 4/4] man/texinfo: conditionally add gzip/bzip2/xz to RDEPENDS

2014-09-24 Thread Hongxu Jia
Conditionally add 'xz/bz2/gzip' to info/man's RDEPENDS according to DOC_COMPRESS. [YOCTO #6750] [YOCTO #6751] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/man/man_1.6g.bb| 13 + meta/recipes-extended/texinfo/texinfo_5.2.bb | 13 +

[OE-core] [PATCH 2/4] texinfo: fix QA Error while doc compress enabled

2014-09-24 Thread Hongxu Jia
While doc compress enabled, ther is a QA issue: ... ERROR: QA Issue: texinfo: Files/directories were installed but not shipped /usr/share/info/info.info.bz2 /usr/share/info/info-stnd.info.bz2 [installed-vs-shipped] ... Signed-off-by: Hongxu Jia hongxu@windriver.com ---

[OE-core] [PATCH 3/4] texinfo: fix info not work

2014-09-24 Thread Hongxu Jia
In texinfo, we didn't have info/dir entries, which caused info not work. ... root@qemux86:~# info info info: dir: No such file or directory ... Refer ubuntu/debian to invoke install-info to create info/dir entries in pkg_postinst_info. [YOCTO #6751] Signed-off-by: Hongxu Jia

[OE-core] [PATCH 1/4] scripts/postinst-intercepts: add update_info_dir

2014-09-24 Thread Hongxu Jia
We need to run it after all packages have been installed. Here is details: NAME update_info_dir - update or create index file from all installed info files in directory SYNOPSIS update_info_dir [options] [directory] DESCRIPTION Update, or create, the index file dir of available

[OE-core] [PATCH V2 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Hongxu Jia
Changed in V2: - Conditionally add 'gzip/bzip2/xz' to man/info's RDEPENDS rather than modify busybox's defconfig. - Refer Ubuntu to add a script to postinst_intercept to run it after all packages have been installed at build time. Test Case: vim local.conf .. IMAGE_INSTALL_append = man

[OE-core] [meta-oe][PATCH v2] alsa-utils: interrupt streaming via signal

2014-09-24 Thread Muzaffar Mahmood
aplay/arecord (alsa-utils v1.0.28) cannot interrupt streaming via CTRL-C. Fixed the issue by reverting buggy patches and properly handling 'in_aborting' flag in appropriate functions. Signed-off-by: Anant Agrawal anant_agra...@mentor.com Signed-off-by: Mikhail Durnev mikhail_dur...@mentor.com

Re: [OE-core] hash generation/PR service problem with xuser-account and other packages

2014-09-24 Thread Steffen Sledz
On 23.09.2014 18:16, Richard Purdie wrote: On Tue, 2014-09-23 at 16:51 +0200, Steffen Sledz wrote: Hi Richard, thanx for this detailled explanation. It is another step on my way to understand all this. ;-) The other recipes will need investigating since I doubt its this issue for them. Is

Re: [OE-core] hash generation/PR service problem with xuser-account and other packages

2014-09-24 Thread Richard Purdie
On Wed, 2014-09-24 at 15:22 +0200, Steffen Sledz wrote: This patch fixes the cpufreq-tweaks (from meta-angstrom) problem too. :) So there's still linux-firmware pending from the packages i mentioned. Actually, I pushed a patch for that last night. It was the same debug approach as the second

Re: [OE-core] [PATCH 1/1] rootfs.py: fix PRE/POSTPROCESS_COMMANDS for rpm and deb

2014-09-24 Thread Robert Yang
On 09/24/2014 06:46 PM, Burton, Ross wrote: On 24 September 2014 02:30, Robert Yang liezhi.y...@windriver.com wrote: Ping, I think that we need it since it is a function lost. If we're going to unify the behaviour - which is a good thing - then ROOTFS_POSTPROCESS_COMMAND needs to be unified

Re: [OE-core] [meta-oe][PATCH v2] alsa-utils: interrupt streaming via signal

2014-09-24 Thread Burton, Ross
On 24 September 2014 13:52, Muzaffar Mahmood muzaffar_mahm...@mentor.com wrote: .../recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb |1 + Master has 1.0.28, please rebase. Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 4/4] man/texinfo: conditionally add gzip/bzip2/xz to RDEPENDS

2014-09-24 Thread Burton, Ross
On 24 September 2014 12:38, Hongxu Jia hongxu@windriver.com wrote: +if compress_doc in d.getVar(INHERIT, True): You'll want to split() the INHERIT variable so you're searching for a member and not a substring: if compress_doc in d.getVar(INHERIT, True).split() Without splitting, an

Re: [OE-core] [PATCH 1/4] scripts/postinst-intercepts: add update_info_dir

2014-09-24 Thread Burton, Ross
On 24 September 2014 12:38, Hongxu Jia hongxu@windriver.com wrote: +# since user's environment is taken over into root account when sudo-ing +# we don't want that one's user LANGUAGE setting changes the messages in +# the dir file. Unset LANGUAGE and reload /etc/environment to get +# the

Re: [OE-core] [PATCH 4/4] man/texinfo: conditionally add gzip/bzip2/xz to RDEPENDS

2014-09-24 Thread Hongxu Jia
On 09/24/2014 10:45 PM, Burton, Ross wrote: On 24 September 2014 12:38, Hongxu Jia hongxu@windriver.com wrote: +if compress_doc in d.getVar(INHERIT, True): You'll want to split() the INHERIT variable so you're searching for a member and not a substring: if compress_doc in

Re: [OE-core] [PATCH 1/4] scripts/postinst-intercepts: add update_info_dir

2014-09-24 Thread Hongxu Jia
On 09/24/2014 10:52 PM, Burton, Ross wrote: On 24 September 2014 12:38, Hongxu Jia hongxu@windriver.com wrote: +# since user's environment is taken over into root account when sudo-ing +# we don't want that one's user LANGUAGE setting changes the messages in +# the dir file. Unset LANGUAGE

[OE-core] [PATCH 4/4] man/texinfo: conditionally add gzip/bzip2/xz to RDEPENDS

2014-09-24 Thread Hongxu Jia
Conditionally add 'xz/bz2/gzip' to info/man's RDEPENDS according to DOC_COMPRESS. [YOCTO #6750] [YOCTO #6751] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-extended/man/man_1.6g.bb| 13 + meta/recipes-extended/texinfo/texinfo_5.2.bb | 13 +

[OE-core] [PATCH 1/4] scripts/postinst-intercepts: add update_info_dir

2014-09-24 Thread Hongxu Jia
We need to run it after all packages have been installed. Here is details: NAME update_info_dir - update or create index file from all installed info files in directory SYNOPSIS update_info_dir [options] [directory] DESCRIPTION Update, or create, the index file dir of available

[OE-core] [PATCH 2/4] texinfo: fix QA Error while doc compress enabled

2014-09-24 Thread Hongxu Jia
While doc compress enabled, ther is a QA issue: ... ERROR: QA Issue: texinfo: Files/directories were installed but not shipped /usr/share/info/info.info.bz2 /usr/share/info/info-stnd.info.bz2 [installed-vs-shipped] ... Signed-off-by: Hongxu Jia hongxu@windriver.com ---

[OE-core] [PATCH V3 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Hongxu Jia
Changed in V3: - Remove Debian-specific code - split() the INHERIT variable Changed in V2: - Conditionally add 'gzip/bzip2/xz' to man/info's RDEPENDS rather than modify busybox's defconfig. - Refer Ubuntu to add a script to postinst_intercept to run it after all packages have been installed

[OE-core] [PATCH 3/4] texinfo: fix info not work

2014-09-24 Thread Hongxu Jia
In texinfo, we didn't have info/dir entries, which caused info not work. ... root@qemux86:~# info info info: dir: No such file or directory ... Refer ubuntu/debian to invoke install-info to create info/dir entries in pkg_postinst_info. [YOCTO #6751] Signed-off-by: Hongxu Jia

[OE-core] daisy: runtime-reverse/udev-hwdb missing during do_rootfs

2014-09-24 Thread Darren Hart
Hi all, I've hit the following on a custom image recipe (based on core-image): | Configuring run-postinsts. | | NOTE: Installing complementary packages ... | NOTE: Running intercept scripts: | NOTE: Executing write_package_manifest ... | DEBUG: Executing python function write_package_manifest |

Re: [OE-core] daisy: runtime-reverse/udev-hwdb missing during do_rootfs

2014-09-24 Thread Richard Purdie
On Wed, 2014-09-24 at 09:34 -0700, Darren Hart wrote: I've hit the following on a custom image recipe (based on core-image): | Configuring run-postinsts. | | NOTE: Installing complementary packages ... | NOTE: Running intercept scripts: | NOTE: Executing write_package_manifest ... |

Re: [OE-core] Python Large File System Support

2014-09-24 Thread Burton, Ross
On 23 September 2014 02:27, Ong, Boon Leong boon.leong@intel.com wrote: I did a search around meta/recipes-devtool/python found many recipes files. So, I am reaching out to expert in this forum to guide on which is the right file to be touched to enabled LFS? The important one is

Re: [OE-core] daisy: runtime-reverse/udev-hwdb missing during do_rootfs

2014-09-24 Thread Darren Hart
On 9/24/14, 10:58, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2014-09-24 at 09:34 -0700, Darren Hart wrote: I've hit the following on a custom image recipe (based on core-image): | Configuring run-postinsts. | | NOTE: Installing complementary packages ... | NOTE:

Re: [OE-core] [PATCH V3 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Burton, Ross
Hi Hongxu, This is failing for me, core-image-minimal for NUC with doc-pkgs: Collected errors: * check_data_file_clashes: Package util-linux-doc wants to install file /data/poky-master/tmp/work/nuc-poky-linux/cor e-image-minimal/1.0-r0/rootfs/usr/share/man/man3/libblkid.3.xz But that

Re: [OE-core] [PATCH] curl: upgrade to 7.38.0

2014-09-24 Thread Burton, Ross
On 10 September 2014 15:43, Maxin B. John maxin.j...@enea.com wrote: Fixes two HTTP cookie related security bugs: 1. CVE-2014-3613 2. CVE-2014-3620 Can these be backported instead to 7.37.1? Upgrading to a new major release with many new features is exceptional now we've frozen. Ross --

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-24 Thread Burton, Ross
Hi Robert, On 4 September 2014 11:27, Robert Yang liezhi.y...@windriver.com wrote: Under more thoughts, yes, we need the --no-dereferece otherwise the touch may update the file in the SSTATE_MIRRORS, and it's safe to touch a symlink itself (though test -w follows symlink) since the permissions

[OE-core] [PATCH v2] ltp: add PACKAGECONFIG for numactrl

2014-09-24 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Signed-off-by: Roy.Li rongqing...@windriver.com --- .../ltp/ltp/add-knob-for-numa.patch| 39 meta/recipes-extended/ltp/ltp_20140422.bb |3 ++ 2 files changed, 42 insertions(+) create mode 100644

[OE-core] [PATCH] licenses.conf: remove link to deleted License_Audit wiki page

2014-09-24 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/conf/licenses.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index b1d5480..fe96066 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf @@ -49,7 +49,6 @@

Re: [OE-core] [PATCH V3 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Hongxu Jia
On 09/25/2014 05:53 AM, Burton, Ross wrote: Hi Hongxu, This is failing for me, core-image-minimal for NUC with doc-pkgs: Collected errors: * check_data_file_clashes: Package util-linux-doc wants to install file /data/poky-master/tmp/work/nuc-poky-linux/cor

[OE-core] [PATCH] meta-toolchain-qt: fix up old reference to Nokia and typo

2014-09-24 Thread Jonathan Liu
The SDK is now called Qt SDK. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/meta/meta-toolchain-qt.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-qt/meta/meta-toolchain-qt.inc b/meta/recipes-qt/meta/meta-toolchain-qt.inc index

[OE-core] [PATCH] qt-mobility: fix source URL

2014-09-24 Thread Jonathan Liu
The source is no longer available from the original URL. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc

Re: [OE-core] [PATCH V3 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Hongxu Jia
On 09/25/2014 09:54 AM, Hongxu Jia wrote: On 09/25/2014 05:53 AM, Burton, Ross wrote: Hi Hongxu, This is failing for me, core-image-minimal for NUC with doc-pkgs: And what NUC means? I am not familiar with is. //Hongxu Collected errors: * check_data_file_clashes: Package util-linux-doc

Re: [OE-core] [PATCH V3 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Hongxu Jia
On 09/25/2014 10:02 AM, Hongxu Jia wrote: On 09/25/2014 09:54 AM, Hongxu Jia wrote: On 09/25/2014 05:53 AM, Burton, Ross wrote: Hi Hongxu, This is failing for me, core-image-minimal for NUC with doc-pkgs: And what NUC means? I am not familiar with is. Oh, it is a intel BSP located in

Re: [OE-core] [PATCH 1/1] sstate.bbclass: update the timestamps after install

2014-09-24 Thread Robert Yang
On 09/25/2014 06:37 AM, Burton, Ross wrote: Hi Robert, On 4 September 2014 11:27, Robert Yang liezhi.y...@windriver.com wrote: Under more thoughts, yes, we need the --no-dereferece otherwise the touch may update the file in the SSTATE_MIRRORS, and it's safe to touch a symlink itself (though

Re: [OE-core] [PATCH] libunwind: add aarch64 support

2014-09-24 Thread Khem Raj
On Wed, Sep 24, 2014 at 7:13 PM, Kang Kai kai.k...@windriver.com wrote: It doesn't work and fail to do link: | ../src/.libs/libunwind-aarch64.so: undefined reference to `unreachable' | collect2: error: ld returned 1 exit status | make[1]: *** [test-coredump-unwind] Error 1 Is 'unreachable'

Re: [OE-core] [PATCH] libunwind: add aarch64 support

2014-09-24 Thread Kang Kai
On 2014年09月25日 10:35, Khem Raj wrote: On Wed, Sep 24, 2014 at 7:13 PM, Kang Kai kai.k...@windriver.com wrote: It doesn't work and fail to do link: | ../src/.libs/libunwind-aarch64.so: undefined reference to `unreachable' | collect2: error: ld returned 1 exit status | make[1]: ***

Re: [OE-core] [PATCH V3 0/4] man/info: fix not support xz/bz2 compression

2014-09-24 Thread Hongxu Jia
I could reproduce it now, and am working on it, v4 incoming //Hongxu On 09/25/2014 05:53 AM, Burton, Ross wrote: Hi Hongxu, This is failing for me, core-image-minimal for NUC with doc-pkgs: Collected errors: * check_data_file_clashes: Package util-linux-doc wants to install file