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
<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"
<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 ?
<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.
<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
<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]