Spooster has quit [Remote host closed the connection]
thomas__ has joined #yocto
davidinux has joined #yocto
Spooster has joined #yocto
sakoman has quit [Quit: Leaving.]
Thorn has quit [Ping timeout: 240 seconds]
Spooster has quit [Ping timeout: 265 seconds]
amitk_ has joined #yocto
amitk_ has quit [Ping timeout: 250 seconds]
xmn has quit [Ping timeout: 240 seconds]
sstiller has joined #yocto
rob_w has joined #yocto
Thorn has joined #yocto
kroon has joined #yocto
|Xagen has joined #yocto
Xagen has quit [Ping timeout: 240 seconds]
Spooster has joined #yocto
wooosaiiii has quit [Quit: wooosaiiii]
wooosaiiii has joined #yocto
Spooster has quit [Ping timeout: 240 seconds]
frieder has joined #yocto
florian has joined #yocto
zpfvo has joined #yocto
mckoan|away is now known as mckoan
rfuentess has joined #yocto
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
Spooster has joined #yocto
Schlumpf has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
Spooster has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
leon-anavi has joined #yocto
zpfvo has quit [Ping timeout: 264 seconds]
Schlumpf has quit [Quit: Client closed]
<sstiller>
I have a problem with a header file in the sysroot.
<sstiller>
I built a library using bitbake. Then I changed some PACKAGECONFIG options and built it again. These changes lead to the modification of a header file.
<sstiller>
Now I try to build a recipe depending on this library. But in recipe-sysroot/usr/include, there is always the old version of the library header.
<sstiller>
How can I update this? A -ccleanall for both recipes did not work.
<kroon>
sstiller, I'd expect bitbake to care of that automatically
<kroon>
sstiller, have you verified that the header changes trickle down to the sysroot-components/ installation of the relevant library ?
bps has joined #yocto
bps has joined #yocto
bps has quit [Changing host]
zpfvo has joined #yocto
<mckoan>
sstiller: use -c cleansstate
<sstiller>
kroon: There are two versions in sysroot-components. The old one in armv7at2hf-neon-mx6qdl, the new one in armv7at2hf-neon.
<sstiller>
I have noticed that the build directory of the library has changed from work/armv7at2hf-neon-mx6qdl-tdx-linux-gnueabi to work/armv7at2hf-neon-tdx-linux-gnueabi.
<sstiller>
mckoan: -ccleanall should include -ccleanstate
<kroon>
sstiller, so you changed the packageconfig and the recipe arch changed, what happens then is beyond my knowledge, so i'd go with mckoan's suggestion
<kroon>
perhaps it is a bug that bitbake doesn't detect the arch changing, i have no idea
<mckoan>
Essentially, the do_cleanall task is identical to the do_cleansstate task with the added removal of downloaded source files
ptsneves has joined #yocto
tnovotny has joined #yocto
prabhakarlad has joined #yocto
kroon has quit [Quit: Leaving]
kroon has joined #yocto
<LetoThe2nd>
yo dudX
<mckoan>
hey LetoThe2nd
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
alicef is now known as arisu
arisu is now known as arisut
<phako[m]>
is there a reason why bitbake-layers add-layer does add a layer without failing?
<qschulz>
phako[m]: what kind of failure are you expecting
<phako[m]>
some kind of error message. although it shows up in bblayers.conf now, but not in bitbake-layers show-layers
<qschulz>
phako[m]: you're not giving us enough context, why should bitbake-layers add-layer fail?
Spooster has quit [Remote host closed the connection]
Spooster has joined #yocto
Spooster has quit [Remote host closed the connection]
Spooster has joined #yocto
<thomas__>
Hi guys, I have a interesting output when I want to build the sdk for my image: https://paste.ee/p/Uzwa0
<thomas__>
Is the real root error, that nativesdk-perl is missing in my image?
<thomas__>
Or maybe not nativesdk-perl, but perl ?
<thomas__>
But in the recipe for automake, perl and its modules is listed as runtime dependency: https://paste.ee/p/1tQvB
<paulbarker>
thomas__: Are you using the Arago distro and trying to run the `do_populate_sdk` task?
<thomas__>
paulbarker, Yes, I'm forced to use arago, but I do not use do_populate_sdk task. I have a *-sdk image definition which I build to create the sdk
<paulbarker>
thomas__: Your first pastebin shows the error in e3mn-image-sdk-1.0-r35_psdkla do_populate_sdk
<thomas__>
But I think I found the problem. This file here is missing the perl-static module in my case: ./meta-arago/meta-arago-extras/recipes-core/meta/nativesdk-buildtools-perl-dummy.bbappend
<paulbarker>
To my knowledge the preferred was to build an SDK for Arago is the `meta-toolchain-arago-tisdk` recipe. We've had issues with running `do_populate_sdk` for an image with Arago in the past
<paulbarker>
You may want to look at the `meta-toolchain-arago-tisdk` recipe for ideas if you haven't already done
<thomas__>
I can't remember right now what I did a year ago to get this working, but be sure, I dont call "bitbake my-image -c do_populate_sdk"
<thomas__>
Yes, but I am on the right track it seems. Because of swupdate bug, I had to update automake (out of the yocto version I am currently bound to). This seems to have dependencies to the nativesdk-buildtools-perl-dummy, which didnt showed up yet, cause i never built an SDK since then.
<thomas__>
thx paulbarker for jumping in
roussinm has joined #yocto
camus1 has joined #yocto
wmills has quit [Remote host closed the connection]
wmills has joined #yocto
invalidopcode1 has quit [Quit: Ping timeout (120 seconds)]
invalidopcode1 has joined #yocto
mason has joined #yocto
camus has quit [Ping timeout: 276 seconds]
camus1 is now known as camus
kscherer has joined #yocto
rob_w has quit [Remote host closed the connection]
<smurray>
RP: I went ahead and have been poking at a mixin layer to get Rust 1.68.1 from master/mickledore on kirkstone. One question I have is that I notice there's a Rust compile selftest in langdale and newer, thoughts on whether that needs to be added by the mixin somehow?
<RP>
smurray: it is useful for testing so nice to have but not essential
<smurray>
RP: is it as simple as adding the associated test bits from the lib directory into my layer?
<RP>
smurray: possibly? :)
<smurray>
RP: heh
azcraft has joined #yocto
azcraft has quit [Remote host closed the connection]
<vvn>
Is meta-renesas the preferred layer for the Renesas A55/M33 co-CPUs? Latest commit from github and yocto repos date back to 6+ years ago
sstiller has quit [Remote host closed the connection]
<roussinm>
RP: hi! Looking at your patch here: https://git.yoctoproject.org/poky/commit/?id=1d6c7af0e35811e66a0b3cd3dcc7e3d15b54f99a, if I want to package nativesdk-qtbase-src inside the sdk, I have to use this: `-fmacro-prefix-map=${S}=${prefix}/src/debug/${PN}/${EXTENDPE}${PV}-${PR}` I don't see immediat problem with that change since it fixes my issue, but now I get QA issue on :
<roussinm>
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-ekosdk-linux/usr/src/debug/nativesdk-qtbase/6.5.0-r0/src/widgets/.rcc/qrc_qstyle1.cpp in package nativesdk-qtbase-src contains reference to TMPDIR [buildpaths]. I don't really see the reference to TMPDIRsince that TMPDIR is TOPDIR, and I get host contamination which I wasn't getting before upgrading to langdale. I was on kirkstone before.
<roussinm>
buildpath qa error in this case is not an issue, but I can see that it could be weird if a source file would use topdir in an #include statement.
mckoan is now known as mckoan|away
Minvera has joined #yocto
<tlwoerner>
RP: instead of bumping the SRCREV of the poky download in the build-appliance manually, i wonder how you would feel about setting the SRCREV to simply "master" (and adding SRCPV)?
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
ptsneves has quit [Ping timeout: 240 seconds]
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
rfuentess has quit [Remote host closed the connection]
<RP>
tlwoerner: sadly that wouldn't be reproducible :/
<RP>
tlwoerner: it would also mean parsing would hit the network out the box
zpfvo has quit [Quit: Leaving.]
leon-anavi has quit [Remote host closed the connection]
florian has quit [Quit: Ex-Chat]
Spooster_ has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 265 seconds]
Spooster has joined #yocto
Spooster has quit [Remote host closed the connection]
arisut has quit [Quit: install gentoo]
arisut has joined #yocto
arisut has quit [Client Quit]
Minvera has quit [Ping timeout: 240 seconds]
arisut has joined #yocto
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
Spooster has joined #yocto
arisut has quit [Quit: install gentoo]
Spooster has quit [Ping timeout: 260 seconds]
arisut has joined #yocto
sakoman has quit [Quit: Leaving.]
bps has quit [Ping timeout: 240 seconds]
sakoman has joined #yocto
<tlwoerner>
too bad i don't get paid by the commit ;-)
arisut has quit [Client Quit]
Spooster has joined #yocto
seninha has quit [Quit: Leaving]
Spooster has quit [Read error: Connection reset by peer]
arisut has joined #yocto
Spooster has joined #yocto
Spooster_ has joined #yocto
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
Spooster_ has quit [Read error: Connection reset by peer]
arisut has quit [Client Quit]
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
sakoman has quit [Quit: Leaving.]
Spooster has quit [Read error: Connection reset by peer]
sakoman has joined #yocto
Spooster has joined #yocto
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
Spooster has quit [Read error: Connection reset by peer]
alessioigor has joined #yocto
Spooster has joined #yocto
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
frieder has quit [Ping timeout: 252 seconds]
Spooster has quit [Read error: Connection reset by peer]
Spooster has joined #yocto
sakoman has quit [Quit: Leaving.]
Jham has joined #yocto
Spooster has quit [Ping timeout: 250 seconds]
wmills has quit [Remote host closed the connection]
wmills has joined #yocto
sakoman has joined #yocto
Jham has quit [Quit: Leaving]
Minvera has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Ping timeout: 265 seconds]
sudip has quit [Ping timeout: 255 seconds]
sudip has joined #yocto
Minvera has quit [Remote host closed the connection]
Minvera has joined #yocto
<yocton>
Following the Bugtriage meeting : I've got 876 hits for my request of "bb files that do not inherit ptest". I guess it's above the "put each in bugzilla threshold"...
<yocton>
Can we do the same as patchmetrics and (futur) AUH : make the autobuilder publish the list of packages with missing ptests and point to this from the newcomer page?
wmills has quit [Read error: Connection reset by peer]
sakoman has joined #yocto
florian_kc is now known as florian
pasherring has quit [Remote host closed the connection]
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
kroon has joined #yocto
kroon has quit [Client Quit]
<RP>
yocton: we need to be a bit more specific than that. We generally only use ptest for software that has a meaningful test suite
<yocton>
Ah! Did not know that. I thought creating a trivial test telling "Yes, that program does run" was OK (in case of a missing upstream testsuite)
<RP>
yocton: we could do that too I guess as something would be better than nothing
<RP>
yocton: in general the original aim was to enable the upstream testsuites though, at least as a first pass
<yocton>
yes, I see
Thorn has quit [Ping timeout: 264 seconds]
bps has joined #yocto
bps has quit [Changing host]
bps has joined #yocto
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #yocto
Minvera has quit [Remote host closed the connection]
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
seninha has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
bps has quit [Remote host closed the connection]
maoti__ is now known as jpuhlman
markov_twain has joined #yocto
florian has quit [Ping timeout: 252 seconds]
kscherer has quit [Quit: Konversation terminated!]