Re: [yocto] [meta-raspberrypi] Is Preempt-rt still supported in master / latest releases?

2023-02-05 Thread Carles Sole via lists.yoctoproject.org
Hi Joel, thanks for creating the issue. Does the solution from Aleksandr work for you with raspberrypi4-64? The funny thing is for me it doesn't. As I mentioned above if I use his solution: for MACHINE = "raspberrypi4-64" in local.conf, the .config file has following configs: CONFIG_HAVE_PREEM

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread SIMON BABY
Hello Richard, Same error occured from /build.sh as well. Regards Simon -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59177): https://lists.yoctoproject.org/g/yocto/message/59177 Mute This Topic: https://lists.yoctoproject.org/mt/96733939/21656 Gr

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread SIMON BABY
Hi Richard, My bblayers.conf and local.conf is below LCONF_VERSION = "7" BBPATH = "${TOPDIR}" BSPDIR := "${@os.path.abspath(os.path.dirname(d.getVar('FILE', True)) + '/../..')}" BBFILES ?= "" BBLAYERS = " \ ${BSPDIR}/sources/poky/meta \ ${BSPDIR}/sources/poky/meta-poky \ \ ${BSPDIR}/sources/me

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread SIMON BABY
oh okay. Yes am running the command "bitbake embedded-contianer-image".  Probably I could try from the parent directory to run ./build.sh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59175): https://lists.yoctoproject.org/g/yocto/message/59175 Mu

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread Richard Purdie
On Sun, 2023-02-05 at 16:00 -0800, SIMON BABY wrote: > Hi Richard, > > I added extra code in the recipe to print the sudo permissions to > compare with actual permissions. I'll ask for the third time. Are you running bitbake directly? I'd like to understand the environment bitbake is being run

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread SIMON BABY
Hi Richard, I added extra code in the recipe to print the sudo permissions to compare with actual permissions. Regards Simon -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59173): https://lists.yoctoproject.org/g/yocto/message/59173 Mute This Top

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread Richard Purdie
On Sun, 2023-02-05 at 08:44 -0800, SIMON BABY wrote: > On Sun, Feb 5, 2023 at 01:54 AM, Richard Purdie wrote: > > something > Hello Richard, > I am building this layer for adding container images into the root > file system and load on the target as part of the image download. The > sudo command wh

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread SIMON BABY
On Sun, Feb 5, 2023 at 01:54 AM, Richard Purdie wrote: > > something Hello Richard, I am building this layer for adding container images into the root file system and load on the target as part of the image download. The sudo command when i run outsidethe yocto build directory seems to be good

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread Alexander Kanavin
On Sun, 5 Feb 2023 at 17:23, SIMON BABY wrote: > > Thank yo for your response. Can I know how to use meta-virtualization for > building and loading container imaged into the target. Ccan you please > provide a sample recipe? There are sample recipes in that layer, e.g. in recipes-demo/images. I

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread SIMON BABY
On Sat, Feb 4, 2023 at 11:38 PM, Alexander Kanavin wrote: > > Hi Alex, Thank yo for your response. Can I know how to use meta-virtualization for building and loading container imaged into the target. Ccan you please provide a sample recipe? Regards Simon -=-=-=-=-=-=-=-=-=-=-=- Links: You re

[yocto] [ANNOUNCEMENT] Yocto Project 4.0.7 is Released

2023-02-05 Thread Lee Chee Yang
Hi We are pleased to announce the Yocto Project 4.0.7 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.7/poky-65dafea22018052fe7b2e17e6e4d7eb754224d38.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-4.0.7/poky-65dafea22018052fe7b2e17e6e4d7eb75

Re: [yocto] error when try to use sudo command in recipe

2023-02-05 Thread Richard Purdie
On Sat, 2023-02-04 at 20:15 -0800, SIMON BABY wrote: > Hi Richard, > Thank you for the reply. >  I was trying to add the > layer https://github.com/savoirfairelinux/meta-embedded-containers in > my yocto build. Below recipe uses sudo commands.  > > https://github.com/savoirfairelinux/meta-embedded