<marex>
mahk: even if you clean the sources ? (this is destructive if you have any committed or uncommited changes: $ git clean -fqdx ; git reset --hard v2022.10 )
<marex>
mahk: you're running the build in source tree, or out of tree ?
<mahk>
in source tree
<marex>
can you edit the tools/mkenvimage.c and replace #include <version.h> with #include <generated/version_autogenerated.h> and see if that makes any difference ?
<marex>
mahk: odd, maybe rather run make V=1 (I think) and see whether by any chance that mkenvimage.c is not compiled with -DDO_DEPS_ONLY
akaWolf has joined #u-boot
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #u-boot
<hays>
marex: thanks i will. build still going because i decided to build the maximum target to see what modules and firmware show up. there is also a fair bit of arm specific libraries where i am thinking there may be real benefit to yocto over a more generic distro
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 246 seconds]
sbach has joined #u-boot
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #u-boot
lucascastro has joined #u-boot
lucascastro has quit [Quit: Leaving]
mmu_man has joined #u-boot
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #u-boot
prabhakarlad has quit [Ping timeout: 260 seconds]
matthias_bgg has joined #u-boot
jclsn has quit [Quit: WeeChat 3.7.1]
jclsn has joined #u-boot
<marex>
hays: maximum target, like bitbake universe or whatever it was ?
matthias_bgg has quit [Quit: Leaving]
<hays>
marex: yeah imx-full-image i think
<hays>
10G of artifacts... haha
<hays>
also am finding the alternative u-boot targets don't exactly work... the fspi or spi target can't seem to find the .bin files
<hays>
but not too worried about that yet--i don't have a board yet
<hays>
just familiarizing myself with yocto
<hays>
validating the instructions more or less work, seeing how hard it would be to use debian instead, etc
<hays>
this chip honestly seems overkill for what we need. all this ML/vision stuff we wouldn't use
<hays>
but--i do wonder how much of these .deb packages and etc are compiled with special libraries linked in
<hays>
any thoughts on this error? cp: cannot stat '/home/hays/yocto/imx-yocto-bsp/imx8mp-ddr4-evk_fsl-imx-wayland/tmp/deploy/images/imx8mp-ddr4-evk/u-boot-spl.bin-imx8mp-ddr4-evk-spi'
akaWolf has quit [Ping timeout: 252 seconds]
mrnuke has quit [Ping timeout: 248 seconds]
akaWolf has joined #u-boot
<marex>
hays: the meta-imx is literally one of the single worst layers I've ever seen, so I don't think that's a good starting point for newcomers
<marex>
hays: I managed to inhibit the NXP U-Boot fork on other mx8mp boards I use
<hays>
marex: heh, fun. im just trying to get it to build :)
<hays>
the good news is there is probably someone i can pester about it once we get a board