Re: [OE-core] [PATCH v2] directfb: Allow native builds of directfb 1.7.6

2015-03-12 Thread Andre McCurdy
On Tue, Mar 10, 2015 at 3:04 PM, Florian Boor florian.b...@kernelconcepts.de wrote: From: Florian Boor flor...@kernelconcepts.de Required by some DirectFB applications like dfbsee. Signed-off-by: Florian Boor flor...@kernelconcepts.de --- meta/recipes-graphics/directfb/directfb_1.7.6.bb |

Re: [OE-core] [PATCH] systemd: Instruct the journal to always be volatile

2015-03-12 Thread Otavio Salvador
On Thu, Mar 12, 2015 at 5:04 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2015-03-12 at 04:18 -0300, Otavio Salvador wrote: On Thu, Mar 12, 2015 at 12:09 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 11, 2015, at 2:28 PM, Randy Witt randy.e.w...@linux.intel.com

Re: [OE-core] [PATCH] systemd: Instruct the journal to always be volatile

2015-03-12 Thread Richard Purdie
On Thu, 2015-03-12 at 04:18 -0300, Otavio Salvador wrote: On Thu, Mar 12, 2015 at 12:09 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 11, 2015, at 2:28 PM, Randy Witt randy.e.w...@linux.intel.com wrote: When the storage mode for the journal is auto if /var/log/journal exists then the

Re: [OE-core] [PATCH] devshell: start in ${B} not ${S}

2015-03-12 Thread Otavio Salvador
On Tue, Mar 10, 2015 at 3:57 PM, Andre McCurdy armccu...@gmail.com wrote: On Tue, Mar 10, 2015 at 10:50 AM, Ross Burton ross.bur...@intel.com wrote: When S=B this is a no-op, but when B!=S this means you can run make and so on without having to change directory first. Just my opinion, but I'd

Re: [OE-core] how many ways to delete/de-activate a recipe's task?

2015-03-12 Thread Robert P. J. Day
On Wed, 11 Mar 2015, Richard Purdie wrote: On Wed, 2015-03-11 at 12:22 -0500, Mark Hatle wrote: On 3/11/15 11:30 AM, Robert P. J. Day wrote: i recall that richard purdie might have explained this once but i have no idea where that post is and i need to add something to it, anyway

[OE-core] [PATCH] meta/lib/oe/package.py: Fix for bug 7428

2015-03-12 Thread Fabrice Coulon
This fix solves the problem with the ownership of files in packages. The do_install task was producing correct and expected output but when the files were being put in, e.g. a rpm package, the ownership could be different than that in the do_install task. Signed-off-by: Peter Kjellerstedt

[OE-core] [PATCH] devshell: allow the starting directory to be overridden

2015-03-12 Thread Ross Burton
Some people like to have the devshell start in ${B} instead of ${S}, so allow this to be overridden. Signed-off-by: Ross Burton ross.bur...@intel.com --- meta/classes/devshell.bbclass |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/devshell.bbclass

[OE-core] [PATCH] linux-yocto-rt: removed duplicated line

2015-03-12 Thread Alexandru . Vaduva
Seemed that the recipe contained redundant information. Signed-off-by: Alexandru.Vaduva alexandru.vad...@enea.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb

Re: [OE-core] [dizzy] [PATCH 1/1] python: Add support for aarch64 for ctypes module

2015-03-12 Thread akuster808
Tudor, I don't think aarch64 was supported in dizzy. If I find examples where it's support has been accept then I will consider letting this in. - Armin On 03/09/2015 05:24 PM, Tudor Florea wrote: Ping. -Original Message- From: Tudor Florea [mailto:tudor.flo...@enea.com] Sent:

[OE-core] [dizzy][PATCH v2] systemd: fix /var/log/journal ownership

2015-03-12 Thread Jonathan Liu
The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_216.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_216.bb

Re: [OE-core] how many ways to delete/de-activate a recipe's task?

