tangofoxtrot has quit [Remote host closed the connection]
tangofoxtrot has joined #yocto
tangofoxtrot has quit [Changing host]
tangofoxtrot has joined #yocto
Articulus has quit [Quit: Leaving]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
vthor has quit [Quit: kill -9 $pid]
martin_97 has quit [Ping timeout: 260 seconds]
davidinux has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
Guest82 has quit [Quit: Client closed]
goliath has joined #yocto
paulg has quit [Ping timeout: 276 seconds]
shoragan has quit [Ping timeout: 248 seconds]
hnez has quit [Ping timeout: 248 seconds]
chrissi^|lxa has quit [Ping timeout: 276 seconds]
rob_w has joined #yocto
hnez has joined #yocto
chrissi^|lxa has joined #yocto
shoragan has joined #yocto
ptsneves has quit [Ping timeout: 276 seconds]
frieder has joined #yocto
ptsneves has joined #yocto
frieder has quit [Ping timeout: 252 seconds]
leon-anavi has joined #yocto
zeemate has joined #yocto
druppy has joined #yocto
ptsneves has quit [Ping timeout: 276 seconds]
frieder has joined #yocto
florian has joined #yocto
druppy has quit [Ping timeout: 248 seconds]
florian has quit [Ping timeout: 260 seconds]
prabhakalad has quit [Ping timeout: 260 seconds]
prabhakalad has joined #yocto
thomas_34 has joined #yocto
druppy has joined #yocto
d-fens_ has joined #yocto
florian has joined #yocto
<d-fens_>
hi guys, i want to set BUILDHISTORY_PUSH_REPO only if my environment has a BH_URL env set. in my conf/distro/include/buildhistory-ci.inc the is this : INHERIT += "buildhistory" python () { import os, bb \ url = os.getenv("BH_URL") \ if url: \ d.setVar("BUILDHISTORY_PUSH_REPO", url) but this has no effect i guess, any hint?
florian has quit [Ping timeout: 268 seconds]
florian has joined #yocto
Vonter has quit [Ping timeout: 248 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 265 seconds]
Vonter has joined #yocto
florian has quit [Ping timeout: 276 seconds]
florian has joined #yocto
florian has quit [Ping timeout: 245 seconds]
florian has joined #yocto
florian has quit [Ping timeout: 244 seconds]
florian has joined #yocto
ablu has quit [Ping timeout: 260 seconds]
florian has quit [Ping timeout: 260 seconds]
ablu has joined #yocto
ablu has quit [Ping timeout: 265 seconds]
ablu has joined #yocto
paulg has joined #yocto
florian has joined #yocto
mbulut has joined #yocto
jmd has joined #yocto
florian_kc has joined #yocto
druppy has quit [Ping timeout: 276 seconds]
Xagen has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 265 seconds]
<tgamblin>
I'm working on a project where I'm incorporating a layer that does PACKAGECONFIG:remove = "networkd" for the systemd recipe, but I am interested in adding it back with my own layer which has a higher priority. What is the most appropriate way to do that? Another .bbappend?
<rburton>
tgamblin: you can't add back a remove
<rburton>
tgamblin: tell that layer to stop being so dumb
<tgamblin>
rburton: I thought so :(
<mcfrisk>
tgamblin: BBMASK the bbappend away
florian_kc has joined #yocto
<mcfrisk>
(or BBMASK the whole layer and only enable what is really needed)
<rburton>
assuming the append doesn't do anything else important, yeah
<tgamblin>
mcfrisk: rburton: that should work - if needed I could always pluck some of what the masked bbappend does into ours
<tgamblin>
thanks!
cyxae has joined #yocto
litb has joined #yocto
<litb>
Hello folks!
rob_w has quit [Remote host closed the connection]
cyxae has quit [Client Quit]
cyxae has joined #yocto
cyxae has quit [Client Quit]
cyxae has joined #yocto
florian has quit [Ping timeout: 268 seconds]
paulg has quit [Quit: Leaving]
paulg has joined #yocto
Xagen has joined #yocto
cyxae has quit [Remote host closed the connection]
litb has quit [Quit: Client closed]
cyxae has joined #yocto
cyxae has quit [Remote host closed the connection]
cyxae has joined #yocto
grma has quit []
goliath has quit [Quit: SIGSEGV]
cyxae has quit [Remote host closed the connection]
cyxae has joined #yocto
frieder has quit [Remote host closed the connection]
Vonter has quit [Quit: WeeChat 4.6.3]
frieder has joined #yocto
frieder has quit [Remote host closed the connection]
<rburton>
RP: khem: i can't build compiler-rt-native with master
<rburton>
| -- Check for working CXX compiler: /work/ross/build/tmp/work/aarch64-linux/compiler-rt-native/20.1.7/recipe-sysroot-native/usr/bin/clang++ - broken
<rburton>
| /work/ross/build/tmp/hosttools/ld: cannot find -lstdc++: No such file or directory
<khem>
rburton:whats your host ?
<khem>
I wonder if you have same problem that we had on ubu24.04 builder on AB
<khem>
where libgcc-devel from gcc15 is installed
<khem>
but libstdc++-devel is not
<khem>
or gcc-14 perhaps instead of gcc-15, its non-default version that is
<rburton>
khem: ubuntu 24.04 :)
cyxae has quit [Remote host closed the connection]
<rburton>
khem i appear to have gcc 11 13 14 installed
cyxae has joined #yocto
<khem>
having them is not a problem, having half installation of devel packages for runtime is
<khem>
I hope you do not use emacs :) since thats the one caused the newer devel package to be installed for libgcc-devel
<khem>
fix is to install both c/c++ devel packages for all the versions
<khem>
if you need them
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
<rburton>
i have libgcc-dev for 11 13 14 installed
<rburton>
(i blame my debian colleague for this toolchain madness)
<rburton>
ah but only libstdc++-dev for 13, which is the default
jmd has quit [Remote host closed the connection]
thomas_34 has quit [Quit: Client closed]
<RP>
rburton: why didn't the new sanity test work?
mbulut has joined #yocto
cyxae has quit [Remote host closed the connection]
cyxae has joined #yocto
druppy has quit [Ping timeout: 276 seconds]
davidinux has quit [Ping timeout: 265 seconds]
goliath has quit [Quit: SIGSEGV]
<JaMa>
khem: there is small issue with rust (and rust-llvm) when building with meta-clang, the bbappend there sets TOOLCHAIN_NATIVE to clang, so clang-native is inheritted (even for target builds) and target builds with gcc fail, because they don't recognize --rtlib=libgcc --unwindlib=libgcc when target CC is gcc-cross, I guess you're not seeing this because most builds with meta-clang will use clang also for target
<JaMa>
builds
<JaMa>
not sure what's the correct fix, should clang-native append LDFLAGS only for class-native?
<rburton>
RP: i did a build in clean tree and libgcc-14-dev is installed and not libstdc++-14-dev which will break clang native compiles. Please remove one or install the other.
<RP>
rburton: awesome, so the check does work :)
<RP>
rburton: now you can hunt down who installed emacs :)
<JaMa>
can we do the same check in clang-native build as well? for those people who install emacs after the TMPDIR was created and sanity checked?
<RP>
JaMa: well, we could do the check on every build but I assumed most people would build on a clean TMPDIR periodically
<JaMa>
I was thinking at compiler-rt-native:do_compile:prepend to show a meaningful error early when it happens
<JaMa>
looks like rburton's build was dirty :)
<RP>
If someone wants to add more checks/tests I'll probably not object...
<JaMa>
FWIW I don't delete TMPDIRs very often
<JaMa>
in local builds, on jenkins they always start from clean TMPDIR
<RP>
JaMa: neither do I but we're relatively unusual. We could just bump the version on the sanity tests
<RP>
(i.e. force a rerun)
cyxae has quit [Quit: cyxae]
vthor has quit [Quit: kill -9 $pid]
vthor has joined #yocto
vthor has quit [Quit: kill -9 $pid]
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
vthor has quit [Client Quit]
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]