Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.10 is OUT / Merge Window is OPEN until 25 October 2021 / Release v2022.01 is scheduled for 10 January 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
zibolo has quit [Ping timeout: 260 seconds]
zibolo has joined #u-boot
mmu_man has quit [Ping timeout: 258 seconds]
pbrobinson has quit [Read error: Connection reset by peer]
ullbeking has quit [Read error: Connection reset by peer]
mithro has quit [Read error: Connection reset by peer]
Tartarus has quit [Read error: Connection reset by peer]
pbrobinson has joined #u-boot
ullbeking has joined #u-boot
mithro has joined #u-boot
Tartarus has joined #u-boot
Tartarus has quit [Ping timeout: 264 seconds]
paulbarker has quit [Ping timeout: 260 seconds]
robher has quit [Ping timeout: 258 seconds]
pbrobinson has quit [Ping timeout: 264 seconds]
Tartarus has joined #u-boot
mithro has quit [Ping timeout: 258 seconds]
Crofton has quit [Ping timeout: 258 seconds]
cengiz_io has quit [Ping timeout: 260 seconds]
paulbarker has joined #u-boot
ullbeking has quit [Ping timeout: 264 seconds]
cengiz_io has joined #u-boot
ullbeking has joined #u-boot
robher has joined #u-boot
Crofton has joined #u-boot
pbrobinson has joined #u-boot
vagrantc has quit [Quit: leaving]
mithro has joined #u-boot
matthias_bgg has quit [Ping timeout: 260 seconds]
matthias_bgg has joined #u-boot
agust has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
___nick___ has joined #u-boot
matthias_bgg has quit [Ping timeout: 244 seconds]
matthias_bgg has joined #u-boot
<hthiery> sjg1: hi, regarding the issue with buildman/binman (https://lists.denx.de/pipermail/u-boot/2021-October/464514.html). I would at least need a way to do a successful CI build. I think at this point it is required to have a dummy/fake binary blob for the signed_hdmi_imx8m.bin.
matthias_bgg has quit [Ping timeout: 244 seconds]
ac_slater has quit [Ping timeout: 252 seconds]
ac_slater has joined #u-boot
mmu_man has joined #u-boot
milkylainen_ has quit [Ping timeout: 264 seconds]
<sjg1> hthiery: Should we perhaps have a way to detect ext blobs and not run mkimage in that casee?
<sjg1> hthiery: Or I suppose we could get binman to create a dummy file in that case, so the mkimage works?
redbrain has joined #u-boot
<hthiery> sjg1: at least a behavior like the one for the other missing blobs would be good ... I mean only throw a warning instead of an error
<sjg1> hthiery: OK possibly the easiest thing is to create fake blob-ext files in binman. That will work as long as mkimage isn't fussy as to the format, which is probably isn't since they are just binary blobs
<sjg1> Tartarus: I am trying to create a loop device in CI, with partitions: https://source.denx.de/u-boot/custodians/u-boot-dm/-/jobs/340213
<sjg1> Tartarus: but I get: mkfs.vfat: unable to open /dev/loop20p1: No such file or directory
<sjg1> I wonder if this is not supported, somehow?
<hthiery> sjg1: creating a fake blob if it is not available would work. this is what I already tested (you can see that in my code snipped in the mail, there the fake was created by buildman)
<sjg1> hthiery: OK...do you feel up to implementing that in binman?
<hthiery> sjg1: I think adding an additional flag to the blob-ext could be checked for that
<hthiery> sjg1: I will give it a try and let you know .. ok?
<sjg1> hthiery: SGTM thanks
mmu_man has quit [Ping timeout: 265 seconds]
<Tartarus> sjg1: That's not something you can reliably do, I _think_ only containers with privileges can do that, and not all of ours run that way.
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 265 seconds]
<sjg1> Tartarus: Should we change that, or is it a pain? I can probably check in a small compressed binary for now
<Tartarus> Can't change it, and should try and move to least privs required, but also see if that can be done without a huge huge time penalty
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<Tartarus> ie when I tried moving to guestfish for FS stuff tests moved from seconds to tens of minutes, I think
<Tartarus> I almost wonder if we shouldn't just make a test objects repository
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
sakman has quit [Remote host closed the connection]
sakman has joined #u-boot
___nick___ has quit [Ping timeout: 252 seconds]
<sjg1> Tartarus: How come we can't change it? We seem to be able to mount images, just not detect the partitions, as if that feature is somehow missing
<sjg1> In this case the compressed test file is only 4KB so I can just include it, for now
<sjg1> Tartarus: hmm maybe the loopback partitions are somewhere else? I have heard of them being in a subdir
<Tartarus> You need to `losetup -P` for partition probing automatically, yes
agust has quit [Quit: Leaving.]
<sjg1> Tartarus: Yes I have sudo losetup --show -f -P
redbrain has quit [Ping timeout: 258 seconds]
mmu_man has joined #u-boot