LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
starblue has quit [Ping timeout: 256 seconds]
<mischief> is there an existing tool to merge multiple JSON CVE reports into one?
Thorn has quit [Ping timeout: 264 seconds]
Thorn has joined #yocto
starblue has joined #yocto
Thorn has quit [Ping timeout: 260 seconds]
Thorn has joined #yocto
goliath has quit [Quit: SIGSEGV]
prabhakalad has quit [Ping timeout: 255 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 272 seconds]
prabhakalad has joined #yocto
davidinux has quit [Ping timeout: 272 seconds]
davidinux has joined #yocto
starblue has quit [Ping timeout: 260 seconds]
starblue has joined #yocto
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #yocto
Thorn has quit [Ping timeout: 240 seconds]
Thorn has joined #yocto
stgl has quit [Quit: ZNC 1.8.2 - https://znc.in]
stgl has joined #yocto
Thorn has quit [Ping timeout: 260 seconds]
Thorn has joined #yocto
tlhonmey has joined #yocto
ldywicki has quit [Quit: Connection closed for inactivity]
mischief has quit [Read error: Connection reset by peer]
mischief2 has joined #yocto
sakoman has joined #yocto
mischief2 has quit [Ping timeout: 256 seconds]
mischief has joined #yocto
mischief has quit [Read error: Connection reset by peer]
mischief has joined #yocto
Vonter has joined #yocto
mbulut has joined #yocto
arielmrmx has quit [Ping timeout: 260 seconds]
Thorn has quit [Ping timeout: 255 seconds]
Thorn has joined #yocto
LocutusOfBorg has quit [Ping timeout: 240 seconds]
enok has joined #yocto
thomas_34 has joined #yocto
sakman has quit [Quit: Leaving]
enok has quit [Ping timeout: 252 seconds]
sakman has joined #yocto
khem has quit [Remote host closed the connection]
Ad0 has quit [Ping timeout: 256 seconds]
Ad0 has joined #yocto
mbulut has quit [Quit: Leaving]
alessioigor has joined #yocto
tlhonmey has quit [Quit: Client closed]
Thorn has quit [Ping timeout: 240 seconds]
Guest23 has joined #yocto
<Guest23> hi
<Guest23> can you provide libcap-dev recipe file
Thorn has joined #yocto
xmn has quit [Ping timeout: 256 seconds]
simonew has quit [Ping timeout: 256 seconds]
<Guest23>  i created Yocto based Image for NXP i.mx MPU Processor,after the successful OS installation,while configuring some ninja library, i have received below error,can you please help on how to create recipe for below packages
<Guest23> -- Checking for module 'libcap>=2.29'
<Guest23> --   No package 'libcap' found
<Guest23> -- Checking for module 'libsystemd'
<Guest23> --   No package 'libsystemd' found
<Guest23> -- Checking for module 'libnl-route-3.0'
<Guest23> --   No package 'libnl-route-3.0' found
Thorn has quit [Ping timeout: 264 seconds]
Thorn has joined #yocto
leon-anavi has joined #yocto
Thorn has quit [Ping timeout: 256 seconds]
Thorn has joined #yocto
Thorn has quit [Ping timeout: 246 seconds]
Thorn has joined #yocto
<mcfrisk_> Guest23: DEPENDS += "libcap", it is in poky path meta/recipes-support/libcap. If you need libcap-dev on the image, then install it there with the image recipe.
coelebs has joined #yocto
LocutusOfBorg has joined #yocto
LocutusOfBorg has quit [Changing host]
LocutusOfBorg has joined #yocto
Guest23 has quit [Quit: Client closed]
linfax has joined #yocto
Guest23 has joined #yocto
Kubu_work has joined #yocto
LocutusOfBorg has quit [Ping timeout: 268 seconds]
ablu has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
leon-anavi has quit [Remote host closed the connection]
leon-anavi has joined #yocto
LocutusOfBorg has joined #yocto
alperak has joined #yocto
rfuentess has joined #yocto
altru has joined #yocto
Thorn has quit [Ping timeout: 268 seconds]
khem has joined #yocto
Thorn has joined #yocto
Thorn has quit [Client Quit]
enok has joined #yocto
vladest has quit [Ping timeout: 268 seconds]
ehussain has joined #yocto
ehussain has quit [Client Quit]
vladest has joined #yocto
davidinux has quit [Ping timeout: 264 seconds]
davidinux has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
sev99 has quit [Quit: Client closed]
ehussain has joined #yocto
ldywicki has joined #yocto
mvlad has joined #yocto
Guest1337 has joined #yocto
<Guest1337> i have a linux-tegra_4.9.bbappend which should only add stuff to linux-tegra 4.9, so in my local.conf i added
<Guest1337> PREFERRED_PROVIDER_virtual/kernel = "linux-tegra"
<Guest1337>     PREFERRED_VERSION_virtual/kernel = "5.10"
<Guest1337> because i wanted to use 5.10 for this machine in specific, but this is still trying to use 4.9??
<Guest1337> ERROR: No recipes in default available for:
<Guest1337>   /home/ubuntu/roby/builder/build/../layers/meta-tegra-myos/recipes-kernel/linux/linux-tegra_4.9.bbappend
<coelebs> Is there a linx-tegra_5.10.bb recipe somewhere in your layers?
altru has quit [Ping timeout: 250 seconds]
goliath has joined #yocto
<Guest1337> coelebs yes
<Guest1337> i think i have to use BBFILES_DYNAMIC but im not sure...
Guest23 has quit [Ping timeout: 250 seconds]
<mcfrisk_> Guest1337: use "bitbake -e" to find out how variables, preferred versions etc are set. Use it to verify any changes work as intended. A lot of layers and bbappends can hide and overwrite things.
<Guest1337> my problem is:
<Guest1337> i have
<Guest1337> meta-tegra-A which has linux-tegra_5.10
<Guest1337> meta-tegra-B which has linux-tegra_4.9
<Guest1337> meta-tegra-MYOS which has a bbappend to 4.9, but with this machine i need to use 5.10
<Guest1337> the problem is, it always tries to use the bbappend, but im using meta-tegra-A..
<Guest1337> so it cant append
<mckoan|away> Guest1337: you need PREFERRED_VERSION_linux-tegra = "4.9"
<mckoan|away> Guest1337: or PREFERRED_VERSION_linux-tegra = "5.10"
mckoan|away is now known as mckoan
<Guest1337> mckoan Thats what i did:
<Guest1337> PREFERRED_PROVIDER_virtual/kernel = "linux-tegra"
<Guest1337> PREFERRED_VERSION_virtual/kernel = "5.10"
<Guest1337> but bitbake complains about no being 4.9 there so it cant use the bbappend
<Guest1337> ERROR: No recipes in default available for:
<Guest1337>   /home/ubuntu/roby/builder/build/../layers/meta-tegra-tek/recipes-kernel/linux/linux-tegra_4.9.bbappend
<mcfrisk_> Guest1337: it's an error to have bbappends to versions which don't exist, so rename linux-tegra_4.9.bbappend to linux-tegra_5.1.bbappend or make it version agnostic with linux-tegra_%.bbappend
Guest23 has joined #yocto
<Guest1337> mcfrisk_ that's not the right solution for me since i only want to append these patches to 4.9..
Guest23 has quit [Client Quit]
bharathbck has joined #yocto
<Guest1337> BBMASK += "/meta-tegra-tek/recipes-kernel/linux/linux-tegra_4.9.bbappend" looks like this did the job..
coelebs has quit [Quit: Client closed]
<bharathbck> i have build Linux OS for NXP i.mx Processor Using Yocto Project.after the installation im trying to configuring ninja tool I'm receiving below error.how to create recipe for libnl-route-3 packages
<bharathbck> -- Checking for module 'libnl-route-3.0'
<bharathbck> --   No package 'libnl-route-3.0' found
Guest61 has joined #yocto
<Guest61> Hello, I get this permission issue during builds "PermissionError: [Errno 13] Permission denied: '/home/username/workspace'" I am using podman rootless. It worked on previous yocto version (hardknott) and now I get this issue on scarthgap. Did somebody run into similar issues? I am running my container with "--security-opt label=disable"
thomas_34 has quit [Ping timeout: 250 seconds]
davidinux has quit [Ping timeout: 272 seconds]
davidinux has joined #yocto
Payam has joined #yocto
<mckoan> Guest1337: as I said, you have to use PREFERRED_VERSION_linux-tegra = "5.10", not PREFERRED_VERSION_virtual/kernel = "5.10"
olani- has joined #yocto
Payam has quit [Ping timeout: 256 seconds]
enok has quit [Remote host closed the connection]
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #yocto
<dvergatal> How can I get KERNEL_VERSION in do_install function?
Saur_Home85 has quit [Quit: Client closed]
Saur_Home85 has joined #yocto
Saur_Home85 has quit [Client Quit]
Saur_Home85 has joined #yocto
prabhakar has quit [Quit: Connection closed]
prabhakarlad has joined #yocto
ehussain has quit [Quit: ehussain]
ehussain has joined #yocto
Payam has joined #yocto
<bharathbck> hello,can any one help me to create recipe for libnl-route-3 packages ?
florian_kc has joined #yocto
<alperak> @bharathbck seems like libnl already exist. https://layers.openembedded.org/layerindex/recipe/4967/
<JaMa> khem: FWIW: I've pushed couple more Wno-error work arounds for gcc-14 issues in jansa/master branches in oe-core and meta-oe, now getting to nodejs which fails with "nodejs/20.11.1/node-v20.11.1/out/Release/v8-qemu-wrapper.sh: line 7: 3987242 Illegal instruction" for qemuarm
Payam has quit [Quit: Leaving]
<bharathbck> alperak hi Sir, but i'm getting bellow error while building application in i.mx -- Checking for module 'libnl-route-3.0'
<bharathbck> --   No package 'libnl-route-3.0' found
<JaMa> s/qemuarm/qemux86-64/g
mbulut has joined #yocto
Guest61 has quit [Quit: Client closed]
mbulut has quit [Ping timeout: 252 seconds]
ehussain has quit [Quit: ehussain]
<olani> bharathbck: You don't tell us much of what you are doing, but assuming this is a error you get while building a recipe my guess is that you need to add libnl to DEPENDS in that recipe. But we really have no idea what you are trying to do.
bharathbck has quit [Quit: Client closed]
ehussain has joined #yocto
ehussain has quit [Client Quit]
florian_kc has quit [Ping timeout: 255 seconds]
mvlad has quit [Remote host closed the connection]
zhmylove has joined #yocto
destmaster has joined #yocto
<destmaster> My my local.conf I've set PREFERRED_PROVIDER_virtual/kernel:mx6-nxp-bsp = "linux-engicam" Why when bitbake virtual/kernel the linux-fslc is build?
rfuentess has quit [Remote host closed the connection]
Guest61 has joined #yocto
destmaster has quit [Remote host closed the connection]
destmaster has joined #yocto
rfuentess has joined #yocto
florian has joined #yocto
<olani> destmaster: Use bitbake -e to verify the actual value of PREFERRED_PROVIDER_virtual/kernel.
Payam has joined #yocto
Payam has quit [Client Quit]
Guest61 has quit [Quit: Client closed]
<destmaster> @olani PREFERRED_PROVIDER_virtual/kernel="linux-fslc" PREFERRED_PROVIDER_virtual/kernel:mx6-nxp-bsp="linux-engicam"
<destmaster> when bitbake it use the linux-fslc instead of linux-engicam ... my machine is set to imx6ull-microgea
mvlad has joined #yocto
<mckoan> destmaster: if your MACHINE is imx6ull-microgea you will have PREFERRED_PROVIDER_virtual/kernel:mx6-nxp-bsp = "linux-engicam"
<mckoan> destmaster: you don't have to set PREFERRED_PROVIDER_virtual/kernel
<destmaster> mckoan: as my first try I have not set PREFERRED_PROVIDER_virtual/kernel in local.conf as you suggest but the bitbake compiles the wrong kernel fslc instead of Engicam
<mckoan> destmaster: probably you have a bad setup
<mckoan> destmaster: is meta-engicam-nxp in your bblayers.conf ?
<destmaster> mckoan: Yes, there's
<destmaster> mckoan: also the layers priority seems ok. meta-engicam-nxp has priority 6 higher than all other meta-layers
<mckoan> destmaster: pastebin the output of : bitbake-getvar PREFERRED_PROVIDER_virtual/kernel
<destmaster> mckoan: https://pastebin.com/5DWFMTfQ
dkc has quit [Quit: ZNC 1.8.2 - https://znc.in]
dkc has joined #yocto
<mckoan> destmaster: there is missing stuff. Ho did you setup the build environment? Do you have a guide? the READMe in meta-engicam-nxp sucks
<destmaster> mckoan: I've a working setup and custom build for Yocto Dunfell. I'm trying to port to Kirkstone by use the kirkstone branch for all involved layers -- this is the reference guide www.engicam.com/private/engicam/bsp/engicam-yocto-kirkstone.pdf
<destmaster> i've manually cloned all the layers repositories and then execute the bitbake of engicam-evaluation-image-mx6ull
<mckoan> destmaster: it is dated yesterday. Very likely is buggy, in fact in imx6ull-microgea.conf they use PREFERRED_PROVIDER_virtual/kernel:mx6-nxp-bsp = "linux-engicam", but "mx6-nxp-bsp" is defined anywhere
<mckoan> destmaster: ask to Engicam or call us for support, we are very close ;-)
<destmaster> mckoan: Ops... that true! Surely, I ask to Engicam immediatelly! Thank for you great support :-) and enjoy Embedded world exibition!
enok has joined #yocto
Guest1337 has quit [Ping timeout: 250 seconds]
sev99 has joined #yocto
destmaster has quit [Remote host closed the connection]
Xagen has joined #yocto
xmn has joined #yocto
dmoseley has quit [Quit: ZNC 1.9.0 - https://znc.in]
dmoseley has joined #yocto
enok has quit [Ping timeout: 268 seconds]
xmn has quit [Quit: ZZZzzz…]
xmn has joined #yocto
simonew has joined #yocto
<dvergatal> RP: thx for the hint with this conditional inherit/require, it did the trick :D
rfuentess has quit [Remote host closed the connection]
Guest62 has joined #yocto
<Guest62> hey
<ldywicki> o/
<Guest62> trying to compile an out-of-tree kernel module and getting the following problem: sed: can't read modules.order: No such file or directory
<Guest62> this files appears in build/tmp/work/<whatever>/<module>/<version>/
<Guest62> not sure what am missing here
<ldywicki> it could be that work directory is shifted, have you set working directory to be inside of unpacked archive?
<Guest62> let me check
<Guest62> S = "${WORKDIR}" is in recipe
<ldywicki> i.e. `S = "${WORKDIR}/${KARAF_ASSEMBLY_NAME}-${DV}"`, gets you inside unpacked archive (for me archive contains a folder)
vladest has quit [Ping timeout: 260 seconds]
<ldywicki> if your out of tree kernel archive ships a directory you need to modify `S = ` to enter into dir or do everything from above
<ldywicki> @Guest62 where in source archive/checkout the modules.order file is?
<Guest62> recipe in https://pastebin.com/zUCfM1YF
<ldywicki> oh, sorry that's a module, I missed the module in your problem statement
<Guest62> I thought modules.order was created by the compilation process of the module as it is not in the files/ subdirectory
<ldywicki> right, so your `S` is completely fine
<Guest62> still not sure what I am missing
linfax has quit [Ping timeout: 255 seconds]
<simonew> Hmn could the issue be the Makefile?
<Guest62> simonew: Makefile in https://pastebin.com/6vpKi0Xx
<khem> JaMa: cool and thanks for trying GCC-14 out, its right time to start testing
<khem> we have few fixes done upstream which were known to OE eg. arm64/musl gcc failed to build
<khem> but more testing is better now
<simonew> Guest62: Any reasson for mixing src and path? Anyhow why not follow just the example? https://git.yoctoproject.org/poky/tree/meta-skeleton/recipes-kernel/hello-mod/files/Makefile
<ldywicki> looking at occurrences of modules.order is the sources I see it only in two places, but no sed near by
<ldywicki> @Guest62 whcih recipe does fail for you?
mckoan is now known as mckoan|away
<simonew> lydwicki: the sed should be from the kernel makefiles itself
nerdboy has quit [Ping timeout: 260 seconds]
enok has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
florian has quit [Quit: Ex-Chat]
nerdboy has quit [Ping timeout: 260 seconds]
nerdboy has joined #yocto
Saur_Home85 has quit [Quit: Client closed]
Saur_Home85 has joined #yocto
nerdboy has quit [Ping timeout: 252 seconds]
<JaMa> wrong window, sorry
nerdboy has joined #yocto
nerdboy has quit [Client Quit]
nerdboy has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
leon-anavi has quit [Quit: Leaving]
vladest has joined #yocto
mvlad has quit [Remote host closed the connection]
florian_kc has joined #yocto
goliath has quit [Quit: SIGSEGV]
yudjinn has quit [Ping timeout: 256 seconds]
Guest62 has quit [Quit: Client closed]
yudjinn has joined #yocto
vladest has quit [Quit: vladest]
goliath has joined #yocto
wmills_ has quit [Quit: Leaving]
yudjinn has quit [Ping timeout: 268 seconds]
yudjinn has joined #yocto
vladest has joined #yocto
<nerdboy> tlwoerner: can i submit a PR for bmap-tools to simplify the packaging and test runner stuff?
<nerdboy> i'm not real clear on where that's going...
roussinm has quit [Quit: WeeChat 3.8]
<nerdboy> apparently i forked the intel repo 2 commits before they shut it off
wyre has quit [Quit: ZNC 1.9.0 - https://znc.in]
<nerdboy> by "simplify packaging" i mean PEP517 with no external deps
wyre has joined #yocto
enok has quit [Quit: enok]
enok has joined #yocto
prabhakarlad has quit [Quit: Client closed]
marka has quit [Read error: Connection reset by peer]
marka has joined #yocto
yudjinn has quit [Remote host closed the connection]
Thorn has joined #yocto
<nerdboy> oh, it's already done so i just need to rebase...
sev99 has quit [Quit: Client closed]
sev99 has joined #yocto
enok has quit [Ping timeout: 264 seconds]
wmills_ has joined #yocto
<tlwoerner> hey nerdboy good to hear from you! PRs always welcome, glad to see your feature is already merged :-)
sev99 has quit [Quit: Client closed]
xmn has quit [Quit: ZZZzzz…]
xmn has joined #yocto
goliath has quit [Quit: SIGSEGV]
<nerdboy> no, i had a PR sitting in my fork of intel repo so needs some refactoring first
Kubu_work has quit [Quit: Leaving.]
alessioigor has quit [Ping timeout: 252 seconds]
goliath has joined #yocto
zhmylove has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 272 seconds]
Guest12 has joined #yocto
Guest12 has quit [Client Quit]
olani- has quit [Ping timeout: 260 seconds]
Saur_Home85 has quit [Quit: Client closed]
Saur_Home85 has joined #yocto