Re: [yocto] [meta-security-compliance][PATCH 2/4] openscap: add 1.3.1 recipes for upstream source

2019-07-22 Thread Yi Zhao
On 7/23/19 2:38 PM, Akuster808 wrote: On Jul 23, 2019, at 02:51, Yi Zhao wrote: Hi Armin, I got the following error when build openscap: ERROR: openscap-git-r0 do_compile_ptest_base: Function failed: do_compile_ptest_base (log file is located at /buildarea/build/tmp/work/core2-64-poky-

Re: [yocto] [meta-security-compliance][PATCH 2/4] openscap: add 1.3.1 recipes for upstream source

2019-07-22 Thread Akuster808
> On Jul 23, 2019, at 02:51, Yi Zhao wrote: > > Hi Armin, > > > I got the following error when build openscap: > > ERROR: openscap-git-r0 do_compile_ptest_base: Function failed: > do_compile_ptest_base (log file is located at > /buildarea/build/tmp/work/core2-64-poky-linux/openscap/git-r0

Re: [yocto] [meta-security-compliance][PATCH 2/4] openscap: add 1.3.1 recipes for upstream source

2019-07-22 Thread Yi Zhao
Hi Armin, I got the following error when build openscap: ERROR: openscap-git-r0 do_compile_ptest_base: Function failed: do_compile_ptest_base (log file is located at /buildarea/build/tmp/work/core2-64-poky-linux/openscap/git-r0/temp/log.do_compile_ptest_base.329146) ERROR: Logfile of failure

Re: [yocto] No GNU_HASH in the elf binary

2019-07-22 Thread Burton, Ross
On Mon, 22 Jul 2019 at 21:13, Madhu Krishnamurthy wrote: > INSANE_SKIP_mlc = "ldflags" > INSANE_SKIP_mlc-dev = "ldflags" > INHIBIT_PACKAGE_DEBUG_SPLIT = "1" > INHIBIT_PACKAGE_STRIP = "1" > > But after adding that I still get this error. > ERROR: mem-tst-0.1 do_package_qa: QA Issue: No GNU_HASH in

Re: [yocto] Recipes for gcc-native

2019-07-22 Thread Khem Raj
On Mon, Jul 22, 2019 at 1:14 PM Taborski, Krzysztof (Nokia - PL/Wroclaw) < krzysztof.tabor...@nokia.com> wrote: > Hello, > I am wondering, if there is any reason, that yocto project does not > delivers recipes for gcc-native ( in similar way as python-native for > example)? > > It would allow to b

[yocto] Recipes for gcc-native

2019-07-22 Thread Taborski, Krzysztof (Nokia - PL/Wroclaw)
Hello, I am wondering, if there is any reason, that yocto project does not delivers recipes for gcc-native ( in similar way as python-native for example)? It would allow to build native recipes with different/higher version of gcc, than this, which user has on my build servers. Best regards,

Re: [yocto] Create an image from deployed files

2019-07-22 Thread Stefan Herbrechtsmeier
Am 22.07.19 um 18:34 schrieb Khem Raj: On Wed, Jul 3, 2019 at 12:43 PM Stefan Herbrechtsmeier wrote: Hi, what would be the best solution to create an image from deployed files? The wic bootimg-partition plugin copy over files listed in IMAGE_BOOT_FILES and create a partition inside the wic i

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-07-22 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#N

Re: [yocto] How to specify a different kernel for an image

2019-07-22 Thread Patrick Doyle
On Mon, Jul 22, 2019 at 2:05 AM Gabriele Zampieri wrote: > > Hi Patrick, > > thank you for the clarification. > I have no idea on how to encapsulate the output of bitbake into another image > in a nice and clean way. I'm pretty sure that you must run two separate > bitbake, one per MACHINE. > Wh

Re: [yocto] Create an image from deployed files

2019-07-22 Thread Khem Raj
On Wed, Jul 3, 2019 at 12:43 PM Stefan Herbrechtsmeier wrote: > > Hi, > > what would be the best solution to create an image from deployed files? > > The wic bootimg-partition plugin copy over files listed in > IMAGE_BOOT_FILES and create a partition inside the wic image. The > image.bbclass creat

Re: [yocto] Looking for a recommendation for the right Yocto dev board that supports MIPI CSI-2...

2019-07-22 Thread Khem Raj
On Wed, Jul 3, 2019 at 4:32 PM Bob Cochran wrote: > > On 6/20/19 11:24 PM, Bob Cochran wrote: > > Hi, > > > > I'm doing some work with MIPI cameras, and I need a development board > > with stable Yocto and MIPI CSI-2 support. At this point, I'm > > thinking i.MX, but I'm open to any suggestion.

Re: [yocto] ERROR: Actual rootfs size is larger than allowed

2019-07-22 Thread María del Mar Velasco AERTEC Solutions – Aerospace & Aviation
Thanks you very much for your reply! You’ve helped me a lot! Grateful -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [yocto-docs][PATCH] ref-manual: Sync list of image types with source

2019-07-22 Thread Daniel Ammann
hdddirect was removed from openembedded-core in commit 929ba563f1bc7195c4981b8e139c432b2cc388ea. f2fs was added in commit dec029686a47b574edfce4472fe2167db54398fb. container was added in commit e45f074b792a43aa2fd84a5a3f0e20bf1d88ad7e. squashfs-lz4 was added in commit de70799af1a8bfe2fac22b90401

[yocto] How to build and deploy with devtool without running it again

2019-07-22 Thread Mübin İçyer
Hi, I want to build a recipe and then deploy it on target immediately after that. Each time devtool is loading cache parsing all recipes and builds or deploys. Can I make these two steps in only one step? Thanks. -- ___ yocto mailing list yocto@yoctop