ChanServ changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Developer Day at Prague, June 26th 2023: https://summit.yoctoproject.org/devday-at-eoss-2023/cfp | Community: https://www.yoctoproject.org/community | IRC logs: https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP CM Letothe2nd"
olani- has joined #yocto
seninha has quit [Ping timeout: 250 seconds]
Xagen has quit [Quit: Textual IRC Client: www.textualapp.com]
wooosaiiii has quit [Remote host closed the connection]
ak77 has quit [Remote host closed the connection]
Xagen has joined #yocto
ak77 has joined #yocto
Xagen has quit [Client Quit]
davidinux has quit [Ping timeout: 250 seconds]
sakoman has quit [Quit: Leaving.]
Thorn has quit [Ping timeout: 240 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
kscherer has quit [Quit: Konversation terminated!]
Minvera has quit [Ping timeout: 256 seconds]
Xagen has joined #yocto
dgriego has quit [Ping timeout: 250 seconds]
dgriego has joined #yocto
sakoman has joined #yocto
jclsn has quit [Ping timeout: 265 seconds]
jclsn has joined #yocto
<PhoenixMage> Where can I find the wic logs?
jquaresma[m] has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Xagen has joined #yocto
otavio has quit [Ping timeout: 240 seconds]
otavio has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<khem> it should be in temp/ dir under image build called log.do_image_wic
<khem> build/tmp/work/<MACHINE>/<IMAGE>/1.0-r0/temp
ferrywu has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
davidinux has joined #yocto
amitk has joined #yocto
Thorn has joined #yocto
amitk has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
amitk has joined #yocto
<PhoenixMage> Awesome thanks
amitk has quit [Ping timeout: 240 seconds]
vladest has joined #yocto
ferrywu has quit [Quit: Connection closed for inactivity]
marka has quit [Ping timeout: 240 seconds]
alessioigor has joined #yocto
marka has joined #yocto
marka has quit [Ping timeout: 240 seconds]
louis_ has joined #yocto
rfuentess has joined #yocto
amitk has joined #yocto
Xagen has joined #yocto
Xagen has quit [Ping timeout: 265 seconds]
mckoan_ is now known as mckoan
<mckoan> good morning
zpfvo has joined #yocto
PobodysNerfect has joined #yocto
leon-anavi has joined #yocto
zpfvo has quit [Ping timeout: 240 seconds]
zpfvo has joined #yocto
bps2 has joined #yocto
mvlad has joined #yocto
amitk has quit [Ping timeout: 250 seconds]
xmn has quit [Ping timeout: 240 seconds]
xmn has joined #yocto
Guest98 has joined #yocto
<Guest98> hi,
<Guest98> i have "opencv_4.5.2.bb" and "opencv_%.bbappend" files in mymeta-layer. i want to add one more append file "opencv_imx.bbappend". how can i add this? i tried something in "opencv_%.bbappend" like this:
<Guest98> include ${@bb.utils.contains("MACHINE_ARCH", "test_imx", "opencv_imx.bbappend", "", d)}
<Guest98> but it didn't work. how can i do it in the most modular way?
<mckoan> Guest98: what is the name of the original .bb ?
marka has joined #yocto
<Guest98> opencv_4.5.2.bb
amitk has joined #yocto
seninha has joined #yocto
jquaresma[m] has quit [Remote host closed the connection]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
<mckoan> Guest98: so opencv_%.bbappend will fit perfectly
<Guest98> already using "opencv_%.bbappend". also i want to add an extra bbappend with this "opencv_imx.bbappend" name. how can i do that? as i said, i tried include ${@bb.utils.contains("MACHINE_ARCH", "test_imx", "opencv_imx.bbappend", "", d)} in "opencv_%.bbappend" but i didnt make it.
dv_ has quit [Ping timeout: 240 seconds]
dv_ has joined #yocto
amitk has quit [Ping timeout: 250 seconds]
<landgraf> Guest98: you can specify COMPATIBLE_MACHINE in the imx bbappend or move it into board specific layer
daniele_hcl[m] has joined #yocto
<landgraf> Guest98: or rename it to .inc and then include. or move to dynamic layer.
<Guest98> landgraf thanks!  renamed it to .inc also added COMPATIBLE_MACHINE
<Guest98> it works now
goliath has joined #yocto
JaMa has quit [Ping timeout: 240 seconds]
JaMa has joined #yocto
xmn has quit [Ping timeout: 240 seconds]
amitk has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
vvn has quit [Quit: WeeChat 3.8]
vvn has joined #yocto
seninha has quit [Ping timeout: 240 seconds]
* RP has tweaked the autobuilder config a bit to separate out some things, improve others. Regulars may notice a few differences
kscherer has joined #yocto
rfuentess has quit [Remote host closed the connection]
Thorn has quit [Ping timeout: 250 seconds]
<PhoenixMage> Weird, trying to recompile u-boot after making changes to a recipe and it doesnt seem to fully run
<PhoenixMage> As in it doesnt try to compile, just skips to the end like its up to date
<PhoenixMage> if I "bitbake u-boot -c clean" it removes the build data, etc but then rerunning it seems to unpack but still not compile
rfuentess has joined #yocto
<mcfrisk> PhoenixMage: make sure you change the u-boot version which is actually used in you build. a generic u-boot_%.bbappend should apply to all versions, but layer etc need to be enabled. Make sure your changes are applied with "bitbake -e u-boot". That is cheaper than compiling..
PobodysNerfect_ has joined #yocto
<PhoenixMage> mcfrisk: I also tried with bitbake virtual/bootloader which should get around that if it was the case shouldnt it?
PobodysNerfect has quit [Ping timeout: 240 seconds]
amitk has quit [Ping timeout: 246 seconds]
<mcfrisk> virtual/bootloader should be u-boot, but the version is important. for example poky has 2023.03 recipe already, and some layers could provide 2023.01 or 2022.10 and machine config might choose them. Then bbappends and your modifications need to apply to the correct version. "bitbake -e u-boot" should show your modifications, if not then the bbappend isn't getting applied.
<PhoenixMage> mcfrisk: Changes are in that output (I added a fragment file). If I rerun after bitbake -c clean. if I cat temp/log.task_order it starts and do_deploy_setscene and finishes at do_packagedata_setscene so its definitely not doing the normal steps I expect. It was working fine before and deleting my changes didnt help
Minvera has joined #yocto
<mcfrisk> PhoenixMage: setscene is taking stuff from sstate cache, so the task hashes did not change to trigger a new compilation, or just happened to find matching binaries from sstate cache.
Guest98 has quit [Quit: Client closed]
<PhoenixMage> hmmm, how can I get around that?
<PhoenixMage> Found it, thanks mcfrisk
<kayterina[m]> Hi, I have a recipe that builds with autotools, I do 'bitbake' the first time it fails in do_compile with "/bin/sh: soelim: command not found" the second time it compiles correct. I cannot explain it, any ideas? Shall I share the recipe?
<rburton> kayterina[m]: guessing you need to DEPEND on something to provide soelim, or turn that off, and it's working the second time because of broken makefiles
xmn has joined #yocto
sakoman has joined #yocto
seninha has joined #yocto
florian_kc has joined #yocto
Thorn has joined #yocto
amitk has joined #yocto
louis_ has quit [Ping timeout: 240 seconds]
louis_ has joined #yocto
amitk has quit [Ping timeout: 240 seconds]
florian_kc has quit [Ping timeout: 240 seconds]
olani_ has joined #yocto
amitk has joined #yocto
olani has quit [Ping timeout: 250 seconds]
zpfvo has quit [Ping timeout: 246 seconds]
ptsneves has joined #yocto
zpfvo has joined #yocto
rfuentess has quit [Remote host closed the connection]
zpfvo has quit [Ping timeout: 250 seconds]
zpfvo has joined #yocto
florian_kc has joined #yocto
zpfvo has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
florian_kc has quit [Ping timeout: 268 seconds]
nemik has quit [Ping timeout: 265 seconds]
nemik has joined #yocto
Piraty has quit [Quit: -]
Xagen has joined #yocto
Xagen has quit [Client Quit]
Piraty has joined #yocto
leon-anavi has quit [Quit: Leaving]
Thorn_ has joined #yocto
zpfvo has quit [Quit: Leaving.]
Thorn has quit [Ping timeout: 246 seconds]
seninha has quit [Quit: Leaving]
ptsneves has quit [Quit: ptsneves]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
seninha has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
amitk has quit [Ping timeout: 250 seconds]
olani- has quit [Ping timeout: 256 seconds]
nerdboy has quit [Ping timeout: 256 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
amitk has joined #yocto
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
beroset has quit [Quit: Client closed]
Wouter0100670440 has joined #yocto
Guest87 has joined #yocto
<Guest87> hello everyone, im trying to combine 2 bsp into 1 project. im thinking of making a structure that i will share. i wonder, what are the pros and cons? im not sure is it good or not. im curious about your ideas.
amitk has quit [Ping timeout: 250 seconds]
kpo has joined #yocto
tgamblin has quit [Quit: Leaving]
tgamblin has joined #yocto
gsalazar has joined #yocto
PobodysNerfect_ has quit [Quit: Gone to sleep. ZZZzzz…]
nemik has quit [Ping timeout: 240 seconds]
manuel has joined #yocto
nemik has joined #yocto
nemik has quit [Ping timeout: 265 seconds]
nemik has joined #yocto
PobodysNerfect has joined #yocto
kpo has quit [Ping timeout: 240 seconds]
kpo has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
olani has joined #yocto
Thorn_ has quit [Ping timeout: 265 seconds]
PobodysNerfect_ has joined #yocto
Guest87 has quit [Quit: Client closed]
PobodysNerfect has quit [Ping timeout: 240 seconds]
ptsneves has joined #yocto
xmn has quit [Quit: ZZZzzz…]
xmn has joined #yocto
gsalazar has quit [Ping timeout: 240 seconds]
PobodysNerfect_ has quit [Quit: Gone to sleep. ZZZzzz…]
ptsneves has quit [Ping timeout: 256 seconds]
mvlad has quit [Remote host closed the connection]
kpo has quit [Ping timeout: 268 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #yocto
kscherer has quit [Quit: Konversation terminated!]
xmn has quit [Quit: ZZZzzz…]
xmn has joined #yocto
PobodysNerfect has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
PobodysNerfect has quit [Quit: Gone to sleep. ZZZzzz…]
yannd has quit [Remote host closed the connection]
alessioigor has quit [Quit: alessioigor]
florian_kc has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Thorn has joined #yocto
nemik has quit [Ping timeout: 250 seconds]
nemik has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
Minvera has quit [Quit: Leaving]
Minvera has joined #yocto
prabhakarlad has quit [Quit: Client closed]