Re: [yocto] BBMASK issue

2016-08-23 Thread Takashi Matsuzawa
Hello. >Please note that BBMASK was changed in Krogoth to allow multiple regular >expressions (see commit a948f5252 in Poky). Basically, with Krogoth and >later you can do: > >BBMASK = "aaa bbb ccc" >BBMASK += "ddd eee" >BBMASK_append = " fff ggg" This is good, since everyone can always do appe

[yocto] [RMC][PATCH] doc: update README file

2016-08-23 Thread Jianxun Zhang
Update some sections with new information of workflow. Signed-off-by: Jianxun Zhang --- README | 86 ++ 1 file changed, 65 insertions(+), 21 deletions(-) diff --git a/README b/README index 371e7d1..94eac5a 100644 --- a/README +++ b

[yocto] Trying to run toaster off master, running into issues w/ django

2016-08-23 Thread Michael Habibi
I am running the master branch and trying to run toaster to play around with the web interface (already successfully completed a build w/o toaster setup). I followed the instructions in the documentation. I created a virtualenv, sourced/activated my virtualenv, and while under venv I did a pip ins

Re: [yocto] [yocto-autobuilder][PATCH] nightly-multilib.conf: add mips64/32 build and test

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 13:31 -0700, Bill Randle wrote: > To provide additional testing of multilib configs, build and test a > mips64/n32 image. > > [YOCTO #8083] Pushed to master. Thanks, Joshua > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-multilib.conf | 8 +++

[yocto] [yocto-autobuilder][PATCH] nightly-multilib.conf: add mips64/32 build and test

2016-08-23 Thread Bill Randle
To provide additional testing of multilib configs, build and test a mips64/n32 image. [YOCTO #8083] Signed-off-by: Bill Randle --- buildset-config.controller/nightly-multilib.conf | 8 1 file changed, 8 insertions(+) diff --git a/buildset-config.controller/nightly-multilib.conf b/bui

Re: [yocto] [yocto-autobuilder][PATCH] nightly-musl.conf: run sanity tests on images

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 10:46 -0700, Bill Randle wrote: > Run the sanity tests on the musl images. Merged to master, thanks! Joshua > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-musl.conf | 1 + >  1 file changed, 1 insertion(+) > > diff --git a/buildset-config.controll

Re: [yocto] [PATCH] nightly-no-x11.conf: build and test some actual images

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 07:59 -0700, Bill Randle wrote: > Create sample images and perform a sanity test on them. > > [YOCTO #7568] Merged to master, thanks! Joshua > Signed-off-by: Bill Randle > --- >  buildset-config.controller/nightly-no-x11.conf | 3 ++- >  1 file changed, 2 insertions(+), 1

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps

2016-08-23 Thread Joshua Lock
On Tue, 2016-08-23 at 10:14 -0700, Bill Randle wrote: > Commit 623665a11e added support for building a qemux86 image, but the > step to actually publish it did not get included. Also, nightly- > wic.conf > was missed when the other config files were updated to include the > DownloadErrorReports and

Re: [yocto] eSDK errors and sstate signature issues

2016-08-23 Thread Manjukumar Harthikote Matha
Hi Paul. On 08/22/2016 09:47 AM, Paul Eggleton wrote: Hi Manju, Sorry for the delayed reply. No worries. On Mon, 15 Aug 2016 17:43:23 Manjukumar Harthikote Matha wrote: I am trying to build Yocto eSDK with OE_core and meta-xilinx layers. Having issues while extracting the eSDK, it warns qu

[yocto] [yocto-autobuilder][PATCH] nightly-musl.conf: run sanity tests on images

2016-08-23 Thread Bill Randle
Run the sanity tests on the musl images. Signed-off-by: Bill Randle --- buildset-config.controller/nightly-musl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/buildset-config.controller/nightly-musl.conf b/buildset-config.controller/nightly-musl.conf index cc2aea0..d8913b1 100644 ---

[yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: publish qemux86; add missing error reporting steps

2016-08-23 Thread Bill Randle
Commit 623665a11e added support for building a qemux86 image, but the step to actually publish it did not get included. Also, nightly-wic.conf was missed when the other config files were updated to include the DownloadErrorReports and SendErrorReport steps. Signed-off-by: Bill Randle --- buildse

Re: [yocto] [meta-security][PATCH] clamav: fix gcc 6.x build failure.

2016-08-23 Thread akuster808
On 08/20/2016 11:36 AM, Khem Raj wrote: On Aug 20, 2016, at 10:19 AM, Armin Kuster wrote: ./llvm/include/llvm/Support/AlignOf.h:57:24: error: expected unqualified-id before 'alignof' static inline unsigned alignof() { return AlignOf::Alignment; } ^~~ For this err

Re: [yocto] baremetal cross-compiler

2016-08-23 Thread Bystricky, Juro
sorry for the late reply, somehow this mail fell through the cracks. Indeed, setting TCLIBC="baremetal" is all you should need to do. FWIW, I use these values in my local.conf: MACHINE = "qemuarm" TCLIBC = "baremetal" TUNE_FEATURES = "armv7m cortexm3" PACKAGE_CLASSES = "package_ipk" bitbake meta

[yocto] [meta-qt4][PATCH v2 2/2] packagegroup-core-qt4e: updates based on tslib dependency

2016-08-23 Thread Maxin B. John
Since tslib dependency is optional, update the location of qt4-embedded-plugin-mousedriver-tslib which depends on it. Signed-off-by: Maxin B. John --- recipes-qt4/packagegroups/packagegroup-core-qt4e.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-qt4/packagegrou

[yocto] [meta-qt4][PATCH v2 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib

2016-08-23 Thread Maxin B. John
make tslib dependency optional Signed-off-by: Maxin B. John --- recipes-qt4/qt4/qt4-embedded.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-qt4/qt4/qt4-embedded.inc b/recipes-qt4/qt4/qt4-embedded.inc index 3f40b82..1122080 100644 --- a/recipes-qt4/qt4/qt4

[yocto] [PATCH] nightly-no-x11.conf: build and test some actual images

2016-08-23 Thread Bill Randle
Create sample images and perform a sanity test on them. [YOCTO #7568] Signed-off-by: Bill Randle --- buildset-config.controller/nightly-no-x11.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildset-config.controller/nightly-no-x11.conf b/buildset-config.controller/

Re: [yocto] [meta-qt4][PATCH 1/2] qt4-embedded.inc: provide PACKAGECONFIG for tslib

2016-08-23 Thread Martin Jansa
On Mon, Aug 22, 2016 at 09:37:56PM +0100, Burton, Ross wrote: > On 19 August 2016 at 09:42, Maxin B. John wrote: > > > (A quick grep in meta-qt4 for PACKAGECONFIG_CONFARGS returned zero results) > > > > FWIW it's a relatively new feature: when PACKAGECONFIG is evaluated it > writes the enabled/d

[yocto] How to build qtwebengine vom meta-qt5 correctly?

2016-08-23 Thread Budde, Jan
I'm learning to use Yocto with version 2.1.1 "krogoth" and want to create an image for an intel-corei7-64 machine containing Qt 5.6 from the meta-qt5 layer for X11. After several attempts I manage to build all the required components, but a minimal example application using the QtWebEngine module c

Re: [yocto] BBMASK issue

2016-08-23 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Andre McCurdy > Sent: den 23 augusti 2016 07:13 > To: Takashi Matsuzawa > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] BBMASK issue > > On Mon, Aug 22, 2016 at 6:50 PM,

[yocto] PyPi packages

2016-08-23 Thread Gary Thomas
Can someone guide me how to specify the source package for a PyPi package? The webpage lists this as the download: https://pypi.python.org/packages/f3/58/d74a46a3ab5927834d70841bc29bd6e1d5f20a27789ec7d819335e0bdfff/python-can-1.5.0.tar.gz#md5=593af7aa53bf6810742eae0415a95a4b but based on other e

[yocto] [meta-swupd][PATCH] swupd-client_git.bb: Make pinned pubkey configurable

2016-08-23 Thread Dmitry Rozhkov
SWUPD server may move to a new location where a different pubkey needs to be used and the hardcoded one won't work. This makes pinned pubkey configurable. Signed-off-by: Dmitry Rozhkov --- .../Make-pinned-pubkey-configurable.patch | 118 + recipes-core/swupd-client/