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/
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
> -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,
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
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
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/
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
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
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
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
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
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
---
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
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
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
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
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
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 +++
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
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
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
21 matches
Mail list logo