ehussain has quit [Read error: Connection reset by peer]
ahussain is now known as ehussain
dmoseley has joined #yocto
Ad0 has quit [Ping timeout: 252 seconds]
ehussain has quit [Read error: Connection reset by peer]
ehussain has joined #yocto
sanbeam9 has joined #yocto
sanbeam18 has joined #yocto
sanbeam9 has quit [Ping timeout: 260 seconds]
sanbeam9 has joined #yocto
sanbeam18 has quit [Ping timeout: 276 seconds]
ehussain has quit [Read error: Connection reset by peer]
ajfriesen1645 has joined #yocto
ehussain has joined #yocto
ajfriesen164 has quit [Ping timeout: 272 seconds]
ajfriesen1645 is now known as ajfriesen164
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #yocto
sanbeam18 has joined #yocto
sanbeam9 has quit [Ping timeout: 260 seconds]
Ad0 has joined #yocto
ehussain has quit [Remote host closed the connection]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
ehussain has joined #yocto
ehussain has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Ping timeout: 268 seconds]
prabhakalad has joined #yocto
Minvera has quit [Ping timeout: 245 seconds]
mckoan_ has joined #yocto
mckoan|away has quit [Ping timeout: 252 seconds]
sanbeam9 has joined #yocto
sanbeam18 has quit [Ping timeout: 276 seconds]
sanbeam18 has joined #yocto
sanbeam9 has quit [Ping timeout: 276 seconds]
sanbeam9 has joined #yocto
sanbeam18 has quit [Ping timeout: 276 seconds]
Vonter has quit [Ping timeout: 272 seconds]
Vonter has joined #yocto
sanbeam9 has quit [Ping timeout: 276 seconds]
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
savolla has joined #yocto
savolla has quit [Quit: WeeChat 4.4.3]
savolla has joined #yocto
rfuentess has joined #yocto
frgo has joined #yocto
rob_w has joined #yocto
goliath has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
frgo_ has quit [Read error: Connection reset by peer]
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
mckoan_ is now known as mckoan
<mckoan>
good morning
Jones42 has joined #yocto
frgo has joined #yocto
Jones42 has quit [Remote host closed the connection]
frgo has quit [Ping timeout: 252 seconds]
Jones42 has joined #yocto
darko311 has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 272 seconds]
vThor has quit [Excess Flood]
vThor has joined #yocto
vThor has quit [Changing host]
vThor has joined #yocto
frgo has joined #yocto
frgo has quit [Remote host closed the connection]
frgo has joined #yocto
dmoseley_ has joined #yocto
dmoseley has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #yocto
ablu has quit [Ping timeout: 248 seconds]
ablu has joined #yocto
Kubu_work has joined #yocto
rfuentess has joined #yocto
LainExperiments has joined #yocto
belsirk has quit [Ping timeout: 252 seconds]
Jones42 has quit [Ping timeout: 252 seconds]
Jones42 has joined #yocto
LainExperiments5 has joined #yocto
davidinux has joined #yocto
LainExperiments has quit [Ping timeout: 240 seconds]
leon-anavi has joined #yocto
florian has joined #yocto
LainExperiments5 has quit [Ping timeout: 240 seconds]
LainExperiments has joined #yocto
frieder has joined #yocto
enok has joined #yocto
Ad0 has quit [Ping timeout: 252 seconds]
ehussain has joined #yocto
savolla has quit [Quit: WeeChat 4.4.3]
enok has quit [Ping timeout: 260 seconds]
Mayur has joined #yocto
Ad0 has joined #yocto
<mischief>
RP: what would i need to do to get the git-make-shallow change i contributed backported to scarthgap?
<rburton>
khem: define don't work? they depend on patches that are not yet in master.
LainExperiments2 has joined #yocto
LainExperiments4 has joined #yocto
LainExperiments has quit [Ping timeout: 240 seconds]
<rburton>
khem: all our clang builds failed with Exception: FileExistsError: [Errno 17] File exists: '/builds/software/yocto/meta-arm/work/build/tmp/sysroots-components/aarch64/llvm-native/usr/include/llvm-c/lto.h' -> '/builds/software/yocto/meta-arm/work/build/tmp/work/genericarm64-poky-linux/linux-yocto/6.12.13+git/recipe-sysroot-native/usr/include/llvm-c/lto.h'
<RP>
mischief: the performance related one? It is an interesting one as it isn't quite a feature but not quite a bugfix either. Normally you'd post the patches against the branches (2.8 and 2.10) needed
<RP>
mischief: in this case it did break for some use cases and we'd need my fixup too
LainExperiments2 has quit [Ping timeout: 240 seconds]
<mischief>
RP: well, we're upgrading to scarthgap, and we have ~many repos with ~many tags, so much so that executing make shallow takes multiple minutes for each repo. it is very slow. :-)
LainExperiments has joined #yocto
LainExperiments4 has quit [Ping timeout: 240 seconds]
<RP>
mischief: post the patches and we'll see what people think
ehussain has quit [Read error: Connection reset by peer]
ahussain has joined #yocto
mckoan is now known as mckoan|away
ahussain is now known as ehussain
LainExperiments3 has joined #yocto
LainExperiments has quit [Ping timeout: 240 seconds]
LainExperiments2 has joined #yocto
LainExperiments has joined #yocto
<mischief>
a recipe is calling mv on a file in ${D} after installing it there during do_install and it seems to make psuedo unhappy with an inode mismatch. is this expected that ${D} can't be touched like that?
LainExperiments3 has quit [Ping timeout: 240 seconds]
<RP>
mischief: is the task making the mv running under pseudo?
<mischief>
it's oe_runmake under do_install.
<mischief>
doesn't that normally run under psuedo?
<RP>
mischief: which release, which host distro are you running on and have you the latest uninative?
<RP>
mischief: do_install runs under pseudo and mv should work there
<mischief>
scarthgap on debain 12. how would i check for the latest uninative?
<RP>
mischief: are you using the latest scarthgap?
LainExperiments2 has quit [Ping timeout: 240 seconds]
<RP>
also, are you using the latest pseudo?
florian_kc has joined #yocto
<mischief>
no, my scarthgap tree is about 40 commits behind. i can try to update it and see what happens.
<mischief>
how would i check for the latest psuedo?
Mayur has quit [Quit: Client closed]
<RP>
mischief: I'm not seeing any pseudo or uninative updates in scarthgap in the last 40 commits...
tgamblin has quit [Remote host closed the connection]
<RP>
mischief: by staying up to date with the scarthgap branch you've probably pulled in the fixes for the known issues we found with newer distros
tgamblin has joined #yocto
<RP>
mischief: the inode mismatches usually happen when pseudo fails to intercept some operation. We test debian12 on the autobuilders so I'm not sure why you'd see that and we wouldn't :/
<mischief>
i think this makefile is just doing something dumb but i cannot figure out what it is
<mischief>
ectory" but trafgen_stddef.h does exist in image/ :|
ahussain has joined #yocto
ehussain has quit [Ping timeout: 272 seconds]
ahussain is now known as ehussain
darko311 has quit [Ping timeout: 252 seconds]
davidinux has joined #yocto
<mischief>
hm, maybe the issue is that do_install can't be executed twice without a clean in between. that's silly.
LainExperiments has quit [Quit: Client closed]
LainExperiments has joined #yocto
<rburton>
yeah that's a good way to break things
<RP>
mischief: the clean gives a big clue on what is going on
<RP>
mischief: deleting files out of "sight" of pseudo can be problematic as the references are left in the database and can confuse later runs
<rburton>
tasks should always be able to re-run cleanly, so mving files in do_install has to be done carefully. don't mv from S or B, for example.
rob_w has quit [Remote host closed the connection]
<mischief>
rburton: this makefile does install $S -> $D, and then mv $D $D. seems the mv breaks when do_install is rerun. since it seems to complete okay after a clean, i'm going to forget about it and move on to the bigger fish for scarthgap upgrade ;)
ehussain has quit [Ping timeout: 244 seconds]
<mcfrisk>
RP: how frequently is psplash systemd service failure happening? I'm running tests in a loop and don't hit the race. I think full systemd "journalctl -b -a" output would be needed if I can't reproduce this. But is that too much logging in autobuilder test runs when things fail?
<RP>
mcfrisk: I think having the systemd test run that when it fails might be ok
<RP>
mcfrisk: I'm not sure on the frequency
LainExperiments has quit [Quit: Client closed]
enok has joined #yocto
LainExperiments has joined #yocto
ptsneves has joined #yocto
Kubu_work has quit [Ping timeout: 245 seconds]
Kubu_work has joined #yocto
enok71 has joined #yocto
enok has quit [Ping timeout: 244 seconds]
enok71 is now known as enok
enok71 has joined #yocto
enok has quit [Ping timeout: 244 seconds]
enok71 is now known as enok
Minvera has joined #yocto
LainExperiments has quit [Quit: Client closed]
LainExperiments has joined #yocto
sanbeam9 has joined #yocto
LainExperiments9 has joined #yocto
CrazyGecko has quit [Remote host closed the connection]
CrazyGecko has joined #yocto
LainExperiments has quit [Ping timeout: 240 seconds]
Kubu_work has quit [Quit: Leaving.]
Kubu_work has joined #yocto
PhoenixMage has quit [Ping timeout: 252 seconds]
PhoenixMage has joined #yocto
LainExperiments9 has quit [Ping timeout: 240 seconds]
cyxae has joined #yocto
LainExperiments has joined #yocto
enok has quit [Ping timeout: 252 seconds]
sanbeam18 has joined #yocto
sanbeam9 has quit [Ping timeout: 248 seconds]
Xagen has joined #yocto
enok has joined #yocto
enok has quit [Client Quit]
enok71 has joined #yocto
enok71 is now known as enok
Guest12 has joined #yocto
sanbeam18 has quit [Ping timeout: 260 seconds]
<Guest12>
I am on yocto scarthgap. Opnssh 9.6 is standard for scarthgap which gets build. Once I patch openssh 9.9 to my poky. I get error install: cannot stat '/sshd_config': No such file or directory. The difference what I could figured out isinstall -m 0644 ${WORKDIR}/sshd_config ${B}/ in 9.6 to install -m 0644 ${UNPACKDIR}/sshd_config ${B}. Is there any
<Guest12>
working solution for it because I don't want to change locally ${UNPACKDIR} to ${WORKDIR}. Thank you very much
<Saur>
guest12: With Scarthgap you should continue to use ${WORKDIR} rather than ${UNPACKDIR} in the recipe.
<Guest12>
Saur then I have to make changes locally in poky. I don't really want that. Is there any other solution?
florian has quit [Quit: Ex-Chat]
<Saur>
guest12: Umm, you just said that you pached the openssh recipe in poky and then it broke. If you do not want to make the changes in poky, then you have two alternatives: 1) backport the 9.9 version of the recipe and all its patches to one of your own layers, or 2) add a versioned bbappend (i.e., openssh_9.6p1.bbappend) in one of your layers and make the relevant changes there including backporting updated patches and files. Personally I
<Saur>
p
<Saur>
refer the latter as it (intentionally) gives a build error if the version of the upstream recipe changes.
rfuentess has quit [Remote host closed the connection]
enok has quit [Quit: enok]
enok has joined #yocto
LainExperiments has quit [Ping timeout: 240 seconds]
florian_kc has quit [Ping timeout: 244 seconds]
Jones42 has quit [Ping timeout: 268 seconds]
darko311 has joined #yocto
<Guest12>
Saur I want to use openssh 9.9 since it improves on some cve's. I however don't want to make changes direct in openssh_9.9p1.bb. If I do openssh_9.9p1.bbappen and do do_configure:append () { install -m 0644 ${WORKDIR}/sshd_config ${B}/ }, would it work
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has quit [Quit: enok]
enok has joined #yocto
dgriego has joined #yocto
dgriego_ has joined #yocto
dgriego_ has quit [Client Quit]
Guest12 has quit [Quit: Client closed]
Guest49 has joined #yocto
enok has quit [Ping timeout: 260 seconds]
dgriego has quit [Ping timeout: 260 seconds]
<rburton>
khem: sent a v2 for meta-oe. about half of it is existing breakage in meta-oe, the other half depends on the autoreconf changes queued for core master. i can split if you want.
dgriego has joined #yocto
<RP>
rburton: they are ready to merge FWIW
sanbeam18 has joined #yocto
<kilobyte_ch>
Anyone using ifupdown in Yocto? Is it correct, that there is just an init implementation for it, but no systemd one?
Xagen has joined #yocto
<rburton>
kilobyte_ch: you can use ifupdown with systemd
florian_kc has joined #yocto
<rburton>
the "systemd solution" would be networkd, but that's different so it might not match your needs.
<rburton>
or it might be perfect
<kilobyte_ch>
rburton: I have the issue that `auto eth0` works, but `allow-hotplug eth0` not. Ever encountered this?
<khem>
rburton:php-native breakage is still there in your v2, I will use the improved version of my patch instead
<rburton>
what was the breakage? it might be entirely because you're not testing with the patches queued for core?
<tgamblin>
hmm, what is the right approach for adding a recipe that is dual-licensed, and one license doesn't currently seem to be in oe-core's common-licenses directory? Specifically, Zero-Clause BSD isn't but CC0 is: https://github.com/AA-Turner/roman-numerals/blob/master/LICENCE.rst
<rburton>
tgamblin: add to core, or add to another layer?
<tgamblin>
rburton: to core
<rburton>
tgamblin: oh 0BSD is the spdx name and thats in core
<rburton>
i've now built all the packagegroups in meta-oe with my changes and fixed the problems, got a few more patches. networkmanager and uim fails to build with master, and i can't fetch four other recipes
<rburton>
khem: those fails are because they need acpaths set. my patches for core remove that variable.
davidinux has quit [Ping timeout: 276 seconds]
Kubu_work has quit [Quit: Leaving.]
davidinux has joined #yocto
<rburton>
last few more sent for meta-oe
frieder has quit [Remote host closed the connection]
druppy has joined #yocto
jmiehe has joined #yocto
druppy has quit [Ping timeout: 252 seconds]
jmiehe has quit [Quit: jmiehe]
<vmeson>
khem: re gcc-15/ clang testing. I've passed that message along and we'll get to it post-M3-freeze for oe-core.
<Ch^W>
Well that was weird... Doing a patch review, do a git-blame on the old code, realize I need to copy the original developer, and Gmail beats me to the punch and politely asks me if I want to add that person to the reply.
leon-anavi has quit [Remote host closed the connection]
chep has joined #yocto
florian_kc has joined #yocto
jmiehe has quit [Quit: jmiehe]
florian has quit [Ping timeout: 248 seconds]
druppy has joined #yocto
druppy has quit [Ping timeout: 272 seconds]
Jones42 has joined #yocto
savolla has joined #yocto
<dvergatal>
how can I override PACKAGE_ARCH in bbappend when package has already set in original recipe `inherit allarch`?
<dvergatal>
becasue setting PACKAGE_ARCH to something else in bbappend does not work
<rburton>
khem: fwiw my autoconf patches for meta-oe are in meta-oe-contrib:ross/autoconf2
<rburton>
dvergatal: easiest in that case is to copy the recipe and remove the allarch, and point out to the original author that maybe it shouldn't be allarch if you need to set the package arch
<dvergatal>
rburton: :(
<dvergatal>
not good
<dvergatal>
rburton: and difficult way?
darko311 has joined #yocto
<rburton>
anonpy to undo the effect of allarch
<dvergatal>
anonpy? what is it?
<rburton>
have a look at allarch.py
<dvergatal>
because I see that allarch_package_arch_handler is setting PACKAGE_ARCH when MULTILIB_VARIANTS is empty