2015-03-12 Thread Richard Purdie
On Wed, 2015-03-11 at 12:22 -0500, Mark Hatle wrote: On 3/11/15 11:30 AM, Robert P. J. Day wrote: i recall that richard purdie might have explained this once but i have no idea where that post is and i need to add something to it, anyway ... how many ways are there to delete a task

[OE-core] [daisy][PATCH v2] systemd: fix /var/log/journal ownership

2015-03-12 Thread Jonathan Liu
The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_211.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_211.bb

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread Jonathan Liu
On 12/03/2015 6:21 PM, Khem Raj wrote: On Mar 12, 2015, at 12:14 AM, ChenQi qi.c...@windriver.com wrote: On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu

[OE-core] [PATCH v2] systemd: fix /var/log/journal ownership

2015-03-12 Thread Jonathan Liu
The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_219.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/systemd/systemd_219.bb

Re: [OE-core] [PATCH] systemd: Instruct the journal to always be volatile

2015-03-12 Thread Khem Raj
On Mar 12, 2015, at 1:04 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2015-03-12 at 04:18 -0300, Otavio Salvador wrote: On Thu, Mar 12, 2015 at 12:09 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 11, 2015, at 2:28 PM, Randy Witt randy.e.w...@linux.intel.com

[OE-core] [PATCH] e2fsprogs: CVE-2015-0247

2015-03-12 Thread Sona Sarmadi
Fixes a heap buffer overflow in lib/ext2fs/openfs.c which allows a trivial arbitrary memory write under certain conditions. References http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?id=f66e6ce4 http://www.ocert.org/advisories/ocert-2015-002.html Signed-off-by: Sona Sarmadi

Re: [OE-core] [PATCH v2] directfb: Allow native builds of directfb 1.7.6

2015-03-12 Thread Andre McCurdy
Hi Florian, On Wed, Mar 11, 2015 at 2:24 AM, Florian Boor florian.b...@kernelconcepts.de wrote: Hi Arndre, On 10.03.2015 23:32, Andre McCurdy wrote: Are you sure that excluding tslib-native from DEPENDS works? Since -lts is hardcoded in LDFLAGS (see directfb.inc) the linker won't run unless

Re: [OE-core] [PATCH 1/1] tar: set acpaths to avoid Argument list too long error

2015-03-12 Thread Richard Purdie
On Thu, 2015-03-12 at 12:16 +, Burton, Ross wrote: On 12 March 2015 at 06:14, Robert Yang liezhi.y...@windriver.com wrote: +acpaths = -I ./m4 Why does this only happen on tar? Why is it safe to pass just -I ./m4 when the detected list that you're overriding is effectively -I

[OE-core] OE Changelog since 2015-03-01 until 2015-03-08

2015-03-12 Thread cliff . brake
Changelog since 2015-03-01 until 2015-03-08. 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:

[OE-core] meta-gir issues and maintenance

2015-03-12 Thread Martin Jansa
Hi Tomas, all, I was trying to use meta-gir in Dizzy release and found out that last commit in this layer is 16 months ago and many .bbappends no longer match with their recipes. Was this layer superseded by something else or you just didn't have time to update it for newer Yocto releases? Even

Re: [OE-core] [PATCH V2 0/4] systemd and dbus split into packages

2015-03-12 Thread Bottazzini, Bruno
Ping On Seg, 2015-03-09 at 18:10 -0300, Bruno Bottazzini wrote: Differences from v1: dbus: Adding change that Andreas Oberritter recommended. -Setting RRECOMMENDS_${PN}_class-native instead RPROVIDES dbus-native-tools-native. systemd: Adding change that Anders Darander and Khem Raj

[OE-core] [PATCH] meta/lib/oe/package.py: fix files ownership in packages

