ndec changed the topic of #yocto to: "Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2022.11) Nov 29-Dec 1, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec"
dgriego has joined #yocto
tangofoxtrot has joined #yocto
tangofoxtrot has quit [Remote host closed the connection]
dgriego has quit [Quit: Gone to sleep. ZZZzzz…]
florian_kc has quit [Ping timeout: 264 seconds]
sakoman has quit [Quit: Leaving.]
tangofoxtrot has joined #yocto
xmn has quit [Ping timeout: 264 seconds]
nemik_ has quit [Ping timeout: 256 seconds]
nemik_ has joined #yocto
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
nemik_ has quit [Ping timeout: 265 seconds]
nemik_ has joined #yocto
xmn has joined #yocto
mrpelotazo has quit [Ping timeout: 260 seconds]
mrpelotazo has joined #yocto
manuel1985 has quit [Ping timeout: 264 seconds]
mrpelotazo has quit [Ping timeout: 272 seconds]
mrpelotazo has joined #yocto
mvlad has quit [Remote host closed the connection]
starblue1 has quit [Ping timeout: 268 seconds]
starblue1 has joined #yocto
goliath has quit [Quit: SIGSEGV]
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #yocto
seninha has quit [Remote host closed the connection]
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
mrpelotazo has quit [Ping timeout: 268 seconds]
mrpelotazo has joined #yocto
mrpelotazo has quit [Ping timeout: 272 seconds]
amitk has joined #yocto
mrpelotazo has joined #yocto
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
mrpelotazo has quit [Ping timeout: 260 seconds]
alessioigor has joined #yocto
darkestdot has quit [Quit: Connection closed for inactivity]
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
mrpelotazo has joined #yocto
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
demirok has joined #yocto
tomzy_0 has joined #yocto
leon-anavi has joined #yocto
seninha has joined #yocto
mckoan|away is now known as mckoan
<mckoan> good morning
<tomzy_0> morning
gho has joined #yocto
xmn has quit [Ping timeout: 272 seconds]
mvlad has joined #yocto
JM12 has joined #yocto
<mihai> morning
florian has joined #yocto
manuel1985 has joined #yocto
gsalazar has joined #yocto
manuel1985 has quit [Ping timeout: 260 seconds]
* alessioigor waves all
AntA has quit [Ping timeout: 260 seconds]
florian has quit [Ping timeout: 256 seconds]
florian has joined #yocto
tomzy_0 has quit [Quit: Client closed]
manuel1985 has joined #yocto
<JM12> anyone knows which task normally creates the DEPLOY_DIR_IMAGE directory when building an image?
JM12 has quit [Quit: Client closed]
<LetoThe2nd> yo dudX
JM12 has joined #yocto
<LetoThe2nd> JM12: if i had to guess, then do_deploy_setscene in deploy.bbclass.
manuel1985 has quit [Ping timeout: 268 seconds]
<JM12> LetoThe2nd okay I'll take a look at that thanks
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
amitk_ has joined #yocto
<RP> JM12: probably do_image_complete from the image/rootfs bbclass
<JM12> RP the thing is cve_check_rootfs_manifest from cve-check.bb is in ROOTFS_POSTPROCESS_COMMAND which would run before do_image_complete as far as I am aware
<JM12>  cve_check_rootfs_manifest does however write to this directory
manuel1985 has joined #yocto
Bardon has quit [Ping timeout: 272 seconds]
<RP> JM12: it shouldn't, it should write to the sstate-input directory
PhoenixMage has quit [Ping timeout: 272 seconds]
<JM12> so https://git.yoctoproject.org/poky/tree/meta/classes/cve-check.bbclass?h=master#n205 should instead be: deploy_dir = d.getVar('IMGDEPLOYDIR')
<RP> JM12: I'd say so, ys
nemik_ has quit [Ping timeout: 272 seconds]
<JM12> alright I'll try and test that and figure out how to send in a patch
nemik_ has joined #yocto
Bardon has joined #yocto
<RP> JM12: thanks, it does look like something we should fix
JM12 has quit [Quit: Client closed]
Bardon has quit [Ping timeout: 272 seconds]
Bardon_ has joined #yocto
manuel_ has joined #yocto
JM12 has joined #yocto
manuel1985 has quit [Ping timeout: 246 seconds]
azcraft has joined #yocto
Bardon_ has quit [Ping timeout: 260 seconds]
<RP> chatGPT on "How do I parse a bitbake recipe file using the tinfoil bitbake API?" is scary, wrong, but so close to being right
prabhakarlad has quit [Quit: Client closed]
ptsneves has joined #yocto
<JaMa> zeddii: do your scripts for https://git.yoctoproject.org/meta-virtualization/tree/recipes-containers/k3s/src_uri.inc#n2564 have some special handling for gonum.org ? looks like it behaves a bit different than other go deps
<JaMa> zeddii: similarly cloud.google.com/go but those I haven't seen in k3s go.mod directly, maybe it's from some other dep transitively
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
<JaMa> 2022-11-03 14:11 < zeddii> JaMa: it's a hacky python script that I have. Get me about 90% of the way to a recipe, and then I have to debug all the corner cases manually.
<JaMa> it might still cover some corner cases which the recipetool changes don't support yet
<RP> Asking chatGPT "How do I speed up bitbake's parsing performance?" was entertaining. Apparently I can use "bitbake -s" to only run specific tasks :)
ptsneves has quit [Ping timeout: 248 seconds]
prabhakarlad has joined #yocto
<JaMa> couple months ago I've ask a colleague to look at the proposed recipetool changes and recently he replied that he is writing another python script from scratch, so now I'm more motivated to get some usable solution merged in master before more people reinvent more wheels
<RP> JaMa: that would be nice
<JaMa> RP: it would be even more scary if it provides some simple solution nobody including you haven't found yet :)
<RP> even if it doesn't cover all the cases, lets get something basic in
<RP> JaMa: I was living in hope! :)
amitk_ has quit [Ping timeout: 252 seconds]
<RP> LetoThe2nd: nice
<LetoThe2nd> RP: as you worded it. scary, wrong, but so close to being right.
<RP> LetoThe2nd: it gets so close but misses some key detail
<JaMa> is that exact section from some documentation of did it really figure it out itself?
<RP> JaMa: I was trying to work out where it is getting data from, it seems to be really searching
<RP> JaMa: I suspect the code and code comments help it, so for example it was telling be to use BB_CACHE in my local.conf
<RP> BB_CACHE is talked about in the bitbake code but I'm not aware of anyone ever playing with it
<JaMa> yeah, I was just looking at google results for the same query and chatGPT won by far in this case
<RP> well, not in recent years
<JaMa> anyone time for lunch and kids are awaiting "santa", Happy Holidays everyone
goliath has joined #yocto
alessioigor has quit [Quit: alessioigor]
florian has quit [Quit: Ex-Chat]
<RP> JaMa: happy holidays!
Bardon has joined #yocto
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
<zeddii> JaMa: I worked on a README a month or so ago, let me open up the repo and point you at it. There's both special command line overrides, and I have to generate the dependencies outside of go.mod
<zeddii> I don't know how the k3s repo does it, but neither go.mod or go.sum have everything that I need to fetch all dependenices
<zeddii> so I generate a full list of dependencies ahead of time (using go itself) and process it with my script.
sakoman has joined #yocto
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
dmoseley has quit [Client Quit]
dmoseley has joined #yocto
manuel_ has quit [Ping timeout: 252 seconds]
JM12 has quit [Ping timeout: 260 seconds]
olani has joined #yocto
demirok has quit [Quit: Leaving.]
demirok has joined #yocto
demirok has quit [Client Quit]
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
xmn has joined #yocto
gho has quit [Quit: Leaving.]
demirok has joined #yocto
rcw has quit [Read error: Connection reset by peer]
rcw has joined #yocto
Tokamak_ has quit [Ping timeout: 260 seconds]
dgriego has joined #yocto
xmn has quit [Ping timeout: 272 seconds]
xmn has joined #yocto
florian_kc has joined #yocto
marc1 has joined #yocto
marc1 has quit [Ping timeout: 264 seconds]
xmn has quit [Ping timeout: 264 seconds]
mckoan is now known as mckoan|away
smurray has joined #yocto
LocutusOfBorg has quit [Ping timeout: 260 seconds]
xmn has joined #yocto
xmn has quit [Remote host closed the connection]
AntA has joined #yocto
Tokamak_ has joined #yocto
LocutusOfBorg has joined #yocto
gsalazar has quit [Ping timeout: 260 seconds]
dgriego has quit [Quit: Gone to sleep. ZZZzzz…]
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
Tokamak_ has quit [Remote host closed the connection]
Ram-Z_ has quit [Ping timeout: 255 seconds]
Tokamak_ has joined #yocto
gsalazar has joined #yocto
Ram-Z has joined #yocto
demirok has quit [Quit: Leaving.]
marc1 has joined #yocto
alessioigor has joined #yocto
leon-anavi has quit [Quit: Leaving]
alessioigor has quit [Client Quit]
vquicksilver has quit [Ping timeout: 260 seconds]
demirok has joined #yocto
sakoman has quit [Quit: Leaving.]
Payam has joined #yocto
Tokamak_ has quit [Ping timeout: 252 seconds]
Tokamak_ has joined #yocto
sakoman has joined #yocto
vquicksilver has joined #yocto
mvlad has quit [Remote host closed the connection]
dgriego has joined #yocto
marc1 has quit [Quit: WeeChat 3.6]
florian_kc is now known as florian
dgriego has quit [Quit: Gone to sleep. ZZZzzz…]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
florian has quit [Ping timeout: 260 seconds]
Tokamak_ has quit [Quit: Tokamak_]
nemik_ has quit [Ping timeout: 260 seconds]
nemik_ has joined #yocto
nemik_ has quit [Ping timeout: 272 seconds]
nemik_ has joined #yocto
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
goliath has quit [Quit: SIGSEGV]
vquicksilver has quit [Ping timeout: 272 seconds]
CobaltBlue has quit [Ping timeout: 264 seconds]
vquicksilver has joined #yocto
florian has joined #yocto
Tokamak_ has joined #yocto
Tokamak__ has joined #yocto
Tokamak_ has quit [Ping timeout: 255 seconds]
sakoman has quit [Quit: Leaving.]