<tlammi>
Hi all. I bumped our pipelines to use a newer poky and it breaks our scripts using oe-depends-dot. The pipeline calls the tool: "oe-depends-dot --depends -k <image>.do_populate_sdk task-depends.dot". If I drop the ".<task>" suffix the invocation works. How should the script be used?
xmn has quit [Read error: Connection reset by peer]
xmn has joined #yocto
xmn has quit [Ping timeout: 252 seconds]
Kubu_work has joined #yocto
rfuentess has joined #yocto
ray-san has quit [Read error: Connection reset by peer]
ray-san has joined #yocto
davidinux has quit [Ping timeout: 252 seconds]
MrTatillon has joined #yocto
ehussain has joined #yocto
<RP>
Saur: that code doesn't work properly :(
ehussain has quit [Ping timeout: 252 seconds]
ahussain has joined #yocto
ahussain is now known as ehussain
<RP>
Saur: I think it only breaks with memory resident bitbake
davidinux has joined #yocto
ehussain has quit [Ping timeout: 246 seconds]
mckoan|away is now known as mckoan
<RP>
Saur: the code is flawed, back to the drawing board :(
bantu has quit []
bantu has joined #yocto
dmoseley has quit [Ping timeout: 260 seconds]
dmoseley has joined #yocto
mbulut has joined #yocto
MrTatillon has quit [Quit: Client closed]
enok has joined #yocto
alperak has joined #yocto
ehussain has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 245 seconds]
ahussain is now known as ehussain
enok71 has joined #yocto
enok has quit [Ping timeout: 255 seconds]
enok71 has quit [Ping timeout: 260 seconds]
leon-anavi has joined #yocto
enok has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
vthor_ has joined #yocto
vthor has quit [Ping timeout: 260 seconds]
Guest71 has joined #yocto
<Guest71>
Hello, when doing
<Guest71>
bitbake <kernel_recipe> -c menuconfig
<Guest71>
I am getting quick flashing screen and then it exits reporting no errors.
<Guest71>
So The issue is not related to starting a terminal but rather the menuconfig that quits at start. How to get this menuconfig output? The recipe logs just show the "starting terminal" logs but not the actual output of the "make menuconfig"
ehussain has quit [Ping timeout: 264 seconds]
enok has quit [Ping timeout: 252 seconds]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
farmadupe has quit [Remote host closed the connection]
vthor_ has quit [Ping timeout: 248 seconds]
enok has joined #yocto
mbulut has quit [Quit: Leaving]
ray-san has quit [Ping timeout: 252 seconds]
mbulut has joined #yocto
ray-san has joined #yocto
enok has quit [Ping timeout: 248 seconds]
florian_kc has joined #yocto
ray-san2 has joined #yocto
ray-san has quit [Ping timeout: 252 seconds]
tlammi has quit [Quit: Client closed]
enok has joined #yocto
prabhakalad has joined #yocto
tlammi has joined #yocto
<RP>
Guest71: put a ";sleep 10" onto the command run in the terminal to try and get to pause. Video record the screen?
enok has quit [Remote host closed the connection]
enok has joined #yocto
<RP>
Saur: I've revised the patches. Still thinking about how to improve the selftests
enok has quit [Remote host closed the connection]
enok has joined #yocto
<Guest71>
good idea, thanks
<Guest71>
I see "make: *** No rule to make target 'menuconfig'. Stop." interesting..
florian_kc has quit [Ping timeout: 252 seconds]
rfuentess has quit [Remote host closed the connection]
<RP>
Guest71: running in the wrong directory? no kernel sources?
<RP>
Guest71: sounds like you have a lead at least!
<Guest71>
RP: when doing make menuconfig in devshell it works.. no idea what's up. I think I will end up using devshell
<mckoan>
Guest71: are you in a remote ssh shell?
<Guest71>
mckoan: no
<Guest71>
I think it is related to my kernel recipe.. googling the issue leads to some NXP forum posts, but without real solutions :)
<mckoan>
Guest71: is this akernel recipe?
<Guest71>
yes
<mckoan>
Guest71: is it a cutom kernel recipe or is coming from a BSP/metalayer?
ray-san2 has quit [Ping timeout: 252 seconds]
Guest40 has joined #yocto
<Guest40>
hello, small problem with recipe tegra-minimal-initramfs:
<Guest40>
NOTE: Copying overlay L4TConfiguration-rcmboot.dtbo to /mnt/18/home/patrick/workspace/orin/build/tmp/work/guidance_jetson_orin_nx_specs-poky-linux/tegra-minimal-initramfs/1.0-r0/bup-payload
<Guest40>
| ERR: flash variable set not defined
<Guest40>
| ERR: flash variable set not defined
<Guest40>
| ERR: flash variable set not defined
<Guest40>
| ERR: flash variable set not defined
<Guest40>
| WARNING: exit code 1 from a shell command.
<Guest40>
ERROR: Task (/mnt/18/home/patrick/workspace/orin/meta-tegra/recipes-core/images/tegra-minimal-initramfs.bb:do_image_cpio) failed with exit code '1'
<Guest40>
I can see the error, however it lacks the specific flash variables that are NOT set, so no idea what I am NOT setting here
<andhe>
the weston init scripts checks if this variable is set and bails out as it thinks weston/wayland is already running
jmiehe has quit [Quit: jmiehe]
<andhe>
systemd is mentioned in the commit message, so would it make sense to add this file on systemd systems? or just add condition [ -d /run/systemd/system [