<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
<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)
<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 :(