Re: [yocto] Rootless Podman

2023-08-09 Thread Thomas Perrot via lists.yoctoproject.org
Hello,

I'm using rootless podman to build with this container:
https://github.com/tprrt/dockers/tree/master/debian-oe

Kind regards,
Thomas Perrot

On Tue, 2023-08-08 at 12:40 -0700, Khem Raj wrote:
> On Tue, Aug 8, 2023 at 11:43 AM Stephen John Smoogen
>  wrote:
> > 
> > 
> > Does anyone know what ways it is failing (or how I can duplicate it
> > ) and I can forward to the podman group (can't promise I can get it
> > fixed.. but will do what I can). Also if people have already opened
> > issues on the failures, let me know.
> > 
> 
> With yoe
> 
> local.sh
> export DOCKER_REPO=yoedistro/yoe-build:bookworm-`uname -m`
> export DOCKER=podman
> 
> and then try to build yoe-simple-image, it complains about enough
> parallel threads not being available when running node to build
> qtwebengine
> omp running out of threads in other recipes and so on. These issues
> don't happen on native or docker builds e.g. privileged mode also
> does
> show these issues.
> 
> > On Tue, 8 Aug 2023 at 14:34, Khem Raj  wrote:
> > > 
> > > 
> > > We have tried it hard in yoe distro but it always fails in novel
> > > ways so much. I have switched back to docker for now
> > > 
> > > On Tue, Aug 8, 2023 at 11:07 AM Joel Winarske
> > >  wrote:
> > > > 
> > > > Anyone successfully building using Rootless Podman?
> > > > 
> > > > I'm seeing a variety of strange issues.
> > > > 
> > > > My baseline podman config:
> > > > --user 1001:1001
> > > > --ipc host
> > > > --privileged
> > > > --security-opt label=disable
> > > > --pid host
> > > > --userns keep-id
> > > > --ulimit host
> > > > --mount type=devpts,destination=/dev/pts
> > > > --security-opt label=disable
> > > > --group-add keep-groups
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > 
> > > 
> > > 
> > 
> > 
> > --
> > Stephen J Smoogen.
> > Let us be kind to one another, for most of us are fighting a hard
> > battle. -- Ian MacClaren
> 
> 
> 

-- 
Thomas Perrot, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com



signature.asc
Description: This is a digitally signed message part

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60761): https://lists.yoctoproject.org/g/yocto/message/60761
Mute This Topic: https://lists.yoctoproject.org/mt/100627665/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [meta-tensorflow][PATCH] layer.conf: Update LAYERSERIES_COMPAT for mickledore

2023-03-15 Thread Thomas Perrot via lists.yoctoproject.org
From: Thomas Perrot 

oe-core switched to mickedore [1]

[1] 
https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

Signed-off-by: Thomas Perrot 
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index eba5ef2dbf79..20dfc8e46daa 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -11,7 +11,7 @@ BBFILE_PRIORITY_meta-tensorflow = "10"
 
 LAYERVERSION_meta-tensorflow = "1"
 
-LAYERSERIES_COMPAT_meta-tensorflow = "kirkstone langdale"
+LAYERSERIES_COMPAT_meta-tensorflow = "mickledore"
 
 LAYERDEPENDS_meta-tensorflow = " \
 core \
-- 
2.39.2


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59430): https://lists.yoctoproject.org/g/yocto/message/59430
Mute This Topic: https://lists.yoctoproject.org/mt/97623939/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] core-image-minimal-xfce: Xorg screen remains black

2022-10-17 Thread Thomas Perrot via lists.yoctoproject.org
Hello Manuel,

The regression is linked to the update of the libx11 from 1.8.0 to
1.8.1.
While waiting for a fix you can revert the commit that updates libx11
(7918a25736a7).

Kind regards,
Thomas

On Thu, 2022-10-06 at 23:31 +0200, Manuel Wagesreither wrote:
> I realized `core-image-minimal-xfce.bb` adds `packagegroup-core-x11`
> to IMAGE_INSTALL.
> Yet, 
> * It doesn't add `x11` to IMAGE_FEATURES which would do the same but
> perhaps a bit more.
> * It doesn't add `x11-base` to IMAGE_FEATURES, which would add
> `packagegroup-core-x11-base` to IMAGE_INSTALL and perhaps a bit more.
> 
> Hence I added `x11` and `x11-base` to IMAGE_FEATURES and it changed
> things in so far as when the flickering occurs, the black screen
> changes into a gray screen.
> 
> Regards,
> Manuel
> 
> 
> 

-- 
Thomas Perrot, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com



signature.asc
Description: This is a digitally signed message part

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#58348): https://lists.yoctoproject.org/g/yocto/message/58348
Mute This Topic: https://lists.yoctoproject.org/mt/94160185/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] core-image-minimal-xfce: Xorg screen remains black

2022-10-06 Thread Thomas Perrot via lists.yoctoproject.org
Hi all,

I've also been reproducing this issue for a few days, and I haven't
found a fix yet.
Does anyone have an idea, to fix it?

Kind regards,
Thomas

On Thu, 2022-10-06 at 17:31 +0200, Manuel Wagesreither wrote:
> Hi all,
> 
> I'd like to build core-image-minimal-xfce for qemux86-64. I'm on
> Dunfell.
> 
> At first, Xorg didn't start properly but I could fix that by adding
> package xkeyboard-config manually to the image. Now Xorg seems to
> start (displays a mouse cursor), but the screen is otherwise black.
> At some point the screen flickers and I see a window for the fraction
> of a second, but then the screen goes dark again.
> 
> I've attached what Xorg prints on stderr.
> 
> There's heaps of error messages and I could go through them and fix
> them one after the other, but I figure something is broken on a
> fundamental level. After all, core-image-minimal-xfce should be
> expected to work, even if it's Dunfell, not?
> 
> Can you tell me what's causing my problems?
> 
> I'm on the Dunfell branch tip as it was on October 13th on both poky
> and meta-openembedded:
> https://gitlab.com/manuel_wagesreither/bora-proj/-/blob/xfce/kas/bora-xfce.yml#L32
> 
> Regards,
> Manuel
> 
> 
> 

-- 
Thomas Perrot, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com



signature.asc
Description: This is a digitally signed message part

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#58277): https://lists.yoctoproject.org/g/yocto/message/58277
Mute This Topic: https://lists.yoctoproject.org/mt/94160185/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-