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.05) May 17 - 19, 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"
seninha has quit [Ping timeout: 276 seconds]
seninha has joined #yocto
goliath has quit [Quit: SIGSEGV]
BobPungartnik has joined #yocto
BobPungartnik has quit [Client Quit]
Guest7 has joined #yocto
seninha has quit [Remote host closed the connection]
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
xmn has quit [Remote host closed the connection]
xmn has joined #yocto
Guest7 has quit [Quit: Connection closed]
Circuitsoft has quit [Quit: Connection closed for inactivity]
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
rsalveti has quit [Quit: Connection closed for inactivity]
sakoman has quit [Quit: Leaving.]
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
kroon has joined #yocto
kroon has quit [Client Quit]
mvlad has joined #yocto
alejandrohs has quit [Ping timeout: 246 seconds]
alejandrohs has joined #yocto
kroon has joined #yocto
thomas__ has joined #yocto
amahnui1 has joined #yocto
Wouter0100 has quit [Remote host closed the connection]
Wouter0100 has joined #yocto
<LetoThe2nd> yo dudX
<mihai> yo
leon-anavi has joined #yocto
ptsneves has joined #yocto
<ptsneves> is yocto mostly used in Europe? I looked at the IRC chat logs and there is activity mostly on European working hours.
rfuentess has joined #yocto
lexano has quit [Ping timeout: 248 seconds]
<landgraf> ptsneves: or IRC is mostly used in Europe :)
lexano has joined #yocto
<kanavin> or certain key people are living in Europe
<ptsneves> quite interesting as most things tech are US dominated. Happy to hear
<kanavin> us big tech dominated :)
<kanavin> we're a diverse bunch of misfits and there's no single company dominating the projects, which is a good thing
<kanavin> open source the way it should be
<kanavin> *diverse as in working for different companies. Cultural diversity is similar to elsewhere, sadly.
kranzo has joined #yocto
<kranzo> Hi all,
<kranzo> im back to porting stuff to kirkstone,
<kranzo> till now we use non-moving tags as SRC_REF, i.e git fetcher with tag=v${PV}, but that breaks in 4.0 with the hint for [...] doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE)
<kranzo> what is the correct way of using tags right now, and i'm aware that this is not fixed by default etc but thats not a problem in my env :)
xmn has quit [Quit: ZZZzzz…]
<JaMa> set the matching sha in SRCREV
<kranzo> that is just avoiding tags, not using them. there is no reason for a tag if i need to set the sha
<JaMa> in webOS we use bbclass which checks that the sha really matches with the tag which is used to form PV
<JaMa> tags are still useful for versioning
<kranzo> but effectively i still hit the network with this approach and i have to edit sha and tag?
<JaMa> with webis_enhanced_submission.bbclass no, it leaves bitbake fetcher do its job in do_fetch and just checks that the tag was fetched with the sha (it wont detect if the tag gets moved in the repo later)
PaowZ has quit [Read error: Connection reset by peer]
PaowZ has joined #yocto
<JaMa> but that's good enough for us, it's just to enforce versioning scheme in our repos and preventing devs accidentally changing just PV or just SRCREV
<kranzo> even https://docs.yoctoproject.org/bitbake/2.0/bitbake-user-manual/bitbake-user-manual-fetching.html?highlight=fetcher#git-fetcher-git is providing an example with tag=${PV} so i understand what broke that, but i cant get it working again :)
<JaMa> true documentation should be updated
<kranzo> yeah i see the benefits but not using tags will hit our workflow pretty hard:/
<qschulz> JaMa: it was not meant to break tags, so I assume we need to fix the code more than the dpcs
<JaMa> accessing network every single time the recipe is parsed was hitting your git servers pretty hard as well
Bardon has quit [Ping timeout: 260 seconds]
<JaMa> qschulz: but recommending tags in example is bad, it should rather explain why it is bad to use them
<kranzo> true, i'm happy to avoid that but right now it should be my choice, the warning is there for a good reason
<JaMa> do you have SRCPV in PV?
<kranzo> no PV is inherited from the recipe name and tag/ref is set to ${PV}
<JaMa> appending it to PV should resolve the error IIRC
Bardon has joined #yocto
<qschulz> JaMa: patches welcome, we do say that tags require network access and that that's why they aren't often used
<landgraf> There was a bug with do_unpack trying to access the network for resolving tags
<JaMa> otherwise you would need do_fetch[depends] += "SRCREV_foo" for recipes with multiple repos to make sure they are rebuilt when just this sha is changed
<JaMa> that is not a bug, but feature, right, it can cache the result but it will always git ls-remote at least once to resolve tag names to sha
Bardon has quit [Ping timeout: 248 seconds]
<JaMa> with most repos in gerrit we had to add git mirror in front of it to avoid trashing it with ls-remote, before stopping to use tag names in SRC_URI back in 2013 or so
<kranzo> PV:append = "${SRCPV}" leads to
<kranzo> The variable dependency chain for the failure is: SRCPV -> PV -> SRC_URI -> SRCPV -> PV -> BP -> FILESPATH
<kranzo> give me a hint how you would append it?
<JaMa> what is in your FILEPATH?
<JaMa> gtg
<kranzo> default values only
<kranzo> thx anyway :)
ThomasRoos has joined #yocto
Guest67 has joined #yocto
<Guest67> hi everyone.
<Guest67> im trying to find a recipe for tailscale, but i couldnt find it anywhere. actually, someone shared the recipe in yocto mail, but i think he was getting an error. i couldnt find it in the meta-openembedded/meta-networking repo. any suggestions? i can try to write it myself, but im not at that level yet and im in a hurry.
nemik has quit [Ping timeout: 240 seconds]
tnovotny has joined #yocto
nemik has joined #yocto
davidinux has joined #yocto
<qschulz> no recipe available to our knowledge
<qschulz> Try googling, otherwise you'll have to write it yourself or contract someone to do it for you
<Guest67> qschulz thank you.
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
tnovotny has quit [Remote host closed the connection]
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
vladest has quit [Ping timeout: 260 seconds]
vladest has joined #yocto
<ThomasRoos> Hi, is there an simple command to list all recipes from a meta layer? devtool search "" shows all recipes, but I want that just for one layer.
Bardon has joined #yocto
davidinux has quit [Ping timeout: 248 seconds]
<qschulz> ThomasRoos: find -name "*.bb" ?
<ThomasRoos> yes, that is what I'm actually doing. But was thinking of something that's included in a yocto tool...
davidinux has joined #yocto
<smurray> ThomasRoos: bitbake-layers show-recipes -l <layer>
<ThomasRoos> cool - thank you!
<qschulz> Congrats on the 3.4.4 release \o/
<qschulz> This is the last one for Honister right?
Bardon_ has joined #yocto
Bardon has quit [Ping timeout: 248 seconds]
davidinux has quit [Ping timeout: 248 seconds]
Perceval[m] has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
florian_kc has joined #yocto
<ptsneves> smurray created mini post based on your answer: https://cenains.blog/2022/05/13/find-all-the-recipes-a-yocto-layer/
starblue has quit [Ping timeout: 240 seconds]
starblue has joined #yocto
Guest67 has quit [Quit: Client closed]
<RP> qschulz: might be one more, not sure what Anuj has in mind but I did see more patches recently
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
<qschulz> RP: not marking as EOL then :)
bkl has joined #yocto
<RP> qschulz: we're nearly there
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
bkl has left #yocto [#yocto]
amahnui1 has quit [Quit: Connection closed for inactivity]
ThomasRoos has quit [Quit: Leaving]
ThomasRoos has joined #yocto
ThomasRoos has quit [Remote host closed the connection]
ThomasRoos has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
xmn has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Bardon_ has quit [Ping timeout: 248 seconds]
Bardon has joined #yocto
sheilabillytoken has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Guest7 has joined #yocto
janibala has joined #yocto
thomas__ has quit [Ping timeout: 248 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
Guest7 has quit [Quit: Connection closed]
kroon has quit [Quit: Leaving]
kroon has joined #yocto
Bardon_ has joined #yocto
Bardon has quit [Ping timeout: 248 seconds]
ilunev has joined #yocto
seninha has joined #yocto
tomzy_0 has joined #yocto
<tomzy_0> Hello
<tomzy_0> Having some problems with setting passwords for users since the honister release
<tomzy_0> I am trying to follow the documentation https://docs.yoctoproject.org/singleindex.html#extrausers-bbclass
<tomzy_0> Lets say I would like to use password test1
<tomzy_0> That mean that I would need to just run `printf "%q" $(mkpasswd -m sha256crypt test1)` on my host PC
florian_kc has quit [Ping timeout: 252 seconds]
<tomzy_0> which gives me `\$5\$uxBzhnOyy\$dSRV.bu8.EozZjR1K0bpuyXFk8I73HiZPjQ22zmg9k9`
<tomzy_0> Save it to some variable, e.g. `ROOT_PASSWD = "\$5\$uxBzhnOyy\$dSRV.bu8.EozZjR1K0bpuyXFk8I73HiZPjQ22zmg9k9"`
<tomzy_0> And use it in image recipe like that?
<tomzy_0> ```
<tomzy_0> inherit extrausers
<tomzy_0> EXTRA_USERS_PARAMS = "usermod -p '${ROOT_PASSWD}' root;"
<tomzy_0> ```
<tomzy_0> Now, I want to log in to my platform with `root` and `test1` but it is not working, I am unable to log in. What obvious thing I am missing? :/
kroon has quit [Quit: Leaving]
<tomzy_0> Did anyone try to set root passwords after Kirkstone release?
<kranzo> I think tag-name inheritance from PV is just broken right now:/   sadly im not sure were to start fixing that.
janibala has quit [Remote host closed the connection]
pgowda_ has joined #yocto
kranzo has quit [Quit: Client closed]
<mihai> tomzy_0, same here, try using PASSWD variable name as exampled in the documentation
<mihai> it might be a bug there, haven't dug to figure it out
<tomzy_0> mihai: will try that, thanks!
<mihai> tomzy_0, yw
ilunev has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bardon_ has quit [Ping timeout: 240 seconds]
LocutusOfBorg has quit [Ping timeout: 256 seconds]
<ptsneves>  https://lists.yoctoproject.org/g/poky/message/12779 this patch actually fixed the broken /etc/build on dunfell for me
LocutusOfBorg has joined #yocto
<ptsneves> Hey Yocto maintainers is there any board you would like to run tests on, but you do not have? I have a budget of about 200 euros for such a board.
<rburton> are you offering to buy a board for eg Wind River to test on? or to donate a board to a developer to use?
ilunev has joined #yocto
Tokamak has quit [Ping timeout: 240 seconds]
Tokamak has joined #yocto
Bardon has joined #yocto
seninha has quit [Quit: Leaving]
seninha has joined #yocto
sakoman has joined #yocto
mrnuke has quit [Ping timeout: 276 seconds]
<ptsneves> i was thinking for the linux foundation
<ptsneves> or for the official yocto CI
mrnuke has joined #yocto
Tokamak_ has joined #yocto
Bardon has quit [Ping timeout: 240 seconds]
Tokamak has quit [Ping timeout: 256 seconds]
ThomasRoos has quit [Remote host closed the connection]
Bardon has joined #yocto
<rburton> ptsneves: the autobuilder doesn't have any boards
<rburton> intel and windriver perform QA on real boards
<ptsneves> thanks. and where are these results published_
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<seninha> Hi, I generated a image for an Intel Elkhart Lake cpu according to the intel document[1. I flashed the image on a usb stick and it boots on the
<seninha> ... on my desktop, but does not boot on the Elkhart Lake SOC
<seninha> It freezes on a "EFI stub: Loaded initrd from command line option" screen
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<sheilabillytoken> I'll help 10 people on how to earn $20,000 within 72 hours but you will pay me 10% of your profit when you receive it.
<sheilabillytoken> Note: only interested people should apply, drop a message let's get started join the chat room by clicking link
<sheilabillytoken> 👇👇👇👇👇👇👇👇 https://t.me/+TGide6vQ554mNgRY
<seninha> sounds legit
<neverpanic> totally
ecdhe has joined #yocto
<seninha> Has anyone here used Intel's Elkhart Lake Board?
<seninha> I generated a image according to intel's guide but I cannot initialize it on the board, only on my desktop.
<seninha> It boots on both, it enters the GRUB (I think it's GRUB) on the board, and then after selecting to boot Linux, it freezes with that message.
<ptsneves> seninha i do not think anybody knows how to help you currently
ilunev has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<sheilabillytoken> I'll help 10 people on how to earn $20,000 within 72 hours but you will pay me 10% of your profit when you receive it.
<sheilabillytoken> Note: only interested people should apply, drop a message let's get started join the chat room by clicking link
<sheilabillytoken> 👇👇👇👇👇👇👇👇 https://t.me/+TGide6vQ554mNgRY
florian_kc has joined #yocto
ardo has quit [Ping timeout: 240 seconds]
ardo has joined #yocto
PaowZ has quit [Ping timeout: 240 seconds]
pgowda_ has quit [Quit: Connection closed for inactivity]
ardo has quit [Read error: Connection reset by peer]
florian_kc has quit [Ping timeout: 260 seconds]
ardo has joined #yocto
florian has quit [Quit: Ex-Chat]
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
ptsneves has quit [Ping timeout: 252 seconds]
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
<Guest87> where would i find a definition for the package gstreamer1.0-plugins-ugly-meta ?
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
<qschulz> I got a longer slot than last year for my presentation but stupid me added 10 more slides... Which showed that the template wasn't ready to display more than 100 in the slide number :D
<qschulz> this the recipe building the package (havne't checked but the name prefix checks out)
<Guest87> qschulz: thank you
<qschulz> Guest87: oe-pkgdata-util can tell you from which recipe is a package built
<qschulz> oe-pkgdata-util lookup-recipe <pkg>
Tokamak_ has quit [Quit: Textual IRC Client: www.textualapp.com]
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
rfuentess has quit [Remote host closed the connection]
alicef has quit [Quit: install gentoo]
ardo has quit [Read error: Connection reset by peer]
ardo has joined #yocto
alicef has joined #yocto
leon-anavi has quit [Quit: Leaving]
gchamp has joined #yocto
florian_kc has joined #yocto
florian_kc has quit [Ping timeout: 248 seconds]
R0b0t1 has quit [Quit: WeeChat 3.5-dev]
prabhakarlad has joined #yocto
<cambrian_invader> is it allowed to add an image conversion command which depends on a package not in oe-core/meta?
<cambrian_invader> or perhaps the layer.conf should append to IMAGE_CLASSES with a new bbclass that just defines the conversion commands?
<rburton> the layer can depend on the other layer
<rburton> anyway layer.conf shouldn't be touching IMAGE_CLASSES
<cambrian_invader> well, it's just a conversion command, so it wouldn't do anything unless you added the appropriate suffix
<cambrian_invader> this would be much easier if there was a bbclassappend
davidinux has joined #yocto
ecdhe has quit [Read error: Connection reset by peer]
davidinux has quit [Ping timeout: 248 seconds]
davidinux has joined #yocto
Andrew42 has joined #yocto
<Andrew42> Hello, I have a question about COREBASE_FILES variable with Yocto. I was wondering if there is an equivalent variable for layers other than poky. I'm trying to add a file to the ext sdk that isn't in a layer.
<Andrew42> The file i'm interested in is the EULA.txt from the meta-imx layer
<moto-timo> zeddii: IRC works too
<zeddii> moto-timo: i'm heading out for a while now, but I'll be back in and poking at things late tonight and can continue through the weekend.
<moto-timo> zeddii: no problem. I have an appointment soon as well. I appreciate any insight to this quagmire.
* moto-timo shakes fist: "This used to work!"
goliath has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
Andrew42 has quit [Quit: Client closed]
<cambrian_invader> how is oe-run-native supposed to work?
<cambrian_invader> from what I can tell, it only adds the recipe's sysroot to the path
<cambrian_invader> and in particular, binaries which the recipe creates are *not* present
<cambrian_invader> in particular, I would expect sysroot-destdir to be added to the PATH
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
<cambrian_invader> oh, you have to run addto_recipe_sysroot
<cambrian_invader> interesting
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
florian_kc has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
Vonter has quit [Ping timeout: 248 seconds]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
adrian__ has quit [Ping timeout: 276 seconds]
mvlad has quit [Remote host closed the connection]
<zeddii> moto-timo: ping
florian_kc has quit [Ping timeout: 260 seconds]
florian_kc has joined #yocto
<moto-timo> zeddii: still need to figure out the other one… let me get the vm into that state.
<zeddii> moto-timo: sounds good. drop me an email and I'll have a look.
<moto-timo> zeddii: you scared the VM into behaving. Suddenly the kernel module workflow from lab3 also works.
GNUmoon2 has quit [Remote host closed the connection]
GNUmoon2 has joined #yocto
seninha has quit [Ping timeout: 240 seconds]
<zeddii> w00t
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
goliath has quit [Quit: SIGSEGV]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
seninha has joined #yocto