rber|res has quit [Remote host closed the connection]
rber|res has joined #yocto
qschulz has quit [Read error: Connection reset by peer]
khazakar has quit [Quit: Connection closed for inactivity]
qschulz has joined #yocto
lexano has quit [Ping timeout: 264 seconds]
goliath has quit [Quit: SIGSEGV]
davidinux has quit [Ping timeout: 246 seconds]
davidinux has joined #yocto
nerdboy has quit [Ping timeout: 255 seconds]
nerdboy has joined #yocto
Thorn_ has joined #yocto
Thorn has quit [Ping timeout: 260 seconds]
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
khem has quit [Quit: Connection closed for inactivity]
sakman has quit [Ping timeout: 256 seconds]
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
simonew has quit [Ping timeout: 256 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
jmiehe has quit [Ping timeout: 255 seconds]
jmiehe1 has joined #yocto
jmiehe1 is now known as jmiehe
jmiehe has quit [Quit: jmiehe]
Ram-Z has quit [Ping timeout: 260 seconds]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
Ram-Z has joined #yocto
amitk has joined #yocto
otavio has quit [Ping timeout: 260 seconds]
ecdhe has quit [Read error: Connection reset by peer]
ecdhe has joined #yocto
jmd has joined #yocto
vladest has quit [Quit: vladest]
vladest has joined #yocto
bhstalel has joined #yocto
leon-anavi has joined #yocto
ptsneves has joined #yocto
leon-anavi has quit [Quit: Leaving]
bhstalel has quit [Ping timeout: 256 seconds]
ptsneves has quit [Ping timeout: 264 seconds]
florian_kc has joined #yocto
ak77 has joined #yocto
<Xogium>
anyone else ever hit an issue with wic in wks.in format where having a file ending with a digit makes the convertion process from wks.in to .wks crash, claiming it can't find the .wks generated file ?
<Xogium>
if I take out the digit and give it a different name with just letters it works fine
<yocton>
The new CVE summary by recipe is really nice! But wouldn't it be more useful at the top (like an executive summary)?
florian_kc has quit [Ping timeout: 255 seconds]
goliath has joined #yocto
florian_kc has joined #yocto
<kanavin>
RP: it has to be triggered by 'go: update 1.20.12 -> 1.20.13'? note that both local and cdn tests fail, but only for arm, which makes me think it's another hashequiv effect.
kpo has quit [Ping timeout: 268 seconds]
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
florian_kc has quit [Ping timeout: 252 seconds]
Estrella has quit [Read error: Connection reset by peer]
Estrella has joined #yocto
<rber|res>
@Xogium: does this file exist? /home/xogium/simplest-yocto-setup/build/tmp-glibc/work/stompduck2-oe-linux-gnueabi/kiss-image/1.0-r0/stompduck2.wks
<Xogium>
rber|res: nop
<Xogium>
it's like the generation of the .wks explodes
<Xogium>
I tried grepping for things but yeah I'm still too new to yocto to know really what to look for, I reckon
OnkelUlla has quit [Remote host closed the connection]
<Xogium>
maybe bitbake -e could give a clue, too ?
<rber|res>
I don't see any errors except for those at the end.
<Xogium>
this is SO weird :D
<Xogium>
maybe I should see what wks_file gets expanded to in bktbake -e
<Xogium>
*bitbake
<Xogium>
hmm no this gets set orpperly apparently
<rber|res>
I think it's expanded to /home/xogium/simplest-yocto-setup/build/tmp-glibc/work/stompduck2-oe-linux-gnueabi/kiss-image/1.0-r0/stompduck2.wks
<Xogium>
*properly
<Xogium>
unless I'm a dummy and I can't read the outout of bitbake -e ;)
<rber|res>
after you are sure the right WKS file is defined try
<Xogium>
WKS_FILE="stompduck2.wks.in"
<rber|res>
bitbake --no-setscene <your image>
<Xogium>
what does that do ? Disables the cache ?
<rber|res>
Do not run any setscene tasks. sstate will be ignored and everything needed, built.
<rber|res>
inspect the temp/run.do_image_wic script afterwards
<Xogium>
I'm rather confused here, why would I need to do that ? I thought that it would do this on its own normally ? But sounds like you're right
<rber|res>
WKS_FILE="stompduck2.wks.in" should be in there
<Xogium>
I'll run it
<rber|res>
Well we are trying to find the problem ;)
<Xogium>
right, but what I meant here is I thought bitbake would have done that without me asking for it
<rber|res>
At the moment what you tell me is, that in run.do_image_wic we have the wrong WKS file
Thorn has joined #yocto
<Xogium>
right
<rber|res>
So either your configuration is wrong, or it is from a previous run, where you had the other file.
<Xogium>
hmm yeah I reckon the latter is more likely than the former
<rber|res>
Assuming your config is right it could come from the cache. Where else?
<Xogium>
yeah it's definitely the cache
<Xogium>
it's doing way more things
Thorn_ has quit [Ping timeout: 255 seconds]
<rber|res>
Now it has to do a lot of things
<Xogium>
but now I'm confused
<rber|res>
Why?
<rber|res>
We told it not to use the cache
<rber|res>
There are lots of things which it should normally take from the cache.
<Xogium>
I thought that by changing the machine variable, then it would build the system for the new machine or reuse the cahce, for pieces it can reuse and only doing the actual compilation for the new machine if that is required
<Xogium>
so I'm not sure how my wsk file got messed up
<Xogium>
*wks
<rber|res>
yes - in case software bugs would not exist - in a parallel universe ;)
<Xogium>
fair point
<Xogium>
^^
<Xogium>
well, will let this run and see what happens then
<rber|res>
OK
<rber|res>
I'll be off for now
<Xogium>
the weirdest thing is that if I use another name from stompduck2 like... I don't know, stompducktwo, then there is no issue
<Xogium>
rber|res: sure, thanks ! :D we'll keep digging at it when you're back if you feel up to helping
lexano has joined #yocto
<Xogium>
rber|res: darn ! This doesn't appear to a state cache related problem. I get exactly the same error
sakman has joined #yocto
florian_kc has joined #yocto
jmiehe has joined #yocto
pabigot has joined #yocto
pabigot has quit [Remote host closed the connection]
pabigot has joined #yocto
vladest has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 276 seconds]
xmn has quit [Ping timeout: 264 seconds]
vladest has joined #yocto
simonew has joined #yocto
jmiehe has quit [Quit: jmiehe]
Kubu_work has joined #yocto
florian_kc has joined #yocto
flom84 has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
olani- has joined #yocto
ptsneves has joined #yocto
khazakar has joined #yocto
kpo has joined #yocto
flom84 has quit [Ping timeout: 264 seconds]
<kanavin>
RP: I will file a bug, I have some findings that should be recorded there
ptsneves has quit [Ping timeout: 255 seconds]
<RP>
kanavin: thanks, I didn't really have time to dive into that one
Kubu_work has quit [Quit: Leaving.]
florian_kc has joined #yocto
jmd has quit [Remote host closed the connection]
amitk has quit [Ping timeout: 264 seconds]
simonew has quit [Quit: Konversation terminated!]
chep has quit [Ping timeout: 264 seconds]
chep` has joined #yocto
chep` is now known as chep
alessioigor has quit [Quit: alessioigor]
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
khazakar has quit [Quit: Connection closed for inactivity]