2015-03-12 Thread Fabrice Coulon
This fix solves the problem with the ownership of files in packages. The do_install task was producing correct and expected output but when the files were being put in, e.g. a rpm package, the ownership could be different than that in the do_install task. [YOCTO #7428] Signed-off-by: Peter

[OE-core] [PATCH 5/5] trace-cmd: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-kernel/trace-cmd/trace-cmd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd.inc b/meta/recipes-kernel/trace-cmd/trace-cmd.inc index feb56e1..87e4a9c 100644 ---

[OE-core] [PATCH 4/5] mmc-utils: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/mmc/mmc-utils_git.bb b/meta/recipes-devtools/mmc/mmc-utils_git.bb index c54e351..bdb4fed 100644 ---

[OE-core] [PATCH 0/5] remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Update the following recipes by removing unnecessary 'protocol=git' from SRC_URI Maxin B. John (5): u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI u-boot-mkimage: remove unnecessary 'protocol=git' from SRC_URI systemd: remove unnecessary 'protocol=git' from SRC_URI

[OE-core] [PATCH 1/5] u-boot-fw-utils: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2015.01.bb index

[OE-core] [PATCH 3/5] systemd: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-core/systemd/systemd_219.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index d5eed08..e9b3c84 100644 ---

[OE-core] [PATCH 2/5] u-boot-mkimage: remove unnecessary 'protocol=git' from SRC_URI

2015-03-12 Thread Maxin B. John
Signed-off-by: Maxin B. John maxin.j...@enea.com --- meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2015.01.bb index 57989c7..076dff8

Re: [OE-core] [PATCH 1/2] combo-layer: runcmd() with separate output

2015-03-12 Thread Paul Eggleton
On Tuesday 10 March 2015 11:10:48 Patrick Ohly wrote: Allow the caller to specify a separate output stream. stderr is always a temporary file opened by runcmd(), so read from that to capture output for error reporting *and* the return value. The reasoning for the latter is a) that this

Re: [OE-core] [PATCH 2/2] combo-layer: exclude files

2015-03-12 Thread Paul Eggleton
On Tuesday 10 March 2015 11:10:49 Patrick Ohly wrote: Some combined repos intentionally do not include certain files. For example, Poky does not include bitbake's setup files and OE-core's sample files under meta/conf. When these files get modified in the upstream repository, applying the

[OE-core] clang cross compiler for OE available in meta-clang

2015-03-12 Thread Khem Raj
Hi All, Finally, clang/llvm is now in a working state as a cross compiler in meta-clang layer https://github.com/kraj/meta-clang Currently, It will build clang and stage it along with gcc cross compilers, default remains as it is. If you wish to compile an additional recipe using clang you

Re: [OE-core] [PATCH] combo-layer: make Signed-off-by optional

2015-03-12 Thread Patrick Ohly
On Thu, 2015-03-12 at 18:21 +, Paul Eggleton wrote: Hi Patrick, On Monday 09 March 2015 13:56:39 Patrick Ohly wrote: +# global options +[DEFAULT] + +# Add 'Signed-off-by' to all commits that get imported automatically. +signoff = True + # component name [bitbake] #

[OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-03-12 Thread Ed Bartosh
Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has been moved to separate function

[OE-core] [PATCH] unzip: Add ALTERNATIVE configuration

2015-03-12 Thread Saul Wold
Since busybox also provides the unzip command use the update-alternatives mechanism to address this. [YOCTO #7446] Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-extended/unzip/unzip_6.0.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [OE-core] [PATCH] combo-layer: make Signed-off-by optional

2015-03-12 Thread Paul Eggleton
Hi Patrick, On Monday 09 March 2015 13:56:39 Patrick Ohly wrote: It depends on the diligence of the person running the combo-layer tool whether the Signed-off-by line added to each commit actually indicates that the person was involved in validating the change. When the import is purely

Re: [OE-core] meta-gir issues and maintenance

2015-03-12 Thread Tomas Frydrych
Martin, On 12/03/15 14:35, Martin Jansa wrote: I was trying to use meta-gir in Dizzy release and found out that last commit in this layer is 16 months ago and many .bbappends no longer match with their recipes. Was this layer superseded by something else or you just didn't have time to

Re: [OE-core] [PATCH] openssl: Upgrade to 1.0.2

2015-03-12 Thread Saul Wold
On 03/11/2015 11:18 PM, Robert Yang wrote: I met this error when building openflow in meta-networking, I guess it maybe related to the upgraded: x86_64-wrs-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse

Re: [OE-core] [PATCH] meta/lib/oe/package.py: Fix for bug 7428

2015-03-12 Thread Burton, Ross
Please change the commit summary to describe what the problem/fix is, instead of just linking to the bug number. Then at the end of the commit message, refer to the bug like [YOCTO #7428]. Ross On 12 March 2015 at 07:57, Fabrice Coulon fabrice.cou...@axis.com wrote: This fix solves the

Re: [OE-core] [PATCH 1/1] tar: set acpaths to avoid Argument list too long error

2015-03-12 Thread Burton, Ross
On 12 March 2015 at 06:14, Robert Yang liezhi.y...@windriver.com wrote: +acpaths = -I ./m4 Why does this only happen on tar? Why is it safe to pass just -I ./m4 when the detected list that you're overriding is effectively -I ./m4 -I ./tests? Would it be better to just make all include paths

Re: [OE-core] combining _append with += (was: proper style for VAR_append_override?)

2015-03-12 Thread Paul Eggleton
On Sunday 08 March 2015 04:45:14 Robert P. J. Day wrote: On Sat, 7 Mar 2015, Paul Eggleton wrote: On Saturday 07 March 2015 09:43:34 Robert P. J. Day wrote: more nitpickery, but i've noticed a couple different ways in the OE code base and documentation for conditionally appending

Re: [OE-core] [PATCH 1/1] tar: set acpaths to avoid Argument list too long error

2015-03-12 Thread Robert Yang
On 03/12/2015 08:16 PM, Burton, Ross wrote: On 12 March 2015 at 06:14, Robert Yang liezhi.y...@windriver.com mailto:liezhi.y...@windriver.com wrote: +acpaths = -I ./m4 Why does this only happen on tar? Why is it safe to pass just -I ./m4 when the detected list that you're overriding

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread ChenQi
On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com --- meta/recipes-core/systemd/systemd_219.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git

Re: [OE-core] [PATCH] systemd: Instruct the journal to always be volatile

2015-03-12 Thread Otavio Salvador
On Thu, Mar 12, 2015 at 12:09 AM, Khem Raj raj.k...@gmail.com wrote: On Mar 11, 2015, at 2:28 PM, Randy Witt randy.e.w...@linux.intel.com wrote: When the storage mode for the journal is auto if /var/log/journal exists then the journal will flush to /var/log/journal assuming that

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread Khem Raj
On Mar 12, 2015, at 12:14 AM, ChenQi qi.c...@windriver.com wrote: On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu net...@gmail.com ---

[OE-core] [PATCH 1/1] tar: set acpaths to avoid Argument list too long error

2015-03-12 Thread Robert Yang
From: Chong Lu chong...@windriver.com There would be an error when the TMPDIR is long/deep, for example when len(TMPDIR) = 410 while our supported longest value is 410: aclocal: error: cannot open xxx autoreconf: aclocal failed with exit status: 1 ERROR: autoreconf execution failed.

[OE-core] [PATCH 0/1] tar: fix for len(TMPDIR) = 410 build

2015-03-12 Thread Robert Yang
The following changes since commit 99f209a49a4390192b95184ff86bd6f973010111: layer.conf: bump version as error-report interface changed (2015-03-10 17:44:56 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/tar

Re: [OE-core] [PATCH] openssl: Upgrade to 1.0.2

2015-03-12 Thread Robert Yang
I met this error when building openflow in meta-networking, I guess it maybe related to the upgraded: x86_64-wrs-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/buildarea/lyang1/test_qemux86-64/bitbake_build/tmp/sysroots/qemux86-64 -Wstrict-prototypes -O2 -pipe -g

Re: [OE-core] [PATCH] systemd: fix /var/log/journal ownership

2015-03-12 Thread ChenQi
On 03/12/2015 03:21 PM, Khem Raj wrote: On Mar 12, 2015, at 12:14 AM, ChenQi qi.c...@windriver.com wrote: On 03/10/2015 11:25 AM, Jonathan Liu wrote: The ownership needs to be explicitly set otherwise it inherits the user and group id of the build user. Signed-off-by: Jonathan Liu