Re: [OE-core] [Angstrom-devel] Mix of systemd version in Angstrom Master

2013-11-04 Thread Ulf Samuelsson
On 2013-11-04 01:01, Ulf Samuelsson wrote: Have built the Angstrom master for a Beaglebone. Trying to create a simple systemd service (non-forking). This fails to start. When I look into the systemd log (log_level=debug), there are references to /org/freedesktop/systemd1 which does not exist.

Re: [OE-core] SRC_URI computing order

2013-11-04 Thread Eric Bénard
Hi Andrea, Le Sun, 3 Nov 2013 23:16:09 +0100, Andrea Adami andrea.ad...@gmail.com a écrit : I have to report an undesiderate behavior: the formfactor files in our .bbappend are not considered :/ DEBUG: Searching for machconfig in paths:

[OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Chong.Lu
From: Lu Chong chong...@windriver.com Remove -q and --squash options of help information. Print help information and return non-zero value when makedevs has none option. If rootdir is not exist, there would be print error messages. Signed-off-by: Lu Chong chong...@windriver.com ---

Re: [OE-core] [PATCH] eglibc_2.18.bb: accept make versions 4.0 and greater

2013-11-04 Thread Martin Jansa
On Mon, Nov 04, 2013 at 05:31:15PM +1100, Jonathan Liu wrote: Signed-off-by: Jonathan Liu net...@gmail.com Hi, FYI: there is bug report for this: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5391 --- meta/recipes-core/eglibc/eglibc-2.18/make-4.patch | 31 +++

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Richard Purdie
On Sun, 2013-11-03 at 11:37 +, Stoicescu, CorneliuX wrote: +BUILDSTATS_BASE = ${BUILDHISTORY_DIR}/buildstats BNFILE = ${BUILDSTATS_BASE}/.buildname DEVFILE = ${BUILDSTATS_BASE}/.device so when buildhistory is used, buildstats automatically becomes part of it? @@ -33,7

[OE-core] [PATCH V2] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Chong.Lu
From: Lu Chong chong...@windriver.com Remove -q and --squash options of help information. Print help information and return non-zero value when makedevs has none option. If rootdir is not exist, there would be print error messages. Signed-off-by: Lu Chong chong...@windriver.com ---

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Stoicescu, CorneliuX
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, November 04, 2013 11:16 AM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 09:24 +, Stoicescu, CorneliuX wrote: -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, November 04, 2013 11:16 AM To: Stoicescu, CorneliuX Cc: openembedded-core@lists.openembedded.org Subject: Re:

Re: [OE-core] [PATCH 3/4] udev: fix QA issue

2013-11-04 Thread Hongxu Jia
On 11/04/2013 03:13 PM, Hongxu Jia wrote: ... WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.1.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xdead3000) WARNING: QA Issue: udev:

[OE-core] [PATCH V2 0/5] fix WARNING: QA Issue on kmod/udev/nfs-utils (unsafe references [/ references to /usr/lib])

2013-11-04 Thread Hongxu Jia
Change in V2: The fourth patch fixed the QA Issue on udev, it was missed on previous version. //Hongxu The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b: bitbake: hob: do not display the Package list may be incomplete! dialog (2013-11-01 17:59:31 +) are

[OE-core] [PATCH 4/5] udev: fix QA issue

2013-11-04 Thread Hongxu Jia
The commit 7163ebd92a799b8f000b2b6f303b20de468b5f90 Revert kmod: Use base_libdir for installing libkmod It caused a QA Issue WARNING: ... WARNING: QA Issue: udev: /lib/udev/udevd, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libkmod.so.2 =

[OE-core] [PATCH 2/5] kmod: fix QA issue

2013-11-04 Thread Hongxu Jia
The commit 7163ebd92a799b8f000b2b6f303b20de468b5f90 Revert kmod: Use base_libdir for installing libkmod It caused a QA Issue WARNING: ... WARNING: QA Issue: kmod: /bin/kmod, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libkmod.so.2 = /usr/lib64/libkmod.so.2

[OE-core] [PATCH 1/5] insane.bbclass: support to skip unsafe references in binaries qa check.

2013-11-04 Thread Hongxu Jia
Add a variable to support skipping the unsafe references in binaries qa check. [YOCTO #5142] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/insane.bbclass | 4 1 file changed, 4 insertions(+) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index

[OE-core] [PATCH 3/5] udev: fix QA issue

2013-11-04 Thread Hongxu Jia
... WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.1.1, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xdead3000) WARNING: QA Issue: udev: /lib/libgudev-1.0.so.0.1.1, installed in the base_prefix, requires

