ndec 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 (2022.05) May 17 - 19, 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"
jclsn has quit [Ping timeout: 255 seconds]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
roussinm has joined #yocto
vquicksilver has joined #yocto
peoliye has joined #yocto
jatedev has quit [Ping timeout: 256 seconds]
otavio_ has quit [Remote host closed the connection]
otavio has joined #yocto
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #yocto
rburton has quit [Ping timeout: 255 seconds]
reatmon has quit [Ping timeout: 244 seconds]
JPEW has quit [Ping timeout: 240 seconds]
moto-timo has quit [Ping timeout: 244 seconds]
shivamurthy has quit [Ping timeout: 255 seconds]
rmmr has quit [Ping timeout: 248 seconds]
dl9pf has quit [Ping timeout: 248 seconds]
rburton has joined #yocto
diamondman has quit [Ping timeout: 248 seconds]
rmmr has joined #yocto
rburton has quit [Ping timeout: 246 seconds]
shivamurthy has joined #yocto
rburton has joined #yocto
dl9pf has joined #yocto
diamondman has joined #yocto
reatmon has joined #yocto
sakoman has quit [Quit: Leaving.]
roussinm has quit [Quit: WeeChat 3.0]
reatmon has quit [Ping timeout: 276 seconds]
JPEW has joined #yocto
reatmon has joined #yocto
moto-timo has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
sakoman has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
seninha has quit [Quit: Leaving]
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
amitk has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
dtometzki has joined #yocto
sakoman has quit [Quit: Leaving.]
paulg has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
paulg has quit [Ping timeout: 276 seconds]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
thomasd13 has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
xenador77 has joined #yocto
Wouter0100 has quit [Remote host closed the connection]
Wouter01001 has joined #yocto
kroon has joined #yocto
goliath has joined #yocto
tre has joined #yocto
thomasd13 has quit [Ping timeout: 248 seconds]
thomasd13 has joined #yocto
leon-anavi has joined #yocto
xenador77 has quit [Remote host closed the connection]
peoliye has quit [Ping timeout: 252 seconds]
prabhakarlad has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
mckoan|away has quit [Ping timeout: 240 seconds]
mckoan|away has joined #yocto
<mckoan|away> good morning
mckoan|away is now known as mckoan
frieder has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
mvlad has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
<LetoThe2nd> yo dudX
<mckoan> hi LetoThe2nd
tre has quit [Remote host closed the connection]
xmn has quit [Ping timeout: 246 seconds]
tre has joined #yocto
Schlumpf has joined #yocto
gsalazar_ has joined #yocto
goliath has joined #yocto
Schlumpf has quit [Ping timeout: 252 seconds]
barometz has quit [Quit: you can't fire me!]
barometz has joined #yocto
chep has quit [Quit: ZNC 1.8.2 - https://znc.in]
chep has joined #yocto
xenador77 has joined #yocto
Schlumpf has joined #yocto
xenador77 has quit [Remote host closed the connection]
<Schlumpf> Hi, I'm confused about the SysVinit run levels. I know rc0..rc6, but what is rcS?
<Habbie> single user
<Schlumpf> Habbie same as rc1?
<Habbie> if i recall correctly, and i might be wrong, 1 takes you there from another level, and S takes you there from bootup
chep has quit [Quit: ZNC 1.8.2 - https://znc.in]
camus has quit [Ping timeout: 240 seconds]
camus has joined #yocto
<Schlumpf> Habbie OK, thanks :)
<Habbie> np :)
chep has joined #yocto
mckoan has quit [Ping timeout: 246 seconds]
chep has quit [Quit: ZNC 1.8.2 - https://znc.in]
florian has joined #yocto
hcg has joined #yocto
mckoan has joined #yocto
chep has joined #yocto
<thomasd13> Hi, a short question. Can I override a task machine specific? For example do_configure() {} when executed for machine "a"?
<mckoan> thomasd13: do_configure:machinename()
<thomasd13> thank you very much mckoan
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
<thomasd13> Another question: Who/What is setting up the ${WORKDIR} ? I have a line in a task like this: "cp ${WORKDIR}/defconfig ${B}/.config". I would like to know the source of the file "defconfig"
<JaMa> WORKDIR as variable is set in meta/conf/bitbake.conf:WORKDIR = "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/${PN}/${EXTENDPE}${PV}-${PR}"
<JaMa> the defconfig is most likely put there by do_unpack task based on SRC_URI variable
<JaMa> check log.do_fetch file in the WORKDIR
kroon has quit [Quit: Leaving]
<thomasd13> thx JaMa - I'll check that
<JaMa> read about FILESPATH variable in the manual, that defines where file://defconfig from SRC_URI will be searched for and in which order
alessioigor has joined #yocto
alessioigor has quit [Read error: Connection reset by peer]
kroon has joined #yocto
florian_kc has joined #yocto
twnqx has joined #yocto
AKN has joined #yocto
starblue has quit [Ping timeout: 246 seconds]
starblue has joined #yocto
<rburton> awww the extended json pkgdata doesn't contain everything that is in runtime/
dtometzki has quit [Ping timeout: 240 seconds]
dtometzki has joined #yocto
<dvorkindmitry> I've build image and SDK. When I build external module with SDK I have to force it to load (modprobe -f): "bad vermagic: kernel tainted", case build kernel version and kernel source in SDK have different versions string. One uses git hashm, another uses value from the kernel makefile. How to fix it?
<landgraf> khem: Hi. Should I take https://bugzilla.yoctoproject.org/show_bug.cgi?id=14838 from you ?
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
jclsn has joined #yocto
paulg has joined #yocto
<rburton> RP: so pkgdata parsing remains incredibly painful
<landgraf> +1
Schlumpf has quit [Ping timeout: 252 seconds]
dacav_ is now known as dacav
seninha has joined #yocto
ptsneves has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
kroon has quit [Quit: Leaving]
alejandrohs has quit [Ping timeout: 240 seconds]
alejandrohs has joined #yocto
kroon has joined #yocto
<RP> rburton: we should migrate it to json?
<rburton> yes
<rburton> i'll send some patches to make the extended stuff we added for sbom better
<rburton> it has some of the data, but not all of it
<RP> pkgdata was never meant to be parsed, It was meant as a datastore disk dump :/
<rburton> YES YOU CAN TELL
<rburton> :)
<RP> the fact people started amusing it for other things...
<RP> and I doubt json was available when we did that either tbh
<rburton> right
dvorkindmitry has quit [Ping timeout: 276 seconds]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
jatedev has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
JaMa has quit [Quit: leaving]
AKN has quit [Ping timeout: 248 seconds]
thekappe has joined #yocto
<thekappe> hello guys.. I'm trying to build an executable through a recipe using cmake.  During the configuration step I get this errror: Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "3")
<thekappe> How can I fix it ? I've added "python3-native" to the recipe's DEPENDS variable but it's not sufficient. Any suggestion ?
ptsneves has quit [Quit: Client closed]
thomasd13 has quit [Ping timeout: 256 seconds]
xmn has joined #yocto
GNUmoon has joined #yocto
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
paulg_ has joined #yocto
frieder has quit [Quit: Leaving]
Schlumpf has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
roussinm has joined #yocto
JaMa has joined #yocto
Mike23 has joined #yocto
Minvera has joined #yocto
prabhakarlad has joined #yocto
JaMa has quit [Quit: reboot]
Schlumpf has quit [Ping timeout: 252 seconds]
seninha has quit [Quit: Leaving]
JaMa has joined #yocto
ruslan has joined #yocto
<ruslan> PACKAGECONFIG has the following structure:
<ruslan> PACKAGECONFIG[feature1] = "—with, —without, deps"
<ruslan> PACKAGECONFIG[feature2] = "—with, —without, deps"
<ruslan> How to correctly instruct Bitbake that I want enable feature1 and disable feature2?
JaMa has quit [Quit: reboot]
sakoman has joined #yocto
JaMa has joined #yocto
<rburton> ruslan: PACKAGECONFIG = "feature1"
JaMa has quit [Remote host closed the connection]
<sotaoverride> rulsan: just add a .bbappend with PACKAGECONFIG_append = " faeture1" in it.
<ruslan> Ok, thanks! Docs says only how to change this var, but doesn't say how enable/disable feature.
AKN has joined #yocto
JaMa has joined #yocto
kroon has quit [Quit: Leaving]
AKN has quit [Read error: Connection reset by peer]
<roussinm> rburton: I'm sorry I sent the patch twice for libffi, noticed a typo in the subject at the last second.
<roussinm> I don't know who is responsible for backports, but it will be applied to kirkstone and dunfell too?
Mike23 has quit [Quit: Client closed]
Xagen has quit [Ping timeout: 248 seconds]
dvorkindmitry has joined #yocto
<vmeson> roussinm: sakoman handles kirkstone and dunfell. He may cherry-pick you commit if he sees this chat but if not just please test the patch and send an email with the branch name prefix to the list and cc sakoman.
jpuhlman has joined #yocto
<roussinm> vmeson: Thanks!
<vmeson> roussinm: NP, eg: [OE-core] [dunfell][PATCH] cyrus-sasl: CVE-2022-24407 failure to properly escape SQL input allows an attacker to execute arbitrary SQL commands
<dvorkindmitry> I am building external module with SDK, generated with the image. But image kernel version and SDK kernel headers versions are different. In SDK I have XXX-hash-dirty, in the image I have XXX version. So when I load my externally-build module I have error about VERMAGIC. How can I fix it?
Net147 has quit [Ping timeout: 256 seconds]
Net147 has joined #yocto
Net147 has joined #yocto
Net147 has quit [Changing host]
<rburton> ruslan: "If you want to change an existing PACKAGECONFIG block, you can do so one of two ways:" onwards
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
<ruslan> rburton Yes, "to change PACKAGECONFIG", but not to "enable/disable package feature"
<rburton> i agree the english is not great
pabigot has quit [Remote host closed the connection]
seninha has joined #yocto
ruslan has quit [Quit: Client closed]
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
pabigot has joined #yocto
behanw has joined #yocto
ruslan has joined #yocto
<sakoman> roussinm: I will cherry pick the patch when it hits master. If you know that it will not cherry-pick cleanly for kirkstone or dunfell, then a branch specific patch sent to the list would be much appreciated!
<sakoman> vmeson: the cyrus-sasl patch is a bad example since it is a meta-oe patch sent to the wrong list (oe-core) :P
dgriego has quit [Ping timeout: 244 seconds]
<sakoman> But the subject line is a good example of what a dunfell submission should look like!
<roussinm> sakoman: I don't have a use for the patch in dunfell, I was just wondering the process. On kirkstone I'm pretty sure it will apply cleanly. dunfell I have doubts since I don't know if the branch supports the ":" syntax? We are on hardknott and we will be moving to kirkstone soon-ish.
Xagen has joined #yocto
goliath has quit [Quit: SIGSEGV]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
<vmeson> sakoman: oops!
<sakoman> roussinm: should be fine for dunfell too, just would require substituting _ for the :
Xagen has quit [Read error: Connection reset by peer]
Xagen has joined #yocto
nemik has quit [Ping timeout: 256 seconds]
nemik has joined #yocto
Xagen has quit [Ping timeout: 276 seconds]
tre has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
florian has quit [Quit: Ex-Chat]
goliath has joined #yocto
ruslan has quit [Quit: Client closed]
tangofoxtrot has quit [Remote host closed the connection]
tangofoxtrot has joined #yocto
ptsneves has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
Minvera has quit [Ping timeout: 246 seconds]
gsalazar_ has quit [Ping timeout: 246 seconds]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
goliath has quit [Quit: SIGSEGV]
<jaskij[m]> Is it just me, or did meta-freescale change kernel from 5.10 to 5.15 in their kirkstone branch?
<jaskij[m]> linux-fslc-imx
<jaskij[m]> Not that I mind, but it feels weird
ruslan has joined #yocto
<RP> michaelo: I did run a master-next docs build but it didn't work: https://autobuilder.yoctoproject.org/typhoon/#/builders/114/builds/485/steps/5/logs/stdio
thekappe has quit [Ping timeout: 252 seconds]
<halstead> python 3.8 was deprecated on tumbleweed and python 3.10 became the default. Several packages we not installed for 3.10. I almost have it resolved.
Minvera has joined #yocto
ruslan has quit [Quit: Client closed]
hcg has quit [Ping timeout: 252 seconds]
goliath has joined #yocto
ruslan has joined #yocto
ruslan has quit [Client Quit]
<RP> halstead: that would explain it, thanks!
v0n has quit [Quit: WeeChat 3.5]
v1n has quit [Quit: WeeChat 3.5]
vvn has joined #yocto
mckoan is now known as mckoan|away
Wouter01001 has quit [Read error: Connection reset by peer]
Wouter01001 has joined #yocto
Wouter01001 has quit [Read error: Connection reset by peer]
Wouter01001 has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Wouter01001 has quit [Read error: Connection reset by peer]
Wouter01001 has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Wouter01001 has quit [Ping timeout: 264 seconds]
ptsneves has quit [Ping timeout: 252 seconds]
amitk has quit [Ping timeout: 256 seconds]
Wouter01001 has joined #yocto
xenador77 has joined #yocto
Wouter01001 has quit [Read error: Connection reset by peer]
Wouter01001 has joined #yocto
Xagen has joined #yocto
Wouter01001 has quit [Read error: Connection reset by peer]
Wouter01001 has joined #yocto
florian_kc has joined #yocto
Wouter01001 has quit [Read error: Connection reset by peer]
Wouter01001 has joined #yocto
<Xagen> are there any plans to move the openssl 1.1.1o in dunfell to openssl 3.0+?
<RP> Xagen: no. Someone could share a mix in layer to do it though
<neverpanic> It would probably require quite a few updates or backports for other components.
<neverpanic> Unlikely to happen in an LTS release, no?
<Xagen> considering that it's working in kirkstone already, i figured there wouldn't be an effort to do so
<Xagen> but had to ask anyhow
<RP> Xagen: to get openssl support for 3.0 you'd have to change the versions of many other components and it would end up looking like kirkstone
jclsn has quit [Ping timeout: 255 seconds]
GNUmoon has quit [Ping timeout: 268 seconds]
kroon has joined #yocto
GNUmoon has joined #yocto
behanw has quit [Quit: Connection closed for inactivity]
florian_kc has quit [Ping timeout: 248 seconds]
kroon has quit [Quit: Leaving]
jclsn has joined #yocto
jclsn has quit [Client Quit]
florian_kc has joined #yocto
goliath has quit [Quit: SIGSEGV]
Minvera has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
twnqx has quit [Ping timeout: 256 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
seninha has quit [Quit: Leaving]
mvlad has quit [Remote host closed the connection]
paulg_ has quit [Quit: Leaving]
seninha has joined #yocto
goliath has joined #yocto
jpuhlman has quit [Ping timeout: 246 seconds]
jpuhlman has joined #yocto
xenador77 has quit [Remote host closed the connection]
gordon1 has quit [Quit: WeeChat 3.5]
leon-anavi has quit [Quit: Leaving]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
xmn has quit [Quit: ZZZzzz…]
florian_kc has quit [Ping timeout: 248 seconds]
yannd has joined #yocto
Habbie has quit [Ping timeout: 248 seconds]
Habbie has joined #yocto