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"
Nostromo88 has quit [Ping timeout: 260 seconds]
pidge has joined #yocto
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
old_guy has joined #yocto
<old_guy> why IMAGE_INSTALL for kernel objects are causing insmod to happen automatically? Is there yocto nuance that I am not aware of?
<mischief> udevd?
<old_guy> mischief: i don't see autoload being set for my ko and also as it is my own ko udevd wouldn't even no that it exists right?
<mischief> does it have aliases
<mischief> if the module has aliases and those match a kernel event (read by udevd), the default rules load the module
<old_guy> mischief: i think you may be right. I see in xyz.mod.c generated file has this MODULE_ALIAS("of:N*T*Cabc,def");
<mischief> you can just run modinfo on the file to find out
<mischief> if you don't want it loaded, just write a modprobe.d(5) fragment to blacklist it
<old_guy> or set a different alias?
<old_guy> mischief: ?
<mischief> the purpose of the alias is to match the device when it is present in the system :)
<mischief> if it's your out of tree module, you can do whatever you want of course
<old_guy> mischief: makes sense. Thanks a ton for solving this mystery.
sakoman has quit [Quit: Leaving.]
davidinux has quit [Ping timeout: 240 seconds]
starblue has quit [Ping timeout: 240 seconds]
starblue has joined #yocto
Spooster has quit [Remote host closed the connection]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
Thorn has joined #yocto
sakoman has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
Spooster has joined #yocto
xmn has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 276 seconds]
nemik has joined #yocto
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.
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
<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?
<qschulz> or better, what is your issue
<qschulz> and what are you trying to do
<phako[m]> bitbake-layers add-layer meta-qt5
<phako[m]> NOTE: Starting bitbake server...
<phako[m]> bitbake-layers show-layers | grep qt5
<phako[m]> 1 jgeorg@mskpcx29305:~/Projects/Yocto/plain/poky %
vladest has joined #yocto
florian_kc has joined #yocto
<shoragan> Crofton, is there already an agenda for the yocto dev day at EOSS?
<LetoThe2nd> shoragan: nope, we will open the CFP real soon. topics will be similar to the virtual YPS
<shoragan> LetoThe2nd, ah, so it's not just training classes, but also "advanced" talks and discussions?
<LetoThe2nd> shoragan: primarily the latter, yes.
lorenzog[m] has quit [Ping timeout: 252 seconds]
TRO[m] has quit [Ping timeout: 246 seconds]
Niraj[m] has quit [Ping timeout: 246 seconds]
mborzecki has quit [Read error: Connection reset by peer]
phako[m] has quit [Write error: Connection reset by peer]
Salamandar has quit [Read error: Connection reset by peer]
ejoerns[m] has quit [Write error: Connection reset by peer]
berton[m] has quit [Read error: Connection reset by peer]
shoragan[m] has quit [Write error: Connection reset by peer]
ericson2314 has quit [Write error: Connection reset by peer]
KareemZarka[m] has quit [Read error: Connection reset by peer]
tomzy_0[m] has quit [Read error: Connection reset by peer]
Ablu[m] has quit [Read error: Connection reset by peer]
gstinocher[m] has quit [Read error: Connection reset by peer]
ebilizbelaziz[m] has quit [Read error: Connection reset by peer]
thematrixpasswor has quit [Read error: Connection reset by peer]
mrybczyn[m] has quit [Read error: Connection reset by peer]
patersonc[m] has quit [Read error: Connection reset by peer]
agherzan has quit [Read error: Connection reset by peer]
Francesco[m]1 has quit [Read error: Connection reset by peer]
lrusak[m] has quit [Read error: Connection reset by peer]
Entei[m] has quit [Write error: Connection reset by peer]
perceval[m] has quit [Read error: Connection reset by peer]
cperon has quit [Read error: Connection reset by peer]
khem has quit [Read error: Connection reset by peer]
fmartinsons[m] has quit [Read error: Connection reset by peer]
p34nuts[m] has quit [Write error: Connection reset by peer]
barath has quit [Write error: Connection reset by peer]
glembo[m] has quit [Write error: Connection reset by peer]
yudjinn[m] has quit [Read error: Connection reset by peer]
DasChaos[m] has quit [Read error: Connection reset by peer]
kayterina[m] has quit [Read error: Connection reset by peer]
MathiasKoch[m] has quit [Read error: Connection reset by peer]
esben[m] has quit [Write error: Connection reset by peer]
Peter[m]1 has quit [Read error: Connection reset by peer]
Saur[m] has quit [Read error: Connection reset by peer]
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
khem has joined #yocto
ramacassis[m] has joined #yocto
ramacassis[m] has quit [Remote host closed the connection]
khem has quit [Remote host closed the connection]
khem has joined #yocto
ramacassis[m] has joined #yocto
<ramacassis[m]> > <@phako:gnome.org> bitbake-layers add-layer meta-qt5
<ramacassis[m]> does your new layer then appear in conf/bblayers.conf ?
<ramacassis[m]> > NOTE: Starting bitbake server...
<ramacassis[m]> also, from your prompt your are not calling bitbake from the build dir, is that normal ?
yudjinn[m] has joined #yocto
<ramacassis[m]> oh sorry
<ramacassis[m]> just read your previous message about bblayers.conf
phako[m] has joined #yocto
<phako[m]> I think something got confused by the copy of the conf folder I had lying around
bps has quit [Ping timeout: 276 seconds]
TRO[m] has joined #yocto
barath has joined #yocto
ericson2314 has joined #yocto
DasChaos[m] has joined #yocto
mrybczyn[m] has joined #yocto
lrusak[m] has joined #yocto
gstinocher[m] has joined #yocto
shoragan[m] has joined #yocto
Entei[m] has joined #yocto
ejoerns[m] has joined #yocto
esben[m] has joined #yocto
Saur[m] has joined #yocto
cperon has joined #yocto
berton[m] has joined #yocto
tnovotny has quit [Ping timeout: 240 seconds]
kayterina[m] has joined #yocto
ebilizbelaziz[m] has joined #yocto
fmartinsons[m] has joined #yocto
MathiasKoch[m] has joined #yocto
p34nuts[m] has joined #yocto
perceval[m] has joined #yocto
Peter[m]12 has joined #yocto
thematrixpasswor has joined #yocto
KareemZarka[m] has joined #yocto
agherzan has joined #yocto
Niraj[m] has joined #yocto
glembo[m] has joined #yocto
Francesco[m] has joined #yocto
tomzy_0[m] has joined #yocto
lorenzog[m] has joined #yocto
mborzecki has joined #yocto
Salamandar has joined #yocto
patersonc[m] has joined #yocto
Ablu[m] has joined #yocto
prabhakarlad has quit [Quit: Client closed]
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
phako[m] has quit [Ping timeout: 240 seconds]
p34nuts[m] has quit [Ping timeout: 246 seconds]
mborzecki has quit [Ping timeout: 265 seconds]
kayterina[m] has quit [Ping timeout: 265 seconds]
mrybczyn[m] has quit [Ping timeout: 265 seconds]
agherzan has quit [Ping timeout: 265 seconds]
glembo[m] has quit [Ping timeout: 265 seconds]
tomzy_0[m] has quit [Ping timeout: 248 seconds]
DasChaos[m] has quit [Ping timeout: 248 seconds]
Salamandar has quit [Ping timeout: 248 seconds]
lorenzog[m] has quit [Ping timeout: 265 seconds]
Peter[m]12 has quit [Ping timeout: 246 seconds]
perceval[m] has quit [Ping timeout: 246 seconds]
yudjinn[m] has quit [Ping timeout: 246 seconds]
Saur[m] has quit [Ping timeout: 246 seconds]
Niraj[m] has quit [Ping timeout: 246 seconds]
Ablu[m] has quit [Ping timeout: 246 seconds]
esben[m] has quit [Ping timeout: 246 seconds]
patersonc[m] has quit [Ping timeout: 246 seconds]
Entei[m] has quit [Ping timeout: 260 seconds]
ejoerns[m] has quit [Ping timeout: 260 seconds]
gstinocher[m] has quit [Ping timeout: 260 seconds]
khem has quit [Ping timeout: 260 seconds]
ramacassis[m] has quit [Ping timeout: 252 seconds]
MathiasKoch[m] has quit [Ping timeout: 264 seconds]
lrusak[m] has quit [Ping timeout: 264 seconds]
barath has quit [Ping timeout: 264 seconds]
ericson2314 has quit [Ping timeout: 265 seconds]
TRO[m] has quit [Ping timeout: 265 seconds]
cperon has quit [Ping timeout: 265 seconds]
berton[m] has quit [Ping timeout: 265 seconds]
thematrixpasswor has quit [Ping timeout: 256 seconds]
ebilizbelaziz[m] has quit [Ping timeout: 256 seconds]
Francesco[m] has quit [Ping timeout: 256 seconds]
fmartinsons[m] has quit [Ping timeout: 256 seconds]
KareemZarka[m] has quit [Ping timeout: 256 seconds]
shoragan[m] has quit [Ping timeout: 256 seconds]
gls_ has joined #yocto
gls_ has quit [Client Quit]
gls_ has joined #yocto
gls_ has quit [Client Quit]
gls_ has joined #yocto
gls_ has left #yocto [#yocto]
gls_ has joined #yocto
kayterina[m] has joined #yocto
gls_ has quit [Client Quit]
Spooster has joined #yocto
DasChaos[m] has joined #yocto
Spooster has quit [Ping timeout: 246 seconds]
patersonc[m] has joined #yocto
phako[m] has joined #yocto
cperon has joined #yocto
lorenzog[m] has joined #yocto
ramacassis[m] has joined #yocto
berton[m] has joined #yocto
TRO[m] has joined #yocto
perceval[m] has joined #yocto
yudjinn[m] has joined #yocto
Peter[m]12 has joined #yocto
Saur[m] has joined #yocto
thematrixpasswor has joined #yocto
KareemZarka[m] has joined #yocto
Francesco[m] has joined #yocto
p34nuts[m] has joined #yocto
ebilizbelaziz[m] has joined #yocto
Niraj[m] has joined #yocto
fmartinsons[m] has joined #yocto
khem has joined #yocto
MathiasKoch[m] has joined #yocto
gstinocher[m] has joined #yocto
glembo[m] has joined #yocto
mborzecki has joined #yocto
esben[m] has joined #yocto
tomzy_0[m] has joined #yocto
Ablu[m] has joined #yocto
agherzan has joined #yocto
Salamandar has joined #yocto
mrybczyn[m] has joined #yocto
prabhakarlad has joined #yocto
paulbarker has quit [Quit: The Lounge - https://thelounge.chat]
maoti__ has joined #yocto
jpuhlman has quit [Ping timeout: 250 seconds]
bps has joined #yocto
bps has joined #yocto
olani- has quit [Ping timeout: 248 seconds]
shoragan[m] has joined #yocto
seninha has joined #yocto
zhmylove has joined #yocto
ericson2314 has joined #yocto
lrusak[m] has joined #yocto
barath has joined #yocto
zhmylove has quit [Client Quit]
ejoerns[m] has joined #yocto
olani- has joined #yocto
Entei[m] has joined #yocto
paulbarker has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
Entei[m] has quit [Remote host closed the connection]
ejoerns[m] has quit [Remote host closed the connection]
ericson2314 has quit [Read error: Connection reset by peer]
lrusak[m] has quit [Remote host closed the connection]
barath has quit [Remote host closed the connection]
cperon has quit [Remote host closed the connection]
thematrixpasswor has quit [Read error: Connection reset by peer]
Salamandar has quit [Read error: Connection reset by peer]
Saur[m] has quit [Remote host closed the connection]
DasChaos[m] has quit [Write error: Connection reset by peer]
lorenzog[m] has quit [Read error: Connection reset by peer]
kayterina[m] has quit [Read error: Connection reset by peer]
fmartinsons[m] has quit [Read error: Connection reset by peer]
berton[m] has quit [Read error: Connection reset by peer]
tomzy_0[m] has quit [Read error: Connection reset by peer]
Ablu[m] has quit [Read error: Connection reset by peer]
phako[m] has quit [Write error: Connection reset by peer]
Niraj[m] has quit [Read error: Connection reset by peer]
Francesco[m] has quit [Read error: Connection reset by peer]
patersonc[m] has quit [Read error: Connection reset by peer]
mrybczyn[m] has quit [Remote host closed the connection]
ramacassis[m] has quit [Read error: Connection reset by peer]
Peter[m]12 has quit [Read error: Connection reset by peer]
shoragan[m] has quit [Write error: Connection reset by peer]
esben[m] has quit [Remote host closed the connection]
glembo[m] has quit [Remote host closed the connection]
yudjinn[m] has quit [Write error: Connection reset by peer]
p34nuts[m] has quit [Remote host closed the connection]
agherzan has quit [Remote host closed the connection]
ebilizbelaziz[m] has quit [Read error: Connection reset by peer]
TRO[m] has quit [Write error: Connection reset by peer]
mborzecki has quit [Read error: Connection reset by peer]
KareemZarka[m] has quit [Write error: Connection reset by peer]
MathiasKoch[m] has quit [Write error: Connection reset by peer]
gstinocher[m] has quit [Read error: Connection reset by peer]
perceval[m] has quit [Read error: Connection reset by peer]
khem has quit [Read error: Connection reset by peer]
khem has joined #yocto
yudjinn[m] has joined #yocto
ericson2314 has joined #yocto
DasChaos[m] has joined #yocto
lrusak[m] has joined #yocto
TRO[m] has joined #yocto
shoragan[m] has joined #yocto
mrybczyn[m] has joined #yocto
esben[m] has joined #yocto
gstinocher[m] has joined #yocto
Saur[m] has joined #yocto
barath has joined #yocto
Entei[m] has joined #yocto
ejoerns[m] has joined #yocto
berton[m] has joined #yocto
cperon has joined #yocto
perceval[m] has joined #yocto
glembo[m] has joined #yocto
kayterina[m] has joined #yocto
ramacassis[m] has joined #yocto
ebilizbelaziz[m] has joined #yocto
KareemZarka[m] has joined #yocto
Francesco[m] has joined #yocto
Peter[m]12 has joined #yocto
fmartinsons[m] has joined #yocto
tomzy_0[m] has joined #yocto
phako[m] has joined #yocto
thematrixpasswor has joined #yocto
MathiasKoch[m] has joined #yocto
p34nuts[m] has joined #yocto
Niraj[m] has joined #yocto
lorenzog[m] has joined #yocto
mborzecki has joined #yocto
agherzan has joined #yocto
davidinux has quit [Quit: WeeChat 3.5]
Salamandar has joined #yocto
patersonc[m] has joined #yocto
Ablu[m] has joined #yocto
old_guy has quit [Quit: Client closed]
rob_w has quit [Ping timeout: 240 seconds]
rob_w has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
kroon has quit [Quit: Leaving]
Spooster has joined #yocto
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__> paulbarker, yeah its complicated: (https://e2e.ti.com/support/processors-group/processors/f/processors-forum/729510/linux-processor-sdk-am335x-arago-image-with-qt) Somehow I managed couple of month ago to build the SDK for arago
<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]
sakoman has joined #yocto
thomas__ has quit [Ping timeout: 250 seconds]
xmn has joined #yocto
<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.
Spooster_ has joined #yocto
Spooster has quit [Ping timeout: 250 seconds]
<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?
nemik has quit [Ping timeout: 265 seconds]
nemik has joined #yocto
florian_kc has joined #yocto
sakoman has quit [Ping timeout: 240 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
tunahan has quit [Quit: tunahan]
tunahan has joined #yocto
sakoman has joined #yocto
sakoman has quit [Ping timeout: 276 seconds]
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!]
prabhakarlad has quit [Quit: Client closed]