ChanServ changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Join us or Speak at Yocto Project Summit (2021.11) Nov 30 - Dec 2, more: https://yoctoproject.org/summit | Join the community: https://www.yoctoproject.org/community | IRC logs available at https://www.yoctoproject.org/irc/ | Having difficulty on the list or with someone on the list, contact YP community mgr ndec
wesm has quit [Ping timeout: 268 seconds]
florian_kc has quit [Ping timeout: 250 seconds]
wesm has joined #yocto
Starfoxxes has quit [Ping timeout: 240 seconds]
yannd has quit [Remote host closed the connection]
lettucepunch[m] has quit [Ping timeout: 240 seconds]
lexano[m] has quit [Ping timeout: 240 seconds]
Lcvette[m] has quit [Ping timeout: 240 seconds]
Lcvette[m] has joined #yocto
lettucepunch[m] has joined #yocto
ahs3[m] has quit [Ping timeout: 240 seconds]
cperon has quit [Ping timeout: 240 seconds]
Perceval[m] has quit [Ping timeout: 240 seconds]
hmw[m] has quit [Ping timeout: 240 seconds]
Wouter0100 has quit [Remote host closed the connection]
Wouter0100 has joined #yocto
lexano[m] has joined #yocto
hmw[m] has joined #yocto
cperon has joined #yocto
Perceval[m] has joined #yocto
ahs3[m] has joined #yocto
vvn has quit [Quit: WeeChat 3.4]
vvn has joined #yocto
<khem> RP my test matrix is different in what way ?
<khem> rburton meta-oe/master should be good with oe-core/master today, please check
goliath has quit [Quit: SIGSEGV]
jmiehe has quit [Quit: jmiehe]
yocti` has quit [Remote host closed the connection]
yocti has joined #yocto
AKN has joined #yocto
sakoman has quit [Quit: Leaving.]
starblue has quit [Ping timeout: 250 seconds]
starblue has joined #yocto
sakoman has joined #yocto
pabigot has quit [Remote host closed the connection]
Guest2 has joined #yocto
<Guest2> hi
<Guest2> I am executing "Bitbake phytec-qt5Demo-image", what configuration do I need to do first in local.conf or elsewhere?
pabigot has joined #yocto
AKN has quit [Ping timeout: 250 seconds]
Guest2 has quit [Ping timeout: 256 seconds]
jclsn7 has joined #yocto
jclsn has quit [Ping timeout: 240 seconds]
amitk has joined #yocto
bluelightning has quit [Remote host closed the connection]
sakoman has quit [Quit: Leaving.]
roussinm has quit [Quit: WeeChat 3.3-dev]
AKN has joined #yocto
michalkotyla has quit [Quit: michalkotyla]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
GNUmoon has quit [Ping timeout: 240 seconds]
michalkotyla has joined #yocto
<jclsn7> qschulz: You have a point. I will diff the sources now
jclsn7 is now known as jclsn
rob_w has joined #yocto
GNUmoon has joined #yocto
mckoan|away is now known as mckoan
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
tperrot has quit [Quit: leaving]
<jclsn> qschulz: There is not much of a difference as far as I can see https://pastebin.com/cMeVjMAD
<jclsn> I will create the workspace again and see if that .config file differs from the defconfig
frieder has joined #yocto
goliath has joined #yocto
wooosaiiii is now known as wooooo
wooooo is now known as wooosaiiii
Starfoxxes has joined #yocto
<jclsn> Ah guess that is some general .config file from mainline linux, as it contains 6000+ lines
<jclsn> The defconfig in the workspace is the same as in my kernel recipe
<jclsn> I can't find one in build/tmp/work-shared/vti1/kernel-source though
rfuentess has joined #yocto
<RP> khem: You must be covering ppc64, mips and musl combinations we're not?
mvlad has joined #yocto
Schlumpf has joined #yocto
prabhakarlad has joined #yocto
tre has joined #yocto
jaydeep51[m] has joined #yocto
prabhakarlad has quit [Quit: Client closed]
tprrt has joined #yocto
florian has joined #yocto
ejo has joined #yocto
<rburton> khem: yeah all good, thanks
tprrt is now known as tperrot
<ejo> Hi, is there a way to change the back-end of a dependency without changing it for the whole project? For example in recipe A.bb I want to use curl in DEPENDS with wolfssl instead of gnutls and  in recipe B.bb I want to use curl _with_ gnutls. I.E. I don't want to set PACKAGECONFIG[gnutls] =  "--without-gnutls" and EXTRA_OECONF = "--with-wolfssl"
<ejo> in curl_%.bbappend because that changes it for both A.bb and B.bb, is there a way to set PACKAGECONFIG and EXTRA_OECONF for curl in A.bb?
kroon has joined #yocto
<qschulz> ejo: this is usually understood as a policy decision
<qschulz> and policy decisions are put into distro configuration files
<qschulz> if you want wolfssl curl AND gnutls curl AT THE SAME TIME in the SAME IMAGE, then 1) I don't know if that is technically possible
<qschulz> 2) you could use a slightly renamed curl recipe (e.g. curl-wolfssl) which would replace "normal" curl recipe in your A or B recipe
<ejo> Thanks for the answer! in this case recipe A will only be built for native, and A will be used as a signing tool.
<ejo> Option 2 was my idea too, so I think I'll go with that
<qschulz> ejo: you can have a different option for native and target packages
<qschulz> the :class-target and :class-native overrides are for that
<qschulz> e.g. PACKAGECONFIG:class-native = "wolfssl"
<qschulz> would override completely the "default" PACKAGECONFIG
leon-anavi has joined #yocto
xmn has quit [Ping timeout: 256 seconds]
Schlumpf has quit [Ping timeout: 256 seconds]
starblue has quit [Ping timeout: 250 seconds]
starblue has joined #yocto
Schlumpf has joined #yocto
roussinm has joined #yocto
roussinm has quit [Client Quit]
prabhakarlad has joined #yocto
rob_w has quit [Ping timeout: 250 seconds]
florian_kc has joined #yocto
rob_w has joined #yocto
roussinm has joined #yocto
florian_kc has quit [Ping timeout: 252 seconds]
sotaoverride has joined #yocto
<sotaoverride> can someone please remind me how we can get image recipes to generate checksums for all atrifacts that the recipe makes?
sakoman has joined #yocto
ak77_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ak77 has joined #yocto
dkl has quit [Quit: %quit%]
dkl has joined #yocto
<sotaoverride> can someone let me know if my msgs are getting through, cant tell if I got the nick and stuff registered right..
AKN has quit [Ping timeout: 240 seconds]
<qschulz> you're received
tre has quit [Ping timeout: 252 seconds]
wooosaiii has joined #yocto
wooosaiiii has quit [Ping timeout: 240 seconds]
<vvn> how do you guys usually edit the fstab? bbappend base-files? image postprocess function? wks only?
<sotaoverride> qschulz: Thanks!
wooosaiii has quit [Remote host closed the connection]
tre has joined #yocto
rob_w has quit [Remote host closed the connection]
tlhonmey has joined #yocto
kroon has quit [Quit: Leaving]
manuel1985 has joined #yocto
<rburton> RP: just sent a little cleanup for setuptools-rust-native
AKN has joined #yocto
<vvn> which package must provide /etc/crypttab?
<mckoan> vvn: cryptsetup ?
<vvn> it feels like it yea
tre has quit [Remote host closed the connection]
manuel1985 has quit [Ping timeout: 260 seconds]
<moto-timo> sgw: poky commit 5b4aab6b40c
<moto-timo> sgw: kernel: Add support for multiple kernel packages
<moto-timo> rburton: last time I tried setuptools_build_meta with python3-setuptools-rust-native the wheel was named UNKNOWN-0.0.0-*.whl did that get fixed?
<rburton> yes
<rburton> got the proper name (and it installs with a glob anyway)
<moto-timo> rburton: and thank you for the cleanup... I knew it was needed but the stuff you were dooing was still in flux
<moto-timo> rburton: excellent. thank you,
<rburton> i also ran diffoscope on the generated sysroot
<moto-timo> \o/
* moto-timo flushes that cache
xmn has joined #yocto
<moto-timo> rburton: I see you had already answered my question in the commit log… clearly more coffee is required this morning
<qschulz> RP: michaelo: re doc building on the autobuilder. The patch series I just sent should fix all warnings reported by sphinx v3.2.1
florian has quit [Quit: Ex-Chat]
<qschulz> RP: michaelo: the question is should I also add patches for newer version of sphinx? e.g. 4.4.0 (the latest version) complains for Honister branches
<qschulz> or do we fix this the day we upgrade sphinx on the autobuilder and we don't care for now?
Schlumpf has quit [Quit: Client closed]
leon-anavi has quit [Quit: Leaving]
<RP> qschulz: I'd think we'd want to fix the later issues too if we can
jmiehe has joined #yocto
<RP> qschulz: do they cause problems in older versions?
rfuentess has quit [Remote host closed the connection]
<rburton> zeddii: just sent some devupstream patches to oe-core. as the kernel is the only user in oe-core it would be appreciated if you could double check they're doing the right thing
<qschulz> RP: just to be clear, I'm talking about yocto-autobuilder-helper and not the docs themselves. The docs themselves should be fixed ASAP.
<qschulz> RP: for now the new warning is just about using directives instead of hardcoding links, so that is not an issue for older sphinx
<RP> qschulz: I can't remember which workers we run sphinx on and how easily we can choose the sphinx verison there
mckoan is now known as mckoan|away
florian_kc has joined #yocto
frieder has quit [Remote host closed the connection]
dev1990 has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
<khem> RP: sakoman Can we backport https://git.openembedded.org/openembedded-core/commit/?id=b1b5fec350b390fa7f2d26966df1411b032faf87 to dunfell, all other related commits are already backported except this, for eSDK to work on ubuntu 18.04 and 20.04
<sakoman> khem: yes, I'll add that to my test queue
AKN has quit [Read error: Connection reset by peer]
<khem> RP: yes I have few jobs intentionally set to test the combinations that yocto does not test to widen the coverage and especially with LTS trying to get to the issues usually which are ignored
yannd has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 250 seconds]
akiCA has joined #yocto
ejo has quit [Ping timeout: 256 seconds]
jmiehe has quit [Quit: jmiehe]
florian_kc has joined #yocto
prabhakarlad has quit [Quit: Client closed]
manuel1985 has joined #yocto
<sielicki> Should we consider journald as a syslog provider in 2022? It's not really a syslog implementation in the sense of rsyslog/syslog-ng, but I think it would be intuitive for someone to be able to set `VIRTUAL-RUNTIME:syslog = "systemd-journald"` to get a system where only systemd-journald runs.
<sielicki> The mere fact that journald has an option called, "ForwardToSyslog" betrays the fact that he doesn't think of himself as a syslog implementation.
<sielicki> s/The/That/, s/mere fact that//
GillesM has joined #yocto
GillesM has quit [Remote host closed the connection]
kevinrowland has quit [Quit: Client closed]
florian_kc has quit [Ping timeout: 240 seconds]
mvlad has quit [Remote host closed the connection]
florian_kc has joined #yocto
<moto-timo> 4.0 \o/ wishes do come true
<moto-timo> (Also nightmares)
manuel1985 has quit [Ping timeout: 268 seconds]
florian_kc has quit [Ping timeout: 256 seconds]
<RP> khem: I do wonder how widely those combinations are being used if we haven't had the reports before now :/
dev1990 has quit [Quit: Konversation terminated!]
<khem> RP: right, I am hopeful that some new users
<RP> khem: fair enough
<khem> thats why its low on pecking order
<RP> khem: after kirkstone I think we need to think about the test matrix, maybe move some things in, some things out
<khem> ppc64 is perhaps relevant, than ppc32 which perhaps should be removed
<RP> khem: that is what I was wondering
<khem> yeah perhaps retire ppc and perhaps mips too
<khem> perhaps also do a survey of user community can give good insights
* RP wonders if he could drop qemuppc-alt and qemumips-alt now
* RP should wait for release
<khem> maybe not qemumips-alt but qemumips is ok
roussinm has quit [Quit: WeeChat 3.0]
<khem> yes after kirkstone is wise
<RP> khem: why not alt?
<khem> we use systemd not sysvinit
<khem> vested interest
florian_kc has joined #yocto
florian_kc is now known as florian
amitk has quit [Ping timeout: 256 seconds]
warthog9 has quit [Quit: Leaving]
chep has quit [Quit: ZNC 1.8.2 - https://znc.in]
chep has joined #yocto
warthog9 has joined #yocto
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto