[yocto] [meta-raspberrypi] core-image-minimal for raspberrypi3-64 manifest/sdimg contains no kernel modules

2018-08-14 Thread Steve Pavao
There seems to be a problem with the core-image-minimal bitbake for raspberrypi3-64 target at head of sumo in all repos. I wonder if it’s also a problem for the raspberrypi3 target. No kernel modules appear in the .manifest, and no kernel modules are put into the sdimg. It’s hard to believe i

Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-08-14 Thread Yi Zhao
在 2018年05月15日 00:09, Joe MacDonald 写道: [Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core] On 18.05.14 (Mon 10:05) Mark Hatle wrote: On 5/11/18 1:19 PM, Rudolf J Streif wrote: Thank you, Mark. Much appreciated and understood. Would you be open to ta

Re: [yocto] [OE-core] Yocto Project Status WW33’18

2018-08-14 Thread akuster808
On 08/14/2018 07:46 AM, Jolley, Stephen K wrote: > > Current Dev Position: YP 2.6 M3. > > Next Deadline: YP 2.6 M3 Build Target is Aug. 27, 2018 > Thanks for the updates Steven. > >   > > SWAT Team Rotation: > > · SWAT lead is currently: Maxin > > · SWAT team rotation: Maxin -> Ch

Re: [yocto] Creating multiple filesystem images

2018-08-14 Thread Andre McCurdy
On Mon, Aug 13, 2018 at 8:23 AM, Amol Lad wrote: > Hi, > > Currently when we build say core-image-minimal, we get a root file system > image (say ext4) after the build. However, I also need to create an ext4 > image for /boot partition (which contains zImage and dtb). I do not want wic > image. Ho

Re: [yocto] [yocto-docs][PATCH] ref-manual: Removed misleading paragraph in siteinfo section

2018-08-14 Thread richard . purdie
On Tue, 2018-08-14 at 10:30 -0700, Scott Rifenbark wrote: > Yevgeny and Richard, > > See the siteinfo.bbclass section here - https://yoctoproject.org/docs > /2.6/ref-manual/ref-manual.html#ref-classes-siteinfo. > > Paragraph removed. Looks good thanks. Cheers, Richard --

Re: [yocto] [yocto-docs][PATCH] ref-manual: Removed misleading paragraph in siteinfo section

2018-08-14 Thread Scott Rifenbark
Yevgeny and Richard, See the siteinfo.bbclass section here - https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#ref-classes-siteinfo . Paragraph removed. Thanks, Scott On Tue, Aug 14, 2018 at 4:38 AM Yevgeny Popovych wrote: > Hello Scott. > > siteinfo was removed from base.bbclass b

[yocto] Creating meta-ocaml layer - how to handle system-wide OCaml library manager?

2018-08-14 Thread Wolfgang Tolkien
I need some help and direction: I've started working on a 'meta-ocaml' layer to add support for the OCaml language to Yocto: https://gitlab.com/wtolkien/meta-ocaml However, many OCaml projects seem to rely on the 'findlib' library manager (http://projects.camlcity.org/projects/findlib.html) wh

Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Khem Raj
On Tue, Aug 14, 2018 at 3:16 AM Ricardo Ribalda Delgado wrote: > > Hello Rajesh > > On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru wrote: > > > > Hi Ricardo, > > > > We already use systemd, but didn't use psplash before (so you had the > > pure console messages on screen). > > > > We didn't

Re: [yocto] [yocto-docs][PATCH] ref-manual: Removed misleading paragraph in siteinfo section

2018-08-14 Thread Yevgeny Popovych
Hello Scott. siteinfo was removed from base.bbclass by Richard Purdie in 2010 (commit 185cb38f1319856b4bdaaf4d9a73b5056be53d54 in openembedded-core). Richard, can you confirm/reject this change? Thanks! On 11/05/2017 08:04 PM, Yevgeny Popovych wrote: > ..on the inclusion of siteinfo.bbclass in

Re: [yocto] Creating multiple filesystem images

2018-08-14 Thread marcelo . magallon
On Mon, Aug 13, 2018 at 03:23:09PM +, Amol Lad wrote: Currently when we build say core-image-minimal, we get a root file system image (say ext4) after the build. However, I also need to create an ext4 image for /boot partition (which contains zImage and dtb). I do not want wic image. How I

[yocto] Yocto Project Status WW33’18

2018-08-14 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M3. Next Deadline: YP 2.6 M3 Build Target is Aug. 27, 2018 SWAT Team Rotation: · SWAT lead is currently: Maxin · SWAT team rotation: Maxin -> Chen on Aug. 17, 2018 · SWAT team rotation: Chen -> Paul on Aug. 24, 2018 · https://wiki.

Re: [yocto] bbappend and placing a file into /tmp on the target

2018-08-14 Thread Burton, Ross
Why do you want to put it into /tmp? That's typically got a tmpfs mounted on it at boot time so anything you put in there at rootfs time won't be visible. If you're goal is a read-write overlay on a read-only rootfs then look at something like overlayfs. Ross On 13 August 2018 at 20:54, Bishop,

[yocto] TPM2-TSS-1.1.0.bb does not use local files when BB_NO_NETWORK = "1"

2018-08-14 Thread Mark T
Hi, We have an issue doing an off-line build for TPM2-TSS-1.1.0.bb and related packages. Its fine when BB_NO_NETWORK is not set, build/downloads has the package files and the .done. We then hold the .done and associated package files locally and place them into downloads prior to building with BB

Re: [yocto] bbappend and placing a file into /tmp on the target

2018-08-14 Thread alexandretm
This might be what you are looking for https://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-core/initscripts/initscripts-1.0/volatiles You could create a iniscripts_%.bbappend to add what you need. Regards, Mathieu > -Message d'origine- > De : yocto-boun...@yoctoproject.org >

