Re: [OE-core] Race condition when building external kernel modules

2014-09-05 Thread Anders Darander
Hi, * Denys Dmytriyenko de...@denix.org [140905 01:09]: This report is exactly from 3 years ago. Has this ever been resolved or looked at? We have started seeing this a lot lately in our own distro based on Daisy with 3.14 kernel when building with 12-24 threads. But it might not be

Re: [OE-core] [RFC] Integrate texinfo-4.8 to oe-core

2014-09-05 Thread Richard Purdie
On Fri, 2014-09-05 at 11:17 +0800, Rongqing Li wrote: Hi: I would like to integrate texinfo-4.8 into oe-core, it was released on 2007, and too old, but it is a GPLv2 package. Does anyone objects? With things that are this old, I'm wondering if its not time we started a dedicated layer

[OE-core] wrong automatic dependency

2014-09-05 Thread Dvorkin Dmitry
Hello! I wrote my own recipe for crda. (http://wireless.kernel.org/en/developers/Regulatory/CRDA) Dependencies is: DEPENDS = libgcrypt libnl RDEPENDS_${PN} = udev wireless-regdb Crda Makefile is using python to rebuild it's database in build/installation step. After installation I have

Re: [OE-core] [oe] Style issue for recipes

2014-09-05 Thread Paul Eggleton
On Thursday 04 September 2014 15:12:02 Burton, Ross wrote: Quick question of style for the community to bikeshed on: in the general case should recipes be split into foo_1.2.bb and foo.inc, or should they only split to bb/inc if there are multiple versions and generally there should just be

Re: [OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Burton, Ross
On 3 September 2014 20:57, Dan McGregor danismostlik...@gmail.com wrote: sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service* + sed -i -e 's:/root:${ROOT_HOME}:g' \ +${S}/src/core/unit-printf.c \ +${S}/src/nspawn/nspawn.c \ +${S}/src/shared/util.c Sedding

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Eric Bénard
Hi Dvorkin, Le Fri, 05 Sep 2014 16:36:03 +0800, Dvorkin Dmitry dvor...@tibbo.com a écrit : Hello! I wrote my own recipe for crda. (http://wireless.kernel.org/en/developers/Regulatory/CRDA) Dependencies is: DEPENDS = libgcrypt libnl RDEPENDS_${PN} = udev wireless-regdb Crda

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Dvorkin Dmitry
Hi, Eric! On 05.09.2014 17:13, Eric Bénard wrote: Hi Dvorkin, Le Fri, 05 Sep 2014 16:36:03 +0800, Dvorkin Dmitry dvor...@tibbo.com a écrit : Hello! I wrote my own recipe for crda. (http://wireless.kernel.org/en/developers/Regulatory/CRDA) Dependencies is: DEPENDS = libgcrypt libnl

[OE-core] [PATCH] sstatesig/sstate: Add support for locked down sstate cache usage

2014-09-05 Thread Richard Purdie
I've been giving things some thought, specifically why sstate doesn't get used more and why we have people requesting external toolchains. I'm guessing the issue is that people don't like how often sstate can change and the lack of an easy way to lock it down. Locking it down is actually quite

Re: [OE-core] [PATCH 1/1] bbclass/sstate: only allowed sstate-cache objects are allowed in a build (read-only sstate-cache)

2014-09-05 Thread Richard Purdie
Hi Hongxu, On Thu, 2014-08-21 at 10:36 +0800, Hongxu Jia wrote: The requirement is the developer who demand only the new software they write is allowed to be compiled from source, they only want to reuse binaries from an existed sstate-cache, if the developer makes a change that triggers a

Re: [OE-core] wrong automatic dependency

2014-09-05 Thread Eric Bénard
Le Fri, 05 Sep 2014 17:35:30 +0800, Dvorkin Dmitry dvor...@tibbo.com a écrit : pretty sure! see my grep on *.dot files. python is installed due to crda. may be the difference is that I'm using new version of crda (2014.06.00)? look at my recipe (attached) your grep shown the build of crda

[OE-core] [PATCH] package_manager: RpmPkgsList: determine rpm version

2014-09-05 Thread Ross Burton
From: Kévin THIERRY kevin.thie...@open.eurogiciel.org Do not set the rpm_version to 5 if it is not provided, instead determine the real rpm version. (From OE-Core rev: 48beaee2e5b2b4ae35c596c19f8a38e0ff4427e9) Signed-off-by: Kévin THIERRY kevin.thie...@open.eurogiciel.org Signed-off-by: Richard

Re: [OE-core] [[PATCH] python: add webbrowser module

2014-09-05 Thread Burton, Ross
On 20 August 2014 07:05, Armin Kuster akuster...@gmail.com wrote: meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +- As the comment at the top of that file says, this is a generated file. Please patch scripts/contrib/python/generate-manifest-2.7.py and then re-execute the script to

[OE-core] [PATCH] pcihp: fix possible array out of bounds, CVE-2014-5388

2014-09-05 Thread Sona Sarmadi
Prevent out-of-bounds array access on acpi_pcihp_pci_status. [From QEMU: fa365d7cd11185237471823a5a33d36765454e16] Signed-off-by: Sona Sarmadi sona.sarm...@enea.com --- ...1-Back-porting-security-fix-CVE-2014-5388.patch | 30 ++ meta/recipes-devtools/qemu/qemu_2.1.0.bb

Re: [OE-core] [PATCH 01/26] systemd: upgrade to 216

2014-09-05 Thread Enrico Scholz
Peter A. Bigot pab-vfdnnztkykbbdgjk7y7...@public.gmane.org writes: Maybe systemd-networkd and its constituent pieces need to be pulled out as a separate package? Yes; I think this is necessary. systemd gets larger and larger with each release and is providing functionality which is either not

[OE-core] [PATCH] sstatesig: Improve to handle locking of multiple machines

2014-09-05 Thread Richard Purdie
Instead of a single monolithic SIGGEN_LOCKEDSIGS, split this into separate variables, one per sstate package architecture. Add in a new SIGGEN_LOCKEDSIGS_TYPES variable which lists the package architectures to load in. SIGGEN_LOCKEDSIGS_TYPES is made machine specific using overrides. Also sort

Re: [OE-core] [PATCH 1/1] bbclass/sstate: only allowed sstate-cache objects are allowed in a build (read-only sstate-cache)

2014-09-05 Thread Mark Hatle
On 9/5/14, 4:42 AM, Richard Purdie wrote: Hi Hongxu, On Thu, 2014-08-21 at 10:36 +0800, Hongxu Jia wrote: The requirement is the developer who demand only the new software they write is allowed to be compiled from source, they only want to reuse binaries from an existed sstate-cache, if the

[OE-core] [PATCH] ltp: upgrade to 20140828

2014-09-05 Thread Maxin B. John
Upgrade to *August 2014* release Removed automake-foreign.patch as it has been merged Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-extended/ltp/ltp/automake-foreign.patch | 20 .../ltp/{ltp_20140422.bb = ltp_20140828.bb} | 3 +-- 2 files

Re: [OE-core] patchwork client problems

2014-09-05 Thread Burton, Ross
On 4 August 2014 21:16, Otavio Salvador ota...@ossystems.com.br wrote: And I still get empty documents back from the OE patchwork server for every pwclient command I try. Anybody have any idea what's going wrong? Thanks. Peter llc[40]$ /tmp/pwclient projects Traceback (most recent call

Re: [OE-core] [PATCH] pigz: Add dependency on zlib-native for pigz-native

2014-09-05 Thread Burton, Ross
On 7 August 2014 11:36, Shrikant Bobade bobadeshrik...@gmail.com wrote: When pigz-native and zlib-native are coming from sstate the setscenes might not necessarily run in the expected order. The problem happens when setscene for pigz-native runs before setscene for zlib-native. To fix the issue

Re: [OE-core] patchwork client problems

2014-09-05 Thread Khem Raj
On Friday, September 5, 2014, Burton, Ross ross.bur...@intel.com wrote: On 4 August 2014 21:16, Otavio Salvador ota...@ossystems.com.br javascript:; wrote: And I still get empty documents back from the OE patchwork server for every pwclient command I try. Anybody have any idea what's

Re: [OE-core] patchwork client problems

2014-09-05 Thread Burton, Ross
On 5 September 2014 15:40, Khem Raj raj.k...@gmail.com wrote: Ok I haven't but over this weekend I can try Thanks Khem, much appreciated. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Dan McGregor
On 5 September 2014 03:14, Burton, Ross ross.bur...@intel.com wrote: On 3 September 2014 20:57, Dan McGregor danismostlik...@gmail.com wrote: sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service* + sed -i -e 's:/root:${ROOT_HOME}:g' \ +${S}/src/core/unit-printf.c \ +

Re: [OE-core] [PATCH] rpcbind: add option to fix port number

2014-09-05 Thread Burton, Ross
On 12 August 2014 09:44, Li.Wang li.w...@windriver.com wrote: Opening random ports in privileged port range, among them one port that identifies itself as pop3s, is not a good practice. Both Ericsson and our customers run regular vulnerability assessment tools against our product,

Re: [OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Mark Hatle
On 9/5/14, 10:27 AM, Burton, Ross wrote: On 5 September 2014 15:55, Dan McGregor danismostlik...@gmail.com wrote: On 5 September 2014 03:14, Burton, Ross ross.bur...@intel.com wrote: On 3 September 2014 20:57, Dan McGregor danismostlik...@gmail.com wrote: sed -i -e

Re: [OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Burton, Ross
On 5 September 2014 15:55, Dan McGregor danismostlik...@gmail.com wrote: On 5 September 2014 03:14, Burton, Ross ross.bur...@intel.com wrote: On 3 September 2014 20:57, Dan McGregor danismostlik...@gmail.com wrote: sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service* + sed -i -e

Re: [OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Burton, Ross
On 5 September 2014 16:31, Mark Hatle mark.ha...@windriver.com wrote: I'd prefer a patch that used a define myself. I don't like seds of source or patches... A #define for /root might even get upstream. Ross -- ___ Openembedded-core mailing list

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

2014-09-05 Thread Burton, Ross
On 28 August 2014 15:43, Muzaffar Mahmood muzaffar_mahm...@mentor.com wrote: aplay/arecord (alsa-utils v1.0.27.2) cannot interrupt streaming via CTRL-C. Fixed the issue by reverting buggy patches and properly handling 'in_aborting' flag in appropriate functions. Applying patch

Re: [OE-core] [PATCH] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Dan McGregor
On Sep 5, 2014 9:54 AM, Burton, Ross ross.bur...@intel.com wrote: On 5 September 2014 16:31, Mark Hatle mark.ha...@windriver.com wrote: I'd prefer a patch that used a define myself. I don't like seds of source or patches... A #define for /root might even get upstream. I hacked up

Re: [OE-core] [PATCH 4/6] pixman: update to 0.32.6

2014-09-05 Thread Burton, Ross
On 4 September 2014 01:48, Marko Lindqvist cazf...@gmail.com wrote: meta/recipes-graphics/xorg-lib/{pixman_0.32.4.bb = pixman_0.32.6.bb} | 4 ++-- Before we get another submission for this patch, it's stalling as it fails to build on qemumips. Ross --

[OE-core] [PATCH 0/4] Some final package Updates for 1.7

2014-09-05 Thread Saul Wold
Richard, Here are some of the package updates that I had pending as we discussed. There is one more pending (nspr), which has an autotools issue I am working. Thanks Sau! The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9: alsa-lib: libasound should runtime

[OE-core] [PATCH 4/4] nss: Upgrade to 3.17

2014-09-05 Thread Saul Wold
CVE patches removed since they have been implemented upstream Rename patch dir (files) to generic PN name Signed-off-by: Saul Wold s...@linux.intel.com --- .../nss/files/nss-3.15.1-fix-CVE-2013-1739.patch | 81 -- .../nss/files/nss-3.15.1-fix-CVE-2013-1741.patch | 92 ---

[OE-core] [PATCH 1/4] vala: Update to 0.24.0

2014-09-05 Thread Saul Wold
Remove un-needed PR and INC_PR Rename vala-0.16 to more geneic vala Now correctly supports seperate build/source directorys so drop -sepbuild tag Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/vala/vala.inc | 3 +--

[OE-core] [PATCH 2/4] findutils: Upgrade to 4.5.14

2014-09-05 Thread Saul Wold
Move findutils-4.4.2 directory to more generic findutils Removed backported patches Signed-off-by: Saul Wold s...@linux.intel.com --- .../findutils/findutils-4.4.2/01-27017.patch | 781 - .../findutils/findutils-4.4.2/02-28824.patch | 294

[OE-core] [PATCH 3/4] libcap: Upgrade to 2.24

2014-09-05 Thread Saul Wold
${S} added because top dir renamed libcap now provides pkgconfig files do don't move everything and delete libdir Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/libcap/libcap.inc | 10 +++--- .../libcap/libcap/fix-CAP_LAST_CAP.patch | 39

[OE-core] Autoconf problems in OE build of LTP realtime tests

2014-09-05 Thread Gary Robertson
Dear OE developers, Linaro Networking Group is building root filesystem images containing the LTP test suite, using the current recipe at openembedded-core/meta/recipes-extended/ltp/ltp_20140422.bb. This build uses autoconf to probe mutex feature support for protocol specification, priority

Re: [OE-core] Autoconf problems in OE build of LTP realtime tests

2014-09-05 Thread Peter A. Bigot
On 09/05/2014 03:36 PM, Gary Robertson wrote: Dear OE developers, Linaro Networking Group is building root filesystem images containing the LTP test suite, using the current recipe at openembedded-core/meta/recipes-extended/ltp/ltp_20140422.bb http://ltp_20140422.bb. This build uses

Re: [OE-core] Autoconf problems in OE build of LTP realtime tests

2014-09-05 Thread Randy Witt
I am not personally familiar with the detailed function of the autoconf macros, and I can find no documentation about how OE interacts with those macros in order to coerce them into configuring for the target machine in a cross-build environment... so I am hoping the autoconf experts at OE can

[OE-core] [PATCH] packagegroup-self-hosted: move graphics packages to graphics group

2014-09-05 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The following packages are gui based tools: xdg-utils # A set of common interfaces for desktop leafpad # A GTK+ text editor used in Build Appliance midori # A web browser used in Build Appliance pcmanfm # PCManFm

[OE-core] [PATCH v2] systemd: Use ${ROOT_HOME} instead of /root

2014-09-05 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca systemd avoids using nss lookups for the root user, so naturally it assumes that root's home directory is /root. In OE that's not the case, and it can lead to long delays when shutting down due to user shutdown unit failures. Signed-off-by: Dan McGregor