Re: [yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-26 Thread Martin Hundebøll
Hi Simon, On 2018-06-26 11:05, Simon VII wrote: Goodmorning, I hope you can help me with the following matter. I am currently using the poky reference distribution to build a minimal working example for the Zybo board (using the meta-xilinx layer), following this

Re: [yocto] [PATCH] [yocto-ab-helper] Add qemux86, qemux86-64 WIC testimage buildset-config

2018-06-26 Thread Chan, Aaron Chun Yew
Hi Richard Fundamentally we are performing the QA release for Yocto with this buildset config covering qemux86, qemux86-64 on core-image-lsb-sdk image. If the community feels that we have sufficient coverage which is required, we can omit this support from future QA cycles. If this is still

[yocto] [PATCH] samhain: correct service status

2018-06-26 Thread Changqing Li
status get by "systemctl status samhain" is not correct. It is active(exited) now. but actually, there is a dameon running, it should be active(running). so change Type of servive. Signed-off-by: Changqing Li --- recipes-security/samhain/files/samhain.service | 2 +- 1 file changed, 1

Re: [yocto] Rocko: how to remove python3 from target's rootfs

2018-06-26 Thread Bejar-Colonia, Carlos
Hi Martin, I've downloaded bind_9.10.6.bb recipe and applied the patch you pointed, but do_install fails error: invalid Python installation: unable to open

Re: [yocto] Best practice for updating a single recipe in meta-openembedded?

2018-06-26 Thread akuster808
On 06/26/2018 12:37 PM, Giordon Stark wrote: > Hi all, Wrong mailing list. Meta-openembedded questions should be directed to openembedded-de...@lists.openembedded.org > > I noticed on a 64b board, devmem2 isn't able to write 32b. I noticed, > surprisingly, that there's now a patch for this fix

[yocto] Best practice for updating a single recipe in meta-openembedded?

2018-06-26 Thread Giordon Stark
Hi all, I noticed on a 64b board, devmem2 isn't able to write 32b. I noticed, surprisingly, that there's now a patch for this fix in master ( https://github.com/openembedded/meta-openembedded/commit/1bcd15ed5b31bdec492af99f671718d7a6eb887b ). I'm currently on rocko, which doesn't have this

[yocto] Yocto SDK and license manifest

2018-06-26 Thread Michael Habibi
We use Yocto to generate a simple SDK that we use as a toolchain. However, it appears that building the SDK vs an image does not generate the license manifest (we have deploy/rpm, deploy/sdk, but not deploy/license). Have we configured something wrong, or perhaps do we need to do something

[yocto] [layerindex-web][PATCH 1/6] Add docker-compose file to create full layerindex stack of MariaDB, RabbitMQ and Nginx

2018-06-26 Thread Konrad Scherer
Lots of new features added: - Layerindex runs as unprivileged user inside container - Celery worker is started before gunicorn - Entrypoint script supports changing RabbitMQ location - Entrypoint script support initialization of database and superuser - Reverse Proxy uses https with self

[yocto] [layerindex-web] [PATCH 0/6] Dockerfile updates

2018-06-26 Thread Konrad Scherer
I have been using this docker image internally to test rebases. It matches our internal production layerindex instance fairly closely. The following changes since commit 5cfdfdca8b9200b5a6e4aa14661b14059a799310: rrs_upstream_history.py: fix set_regexes function (2018-06-06 11:25:46 +1200) are

[yocto] loading FPGA bitfile with u-boot spl on ZYBO

2018-06-26 Thread Simon VII
Goodmorning, I hope you can help me with the following matter. I am currently using the poky reference distribution to build a minimal working example for the Zybo board (using the meta-xilinx layer), following

Re: [yocto] [PATCH] [yocto-ab-helper] Add qemux86, qemux86-64 WIC testimage buildset-config

2018-06-26 Thread Richard Purdie
On Tue, 2018-06-26 at 16:51 +0800, Aaron Chan wrote: > Signed-off-by: Aaron Chan > --- > config.json | 32 +++- > 1 file changed, 31 insertions(+), 1 deletion(-) This patch looks like it might be correct. I say "might" as your commit message tells me what you did

Re: [yocto] [PATCH] [yocto-ab-helper] Add config support intel-corei7-64

2018-06-26 Thread Richard Purdie
On Tue, 2018-06-26 at 09:51 +0800, Aaron Chan wrote: > Signed-off-by: Aaron Chan > --- > scripts/config-intel-lava.json | 129 > + > scripts/utils.py | 2 +- > 2 files changed, 130 insertions(+), 1 deletion(-) > create mode 100644

Re: [yocto] [PATCH] [yocto-ab-helper] Fix syntax load config.json clobber buildStep

2018-06-26 Thread Richard Purdie
On Tue, 2018-06-26 at 15:05 +0800, Aaron Chan wrote: > Signed-off-by: Aaron Chan > --- > config.json| 5 ++--- > janitor/clobberdir | 3 +-- > 2 files changed, 3 insertions(+), 5 deletions(-) > > diff --git a/config.json b/config.json > index ecfca51..c9dc21e 100644 > --- a/config.json

Re: [yocto] busybox: adding task to run before do_configure

2018-06-26 Thread Måns Zigher
Hi, Thanks for your answer. So this is a simplified implementation so you are right. I have based my implementation on a class used for kernel you can find the original implementation here https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/classes/kernel-resin.bbclass. I am not

[yocto] [PATCH] [yocto-ab-helper] Add qemux86, qemux86-64 WIC testimage buildset-config

2018-06-26 Thread Aaron Chan
Signed-off-by: Aaron Chan --- config.json | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index c9dc21e..3c1f989 100644 --- a/config.json +++ b/config.json @@ -383,6 +383,36 @@ ], "step1" : {

Re: [yocto] Rocko: how to remove python3 from target's rootfs

2018-06-26 Thread Martin Hundebøll
Hi Bejar, On 2018-06-25 22:02, Bejar-Colonia, Carlos wrote: Looks like the dhcp dependency is explicit: dhcp->bind->python3 recipes-connectivity/dhcp/dhcp.inc DEPENDS = "openssl bind" recipes-connectivity/bind/bind_9.10.5-P3.bb RDEPENDS_${PN} = "python3-core" In the build area:

[yocto] [PATCH] [yocto-ab-helper] Fix syntax load config.json clobber buildStep

2018-06-26 Thread Aaron Chan
Signed-off-by: Aaron Chan --- config.json| 5 ++--- janitor/clobberdir | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index ecfca51..c9dc21e 100644 --- a/config.json +++ b/config.json @@ -8,15 +8,14 @@ "BUILD_HISTORY_DIRECTPUSH" :