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"
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
seninha has quit [Remote host closed the connection]
lexano has joined #yocto
sakoman has quit [Quit: Leaving.]
lexano has quit [Read error: Connection reset by peer]
lexano has joined #yocto
Estrella has quit [Ping timeout: 252 seconds]
camus has joined #yocto
camus1 has joined #yocto
camus has quit [Ping timeout: 252 seconds]
camus1 is now known as camus
Estrella has joined #yocto
Estrella has quit [Ping timeout: 252 seconds]
sakoman has joined #yocto
Estrella has joined #yocto
starblue has quit [Ping timeout: 255 seconds]
starblue has joined #yocto
Estrella has quit [Ping timeout: 260 seconds]
camus has quit [Ping timeout: 252 seconds]
camus has joined #yocto
Thorn has joined #yocto
Estrella has joined #yocto
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
AKN has joined #yocto
AKN_R has joined #yocto
AKN_R has quit [Remote host closed the connection]
AKN has quit [Remote host closed the connection]
AKN has joined #yocto
sakoman has quit [Quit: Leaving.]
Estrella has quit [Ping timeout: 268 seconds]
Guest33 has joined #yocto
Guest33 has quit [Client Quit]
Helina has joined #yocto
Helina has quit [Quit: Client closed]
Thorn has quit [Ping timeout: 252 seconds]
Guest56 has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
amitk_ has joined #yocto
Guest7093 has joined #yocto
Guest7093 has left #yocto [#yocto]
Guest56 has quit [Ping timeout: 260 seconds]
JaMa has quit [Quit: reboot]
goliath has joined #yocto
Thorn has joined #yocto
Thorn has quit [Client Quit]
rob_w has joined #yocto
JaMa has joined #yocto
Guest42 has joined #yocto
Thorn has joined #yocto
Guest42 has quit [Ping timeout: 260 seconds]
kuamr04033 has joined #yocto
kuamr04033 has quit [Client Quit]
goliath has quit [Quit: SIGSEGV]
xmn has quit [Ping timeout: 252 seconds]
Schlumpf has joined #yocto
mvlad has joined #yocto
mckoan|away is now known as mckoan
<mckoan> good morning
manuel1985 has joined #yocto
kroon has joined #yocto
frieder has joined #yocto
Thorn has quit [Ping timeout: 252 seconds]
zpfvo has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
Jham has joined #yocto
goliath has joined #yocto
gegir has joined #yocto
gegir has quit [Ping timeout: 260 seconds]
mvlad has quit [Remote host closed the connection]
gegir has joined #yocto
zpfvo1 has joined #yocto
zpfvo has quit [Ping timeout: 252 seconds]
<qschulz> DvorkinDmitry: shared workdir is not supported IIRC for multiconfig
lexano has quit [*.net *.split]
playback2396[m] has quit [*.net *.split]
Estrella_ has quit [*.net *.split]
ericson2314 has quit [*.net *.split]
esben[m] has quit [*.net *.split]
zbr_ has quit [*.net *.split]
yocton has quit [*.net *.split]
madisox has quit [*.net *.split]
mdp has quit [*.net *.split]
bradfa has quit [*.net *.split]
praneeth has quit [*.net *.split]
ldts has quit [*.net *.split]
diamondman has quit [*.net *.split]
karl has quit [*.net *.split]
olof has joined #yocto
praneeth has joined #yocto
madisox has joined #yocto
ldts has joined #yocto
diamondman has joined #yocto
bradfa has joined #yocto
mdp has joined #yocto
karl has joined #yocto
Estrella has joined #yocto
yocton has joined #yocto
esben[m] has joined #yocto
ericson2314 has joined #yocto
manuel__ has joined #yocto
manuel1985 has quit [Ping timeout: 260 seconds]
playback2396[m] has joined #yocto
ptsneves has joined #yocto
Thorn has joined #yocto
krissmaster has joined #yocto
leon-anavi has joined #yocto
krissmaster has quit [Ping timeout: 268 seconds]
mvlad has joined #yocto
grma has joined #yocto
<phako[m]> If I have a package for an out-of-tree kernelmodule, should it be enough to do MACHINE_EXTRA_RRECOMMENDS += "kernel-module-mymodule" or do I also add the package itself to one of the _INSTALL things?
<qschulz> phako[m]: it depends on the image yo're building
<qschulz> IMAGE_INSTALL needs to have MACHINE_EXTRA_RRECOMMENDS in there one way or another
<qschulz> that goes through via packagegroup-machine-base packagegroup
<qschulz> added by packagegroup-base packagegroup
<qschulz> which is in CORE_IMAGE_BASE_INSTALL in core-image.bbclass
<qschulz> added by default to IMAGE_INSTALL
<phako[m]> I am building core-image-minimal
<qschulz> but for example core-image-minimal defines this IMAGE_INSTALL
<qschulz> so you don't get it by default
<dacav> Hi. A colleague of mine is trying to get the git sha in the package version. He by assigning PV "1.0+git${SRCPV}", but bitbake won't be happy (sorting the hashes does not really work). I was suggesting to have the output of git describe instead. Is this already feasible?
<dacav> Sorry, I meant if it is already implemented
<qschulz> dacav: "bitbake won't be happy" why?
<qschulz> dacav: also, you should have access to SRCREV since you need to set it for git sources
<qschulz> so you can just strip it if you want
<phako[m]> ah thanks.
<dacav> qschulz: bitbake will complain about the versions going backwards. If this doesn't explain, I can try to get the effective error message and come back later (I don't have it under my nose)
<qschulz> dacav: ah yes. that.
<dacav> :)
<qschulz> you could probably use PR for this
<dacav> I think it has to do with the fact that the hash of a commit X might be sorted lexicographically before the sha of commit X+1
<qschulz> yeah
<dacav> So I was suggesting him to use `git describe`
* dacav checks PR
<qschulz> dacav: what would be the benefit of using git describe?
<dacav> qschulz: git describe will indicate the exact sha that has been built. It is defined as <tag>-<commits_count_after_tag>-<sha>, so it should be sortable in a reasonable way
<qschulz> dacav: well.. if you're based on the same git tag but different hash, you have the same issue again
<dacav> Correct. Mumble...
<dacav> This PR variable you suggested reminds me of "Epoch" in RPM world.
<Saur[m]> dacav: You want to have the PR server enabled.
* dacav reads about PR server...
<Saur[m]> It will automatically add .X to the PR where X is a number that is automatically increased with each new SRCREV.
<dacav> The thing is we are not (currently?) using packages besides for building the image (which is, I believe, by design).
<dacav> I don't think that having a service is an option: people build it locally, then on jenkins.
<dacav> How about this PKGV variable?
hcg has joined #yocto
florian_kc has joined #yocto
prabhakarlad has quit [Quit: Client closed]
florian__ has joined #yocto
<wyre> is there someway to list all available distros for some BSP?
<RP> dacav: rpm epoch is implemented as PE. The PR server knows how to increment PV to make git revisions work
<RP> dacav: if you're just using the images, disable the warning about PR going backwards
seninha has joined #yocto
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #yocto
bradfa has quit []
bradfa has joined #yocto
hcg has quit [Quit: Client closed]
xcm_ has joined #yocto
tlwoerner_ has joined #yocto
leonanavi has joined #yocto
jsandman5 has joined #yocto
seninha_ has joined #yocto
rfs613- has joined #yocto
wCPO0 has joined #yocto
mario-go` has joined #yocto
Bardon has joined #yocto
perdmann_ has joined #yocto
mcfrisk_ has joined #yocto
hsv_ has joined #yocto
neverpan1c has joined #yocto
eLmankku_ has joined #yocto
amitk__ has joined #yocto
ssmoogen has joined #yocto
zkrx has quit [Killed (NickServ (GHOST command used by zkrx_))]
krissmas1er has joined #yocto
ldericher_ has joined #yocto
zkrx has joined #yocto
seninha_ has quit [Ping timeout: 268 seconds]
seninha has quit [*.net *.split]
amitk_ has quit [*.net *.split]
leon-anavi has quit [*.net *.split]
rob_w has quit [*.net *.split]
Bardon_ has quit [*.net *.split]
beneth has quit [*.net *.split]
hsv has quit [*.net *.split]
ldericher has quit [*.net *.split]
tlwoerner has quit [*.net *.split]
mario-goulart has quit [*.net *.split]
jsandman has quit [*.net *.split]
dv_ has quit [*.net *.split]
wCPO has quit [*.net *.split]
npcomp has quit [*.net *.split]
rfs613 has quit [*.net *.split]
neverpanic has quit [*.net *.split]
smooge has quit [*.net *.split]
xcm has quit [*.net *.split]
perdmann has quit [*.net *.split]
eLmankku has quit [*.net *.split]
mcfrisk has quit [*.net *.split]
piie has quit [*.net *.split]
jsandman5 is now known as jsandman
wCPO0 is now known as wCPO
<dacav> RP: thanks for the hint. (Also, PR / PE, and you're RP! LOL)
<dacav> thank you all, as usual :)
piie has joined #yocto
rob_w has joined #yocto
dv_ has joined #yocto
npcomp has joined #yocto
hcg has joined #yocto
gegir has quit [Quit: Client closed]
azcraft has joined #yocto
neverpan1c is now known as neverpanic
Schlumpf has quit [Ping timeout: 260 seconds]
d-s-e has joined #yocto
mario-go` is now known as mario-goulart
mario-goulart has quit [Changing host]
mario-goulart has joined #yocto
BobPungartnik has joined #yocto
Schlumpf has joined #yocto
BobPungartnik has quit [Quit: Leaving]
prabhakarlad has joined #yocto
hcg has quit [Quit: Client closed]
amitk__ has quit [Ping timeout: 248 seconds]
dev1990 has joined #yocto
davidinux has joined #yocto
kroon has quit [Quit: Leaving]
<linex[m]> hello, has anyone experienced display problems with poky kirkstone and newer versions for the raspberrypi 4 ?
Estrella_ has joined #yocto
lexano has joined #yocto
<linex[m]> not really an issue I am wanting to debug, just checking if someone had experienced it aswell
davidinux has quit [Ping timeout: 260 seconds]
davidinux has joined #yocto
davidinux has quit [Client Quit]
sakoman has joined #yocto
davidinux has joined #yocto
gegir has joined #yocto
florian_kc is now known as florian
beneth has joined #yocto
xmn has joined #yocto
Guest33 has joined #yocto
Guest33 has quit [Quit: Client closed]
kscherer has joined #yocto
Schlumpf has quit [Quit: Client closed]
rob_w has quit [Quit: Leaving]
AKN has quit [Read error: Connection reset by peer]
Dracos-Carazza has quit [Ping timeout: 256 seconds]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
gegir has quit [Quit: Client closed]
nemik has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
davidinux has quit [Ping timeout: 264 seconds]
xmn_ has joined #yocto
xmn has quit [Ping timeout: 252 seconds]
xmn_ has quit [Client Quit]
davidinux has joined #yocto
xmn has joined #yocto
florian has quit [Quit: Ex-Chat]
gegir has joined #yocto
florian__ has quit [Ping timeout: 255 seconds]
rfs613- is now known as rfs613
goliath has quit [Quit: SIGSEGV]
prabhakarlad has quit [Quit: Client closed]
d-s-e has quit [Ping timeout: 264 seconds]
paulg has quit [Read error: Connection reset by peer]
xmn has quit [Ping timeout: 255 seconds]
<zeddii> I updated the morning and now I've seen a qemu-native task hung for 23 minutes, and the bitbake server not responding on retry. I'm killing off threads like I normally do, but I wanted to check and see if anyone else is seeing similar things.
xmn has joined #yocto
Schlumpf has joined #yocto
gegir has quit [Ping timeout: 260 seconds]
amitk_ has joined #yocto
zpfvo1 has quit [Ping timeout: 268 seconds]
zpfvo has joined #yocto
amitk has quit [Ping timeout: 248 seconds]
d-s-e has joined #yocto
paulg has joined #yocto
BrianL has joined #yocto
Schlumpf has quit [Quit: Client closed]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
<linex[m]> for a more general question: how would one require/include a file from another layer in a recipe ?
<linex[m]> relative paths are probably not the best option. I couldn
<linex[m]> find an example that does that
<zeddii> bitbake will search from the root of the layers it knows about.
<mckoan> linex[m]: use path relative to the layer
florian__ has joined #yocto
prabhakarlad has joined #yocto
<linex[m]> thank you!
d-s-e has quit [Quit: Konversation terminated!]
frieder has quit [Remote host closed the connection]
rossaroni has joined #yocto
florian__ has quit [Ping timeout: 252 seconds]
<rossaroni> hi, i have a IMAGE_POSTPROCESS_COMMAND that sometimes fails because it runs before the linux image with bundled initramfs is deployed, and it needs that file. i think (please correct me if wrong) that to fix this i should add my_task[depends] += "my-linux:do_deploy".but i'm not sure: should this be "virtual/linux:do_deploy", or "${PREFFERED_PROVIDER_virtual/linux}:do_deploy", or hard-coded
<rossaroni> "my-linux:do_deploy" ?
<rossaroni> whoops, i mean virtual/kernel
hcg has joined #yocto
brazuca has joined #yocto
<rossaroni> in fact i don't understand how this happens. my-image.do_build depends on my-linux.do_deploy, how can IMAGE_POSTPROCESS_COMMAND run before the initramfs-bundled kernel image is in the deploy dir?
manuel__ has quit [Ping timeout: 265 seconds]
zpfvo has quit [Quit: Leaving.]
ptsneves has quit [Ping timeout: 248 seconds]
mckoan is now known as mckoan|away
brazuca has quit [Quit: Client closed]
leonanavi has quit [Quit: Leaving]
florian__ has joined #yocto
otavio has quit [Ping timeout: 252 seconds]
otavio has joined #yocto
hcg has quit [Quit: Client closed]
prabhakarlad has quit [Quit: Client closed]
florian__ has quit [Ping timeout: 252 seconds]
Minvera has joined #yocto
BrianL has quit [Quit: Client closed]
ptsneves has joined #yocto
joekale[m] has joined #yocto
ptsneves has quit [Read error: Connection reset by peer]
ptsneves has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
<tlwoerner_> if recipe abc PROVIDES xyz, is there a way inside the recipe to determine if it was called as abc or as xyz?
leon-anavi has joined #yocto
leon-anavi has quit [Remote host closed the connection]
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
brazuca has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
florian__ has joined #yocto
Estrella_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Estrella_ has joined #yocto
brazuca has quit [Quit: Client closed]
invalidopcode1 has quit [Remote host closed the connection]
invalidopcode1 has joined #yocto
seninha has joined #yocto
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #yocto
mvlad has quit [Quit: Leaving]
goliath has joined #yocto
<JPEW> tlwoerner: PROVIDES is build time, so no? since the abc would be built before what ever was DEPENDS on it (unless you mean RPROVIDES)
DvorkinDmitry has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
BrianL has joined #yocto
prabhakarlad has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
Minvera has quit [Remote host closed the connection]
kscherer has quit [Quit: Konversation terminated!]
Herrie has quit [Ping timeout: 265 seconds]
Herrie has joined #yocto
florian__ has quit [Ping timeout: 252 seconds]
<RP> tlwoerner: if that becomes an issue the recipe doesn't provide both
florian__ has joined #yocto
odra has joined #yocto
florian__ has quit [Ping timeout: 252 seconds]
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
azcraft has quit [Read error: Connection reset by peer]
camus has quit [Remote host closed the connection]
camus has joined #yocto
ccf has joined #yocto
<ccf> Ahoj, how to keep the source and build artefacts in build/tmp/work ... I just want to see the kernel sourcecode there too. Is it a local.conf setting ?