<khem>
RP:I see you probably missed the case for musl/mips/ppc/clang if you ignore them then yes you can pretty much drop some of them. but if you want to test I would say test it on musl/ppc/mips32
<jonmason>
I know it's EOLed but hardknott is broken in bmap-tools
<jonmason>
ERROR: bmap-tools-native-3.6+gitAUTOINC+c0673962a8-r0 do_fetch: Fetcher failure: Unable to find revision c0673962a8ec1624b5189dc1d24f33fe4f06785a in branch master even from upstream
<jonmason>
trivial to fix, but I'm guessing it wouldn't be taken
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
amitk has quit [Ping timeout: 272 seconds]
<RP>
jonmason: there are a few issues like that :(
<jonmason>
RP: if I submitted patches to fix, would they be taken or ignored?
<jonmason>
I mostly want my CI to be green, but I know rburton will say it's madness and I should run away
<RP>
jonmason: I'd be advised not to take them due to the optics and the inability to test properly
<jonmason>
fair enough
<RP>
it also sets a dangerous sign that patches can go in
<jonmason>
yes, it is the right decision but it's like an itch I wanna scratch
<RP>
I find that hard too
rfuentess has quit [Remote host closed the connection]
Guest36 has joined #yocto
amitk has joined #yocto
<Guest36>
rburton Thanks, I was maintaining a hand-written package group but building it didn't run the package_qa tasks, I will go with bitbake-layers+ big bitbake call, Thanks again!
florian_kc has joined #yocto
berton has joined #yocto
<marex>
jonmason: could you override SRCREV:pn-... in local.conf to fix that up locally ?
<marex>
jonmason: or in site.conf ?
<jonmason>
marex: we probably don't want to fix/workaround it in our layer for the same "perceived support" argument. I'm sure Ross with give a heavyhanded nack if I tried that
<marex>
jonmason: local.conf ... not layers
<marex>
jonmason: to keep the necromancy contained
<jonmason>
marex: this is for CI, I don't actually care about it working for me specically
<jonmason>
err. specifically
Jones42 has joined #yocto
alessioigor has quit [Remote host closed the connection]
gabriele_00 has quit [Quit: gabriele_00]
gabriele_00 has joined #yocto
gabriele_00 has quit [Quit: gabriele_00]
ramacassis has joined #yocto
ramacassis is now known as remyc
florian_kc has quit [Ping timeout: 264 seconds]
npcomp has quit [Ping timeout: 246 seconds]
Guest36 has quit [Quit: Client closed]
tec has quit [Quit: bye!]
tec has joined #yocto
Jones42_ has quit [Quit: Leaving]
npcomp has joined #yocto
<rburton>
jonmason: just stop building hardknott, think of the planet
Kubu_work has quit [Quit: Leaving.]
ahussain has joined #yocto
ehussain has quit [Ping timeout: 256 seconds]
ahussain is now known as ehussain
ehussain has quit [Read error: Connection reset by peer]
rjones2 has joined #yocto
zpfvo has quit [Remote host closed the connection]
ehussain has joined #yocto
mckoan is now known as mckoan|away
leon-anavi has quit [Quit: Leaving]
florian_kc has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 272 seconds]
ahussain is now known as ehussain
<Jones42>
So it seems like the fitImage is signed twice: once in kernel-fitimage.bbclass (fitimage_assemble()), and then again in uboot-sign.bbclass (concat_dtb()). What's the reason behind that?
alessioigor has joined #yocto
MrCryo has joined #yocto
florian_kc has quit [Ping timeout: 268 seconds]
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
Jones42 has quit [Ping timeout: 268 seconds]
alessioigor has quit [Remote host closed the connection]
florian_kc has joined #yocto
ehussain has quit [Quit: ehussain]
goliath has joined #yocto
florian_kc has quit [Ping timeout: 272 seconds]
mbulut has quit [Ping timeout: 264 seconds]
RyanEatmon has quit [Remote host closed the connection]
RyanEatmon has joined #yocto
enok has joined #yocto
nerdboy has quit [Remote host closed the connection]
nerdboy has joined #yocto
nerdboy has quit [Changing host]
nerdboy has joined #yocto
Starfoxxes has quit [Remote host closed the connection]
remyc has quit [Remote host closed the connection]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
enok has quit [Ping timeout: 256 seconds]
Vonter has quit [Ping timeout: 252 seconds]
berton has quit [Quit: Connection closed for inactivity]
Vonter has joined #yocto
goliath has quit [Quit: SIGSEGV]
MrCryo has quit [Remote host closed the connection]
florian_kc has joined #yocto
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
goliath has joined #yocto
sarahn has quit [Quit: Connection closed for inactivity]
xmn has quit [Ping timeout: 268 seconds]
mbulut has joined #yocto
zelgomer has joined #yocto
<zelgomer>
how do i :remove a pattern with a space in it?
<Saur_Home2>
zelgomer: :remove only works with words, so it cannot be used to remove a string containing spaces.
<zelgomer>
so say some vendor's layer has a bbappend that uses an anonymous python function to append "foo bar" to a variable. i want to :remove "foo bar" and replace it with "foo baz". what do i do?
<Saur_Home2>
zelgomer: In that situation, you would probably have to resort to using an anonymous python function of your own.