[OE-core] [PATCH 5/5] nfs-utils: fix QA issue

2013-11-04 Thread Hongxu Jia
... WARNING: QA Issue: nfs-utils: Found a reference to /usr/ in /home/jiahongxu/yocto/build-20131025-gcc5/bitbake_build/tmp/work/x86_64-wrs-linux/nfs-utils/1.2.8-r1/packages-split/nfs-utils/sbin/osd_login WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference

Re: [OE-core] [PATCH V3] expect: Add recipe

2013-11-04 Thread Paul Eggleton
On Saturday 02 November 2013 11:22:07 Saul Wold wrote: +DEPENDS = tcl +RDEPENDS_${PN} = tcl You don't need an RDEPENDS_${PN} if it matches with the DEPENDS For the sake of others reading, it's not as simple as that. DEPENDS is for build-time dependencies, RDEPENDS is for runtime

Re: [OE-core] [PATCH v7] connman: ignore the networking device which nfs for rootfs is working on

2013-11-04 Thread Muhammad Shakeel
On 10/31/2013 06:14 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Create connman-evn.service, which will run a script to compute the networking device when nfs root is on, and pass the result to connman.service Copy Connmand.service from source code, add

[OE-core] [PATCH 1/1] systemd.bbclass: only restart the service when it is running at systemd_postinst

2013-11-04 Thread Li Zhijian
From: Li Zhijian lizhij...@cn.fujitsu.com If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then this script would block when it is trying to call systemctl to restart service. It

[OE-core] [dora] Cherry-pick Qt fixes

2013-11-04 Thread Jonathan Liu
Hi Robert, I propose we cherry-pick the following Qt fixes from master to dora branch: -qt4: add upstream QTBUG-31579 patch for QPainter regression [OE-Core/a5afc67cbfc32beb3be10392bf9788cfc3610ab1] -nativesdk-qt4-tools: create qt.conf file [OE-Core/23f88695683a8e428375a8ccb6be935347a8768c]

Re: [OE-core] [dora] Cherry-pick Qt fixes

2013-11-04 Thread Robert Yang
Hi Jonathan, Thank you very much, these will be included in the queue. // Robert On 11/04/2013 06:45 PM, Jonathan Liu wrote: Hi Robert, I propose we cherry-pick the following Qt fixes from master to dora branch: -qt4: add upstream QTBUG-31579 patch for QPainter regression

Re: [OE-core] [PATCH V2 0/5] fix WARNING: QA Issue on kmod/udev/nfs-utils (unsafe references [/ references to /usr/lib])

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 17:56 +0800, Hongxu Jia wrote: Change in V2: The fourth patch fixed the QA Issue on udev, it was missed on previous version. //Hongxu The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b: bitbake: hob: do not display the Package list may

Re: [OE-core] [PATCH] makedevs: fix return error value when input invalid arguments

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 16:41 +0800, chong...@windriver.com wrote: From: Lu Chong chong...@windriver.com Remove -q and --squash options of help information. Why are we removing this? Cheers, Richard ___ Openembedded-core mailing list

Re: [OE-core] [PATCH V2 0/5] fix WARNING: QA Issue on kmod/udev/nfs-utils (unsafe references [/ references to /usr/lib])

2013-11-04 Thread Otavio Salvador
On Mon, Nov 4, 2013 at 9:39 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-11-04 at 17:56 +0800, Hongxu Jia wrote: Change in V2: The fourth patch fixed the QA Issue on udev, it was missed on previous version. //Hongxu The following changes since commit

Re: [OE-core] [PATCH V2 0/5] fix WARNING: QA Issue on kmod/udev/nfs-utils (unsafe references [/ references to /usr/lib])

2013-11-04 Thread Hongxu Jia
On 11/04/2013 07:39 PM, Richard Purdie wrote: On Mon, 2013-11-04 at 17:56 +0800, Hongxu Jia wrote: Change in V2: The fourth patch fixed the QA Issue on udev, it was missed on previous version. //Hongxu The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b: bitbake:

