Re: [OE-core] [PATCH 1/2] selftest: add cmake test

2018-06-10 Thread Alexander Kanavin
2018-06-09 23:00 GMT+03:00 Armin Kuster : > +DEPENDS = "boost" > +find_package(Boost 1.60 REQUIRED > +COMPONENTS > +unit_test_framework > +) Is it possible to use something else than boost here, if we want to test cmake's ability to find compoments? So that the build time is as

Re: [OE-core] [PATCH 2/2] selftest: add cmake oeqa portion

2018-06-10 Thread Alexander Kanavin
2018-06-09 23:00 GMT+03:00 Armin Kuster : > +bitbake("core-image-minimal") This shouldn't be needed as the test doesn't do anything with the image. Generally, when writing selftests please do pay attention to making them as fast as possible, as the full selftest run already takes 3-4

Re: [OE-core] [PATCH] matchbox-terminal: Update commitID

2018-06-10 Thread Richard Purdie
On Sat, 2018-06-09 at 04:59 -0700, Devarsh Thakkar wrote: > Pull in change which adds support for command line > options (-e and --command) which can be used for > launching programs or running commands in matchbox-terminal > via command line. > > Signed-off-by: Devarsh Thakkar > --- >

Re: [OE-core] [PATCH] bitbake.conf: add BB_CURRENT_MC to OVERRIDES

2018-06-10 Thread Richard Purdie
On Sat, 2018-06-09 at 17:24 +0200, liu.min...@gmail.com wrote: > From: Ming Liu > > This is useful when the users want different variables/tasks when > using > multiconfig. > > Signed-off-by: Ming Liu > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [OE-core] [PATCH] busybox: Enable FEATURE_MOUNT_NFS and use libtirpc

2018-06-10 Thread Martin Jansa
On Wed, May 30, 2018 at 10:39:16AM -0700, Andre McCurdy wrote: > On Thu, May 10, 2018 at 12:26 PM, Khem Raj wrote: > > On 5/10/18 12:16 PM, Martin Jansa wrote: > >>> > >>> On second thought, this probably should be enabled using a config > >>> fragment, since its not gonna link in another

Re: [OE-core] [PATCH] bitbake.conf: add BB_CURRENT_MC to OVERRIDES

2018-06-10 Thread Richard Purdie
On Sun, 2018-06-10 at 20:45 +0200, Ming Liu wrote: > I saw your comment as follows: > > > This adds "" in OVERRIDES in the default case. Whilst I think (but > am not 100% sure) we fixed bitbake not to break on such a value, I'm > not convinced adding empty elements to it is a good idea and this

[OE-core] [PATCH] xorgproto: Install .pc files in ${libdir}/pkgconfig

2018-06-10 Thread Jeremy Puhlman
* --data dir config option is only used to install pkgconfig * Installing into ${datadir} causes mutlilib conficts on install file /usr/share/pkgconfig/applewmproto.pc conflicts between attempted installs of lib32-xorgproto-dev-2018.4-r0.i586 and xorgproto-dev-2018.4-r0.corei7_64 file

Re: [OE-core] [PATCH 1/2] selftest: add cmake test

2018-06-10 Thread akuster808
On 06/10/2018 12:25 AM, Alexander Kanavin wrote: > 2018-06-09 23:00 GMT+03:00 Armin Kuster : >> +DEPENDS = "boost" > > >> +find_package(Boost 1.60 REQUIRED >> +COMPONENTS >> +unit_test_framework >> +) > > Is it possible to use something else than boost here, if we want to > test

[OE-core] [PATCH 2/2] bitbake-blayers/create: add LAYERSERIES_COMPAT

2018-06-10 Thread Anuj Mittal
Derive the value for template layer.conf from core layer and add dependendency on it too. Fixes [YOCTO #12767] Signed-off-by: Anuj Mittal --- meta/lib/bblayers/create.py| 2 +- meta/lib/bblayers/templates/layer.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff

Re: [OE-core] [PATCH] bitbake.conf: add BB_CURRENT_MC to OVERRIDES

2018-06-10 Thread Ming Liu
Hi, Richard: I saw your comment as follows: > This adds "" in OVERRIDES in the default case. Whilst I think (but am not 100% sure) we fixed bitbake not to break on such a value, I'm not convinced adding empty elements to it is a good idea and this did used to break things. No, it will add

[OE-core] [PATCH 1/2] bitbake-blayers/create: add version for example recipe

2018-06-10 Thread Anuj Mittal
Add version field in recipe name for example recipe created by bitbake-layers. Fixes [YOCTO #12767] Signed-off-by: Anuj Mittal --- meta/lib/bblayers/create.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/lib/bblayers/create.py b/meta/lib/bblayers/create.py index

[OE-core] [rocko][PATCH] lsb/lsbtests: Update package lists to use latest version of binary

2018-06-10 Thread Yi Zhao
From: Jose Perez Carranza Currently package list is pointing to "lsb-setup-4.1.0-1.noarch.rpm" which is not available anymore on http://ftp.linuxfoundation.org/pub/lsb/base/released-all/binary/ hence BASE_PACKAGES_LIST is updated to point to the latest available version. [YOCTO #12240] (From

Re: [OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-10 Thread Zheng, Ruoqin
Ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Monday,

[OE-core] [v5][PATCH] busybox: update to 1.28.4

2018-06-10 Thread Armin Kuster
refactored busybox-udhcpc-no_deconfig.patch for this update updated 1.28.3 [v1] removed patches included in update: busybox/CVE-2011-5325.patch busybox/CVE-2017-15873.patch busybox/busybox-CVE-2017-16544.patch [v2] Add back busybox-udhcpc-no_deconfig.patch ti SRC_URI, missed earlier [v3] Update