[yocto] New: "extrapatches" bbclass.

2019-03-07 Thread Kaz Kylheku (poky)
# # extrapatches bbclass # # This bbclass allows for a recipe to apply additional patches. # # "Additional patches" refers to patches that are not individually # fetched by the SRC_URI mechanism, but are already present # inside the source trees that are fetched and unpacked. # Referring directly

[yocto] [meta-security][PATCH] oe-scap: fix inconsistent indentation

2019-03-07 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../recipes-openscap/oe-scap/oe-scap_1.0.bb | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/meta-security-compliance/recipes-openscap/oe-scap/oe-scap_1.0.bb

Re: [yocto] uboot-sign pyro fail

2019-03-07 Thread Michael Nazzareno Trimarchi
Hi On Thu, Mar 7, 2019 at 6:54 PM Michael Nazzareno Trimarchi wrote: > > Hi all > > I'm trying to generate a sign image with pyro but problem is that when > uboot is compiled > the build dir depend on UBOOT_CONFIG and when the uboot-sign.class try to find > the u-boot.dtb file this is not get

[yocto] uboot-sign pyro fail

2019-03-07 Thread Michael Nazzareno Trimarchi
Hi all I'm trying to generate a sign image with pyro but problem is that when uboot is compiled the build dir depend on UBOOT_CONFIG and when the uboot-sign.class try to find the u-boot.dtb file this is not get because the ${B} point to the base but ${B}/${config}/... is the directory used by

[linux-yocto] device usb com, keyboard and composite (com and keyboard )

2019-03-07 Thread A AL
I have to develop device usb com,keyboard and composite (com and keyboard ) , can anyone share what would be a good way to do it ? Thank you in advance! ALI ALERWI erwi...@gmail.com -- ___ linux-yocto

Re: [yocto] SRC_URI when there is a local mirror but no remote repo

2019-03-07 Thread Steve Scott
SRC_URI = "file://${TOPDIR}/../local_mirror/example-1.0.0.src.tar.gz" should work, without need for do_unpack. What error are you getting? > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Edmund Nadolski > Sent:

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Ulrich Ölmann
Hi there, On Thu, Mar 07 2019 at 15:11 +0100, Stelling2 Carsten wrote: > Have you seen https://github.com/pengutronix/genimage? you can find it included within https://github.com/pengutronix/meta-ptx with an accompanying genimage.bbclass. Best regards Ulrich > Regards, > > Carsten > > Von:

Re: [yocto] SRC_URI when there is a local mirror but no remote repo

2019-03-07 Thread Edmund Nadolski
Friendly ping, any thoughts on this? One thing I have noted - without the remote url, bitbake will not link the file into DL_DIR or create a *.done file for it. TIA, Ed > -Original Message- > From: yocto-boun...@yoctoproject.org > On Behalf Of Edmund Nadolski > Sent: Wednesday,

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Marc Ferland
> On Mon, Mar 4, 2019 at 6:17 AM Gabriele Zampieri > wrote: > > > > Hi all, > > > > I'm trying to build a distribution that has multiple partitions. The > > desiderata is something like: > > > > - rootfs.ubifs mounted on / > > - data.ubifs mounted on /data > > - opt.ubifs mounted on /opt > > > >

Re: [linux-yocto] v4.18.x - stable updates comprising v4.18.29

2019-03-07 Thread Bruce Ashfield
On Mon, Mar 4, 2019 at 1:19 PM Paul Gortmaker wrote: > > Bruce, Yocto kernel folks: > > Here is the next 4.18.x stable update "extension" primarily created > for the Yocto project, continuing from the previous v4.18.28 release. > > There are about 275 commits here, based on commits chosen from

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Marc Ferland
Look for the multiubi fstype: https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/image_types.bbclass#n151 On Mon, Mar 4, 2019 at 6:17 AM Gabriele Zampieri wrote: > > Hi all, > > I'm trying to build a distribution that has multiple partitions. The > desiderata is something like:

Re: [yocto] Multiple ubifs partition

2019-03-07 Thread Stelling2 Carsten
Hi Gabriele, Have you seen https://github.com/pengutronix/genimage? Regards, Carsten Von: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] Im Auftrag von Gabriele Zampieri Gesendet: Montag, 4. März 2019 12:17 An: yocto@yoctoproject.org Betreff: [yocto] Multiple ubifs

Re: [yocto] [OE-core] npm offline build for yocto

2019-03-07 Thread Jan Kiszka
On 07.03.19 11:25, Josef Holzmayr wrote: Hi Jan, On Thu, Mar 07, 2019 at 10:37:26AM +0100, Jan Kiszka wrote: Hi Michael, I found your progress report (and unanswered question) on that topic in http://lists.openembedded.org/pipermail/openembedded-core/2018-April/268639.html. Did this effort

Re: [yocto] [OE-core] npm offline build for yocto

2019-03-07 Thread Josef Holzmayr
Hi Jan, On Thu, Mar 07, 2019 at 10:37:26AM +0100, Jan Kiszka wrote: > Hi Michael, > > I found your progress report (and unanswered question) on that topic in > http://lists.openembedded.org/pipermail/openembedded-core/2018-April/268639.html. > Did this effort go further? > > I just ran into it

[yocto] Recipe require kernel headers

2019-03-07 Thread Gabriele Zampieri
Hi all, I have a custom recipe that builds and installs a C program that include: #include #include #include I can compile it with TI prebuilt SDK, but when I try to build it with yocto the compiler is unable to find those headers. In the recipe do_compile I simply execute: ${CC} ${CFLAGS}

[yocto] [meta-security][PATCH] openscap-daemon: backport patch to fix build error with python 3.7

2019-03-07 Thread Yi Zhao
Fixes build error: | Traceback (most recent call last): | File "setup.py", line 25, in | from openscap_daemon import version | File "/buildarea/build/tmp/work/core2-64-poky-linux/openscap-daemon/0.1.10-r0/git/openscap_daemon/__init__.py", line 22, in | from