[yocto] [layerindex-web][PATCH 5/5] Include errors/warnings in main log in error/warning counts for updates

2018-08-14 Thread Paul Eggleton
When showing the error/warning counts for update records we need to include any errors/warnings that are shown only in the main update log, so we need to adjust how these are collected. Use a function rather than pure aggregation to give a bit more control, and a {% with ... %} block in the templat

[yocto] [layerindex-web][PATCH 4/5] update: ensure that exceptions during the update process are logged

2018-08-14 Thread Paul Eggleton
If an exception occurred during the update then we were managing to save the update record, but we did not include the exception traceback in the log for the update. Catch the exception and log it which ensures it gets captured in the update record and still gets printed as well. Signed-off-by: Pa

[yocto] [layerindex-web][PATCH 3/5] Improve collection/display of LayerUpdate records

2018-08-14 Thread Paul Eggleton
Make layerupdate collection slightly more reliable and make it easier to see when updates have actually been captured: * Split layerbranch into separate layer and branch fields, since there may not be a layerbranch in existence but we might want to log an error relating to the branch and layer

[yocto] [layerindex-web][PATCH 2/5] update_layer: improve exception handling

2018-08-14 Thread Paul Eggleton
When an exception occurs during the main part of update_layer, we were catching and printing it but that's not enough - we need to do the following as well: * Use logger.error() to print the exception information, so that it gets logged and highlighted as an error in the layer update * Exit with

[yocto] [layerindex-web][PATCH 1/5] update: avoid errors if values could not be found in initial output

2018-08-14 Thread Paul Eggleton
If for some reason update_layer.py does not print out the values we expect then we shouldn't be throwing a traceback, we should be handling it gracefully - i.e., print an error and then move on to the next layer. Signed-off-by: Paul Eggleton --- layerindex/update.py | 20 1

[yocto] [layerindex-web][PATCH 0/5] Update / error handling fixes

2018-08-14 Thread Paul Eggleton
The layer index has recently been failing to update, and that wasn't picked up earlier as the errors weren't actually being collected in the update records. Makesure they are collected and sufficiently highlighted in the UI. The following changes since commit d17080d325b9b82e8b844c207053eb2b3ac11

Re: [yocto] bbappend and placing a file into /tmp on the target

2018-08-14 Thread Bishop, Mark (STRT)
VOLATILE-BINDS is kinda what I am looking for, but without the dependency of systemd From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Monday, August 13, 2018 5:54 PM To: Bishop, Mark (STRT) Cc: Yocto Project Subject: Re: [yocto] bbappend and placing a file into /tmp on the target May be look int

Re: [yocto] oe-run-native uses host python3 instead of sysroot

2018-08-14 Thread Burton, Ross
That sounds like a bug but your fix isn't complete (doesn't handle perl-native, for example), so the script should find the *-native directories itself. I've filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=12889 so this doesn't get lost. Ross On 10 August 2018 at 16:58, Aaron Cohen wrot

[yocto] [meta-selinux] master branch updates

2018-08-14 Thread Joe MacDonald
Hi all, Just a quick update on meta-selinux since we don't have a patchworks I can point anyone to for checking the status of their patches. I've merged 9 commits from the past couple of months that appear to be functional changes and that restore building status (for at least an selinux-enable

[yocto] [PATCH meta-gplv2 2/2] coreutils: remove obsolete patches

2018-08-14 Thread Ross Burton
No point fixing small problems with the man pages build if we later disable them entirely. Signed-off-by: Ross Burton --- .../coreutils-6.9/fix_for_manpage_building.patch | 85 -- .../coreutils/coreutils-6.9/man-touch.patch| 24 -- recipes-core/coreutils/coreuti

[yocto] [PATCH meta-gplv2 1/2] coreutils: don't build su

2018-08-14 Thread Ross Burton
Previously we built su but didn't package it because util-linux is the preferred provider. However with glibc 2.28 libcrypt has been removed so su doesn't build. Instead of depending on virtual/crypt, lets just not build su at all. Signed-off-by: Ross Burton --- recipes-core/coreutils/coreutil

Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Ricardo Ribalda Delgado
Hello Rajesh On Tue, Aug 14, 2018 at 11:01 AM Yuvarajesh Valleru wrote: > > Hi Ricardo, > > We already use systemd, but didn't use psplash before (so you had the > pure console messages on screen). > > We didn't think about progress bar so far, but maybe it would be nice. > > Can you think about

Re: [yocto] custom splash screen using psplash

2018-08-14 Thread Yuvarajesh Valleru
Hi Ricardo, We already use systemd, but didn't use psplash before (so you had the pure console messages on screen). We didn't think about progress bar so far, but maybe it would be nice. Can you think about a way to use a progress bar with a custom picture? Thanks and regards, Rajesh Am 13.

[yocto] [meta-selinux][PATCH 2/2] libcgroup: replace _virtclass-native with _class-native

2018-08-14 Thread Yi Zhao
The _virtclass-native is obsolete. Replace it with _class-native. Signed-off-by: Yi Zhao --- recipes-core/libcgroup/libcgroup_selinux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/libcgroup/libcgroup_selinux.inc b/recipes-core/libcgroup/libcgroup_selinux.i

[yocto] [meta-selinux][PATCH 1/2] policycoreutils: replace _virtclass-native with _class-native

2018-08-14 Thread Yi Zhao
The _virtclass-native is obsolete and replaced by _class-native. In recent oe-core commit c5aa33ac483618bc23fbaccb0a18853186f9155d the _virtclass-native override was dropped entirely which caused refpolicy-mls do_install failed: libsemanage.get_home_dirs: Error while fetching users. Returning l