Re: [yocto] OPKG Spec

2019-06-25 Thread Adi Malca
Thank you Robert, the last 2 links to the code were very helpful. On Tue, Jun 25, 2019 at 8:28 AM Robert Joslyn < robert.jos...@redrectangle.org> wrote: > On Sun, 2019-06-23 at 16:15 +0300, Adi Malca wrote: > > Hello, > > > > I'm looking for the current official OPKG spec with spelling and case >

Re: [yocto] Dealing with line endings

2019-06-25 Thread Martin Jansa
Hi Keith, you can use dos2unix.bbclass: http://git.openembedded.org/openembedded-core/tree/meta/classes/dos2unix.bbclass to convert them before do_patch. Cheers, On Tue, Jun 25, 2019 at 4:57 AM keith.derrick wrote: > I am using an upstream repo with a mix of line endings. > > > In my recipe, I

Re: [yocto] General Question: Device specific value store

2019-06-25 Thread Matthias Schoepfer
Hi Morné, thanks for you answer. Maybe, I will explain more: we have a Dragonboard 410c based hardware. We use a read-only rootfs in one partition (actually two with A/B approach) and we have a data partition for user data as well as device specific data. We can partition and flash the device

[yocto] [meta-dpdk][PATCH] dpdk: Remove 18.05

2019-06-25 Thread zhe.he
From: He Zhe We have already had 18.11 and 18.05 is not a stable version. Signed-off-by: He Zhe --- recipes-extended/dpdk/dpdk_18.05.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 recipes-extended/dpdk/dpdk_18.05.bb diff --git a/recipes-extended/dpdk/dpdk_18.05.b

Re: [yocto] General Question: Device specific value store

2019-06-25 Thread Gabriele Zampieri
Hi Matthias, an easier solution may be write those data during production. I don't think that having a custom partition for each device is a good idea. You could start the device in "production mode" and inject into the device specific data through serial or USB. Obviously you must have some piece

Re: [yocto] Remove include /usr/include/SDL2

2019-06-25 Thread Mauro Ziliani
Thank for the answer. I'll look for that. MZ Il 24/06/19 19:40, Burton, Ross ha scritto: The problem is that kivy is ignoring all of the attempts at telling it to build in a sysroot and *still* looking in /usr. This is a clear cut bug in the kivy build system, so you'll have to look at that a

[yocto] build on CVE is failing

2019-06-25 Thread Vignesh Rajendran (RBEI/ECF3)
Hi, I was trying to check the CVE feature on Yocto. I couldn't succeed the build with CVE. https://pastebin.com/m7hNcNcm There seems like proxy environment doesn't recognized inside do_populate_cve_db. ERROR: cve-update-db-1.0-r0 do_populate_cve_db: HTTPSConnectionPool(host='nvd.nist.gov', por

Re: [yocto] General Question: Device specific value store

2019-06-25 Thread Larry Brown
You could either partition the flash with intentional space left at the end of the disk and write/read directly to the flash at the specified location or you could put it at the end of the uboot space. There is a chunk of unused space at the end of the uboot image that is not used IIRC that should

Re: [yocto] Can't build SDK while shrinking shadow tools

2019-06-25 Thread Jérémy Singy
On Wed, Jun 19, 2019 at 10:03 PM Khem Raj wrote: > > On Fri, Jun 14, 2019 at 2:16 AM Jérémy Singy wrote: >> >> Hi, >> >> I'm facing a problem by trying to shrink the size of our root filesystem. >> To avoid installing some unneeded tools such as adduser, groupadd, >> nologin, etc. I just created

[yocto] Cortex m7 imx rt1052

2019-06-25 Thread Larry Brown
Does anyone know if there is a base bsp for at least the development board imx rt1052? -- Larry Brown S/V Trident Palm Harbor, FL ~_/) ~ ~ ~~ ~ ~ ~~_/)~ ~ ~~ ~ _/) ~ -- __

Re: [yocto] build on CVE is failing

2019-06-25 Thread Burton, Ross
Yes, you're right, this is a bug in the new functionality. The usual variables are in the data store, so you can get them with e.g. d.getVar("http_proxy"), as you can clearly replicate the failure would you be able to attempt a patch? Ross On Tue, 25 Jun 2019 at 11:14, Vignesh Rajendran (RBEI/EC

Re: [yocto] Creating my own bsp

2019-06-25 Thread Rudolf J Streif
Larry, You would want to be more specific with your question and eventually post error messages you are encountering. It looks like you are hung up at the machine configuration file. You may want to post that. As far as BSP layers and machine configuration files are concerned, my advice is to star

[yocto] do_image_*[depends]: how this works?

2019-06-25 Thread Mauro Ziliani
Hi all. I don't understand how to use the do_image_wic[] istructions. Where I can find info about? I need to customize a syslinux.cfg configuration file, but with syslinux_%.bbappend I fail. I look inside many image recipe the row do_image_wic[depends] := But I don't understand the

[yocto] yocto recipe error

2019-06-25 Thread Elliott, Alexander L CIV USN NAVSURFWARCEN DAH VA (USA)
Hello, I am very new to Yocto and having some trouble building a recipe. I am trying to add a pre-built application to my Petalinux project. Here is my recipe: SUMMARY = "Simple evtest application" SECTION = "PEALINUX/apps" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md

[yocto] Yocto Project Status WW26'19

2019-06-25 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M2 Next Deadline: YP 2.8 Milestone 2 Cutoff July 14th, 2019 SWAT Team Rotation: * SWAT lead is currently: Ross * SWAT team rotation: Ross -> Amanda on June 28, 2019 * SWAT team rotation: Amanda -> Chen on July, 5, 2019 *

Re: [yocto] yocto recipe error

2019-06-25 Thread Burton, Ross
On Tue, 25 Jun 2019 at 17:47, Elliott, Alexander L CIV USN NAVSURFWARCEN DAH VA (USA) wrote: > RDEPENDS_${PN} = "libgcc_s.so.1" You RDEPENDS on other package, not filenames. RDEPENDS_${PN} = "libgcc" Ross -- ___ yocto mailing list yocto@yoctoproject.

Re: [yocto] yocto recipe error

2019-06-25 Thread Zoran Stojsavljevic
> alexander.l.elli...@navy.mil One honest advise. Please. use alexander.l.elli...@gmail.com... Much healthier/relaxed, don't you agree? ;-) Thank you, Zoran ___ On Tue, Jun 25, 2019 at 6:47 PM Elliott, Alexander L CIV USN NAVSURFWARCEN DAH VA (USA) wrote: > > Hello, > > I am very new to Yo

Re: [yocto] Yocto Project Status WW26'19

2019-06-25 Thread akuster808
On 6/25/19 10:22 AM, sjolley.yp...@gmail.com wrote: > > Current Dev Position: YP 2.8 M2 > > Next Deadline: YP 2.8 Milestone 2 Cutoff July 14th, 2019 > >   > > SWAT Team Rotation: > > * SWAT lead is currently: Ross > * SWAT team rotation: Ross -> Amanda on June 28, 2019 > * SWAT team rotatio

Re: [yocto] Dealing with line endings

2019-06-25 Thread keith . derrick
Thanks Martin, that fixed it nicely. From: Martin Jansa Sent: Tuesday, June 25, 2019 12:30 AM To: Keith Derrick/LGEUS Advanced Platform(keith.derr...@lge.com) Cc: yocto@yoctoproject.org Subject: Re: [yocto] Dealing with line endings Hi Keith, you can use dos2uni

[yocto] [meta-selinux][PATCH] audit: upgrade 2.8.4 -> 2.8.5

2019-06-25 Thread Yi Zhao
* Drop backport patch: 0001-Remove-strdupa-as-suggested-in-pull-request-25.patch * Refresh all patches. Signed-off-by: Yi Zhao --- ...e-strdupa-as-suggested-in-pull-request-25.patch | 47 -- ...bstitue-functions-for-strndupa-rawmemchr.patch} | 23 +-- .../audit/aud

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-25 Thread Anibal Limon
On Wed, 19 Jun 2019 at 12:50, Randy MacLeod wrote: > On 6/14/19 10:48 AM, Randy MacLeod wrote: > > When running the run-execscript bash ptest as a user rather than root, a > warning: > >bash: cannot set terminal process group (16036): Inappropriate ioctl > for device > >bash: no job contr

Re: [yocto] build on CVE is failing

2019-06-25 Thread Vignesh Rajendran (RBEI/ECF3)
Hi Ross, Sure, I will give a try. Thank You. Best regards, Rajendran Vignesh RBEI/ECF3 Tel. +91 422 676-5103 | Threema Work: +914226765103 -Original Message- From: Burton, Ross Sent: Tuesday, June 25, 2019 8:18 PM To: Vignesh Rajendran (RBEI/ECF3) Cc: yocto@yoctoproject.org; Ram

Re: [yocto] [ptest-runner][PATCH v2 4/4] utils: ensure child can be session leader

2019-06-25 Thread richard . purdie
On Tue, 2019-06-25 at 20:51 -0500, Anibal Limon wrote: > I plan to take the Richard patches, He added in the recipe to have > real testing and looks like > there aren't problems related to, Richard can you confirm it?, We've been running the patches for a while in the recipe (since we last discuss