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.11) Nov 29-Dec 1, 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"
dmoseley has joined #yocto
uniqdom has quit [Quit: Leaving]
cambrian_invader has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
dmoseley has quit [Ping timeout: 260 seconds]
<JaMa> "file: upgrade 5.43 -> 5.44" from https://git.openembedded.org/openembedded-core/commit/?id=6e93f815e9439ad351c3b9a382accf7b3ba9a6e2 has also a bit surprising side-effect, one of recipes started to fail with: ERROR: QA Issue: /usr/share/nudgeScript/logVerifier22.py contained in package lib32-nudge-dev requires /usr/bin/python, but no providers found in RDEPENDS:lib32-nudge-dev? [file-rdeps]
<JaMa> and the same script is "Objective-C source, ASCII text" by file-5.43 and "Python script, ASCII text executable" by file-5.44
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #yocto
dmoseley has joined #yocto
dmoseley has quit [Ping timeout: 260 seconds]
seninha has quit [Remote host closed the connection]
seninha has joined #yocto
uniqdom has joined #yocto
bps2 has quit [Ping timeout: 272 seconds]
seninha has quit [Quit: Leaving]
davidinux has quit [Ping timeout: 268 seconds]
davidinux has joined #yocto
<uniqdom> what happens in an embedded system if log size increase? my setup has /var/logs as a symbolic link to /var/volatile, which is a tmpfs.
<uniqdom> how do I know if the logs will rotate?
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #yocto
sakoman has quit [Quit: Leaving.]
dmoseley has joined #yocto
dmoseley has quit [Ping timeout: 256 seconds]
Estrella__ has joined #yocto
Estrella_ has quit [Ping timeout: 256 seconds]
Estrella_ has joined #yocto
Estrella has quit [Ping timeout: 272 seconds]
dmoseley has joined #yocto
goliath has quit [Quit: SIGSEGV]
dmoseley has quit [Ping timeout: 252 seconds]
uniqdom_ has joined #yocto
uniqdom has quit [Ping timeout: 272 seconds]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
seninha has joined #yocto
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
uniqdom_ has quit [Read error: Connection reset by peer]
Vonter has joined #yocto
dmoseley has joined #yocto
dmoseley has quit [Excess Flood]
seninha has quit [Remote host closed the connection]
Ram-Z has quit [Ping timeout: 272 seconds]
amitk_ has quit [Remote host closed the connection]
Ram-Z has joined #yocto
rsalveti has quit [Quit: Connection closed for inactivity]
dmoseley has joined #yocto
dmoseley has quit [Ping timeout: 255 seconds]
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
dmoseley has joined #yocto
dmoseley has quit [Ping timeout: 246 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
xmn has quit [Ping timeout: 255 seconds]
alessioigor has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
dmoseley has joined #yocto
bps2 has joined #yocto
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
azcraft has joined #yocto
seninha has joined #yocto
<RP> JaMa: sounds like a decent bugfix for file! :)
florian has joined #yocto
bps2 has quit [Ping timeout: 256 seconds]
bps2 has joined #yocto
AntA has quit [Ping timeout: 265 seconds]
florian has quit [Ping timeout: 260 seconds]
goliath has joined #yocto
uniqdom has joined #yocto
bps2 has quit [Ping timeout: 255 seconds]
uniqdom has quit [Read error: Connection reset by peer]
uniqdom has joined #yocto
invalidopcode has quit [Remote host closed the connection]
invalidopcode has joined #yocto
uniqdom has quit [Quit: Leaving]
<JaMa> RP: kanavin: the issue with x86-64-v3 I've mentioned yesterday was actually caused by something in our DISTRO, we were still using QEMU_EXTRAOPTIONS_core2-64 for qemux86-64 builds, is there a reason not to define QEMU_EXTRAOPTIONS_x86-64-v3 = " -cpu Skylake-Client,check=false" in the tune file? Today I've tested that using this fixes the issue on our jenkins builders (now will try without any EXTRAOPTION
prabhakarlad has joined #yocto
<JaMa> defined)
<RP> JaMa: sounds like an oversight
<JaMa> if it doesn't work correctly without EXTRAOPTION, I'll send patch to add it
florian has joined #yocto
<RP> JaMa: sounds good thanks
armhzjz has joined #yocto
armhzjz has left #yocto [#yocto]
florian has quit [Ping timeout: 260 seconds]
<JaMa> my Threadripper, doesn't like -cpu Skylake-Client (bunch of warnings without check=false, instead of Illegal Instruction seen with -cpu core2duo), the autodetected cpu seems to work fine, but explicitly setting -cpu might be better for future and reproducibility (that qemu always tries to emulate the same cpu, not based on host system)
<JaMa> some details from meson-qemuwrapper: https://pastebin.com/hyNV3QwF
olani- has joined #yocto
azcraft has quit [Quit: Leaving]
uniqdom has joined #yocto
<uniqdom> Hello, I'm having a problem while trying to build a recipe with latest git commit. I have SRCREV = "${AUTOREV}", PV = "0.1+git${SRCPV}", and SRC_URI = "git://git@hidden.com:20023/hidden/hidden.git;protocol=ssh;branch=master"
<uniqdom> it doesn't want to download the latest commit. it's like if it doesn't know that there is a new commit at all.
<uniqdom> if I put the commit hash in SRCREV, it updates the git code correctly
<RP> uniqdom: have you changed the default cache policy? Is the recipe reparsing each time you run bitbake?
<RP> denix: I've dropped meta-ti testing from langdale as the layer is no longer compatible
<uniqdom> RP: I haven't changed the default cache policy. yes, it is reparsing each time.
<RP> uniqdom: when it reparses it should be querying the revision so I'm not sure why that isn't working :(
xmn has joined #yocto
florian has joined #yocto
manuel1985 has joined #yocto
amitk has joined #yocto
uniqdom has quit [Ping timeout: 268 seconds]
starblue has quit [Ping timeout: 272 seconds]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
manuel1985 has quit [Ping timeout: 256 seconds]
florian has quit [Ping timeout: 246 seconds]
sakoman has joined #yocto
florian has joined #yocto
sakoman has quit [Ping timeout: 260 seconds]
sakoman has joined #yocto
<RP> zeddii: I did revisit the patches in https://git.yoctoproject.org/poky-contrib/log/?h=zedd/kernel but I think something is wrong. For example, https://git.yoctoproject.org/poky-contrib/commit/?h=zedd/kernel&id=0fd108c99e66a55dca19cef428d9716b9b18b3e5 changes meta-yocto-bsp and not the qemu machines
florian has quit [Ping timeout: 260 seconds]
uniqdom has joined #yocto
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #yocto
starblue has joined #yocto
<uniqdom> I have added a few python module recipes autogenerated using pipoe. Now I'm struggling to get fcntl python3 module somehow.
uniqdom has quit [Read error: Connection reset by peer]
uniqdom has joined #yocto
<uniqdom> nvm, I found that there was a recipe for python3-fcntl by using oe-pkgdata-util
seninha has quit [Quit: Leaving]
seninha has joined #yocto
<RP> zeddii: you said you'd do a v2 but I suspect holidays and other stuff then happened! :)
Algotech75 has joined #yocto
Algotech75 has quit [Remote host closed the connection]
Algotech13 has joined #yocto
uniqdom_ has joined #yocto
uniqdom has quit [Ping timeout: 255 seconds]
sakoman has quit [Quit: Leaving.]
dgriego has quit [Ping timeout: 246 seconds]
dgriego has joined #yocto
PhoenixMage has quit [Ping timeout: 268 seconds]
PhoenixMage has joined #yocto
Algotech13 has quit [Quit: Leaving]
florian has joined #yocto
starblue has quit [Ping timeout: 265 seconds]
sakoman has joined #yocto
<uniqdom_> is there a way to show the list of recipes included by a target like core_image_base?
xmn has quit [Ping timeout: 264 seconds]
uniqdom_ has quit [Read error: Connection reset by peer]
xmn_ has joined #yocto
xmn_ has quit [Client Quit]
xmn has joined #yocto
starblue has joined #yocto
dgriego has quit [Quit: Gone to sleep. ZZZzzz…]
<moto-timo> JaMa: this makes me wonder about best -cpu settings for my Ryzen host...
Estrella has joined #yocto
Estrella__ has quit [Ping timeout: 272 seconds]
Estrella_ has quit [Ping timeout: 252 seconds]
Estrella_ has joined #yocto
<hsv> bitbake is reading my bb file but not bothering to compile my simple program - https://paste.debian.net/plainh/f0323454
<hsv> withe LICENSE commented, bitbake complains do i know it's being read.
<hsv> *so
<hsv> i put a deliberate error in the .c file so it should fail, but the build succeeds.
<RP> hsv: what does the do_compile log show it doing?
<hsv> RP: sorry, where can i find that?
<RP> hsv: ${WORKDIR}/temp/log.do_compile
<hsv> WORKDIR being named after the layer, or bb file? either way it's not found.
<hsv> i wonder if it is the recipes dir, i called it recipes-programs (made up).
<RP> hsv: look it up for the recipe with bitbake-getvar or from the output of bitbake <recipe> -e
<RP> hsv: it is a bitbake variable
<hsv> bitbake-getvar -r <recipe> WORKDIR
<hsv> It shows a plausible path, but that doesn't exist.
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Guest25 has joined #yocto
Guest25 has quit [Client Quit]
Armada-3720_Embe has joined #yocto