Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-05 Thread Andrej Valek
I have created a PR: https://github.com/openembedded/openembedded-core/pull/23 as last time. Andrej On 09/05/2017 08:52 PM, Burton, Ross wrote: > Also the patch has been corrupted by SMTP. Is it in a branch somewhere? > > Ross > > On 5 September 2017 at 18:28, Andrej Valek

[OE-core] [PATCH 2/2] python3-setuptools: extend to nativesdk

2017-09-05 Thread Chen Qi
Extend python3-setuptools to nativesdk because nativesdk-python3-pip needs it. Also, adjust RDEPENDS variable setting to keep the runtime dependencies for nativesdk package the same with the target one. The native package and the target package's dependencies remain the same as before. Signed-off

[OE-core] [PATCH 1/2] python3-pip: extend to nativesdk

2017-09-05 Thread Chen Qi
Extend python3-pip to nativesdk because some nativesdk python3 packages need it, e.g. nativesdk-python3-django from meta-python layer. Signed-off-by: Chen Qi --- meta/recipes-devtools/python/python3-pip_9.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-dev

[OE-core] [PATCH 0/2] python3-pip & python3-setuptools: extend to nativesdk

2017-09-05 Thread Chen Qi
The following changes since commit 8b4f16a9cbbaf521461f699b7264fac2ac872581: mesa-gl: Fix build after recent mesa PACKAGECONFIG changes (2017-09-05 15:01:02 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/python3-nativesdk http://git.pokylinux.or

Re: [OE-core] [PATCH 1/1] dbus: fix ptest runtime failures

2017-09-05 Thread Kang Kai
On 2017年09月05日 18:01, Burton, Ross wrote: On 5 September 2017 at 04:13, > wrote: +PACKAGECONFIG[ptest] = "--enable-embedded-tests --enable-asserts --enable-verbose-mode,--disable-embedded-tests --disable-asserts --disable-verbose-mode" Same question w

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Otavio Salvador
On Tue, Sep 5, 2017 at 5:06 PM, Matt Madison wrote: > I thought that GO_PARALLEL_BUILD still needs to be added to > BB_HASHBASE_WHITELIST like PARALLEL_MAKE is, > or the task signatures will be different between builds done on > systems with different CPU counts? You're right. Added it to v3 but

[OE-core] [PATCH v2] systemtap: Bump SRCREV for 4.12 Linux kernel support

2017-09-05 Thread Saul Wold
This SRCREV bump brings in support for the 4.12 Linux Kernel, this kernel also has some newer CONFIG settings. The newer DEBUG_INFO and DEBUG_INFO_DWARF4 settings can be used with systemtap to get the full information. We do not normally enabled these for a 'production' (standard) kernel, but can

Re: [OE-core] [yocto] Yocto Project Status WW35’17

2017-09-05 Thread Philip Balister
And do not forget the OpenEmbedded Developer Meeting in Prague before ELCE: https://www.openembedded.org/wiki/OEDEM_2017 Philip On 08/28/2017 10:42 AM, Jolley, Stephen K wrote: > Current Dev Position: YP 2.4 M3 > > Next Deadline: YP 2.4 M3 (In QA) > > > SWAT team rotation: Paul -> Todor on Au

[OE-core] iproute2 - meta-openembedded/libmnl and Yocto Project compat

2017-09-05 Thread Mark Hatle
The patch to oe-core: commit 944ef0de241de77429ab0e5cb1dd4a7f355cf3fd Author: Yi Zhao Date: Tue Aug 15 15:38:36 2017 +0800 iproute2: add tipc support added tipc support. This is part of the work that originated in meta-openembedded. However, the default of enabling tipc was not done as

Re: [OE-core] [PATCH] systemtap: Bump SRCREV for 4.12 Linux kernel support

2017-09-05 Thread Wold, Saul
On Tue, 2017-09-05 at 13:22 -0700, Saul Wold wrote: > This SRCREV bump brings in support for the 4.12 Linux Kernel, this > kernel > also has some newer CONFIG settings. The newer DEBUG_INFO and > DEBUG_INFO_DWARF4 > settings can be used with systemtap to get the full information. We > do not > nor

[OE-core] [PATCH] systemtap: Bump SRCREV for 4.12 Linux kernel support

2017-09-05 Thread Saul Wold
This SRCREV bump brings in support for the 4.12 Linux Kernel, this kernel also has some newer CONFIG settings. The newer DEBUG_INFO and DEBUG_INFO_DWARF4 settings can be used with systemtap to get the full information. We do not normally enabled these for a 'production' (standard) kernel, but can

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Matt Madison
On Tue, Sep 5, 2017 at 7:49 AM, Otavio Salvador wrote: > On Tue, Sep 5, 2017 at 7:50 AM, Matt Madison wrote: >> On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador >> wrote: >>> The parallel build is based on PARALLEL_MAKE variable but can be >>> overriden setting the GO_PARALLEL_BUILD one. >>> >>>

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-05 Thread Burton, Ross
Also the patch has been corrupted by SMTP. Is it in a branch somewhere? Ross On 5 September 2017 at 18:28, Andrej Valek wrote: > Hi Ross, > > There are not any CVEs fixes which has not been already merged. There > are only general changes. Of course, we can "clean" a lot of patches by > accept

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-05 Thread Andrej Valek
Hi Ross, There are not any CVEs fixes which has not been already merged. There are only general changes. Of course, we can "clean" a lot of patches by accepting this. Regards, Andrej On 09/05/2017 11:19 AM, Burton, Ross wrote: > On 5 September 2017 at 07:35, Andrej Valek

[OE-core] [PATCH] shared-mime-info: enable nativesdk builds

2017-09-05 Thread Ross Burton
Also remove the redundant DEPENDS_class-native, as the native class generates this value automatically. Signed-off-by: Ross Burton --- meta/recipes-support/shared-mime-info/shared-mime-info.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-support/shared-mime

[OE-core] Yocto Project Status WW36’17

2017-09-05 Thread Jolley, Stephen K
Current Dev Position: YP 2.4 M4 Next Deadline: YP 2.4 Final Cut off is Sept. 18, 2017 SWAT team rotation: Todor -> Tracy on Sept. 1, 2017. SWAT team rotation: Tracy -> Alejandro on Sept. 8, 2017 https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·M3

[OE-core] [PATCH] glib-2.0: recommend shared-mime-info

2017-09-05 Thread Ross Burton
Large portions of GIO are not that useful without the MIME database. Add a recommends to shared-mime-info so that GIO works out of the box, but can be removed (using BAD_RECOMMENDATIONS) if shared-mime-info is too large and isn't required. [ YOCTO #11792 ] Signed-off-by: Ross Burton --- meta/r

Re: [OE-core] [PATCH 0/7] kernel-yocto: conslidated pull request

2017-09-05 Thread Bruce Ashfield
On 09/05/2017 10:59 AM, Richard Purdie wrote: On Tue, 2017-09-05 at 10:24 -0400, Bruce Ashfield wrote: On 09/05/2017 10:13 AM, Richard Purdie wrote: Hi Bruce, We had a locked up qemuppc lsb image and I was able to find backtraces from the serial console log (/home/pokybuild/yocto- autobuilder

Re: [OE-core] [PATCH 0/7] kernel-yocto: conslidated pull request

2017-09-05 Thread Richard Purdie
On Tue, 2017-09-05 at 10:24 -0400, Bruce Ashfield wrote: > On 09/05/2017 10:13 AM, Richard Purdie wrote: > > > > Hi Bruce, > > > > We had a locked up qemuppc lsb image and I was able to find > > backtraces > > from the serial console log (/home/pokybuild/yocto- > > autobuilder/yocto- > > worker/n

[OE-core] [PATCH v2 8/8] go.bbclass: Use an auxiliary variable to add the build dependencies

2017-09-05 Thread Otavio Salvador
This is going to easy the addition of nativesdk and virtual providers in the future. This change is based on the meta-golang[1] layer. Thanks to Matt Madison for his work on this. 1. https://github.com/madisongh/meta-golang Signed-off-by: Otavio Salvador --- Changes in v2: None meta/classes

[OE-core] [PATCH v2 7/8] go.bbclass: Enable parallel build

2017-09-05 Thread Otavio Salvador
The parallel build is based on PARALLEL_MAKE variable but can be overriden setting the GO_PARALLEL_BUILD one. This change is based on the meta-golang[1] layer. Thanks to Matt Madison for his work on this. 1. https://github.com/madisongh/meta-golang Signed-off-by: Otavio Salvador --- Changes i

[OE-core] [PATCH v2 0/8] Revamp the Go support

2017-09-05 Thread Otavio Salvador
This is not yet complete but does improve some parts of Go support on OE-Core. We are trying to port as much as possible work done by Matt on meta-golang back to OE-Core and also to avoid carrying old releases as there is no need to support more versions of Go toolchain. The first commits on this

[OE-core] [PATCH v2 1/8] goarch.bbclass: Stop passing True as second argument of d.getVar

2017-09-05 Thread Otavio Salvador
The d.getVar has the second argument as True by default, avoid passing it here. Signed-off-by: Otavio Salvador --- Changes in v2: None meta/classes/goarch.bbclass | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta/classes/goarch.bbclass b/meta/classes/g

[OE-core] [PATCH v2 4/8] go: Remove Go 1.6 and 1.7 releases

2017-09-05 Thread Otavio Salvador
The OE-Core has no reason to support multiple versions of Go as this increases the maintenance work and testing efforts. So we are going to support just a single version from now on which currently is 1.8.3. The 1.4 release is kept around as it is used for bootstrap, as such, it cannot be removed.

[OE-core] [PATCH v2 5/8] goarch.bbclass: Add support for ARMv5

2017-09-05 Thread Otavio Salvador
This adds support to return the proper ARMv5 format. This change is based on the meta-golang[1] layer. Thanks to Matt Madison for his work on this. 1. https://github.com/madisongh/meta-golang Signed-off-by: Otavio Salvador --- Changes in v2: None meta/classes/goarch.bbclass | 2 ++ 1 file c

[OE-core] [PATCH v2 6/8] go.bbclass: Use a global Go build flags

2017-09-05 Thread Otavio Salvador
We now use a GOBUILDFLAGS to provide a global variable to control the build flags to be given to Go. This change is based on the meta-golang[1] layer. Thanks to Matt Madison for his work on this. 1. https://github.com/madisongh/meta-golang Signed-off-by: Otavio Salvador --- Changes in v2: - R

[OE-core] [PATCH v2 3/8] go-dep: Add 0.3.0 release

2017-09-05 Thread Otavio Salvador
This is the Golang dependency management tool under development; it is ready for production use and intended to be merged onto Golang 1.10. Until that, projects are starting to use it and making it available on OE-Core reduces the Golang integration work for new recipes. Signed-off-by: Otavio Salv

[OE-core] [PATCH v2 2/8] go.bbclass: Fix binary installation path detection

2017-09-05 Thread Otavio Salvador
Go toolchain changes the installation path when building for the same architecture as the build host. This was already been considered in the GO_BUILD_BINDIR variable but was not being used by the go class. This fixes following error: , | ERROR: go-dep-0.3.0-r0 do_package: QA Issue: go-dep: F

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Otavio Salvador
On Tue, Sep 5, 2017 at 7:50 AM, Matt Madison wrote: > On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador > wrote: >> The parallel build is based on PARALLEL_MAKE variable but can be >> overriden setting the GO_PARALLEL_BUILD one. >> >> This change is based on the meta-golang[1] layer. Thanks to Mat

[OE-core] [PATCH v5 1/3] kernel: Stop using update-alternatives

2017-09-05 Thread Otavio Salvador
The update-alternatives where using relative links so not being really in use since December 2016 (see OE-Core:c7bc46b9 "kernel: Fix symlinks") so instead we now generate the relative symlinks during the do_install task and drop the update-alternatives use at all. Acked-by: Saul Wold Signed-off-b

[OE-core] [PATCH v5 3/3] kernel-devicetree.bbclass: Add support to generate append to kernel

2017-09-05 Thread Otavio Salvador
The are use cases where the Device Tree appended to the kernel is convinient, so we generate the bundle concatenating the kernel (and potentionally the initramfs) and the Device Tree binaries. To enable it, set KERNEL_DEVICETREE_BUNDLE variable to '1' Signed-off-by: Otavio Salvador --- Changes

[OE-core] [PATCH v5 2/3] kernel: Move Device Tree support to kernel.bbclass

2017-09-05 Thread Otavio Salvador
The Device Tree is commonly used but it is still kept as a .inc file instead of a proper class. Instead now we move the Device Tree code to a kernel-devicetree class and automatically enable it when the KERNEL_DEVICETREE variable is set. While converting to the class, we reworked the compile and i

Re: [OE-core] [PATCH 0/7] kernel-yocto: conslidated pull request

2017-09-05 Thread Bruce Ashfield
On 09/05/2017 10:13 AM, Richard Purdie wrote: Hi Bruce, We had a locked up qemuppc lsb image and I was able to find backtraces from the serial console log (/home/pokybuild/yocto-autobuilder/yocto- worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-linux/core- image-lsb/1.0-r0/target_logs/d

Re: [OE-core] [PATCH 0/7] kernel-yocto: conslidated pull request

2017-09-05 Thread Richard Purdie
Hi Bruce, We had a locked up qemuppc lsb image and I was able to find backtraces from the serial console log (/home/pokybuild/yocto-autobuilder/yocto- worker/nightly-ppc-lsb/build/build/tmp/work/qemuppc-poky-linux/core- image-lsb/1.0-r0/target_logs/dmesg_output.log in case anyone ever needs to fin

Re: [OE-core] [PATCH] glibc: Drop obsoleted bits/pthreadtypes-arch.h from multilibbing

2017-09-05 Thread Burton, Ross
The patch does the exact opposite of the commit message, and doesn't explain why it is doing what it is doing. Ross On 5 September 2017 at 09:56, Chunrong Guo wrote: > From: Chunrong Guo > > Signed-off-by: Chunrong Guo > --- > meta/recipes-core/glibc/glibc-package.inc | 2 +- > 1 file change

[OE-core] [PATCH] glibc: Drop obsoleted bits/pthreadtypes-arch.h from multilibbing

2017-09-05 Thread Chunrong Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- meta/recipes-core/glibc/glibc-package.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index a291148..df3db2c 100644 --- a/meta/recipe

Re: [OE-core] [PATCH v2 0/2] Make source code browsable locally - devtool srctree

2017-09-05 Thread Randy MacLeod
On 2017-09-01 08:00 AM, Peter Kjellerstedt wrote: Well, the most common request we've gotten from the developers is that they want to be able to search through all the sources, e.g., to find out where a particular function is used. The tmp directory does not lend itself very well to this, given t

[OE-core] [PATCH 4/7] wic: update help content

2017-09-05 Thread Ed Bartosh
Added ext* partitions to the description of 'wic ls', 'wic cp' and 'wic rm' commands. Signed-off-by: Ed Bartosh --- scripts/lib/wic/help.py | 64 - 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/scripts/lib/wic/help.py b/scripts/li

[OE-core] [PATCH 2/7] wic: implement ext fs support for 'wic cp'

2017-09-05 Thread Ed Bartosh
Implemented copying files to the ext partition using debugfs tool. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index c6a63f2080a..9ebd93ae278 100644

[OE-core] [PATCH 6/7] wic: selftest: add test_wic_cp_ext test case

2017-09-05 Thread Ed Bartosh
Tested if 'wic cp' correctly copies files to the ext4 partition of the wic image. Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/cases/wic.py | 30 ++ 1 file changed, 30 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/ca

[OE-core] [PATCH 7/7] wic: selftest: add test_wic_rm_ext test case

2017-09-05 Thread Ed Bartosh
Tested if 'wic rm' correctly removes files from the ext4 partition of the wic image. Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/cases/wic.py | 23 +++ 1 file changed, 23 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/

[OE-core] [PATCH 1/7] wic: implement ext fs support for 'wic ls'

2017-09-05 Thread Ed Bartosh
Implemented listing directory contents for ext file system using debugfs tool. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py index eafc6c783ec..c6a

[OE-core] [PATCH 3/7] wic: implement ext fs support for 'wic rm'

2017-09-05 Thread Ed Bartosh
Implemented removing files or directories from the ext partition using debugfs tool. Signed-off-by: Ed Bartosh --- scripts/lib/wic/engine.py | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/scripts/lib/wic/engine.py b/scripts/lib/wic/engine.py ind

[OE-core] [PATCH 5/7] wic: selftest: add test_wic_ls_ext test case

2017-09-05 Thread Ed Bartosh
Tested if 'wic ls' correctly lists directory contents of the ext* partition. Signed-off-by: Ed Bartosh --- meta/lib/oeqa/selftest/cases/wic.py | 16 1 file changed, 16 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index aa

[OE-core] [PATCH 0/7] implement wic ls/cp/rm for ext partitions

2017-09-05 Thread Ed Bartosh
Hi, This patchset implements listing directory contents, copying and removing files on ext[2,3,4] partitions of partitioned images. The following changes since commit ee5bce2d11e783c0921df47b629025a6b67c44bf: kernel-dev: Removed bad reference for creating patches. (2017-09-02 00:52:49 +0100)

Re: [OE-core] [PATCH 0/7] Revamp the Go support

2017-09-05 Thread Matt Madison
Looks good overall. Thanks, Otavio. -Matt On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador wrote: > This is not yet complete but does improve some parts of > Go support on OE-Core. > > We are trying to port as much as possible work done by Matt on > meta-golang back to OE-Core and also to avoid

Re: [OE-core] [PATCH 6/7] go.bbclass: Enable parallel build

2017-09-05 Thread Matt Madison
On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador wrote: > The parallel build is based on PARALLEL_MAKE variable but can be > overriden setting the GO_PARALLEL_BUILD one. > > This change is based on the meta-golang[1] layer. Thanks to Matt > Madison for his work on this. > > 1. https://github.com/m

Re: [OE-core] [PATCH 5/7] go.bbclass: Use a global Go build flags

2017-09-05 Thread Matt Madison
On Mon, Sep 4, 2017 at 2:06 PM, Otavio Salvador wrote: > We now use a GOBUILDFLAGS to provide a global variable to control the > build flags to be given to Go. > > This change is based on the meta-golang[1] layer. Thanks to Matt > Madison for his work on this. > > 1. https://github.com/madisongh/

[OE-core] [PATCH] rootfs: improve postinst intercept logging

2017-09-05 Thread Ross Burton
Ensure we capture stderr, always write the output to the log, and don't be so emotional in the warning message. Signed-off-by: Ross Burton --- meta/lib/oe/rootfs.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 9659

Re: [OE-core] [PATCH 1/1] dbus: fix ptest runtime failures

2017-09-05 Thread Burton, Ross
On 5 September 2017 at 04:13, wrote: > +PACKAGECONFIG[ptest] = "--enable-embedded-tests --enable-asserts > --enable-verbose-mode,--disable-embedded-tests --disable-asserts > --disable-verbose-mode" > Same question with V2: does enabling ptest change the dbus daemon in ways that make it slower/le

Re: [OE-core] [PATCH] ell: upgrade SRCREV and move recipes to core

2017-09-05 Thread Burton, Ross
[CC'ing the list] On 5 September 2017 at 10:52, Ankit Navik wrote: > ok, I was not aware of release. > This library, I use in our project called OMA-DM IMEI Sync. > It should be fine, If we don't update as well. since initial recipes of > ELL is already merged in oe-core. > Presumably you meant

[OE-core] [PATCH 2/2] sysklogd: conflict with other syslog daemons

2017-09-05 Thread Chen Qi
Set RCONFLICTS to disallow multiple syslog daemon providers to be installed on the target, and remove codes that deal with such situation. Also, set ALTERNATIVE_PRIORITY back to 100. It was set to '10' in case of systemd because sysklogd didn't have systemd support. For now, if we disallow multipl

[OE-core] [PATCH 0/2] disallow multiple syslog daemons to be installed

2017-09-05 Thread Chen Qi
In OE core, we had the assumption that multiple syslog daemons could be installed at the same time. We did some work to cope with this assumption, including using update-alternatives to manage syslog related files. In meta-openembedded, rsyslog and syslog-ng have already set RCONFLICTS to avoid b

[OE-core] [PATCH 1/2] busybox: fix syslog related meta data

2017-09-05 Thread Chen Qi
Set RCONFLICTS to disallow multiple syslog daemon providers to be installed on the target at the same time, and remove codes which dealt with such situation. Supporting multiple syslog daemons on the same image doesn't have much sense. rsyslog and syslog-ng in meta-oe have set RCONFLICTS to disal

[OE-core] [PATCH] linux-firmware: package qat-firmware

2017-09-05 Thread Liwei Song
Add packages for QAT firmware Signed-off-by: Liwei Song --- .../linux-firmware/linux-firmware_git.bb | 27 ++ 1 file changed, 27 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware

Re: [OE-core] [PATCH] libxml2: 2.9.4 -> 2.9.5

2017-09-05 Thread Burton, Ross
On 5 September 2017 at 07:35, Andrej Valek wrote: > Signed-off-by: Andrej Valek > We're past freeze to the upgrade will have to wait until 2.4 releases. Does this fix any outstanding CVEs that we should be cherry-picking? Ross -- ___ Openembedded-co

Re: [OE-core] [PATCH] ell: upgrade SRCREV and move recipes to core

2017-09-05 Thread Burton, Ross
On 5 September 2017 at 08:46, Ankit Navik wrote: > 7b7c15c build: Include check for xxd binary when in maintainer-mode > It's too late to add recipes into oe-core as we're now frozen for the 2.4 release, but if we were not what would the rationale for adding this to oe-core be? Ross -- __

Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG options

2017-09-05 Thread Andreas Müller
On Tue, Sep 5, 2017 at 11:02 AM, Andreas Müller wrote: > On Tue, Sep 5, 2017 at 10:44 AM, Andreas Müller > wrote: >> On Wed, Aug 23, 2017 at 11:04 PM, Philip Balister >> wrote: >>> On 08/22/2017 09:26 PM, Randy MacLeod wrote: On 2017-08-22 03:55 PM, Richard Purdie wrote: > On Tue, 2017

Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG options

2017-09-05 Thread Andreas Müller
On Tue, Sep 5, 2017 at 10:44 AM, Andreas Müller wrote: > On Wed, Aug 23, 2017 at 11:04 PM, Philip Balister wrote: >> On 08/22/2017 09:26 PM, Randy MacLeod wrote: >>> On 2017-08-22 03:55 PM, Richard Purdie wrote: On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote: > On Tue, Aug 22, 20

Re: [OE-core] [PATCH] boost: add python to default PACKAGECONFIG options

2017-09-05 Thread Andreas Müller
On Wed, Aug 23, 2017 at 11:04 PM, Philip Balister wrote: > On 08/22/2017 09:26 PM, Randy MacLeod wrote: >> On 2017-08-22 03:55 PM, Richard Purdie wrote: >>> On Tue, 2017-08-22 at 12:51 -0700, Andre McCurdy wrote: On Tue, Aug 22, 2017 at 12:42 AM, wrote: > > From: Jackie Huang

Re: [OE-core] [PATCH 2/2] package_[deb|ipk]: improve multiprocess logic when creating deb/ipk packages

2017-09-05 Thread Joshua Lock
On 04/09/17 22:35, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval Current implementation does not handle possible exceptions coming from child processes, the latter responsible for creating packages. With the aim to have more control, use pipes to communicate excep

[OE-core] ✗ patchtest: failure for ell: upgrade SRCREV and move recipes to core (rev3)

2017-09-05 Thread Patchwork
== Series Details == Series: ell: upgrade SRCREV and move recipes to core (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/8712/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have b

[OE-core] [PATCH 0/2] systemd: fix dependency issue related to serial getty

2017-09-05 Thread Chen Qi
The following changes since commit 15eac6befb6c4d16bc1b814e040bd7bf006a5bee: linux-yocto: add linux-yocto 4.12 bbappends (2017-08-31 23:37:10 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/systemd-serialgetty http://git.pokylinux.org/cgit.cgi/po

[OE-core] [PATCH 1/2] systemd: change some RRECOMMENDS to RDEPENDS

2017-09-05 Thread Chen Qi
Set NO_RECOMMENDATIONS to "1", build and start a systemd image, and we could not get serial getty spawned, thus causing the user not able to login via serial port. E.g. MACHINE=qemux86-64 bitbake core-image-minimal runqemu qemux86-64 nographic And we cannot login onto the system. Move util-linux

[OE-core] [PATCH 2/2] systemd-serialgetty: remove systemd from RDEPENDS

2017-09-05 Thread Chen Qi
By setting systemd-serialgetty to rdepend on systemd, we are making configuration files have runtime dependency on the main utility that uses those configuration files. Applied with the same logic, we should make any package that provides service files under /etc/init.d/ to have runtime dependency

[OE-core] [PATCH] ell: upgrade SRCREV and move recipes to core

2017-09-05 Thread Ankit Navik
7b7c15c build: Include check for xxd binary when in maintainer-mode Signed-off-by: Ankit Navik --- meta-oe/recipes-connectivity/ell/ell_git.bb | 17 - meta-oe/recipes-core/ell/ell.inc| 13 + meta-oe/recipes-core/ell/ell_git.bb | 5 + 3 files

Re: [OE-core] [PATCH] useradd-staticids: don't create username-group if gid is specified

2017-09-05 Thread André Draszik
On Mon, 2017-09-04 at 10:22 +, Peter Kjellerstedt wrote: > > [...] > > diff --git a/meta/classes/useradd-staticids.bbclass > > b/meta/classes/useradd-staticids.bbclass > > index ce4ac62ab5..1b61a8bf9b 100644 > > --- a/meta/classes/useradd-staticids.bbclass > > +++ b/meta/classes/useradd-static

[OE-core] ✗ patchtest: failure for ell: upgrade SRCREV and move recipes to core (rev2)

2017-09-05 Thread Patchwork
== Series Details == Series: ell: upgrade SRCREV and move recipes to core (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/8712/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have b