Re: [OE-core] [PATCH V2 0/5] fix WARNING: QA Issue on kmod/udev/nfs-utils (unsafe references [/ references to /usr/lib])

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 09:48 -0200, Otavio Salvador wrote: On Mon, Nov 4, 2013 at 9:39 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Mon, 2013-11-04 at 17:56 +0800, Hongxu Jia wrote: Change in V2: The fourth patch fixed the QA Issue on udev, it was missed on previous

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Paul Eggleton
On Monday 04 November 2013 09:31:19 Richard Purdie wrote: On Mon, 2013-11-04 at 09:24 +, Stoicescu, CorneliuX wrote: -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, November 04, 2013 11:16 AM To: Stoicescu, CorneliuX Cc:

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 12:14 +, Paul Eggleton wrote: On Monday 04 November 2013 09:31:19 Richard Purdie wrote: The basic idea with buildhistory is to only keep the latest version of data stored within it, on the assumption that you could always get previous versions from the git history;

Re: [OE-core] [PATCH] eglibc_2.17.bb: accept make versions 4.0 and greater

2013-11-04 Thread Jack Mitchell
On 04/11/13 06:31, Jonathan Liu wrote: Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/eglibc/eglibc-2.17/make-4.patch | 31 +++ meta/recipes-core/eglibc/eglibc_2.17.bb | 1 + 2 files changed, 32 insertions(+) create mode 100644

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-04 Thread Stoicescu, CorneliuX
-Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, November 04, 2013 2:35 PM To: Paul Eggleton Cc: Stoicescu, CorneliuX; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] Modify buildstats to be merged inside

Re: [OE-core] [oe-commits] Richard Purdie : gcc: Fix strange C++ repo issues

2013-11-04 Thread Martin Jansa
On Mon, Oct 14, 2013 at 03:45:35PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 9f6c4edf40963d1f3fb9f7e2d2b7a866aa1afe57 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=9f6c4edf40963d1f3fb9f7e2d2b7a866aa1afe57 Author:

Re: [OE-core] [PATCH V3] expect: Add recipe

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 10:01 +, Paul Eggleton wrote: On Saturday 02 November 2013 11:22:07 Saul Wold wrote: +DEPENDS = tcl +RDEPENDS_${PN} = tcl You don't need an RDEPENDS_${PN} if it matches with the DEPENDS For the sake of others reading, it's not as simple as that. DEPENDS is

[OE-core] Gstreamer 1.2

2013-11-04 Thread Yevhen Kyriukha
Is anyone working on gstreamer 1.2 recipes for oe? Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 4/4] build-perf-test.sh: cleanup conf/sanity_info

2013-11-04 Thread Robert Yang
The conf/sanity_info is in TMPDIR now, it would be removed when TMPDIR is removed. [YOCTO #5442] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- scripts/contrib/build-perf-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contrib/build-perf-test.sh

[OE-core] [PATCH 0/4 V2] sanity.bbclass: TMPDIR and sanity_info related fixes

2013-11-04 Thread Robert Yang
* V2: - Move ${TOPDIR}/conf/sanity_info to ${TMPDIR}, we need update the document for this change. // Robert The following changes since commit 9160f376065752e2e92c8b37ee9a80d0eb86b53b: bitbake: toaster: enable required classes in the toaster startup script (2013-11-04 09:36:22 +) are

Re: [OE-core] [oe-commits] Richard Purdie : gcc: Fix strange C++ repo issues

2013-11-04 Thread Richard Purdie
On Mon, 2013-11-04 at 14:02 +0100, Martin Jansa wrote: On Mon, Oct 14, 2013 at 03:45:35PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 9f6c4edf40963d1f3fb9f7e2d2b7a866aa1afe57 URL:

[OE-core] [PATCH 2/4] sanity.bbclass: check that TMPDIR is not located on nfs

2013-11-04 Thread Robert Yang
There would be some unexpected errors when the whole TMPDIR is located on nfs, so add a test for it in sanity.bbclass. Note: The better way to get the filesystem id should be get f_fsid from struct statvfs, but there is no f_fsid in os.stat() or os.statvfs(), so we use 'stat -f -c %t' here.

[OE-core] [PATCH 1/4] sanity.bbclass: move conf/sanity_info into TMPDIR

2013-11-04 Thread Robert Yang
Move conf/sanity_info into TMPDIR, otherwise, when we reset TMPDIR to another dir, the SANITY_VERSION from conf/sanity_info and sanity_data.getVar('SANITY_VERSION', True) are still the same, so that the check_sanity_version_change() would not rerun. Another fix is that we can move the

[OE-core] [PATCH 3/4] sanity.bbclass: remove the obsolete variable last_tmpdir

2013-11-04 Thread Robert Yang
The variable last_tmpdir which is read from the sanity_info file had been used by check_sanity_tmpdir_change(), but the function was removed, the check had been moved into check_sanity_version_change(), so we can remove last_tmpdir and we don't need to save the TMPDIR in the sanity_info file

Re: [OE-core] [PATCH 1/2] Use alternatives for the binutils-symlinks package.

2013-11-04 Thread Peter Seebach
On Fri, 18 Oct 2013 22:22:40 -0700 Saul Wold s...@linux.intel.com wrote: The commit short message needs to be corrected to the binutils: ... format please. Okay, corrected the commit message, also fixed a space/tab issue in the binutils.inc patch. -s -- Listen, get this. Nobody with a good

[OE-core] [CONSOLIDATED PULL 0/8] Patches Qemu Update

2013-11-04 Thread Saul Wold
Richard, I have tested this locally and on the Autobuilder. Sau! The following changes since commit 1d2d37d579492b63d20ff8aa890a43b9a1576cf0: toaster: add class to dump toaster-tracked data (2013-11-04 09:35:01 +) are available in the git repository at:

Re: [OE-core] Gstreamer 1.2

2013-11-04 Thread Iorga, Cristian
Hello, I will work probably starting next week. Regards, Cristian From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Yevhen Kyriukha Sent: Monday, November 4, 2013 4:26 PM To: Patches and discussions about the oe-core

[OE-core] OE Changelog since 2013-10-27 until 2013-11-03

2013-11-04 Thread cliff . brake
Changelog since 2013-10-27 until 2013-11-03. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] Gstreamer 1.2

