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
在 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
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
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
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
--
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
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
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
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
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
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.
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,
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
29 matches
Mail list logo