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
florian_kc has quit [Ping timeout: 252 seconds]
enok has quit [Ping timeout: 244 seconds]
mrpelotazo has quit [Ping timeout: 252 seconds]
mrpelotazo has joined #yocto
Bardon has joined #yocto
mjacob has quit [Ping timeout: 252 seconds]
Bardon_ has quit [Ping timeout: 252 seconds]
Xagen has joined #yocto
mjacob has joined #yocto
mjacob has quit [Ping timeout: 252 seconds]
mjacob has joined #yocto
KanjiMonster has quit [Ping timeout: 252 seconds]
KanjiMonster_ has joined #yocto
KanjiMonster_ is now known as KanjiMonster
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
SandeepRaju has quit [Quit: Client closed]
qschulz has quit [Quit: qschulz]
qschulz has joined #yocto
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
mcfrisk has quit [Ping timeout: 252 seconds]
mcfrisk has joined #yocto
stgl has quit [Quit: ZNC 1.8.2 - https://znc.in]
mjacob has quit [Ping timeout: 252 seconds]
mjacob has joined #yocto
rob_w has joined #yocto
kanavin_ has joined #yocto
kanavin has quit [Read error: Connection reset by peer]
uartz has quit [Ping timeout: 260 seconds]
jmiehe has quit [Quit: jmiehe]
amitk has joined #yocto
vThor has quit [Quit: kill -9 $pid]
vThor has joined #yocto
enok has joined #yocto
goliath has joined #yocto
frieder has joined #yocto
adrianalin has joined #yocto
rfuentess has joined #yocto
prabhakalad has quit [Quit: Konversation terminated!]
adrianalin has quit [Quit: Client closed]
prabhakalad has joined #yocto
CrazyGecko has joined #yocto
mckoan|away is now known as mckoan
BoergeSt has joined #yocto
Kubu_work has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 276 seconds]
dmoseley_ has quit [Ping timeout: 252 seconds]
dmoseley has joined #yocto
ablu has quit [Ping timeout: 265 seconds]
ablu has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
florian_kc has joined #yocto
tacotiem has joined #yocto
florian__ has joined #yocto
dmoseley has joined #yocto
florian_kc has quit [Ping timeout: 252 seconds]
dmoseley_ has quit [Ping timeout: 252 seconds]
enok has quit [Ping timeout: 244 seconds]
CrazyGecko has quit [Remote host closed the connection]
leon-anavi has joined #yocto
adrianalin has joined #yocto
<adrianalin> if I am using a Yocto SDK, would it be a requirement for the SDK libc to match the host libc?
<adrianalin> *hello
* mcfrisk rolls eyes at core-image-initramfs-boot with nothing but a zero size /init file after core-image-base rebuild
<RP> mcfrisk: can you reproduce it?
<RP> adrianalin: no, we just require the host libc isn't newer
ello has quit [Ping timeout: 244 seconds]
ello has joined #yocto
<mcfrisk> RP: not really, but it's now second time that qemu boot fails due to this. wiping tmp cured it once. rebuild and it's back. trying to debug. in workdir cpio_append/init seems to be a zero size file...
BoergeSt has quit [Quit: WeeChat 4.1.1]
BoergeSt has joined #yocto
BoergeSt has quit [Client Quit]
BoergeSt has joined #yocto
enok has joined #yocto
florian__ is now known as florian
enok71 has joined #yocto
enok has quit [Read error: Connection reset by peer]
enok71 is now known as enok
enok71 has joined #yocto
enok has quit [Client Quit]
enok71 is now known as enok
<yocton> Do we support local.conf without newline at EOF?
rfuentess has quit [Ping timeout: 246 seconds]
<yocton> I ask because the reproducibility test fails without a newline at EOF. I guess we should fix the reproducibility test...
rfuentess has joined #yocto
<RP> yocton: I think something somewhere doesn't add a line without a newline
<RP> yocton: i.e. two lines end up merged together
<RP> yocton: I've seen it before but never dug into the root cause
<yocton> yes, I get something like OEQA_REPRODUCIBLE_TEST_TARGET = "bash"SSTATE_DIR ?= "/home/yocon/yocto/sstate-cache"
<yocton> I'll open a bug, this should make a nice newcomer bug :)
<RP> yocton: maybe. The question is should appending lines add a newline before, after, or both?
<yocton> RP: I'd say : start by appending a newline (to ensure you're really at a start of a line), then, end every lines you add with a newline. As a side effect, this will put a newline at EOF
<RP> yocton: it could lead to lots of double spaced variables
<RP> this is why it could be a bit harder than newcommer :/
<yocton> Ok, not newcomer then, but a bug nonetheless
<RP> definitely a bug
<yocton> I'll create it
<mcfrisk> RP: rm_work I presume. something retriggers do_image and wants rootfs but that has already been wiped by rm_work. bitbake-diffsigs output in https://pastebin.com/raw/FHTpPKnz is odd since neither meta-xilinx nor meta-freescale are enabled in the build. I do shared sstate with builds which enable those layers though.
<RP> mcfrisk: ah, rm_work. That could make an interesting mess
<RP> mcfrisk: those two .py files changing checksum is odd, that suggests you updated the metadata?
<mcfrisk> RP: the .py files were changed Jan 14th. something else is odd and retriggering image rebuilds, which then sometimes end up with rm_work racing do_image tasks which end up with empty rootfs directory. it is hard to understand what is going on. I don't think bitbake-diffsigs output is really correct
<RP> mcfrisk: I suspect it might be looking at the last change it could find
<RP> mcfrisk: in WORKDIR/temp the task_order file may give hints about the actual ordering
<mcfrisk> RP: build logs show meta-arm side gen-sbkeys with do_install[nostamp] = "1" is always executed first. that triggers spdx etc tasks elsewhere for the initramfs and rootfs. I think that is the root cause. handling random secrets in builds is tricky...
<RP> mcfrisk: yes, that could do it :/
<RP> mcfrisk: although tasks should rebuild safely so there is a bug in there somewhere
<mcfrisk> I think rm_work should not remove rootfs because different image formats may depend on it, like wic and the initrd cpio. They don't fail if rootfs directory is empty, since that is a valid usecase too
<RP> mcfrisk: in rm_work.bbclass there are a load of task masks, I suspect some task is missing from the list
florian has quit [Ping timeout: 252 seconds]
<RP> mcfrisk: basically once it runs, it should re-trigger everything to rebuild and it isn't
<RP> mcfrisk: rm_work basically promotes tasks to pretend they came from sstate
adrianalin has quit [Quit: Client closed]
adrianalin has joined #yocto
enok has quit [Ping timeout: 252 seconds]
enok has joined #yocto
ctraven is now known as sotaoverride
florian has joined #yocto
ThomasRoos has joined #yocto
<ThomasRoos> Any idea if I need a more recent cmake on kirkstone branch? Is there a mixin available? Or any other ideas?
adrianalin has quit [Quit: Client closed]
uartz has joined #yocto
cyxae has joined #yocto
cyxae_ has joined #yocto
cyxae has quit [Ping timeout: 246 seconds]
cyxae_ is now known as cyxae
enok has quit [Quit: enok]
enok71 has joined #yocto
PhoenixMage has quit [Ping timeout: 244 seconds]
PhoenixMage has joined #yocto
enok71 has quit [Ping timeout: 252 seconds]
Tyaku has quit [Quit: leaving]
PhoenixMage has quit [Ping timeout: 248 seconds]
PhoenixMage has joined #yocto
ThomasRoos has quit [Quit: Client closed]
ThomasRoos has joined #yocto
Xagen has joined #yocto
goliath has quit [Quit: SIGSEGV]
rfuentess has quit [Remote host closed the connection]
jmiehe has joined #yocto
<denix> rsalveti: tried this on SUSE Leap/Enterprise 15.5 with kernel 5.14 and it didn't work :(
kanavin_ has quit [Remote host closed the connection]
kanavin_ has joined #yocto
<rsalveti> weird, maybe 5.14 is a bit too old for this
enok has joined #yocto
kanavin_ has quit [Read error: Connection reset by peer]
kanavin_ has joined #yocto
konsgn has quit [Quit: Ping timeout (120 seconds)]
konsgn has joined #yocto
konsgn has quit [Quit: Ping timeout (120 seconds)]
konsgn has joined #yocto
enok has quit [Ping timeout: 248 seconds]
ThomasRoos has quit [Quit: Client closed]
Kubu_work has quit [Quit: Leaving.]
frieder has quit [Remote host closed the connection]
<qschulz> rburton: you still looking into other b4 patches or can I resend a v4 tomorrow morning :) ?
<qschulz> (or right now if people don't mind the spamming)
<rburton> qschulz: now is fine, that was my only thought
<qschulz> rburton: I had forgotten one is supposed to use command -v in shell scripts also IIRC
<qschulz> (will use shutil.which, no worries :) )
jmiehe has quit [Quit: jmiehe]
kanavin has joined #yocto
kanavin_ has quit [Ping timeout: 248 seconds]
druppy has joined #yocto
<denix> rsalveti: which kernel do you run on your 22.04 host?
druppy has quit [Ping timeout: 252 seconds]
<rsalveti> denix: 6.8
<denix> ah, ok. so 5.15 also doesn't seem to cut it - that was the last official update for 20.04... and 22.04 was released with it as well
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cyxae has quit [Quit: cyxae]
cyxae has joined #yocto
rob_w has quit [Ping timeout: 272 seconds]
mckoan is now known as mckoan|away
florian has quit [Ping timeout: 260 seconds]
chep has quit [Ping timeout: 248 seconds]
Xagen has joined #yocto
chep has joined #yocto
enok has joined #yocto
leon-anavi has quit [Quit: Leaving]
enok has quit [Ping timeout: 244 seconds]
frgo_ has joined #yocto
frgo__ has joined #yocto
frgo_ has quit [Read error: Connection reset by peer]
<khem> denix:you can use hwe kernel on 22.04 which is at 6.8 right now
frgo__ has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
frgo has quit [Ping timeout: 246 seconds]
<denix> khem: yes, I know, I don't use 22.04
frgo_ has quit [Ping timeout: 268 seconds]
<khem> 20.04 does not cut it, you could use the mainline kernel PPA but that does not work with older than 22.04 releases either
konsgn has quit [Remote host closed the connection]
konsgn has joined #yocto
<khem> I think if you had arm64 h/w then you were in luck for 20.04 to have 6.8
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
Guest79 has joined #yocto
vermaete has joined #yocto
enok has joined #yocto
tacotiem has quit [Ping timeout: 252 seconds]
PhoenixMage has quit [Ping timeout: 265 seconds]
<tgamblin> qschulz: if you're going to submit a v5 of your b4 series, maybe alter the subject line to be "b4: add basic config file" or something to satisfy patchtest? Even "core: add basic b4 config file" if you don't want it to imply it's for the recipe
PhoenixMage has joined #yocto
frgo has joined #yocto
<denix> khem: I'm flexible to use any builder I want, but my customers are not that much...
angolini_ has joined #yocto
vermaete has quit [Quit: Client closed]
florian has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
Guest10 has joined #yocto
goliath has joined #yocto
<Guest10> Hi,
<Guest10> I am looking for a prebuild sdk toolchain script for a project I am working on.
<Guest10> But it kept returning 404 error.
<Guest10> Is there another link I can use to get this script?
frgo has quit [Read error: Connection reset by peer]
frgo has joined #yocto
ptsneves has joined #yocto
Guest10 has quit [Ping timeout: 240 seconds]
<smurray> khem: any idea why the kernel bump backport for meta-raspberrypi scarthgap branch seems stuck in limbo?
<khem> smurray: can you point to particular PR
konsgn has quit [Ping timeout: 252 seconds]
<khem> I c thanks for letting me know
<khem> CI was stuck, lets see now
Guest14 has joined #yocto
Guest14 has quit [Client Quit]
frgo_ has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
frgo_ has quit [Remote host closed the connection]
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
mansandersson86 has joined #yocto
dgriego_ has joined #yocto
enok71 has joined #yocto
KanjiMonster_ has joined #yocto
deribaucourt has joined #yocto
dgriego has quit [Ping timeout: 260 seconds]
|Xagen has joined #yocto
PhoenixM1ge has joined #yocto
mj_ has joined #yocto
fullstop_ has joined #yocto
olani has quit [Ping timeout: 252 seconds]
enok has quit [Ping timeout: 252 seconds]
ederibaucourt has quit [Ping timeout: 252 seconds]
ablu has quit [Ping timeout: 252 seconds]
ssweeny has quit [Ping timeout: 252 seconds]
cambrian_invader has quit [Ping timeout: 252 seconds]
enok71 is now known as enok
PhoenixMage has quit [Ping timeout: 252 seconds]
Xagen has quit [Ping timeout: 252 seconds]
mansandersson8 has quit [Ping timeout: 252 seconds]
goliath has quit [Ping timeout: 252 seconds]
KanjiMonster has quit [Ping timeout: 252 seconds]
crazy_imp has quit [Ping timeout: 252 seconds]
fullstop has quit [Ping timeout: 252 seconds]
mansandersson86 is now known as mansandersson8
olani_ is now known as olani
KanjiMonster_ is now known as KanjiMonster
ablu_ has joined #yocto
fullstop_ is now known as fullstop
ablu_ is now known as ablu
florian has quit [Quit: Ex-Chat]
florian has joined #yocto
enok has quit [Ping timeout: 248 seconds]
goliath has joined #yocto
cambrian_invader has joined #yocto
ssweeny has joined #yocto
frgo has joined #yocto
frgo has quit [Ping timeout: 245 seconds]
angolini_ has quit [Quit: Connection closed for inactivity]
chep has quit [Quit: ZNC 1.9.1 - https://znc.in]
cyxae has quit [Remote host closed the connection]
frgo has joined #yocto
frgo has quit [Ping timeout: 244 seconds]
florian has quit [Ping timeout: 248 seconds]
enok has joined #yocto
enok has quit [Remote host closed the connection]
enok has joined #yocto
florian has joined #yocto
enok has quit [Remote host closed the connection]
LainExperiments has joined #yocto
dgriego_ has quit [Quit: Computer going to sleep]
dgriego has joined #yocto
|Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has joined #yocto
enok has quit [Client Quit]
enok71 has joined #yocto
druppy has joined #yocto
enok71 has quit [Ping timeout: 252 seconds]
frgo has joined #yocto
frgo has quit [Ping timeout: 260 seconds]
dgriego has quit [Quit: Computer going to sleep]
frgo has joined #yocto
frgo has quit [Ping timeout: 252 seconds]
druppy has quit [Ping timeout: 268 seconds]
ptsneves has quit [Ping timeout: 260 seconds]
goliath has quit [Quit: SIGSEGV]
frgo has joined #yocto
frgo has quit [Ping timeout: 260 seconds]
olani- has joined #yocto
dgriego has joined #yocto
LainExperiments has quit [Quit: Client closed]
frgo has joined #yocto
<smurray> khem: thanks for taking a look
frgo has quit [Ping timeout: 268 seconds]
BoergeSt has quit [Quit: WeeChat 4.1.1]
Guest79 has quit [Ping timeout: 240 seconds]