2013-11-04 Thread Carlos Rafael Giani
On 2013-11-04 20:21, Iorga, Cristian wrote: Hello, I will work probably starting next week. Regards, Cristian *From:*openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] *On Behalf Of *Yevhen Kyriukha *Sent:* Monday, November 4, 2013

[OE-core] [PATCH] mdadm: Disable the RUN_DIR check

2013-11-04 Thread Saul Wold
This check was looking for /run/mdadm on the host system, this check is optional so disable it. [YOCTO #5447] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/mdadm/mdadm_3.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] SRC_URI computing order

2013-11-04 Thread Andrea Adami
On Mon, Nov 4, 2013 at 12:10 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Sun, 2013-11-03 at 23:16 +0100, Andrea Adami wrote: On Sat, Nov 2, 2013 at 9:47 AM, Eric Bénard e...@eukrea.com wrote: Hi Richard, Le Wed, 30 Oct 2013 15:15:12 +, Richard Purdie

[OE-core] boost package fail

2013-11-04 Thread Yi Qingliang
Hello, I'm working on Archlinux x64. when packaging boost, I got error: arm-jilong-linux-gnueabi-objcopy:/xxx/tmp/work/armv6-vfp-jilong-linux- gnueabi/boost/1.54.0-r0/package/usr/lib/libboost_iostreams.so.1.54.0: File format not recognized I don't know why boost compiled with

Re: [OE-core] [PATCH v7] connman: ignore the networking device which nfs for rootfs is working on

2013-11-04 Thread Rongqing Li
On 11/04/2013 06:13 PM, Muhammad Shakeel wrote: On 10/31/2013 06:14 AM, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com Create connman-evn.service, which will run a script to compute the networking device when nfs root is on, and pass the result to connman.service

[OE-core] [PATCH V4] expect: Add recipe

2013-11-04 Thread Khem Raj
From: Mihaela Sendrea mihaela.send...@enea.com Nedeed for gcc-runtime tests. Fixed build on multilib and add patch to remove !/depot/path/expect -f which caused rpm to puke on rfs generation Signed-off-by: Mihaela Sendrea mihaela.send...@enea.com Signed-off-by: Khem Raj k...@juniper.net ---

[OE-core] [PATCH V5] expect: Add recipe

2013-11-04 Thread Khem Raj
From: Mihaela Sendrea mihaela.send...@enea.com Nedeed for gcc-runtime tests. Fixed build on multilib and add patch to remove !/depot/path/expect -f which caused rpm to puke on rfs generation Signed-off-by: Mihaela Sendrea mihaela.send...@enea.com Signed-off-by: Khem Raj raj.k...@gmail.com ---

Re: [OE-core] [PATCH] eglibc_2.17.bb: accept make versions 4.0 and greater

2013-11-04 Thread Jonathan Liu
On 4/11/2013 11:35 PM, Jack Mitchell wrote: On 04/11/13 06:31, Jonathan Liu wrote: Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/eglibc/eglibc-2.17/make-4.patch | 31 +++ meta/recipes-core/eglibc/eglibc_2.17.bb | 1 + 2 files changed, 32