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"
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
dlan_ is now known as dlan
rber|res has joined #yocto
rber__ has quit [Ping timeout: 260 seconds]
seninha has joined #yocto
seninha has quit [Remote host closed the connection]
seninha has joined #yocto
camus has quit [Read error: Connection reset by peer]
camus has joined #yocto
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #yocto
seninha has quit [Remote host closed the connection]
pbsds has quit [Quit: The Lounge - https://thelounge.chat]
pbsds has joined #yocto
paulg has quit [Ping timeout: 268 seconds]
wooosaiiii has quit [Ping timeout: 248 seconds]
wooosaiiii has joined #yocto
amitk has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
sakoman has quit [Quit: Leaving.]
<kanavin> rburton, me me me!
kanavin has quit [Quit: Leaving]
kanavin has joined #yocto
alessioigor has joined #yocto
alessioigor has quit [Client Quit]
davidinux has quit [Ping timeout: 260 seconds]
davidinux has joined #yocto
leon-anavi has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
thomasd13 has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
mihai- is now known as mihai
<jclsn[m]> Morning guys
<jclsn[m]> I just wondered: How come that Yocto doesn't have a mascot?
<jclsn[m]> I was thinking of a giant octopus with several tools in his tentacles :D
<jclsn[m]> Yocto the Octo
<jclsn[m]> Yes, I am a grown up man
ptsneves has joined #yocto
Guest2237 has joined #yocto
Guest2237 has quit [Client Quit]
Guest2237 has joined #yocto
Schlumpf has joined #yocto
florian has joined #yocto
tre has joined #yocto
dev1990 has joined #yocto
dev1990 has quit [Quit: Konversation terminated!]
tnovotny has joined #yocto
xmn_ has quit [Ping timeout: 248 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<qschulz> hushmone1: you cannot have overrides for varflags, so that's not possible
<qschulz> hushmone1: I assume you could have a bbappend with SRC_URI[sha256sum] = "${HDF_SHA256SUM}" and define this hash in your machine conf file
camus1 has joined #yocto
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
<kanavin> jclsn[m], that'd be awesome! but who can draw it?
florian_kc has joined #yocto
<kanavin> and no need to apologize, people acting 'professionally' all the time are more suspect really
<rburton> jclsn[m]: historically, it does https://flickr.com/photos/mallum/2916137148/
<rburton> kanavin: awesome be good to catch up
tnovotny has quit [Remote host closed the connection]
<kayterina[m]> dall-e? "make an octapus using tools in each tentacle"
<kanavin> rburton, I posted on linked in about it:
<kayterina[m]> "replace tools with teddy bears"
<kanavin> "Ta-daa! My schedule is already fully packed with exciting talks, presentations and keynotes.
<kanavin> ...haha, not really. Or really not. The most value these events provide is in the 'hallway track', where you simply hang out with a snack and a drink (Dublin, I count on you!) and meet people. See you there?"
chrysh has joined #yocto
<rburton> kanavin: my last conference in dublin was in trinity college, which was an amazing venue. a boring conference hotel is just a bit meh really.
<kanavin> rburton, I think it's a conference center, but yes
<chrysh> Hello everyone! Do you guys know, should content from sysroots-components end up in the rootfs?
<kanavin> chrysh, no. that content is for building other recipes that depend on it
<jclsn[m]> rburton: Does any one hold on to that?
<kanavin> rootfs is composed from packages via a gigantic package manager transaction
<jclsn[m]> I was thinking of a mascot, which also serves as a logo
<rburton> jclsn[m]: i've a couple
<kanavin> yoctopus is a cool idea
<jclsn[m]> It bugs me that there is not logo on my Firefox tab when I have Yocto pages open
<jclsn[m]> There should be some kind of Yocto icon
<jclsn[m]> Maybe I will draw one when my X1 Yoga has arrived :P
<chrysh> kanavin: So should I be able to find my mylib.so file and symbolic link to it in the rootfs folder after do_install task of the mylib recipe?
<jclsn[m]> <kanavin> "yoctopus is a cool idea" <- Thought so :)
dmoseley has quit [Quit: ZNC 1.8.2 - https://znc.in]
dmoseley has joined #yocto
<jclsn[m]> rburton: What else do you have?
<kanavin> chrysh, not really. do_install executes 'make install' with a recipe-specific destination. Then that destination is used by two independent tasks running in parallel. do_populate_sysroot further copies items needed for building dependencies, and do_package creates packages out of the same items.
<kanavin> chrysh, to get those packages into a rootfs, you need to list them in your image recipe
<kanavin> (unless they get pulled in though package dependencies, and libraries usually do - if you need to list them explicitly, something might be wrong)
mvlad has joined #yocto
<chrysh> kanavin: I am still not sure, after which step should the content of ./tmp-glibc/sysroots-components/aarch64/mylib end up in the the rootfs/ folder ?
<kanavin> chrysh, that content never ends up in the rootfs
<kanavin> it's only for building other recipes
<Hutchinson[m]1> Hello, Are you interested in making $1,500 plus additional $500 for diligence and hardwork in two weeks (legit) by sparing just 15/30 minutes of your time every 48hrs without no start up fee ? If yes get back to me for more details
<chrysh> kanavin: But oe_soinstall is the right thing to use to get my precompiled .so file into the rootfs, right?
DarkKnight has joined #yocto
<DarkKnight> Is there a way that I can generate eSDK for only one recipe? I need to deliver an eSDK for compiling java sources with Open JDK8 to customer.
neverpan1c is now known as neverpanic
pasherring has joined #yocto
<pasherring> Hey all. Is there a way to ask bitbake to run commands for all variants of a given recipe? I noticed that if I bitbake -c cleanall recipe, recipe-native will not be affected, for instance.
DarkKnight has quit [Quit: Client closed]
<pasherring> (not sure if the "variant" naming is technically correct though :)
<pasherring> Ah, and this is a farily old bitbake release (1.32, morty/rdk), not sure if the behavior is already changed
<chrysh> qschulz: Thanks! I saw that, but I still don't see how my changes will end up in the rootfs. oe_soinstall only puts my lib into ./tmp-glibc/sysroots-components/aarch64/, but the next step of copying those files into the rootfs never happens
<qschulz> -also
<qschulz> since you have unversioned libraries
<qschulz> the issue is that .so files are typically symlinks (that's what Bitbake expects) and make it to the -dev package
<qschulz> the -dev package is not installed except if explicitly added to your image
<qschulz> so we need to tell Bitbake to put the .so file into the "normal" package
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
<chrysh> so the steps are actually bitbake -c install mylib, then bitbake -c package myimage, bitbake -c rootfs myimage?
<chrysh> qschulz: and also, if I create a test directory in do_install install -m 0755 -d ${D}${libdir}/abcdtest, this will also never make it into the rootfs?
<LetoTheII> yo dudX
florian_kc has quit [Ping timeout: 252 seconds]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
LetoTheII is now known as LetoThe2nd
camus has quit [Quit: camus]
camus has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
tnovotny has joined #yocto
<chrysh> qschulz: In any case, it worked! Thanks a lot!
jakew009 has joined #yocto
florian_kc has joined #yocto
<jakew009> Can anyone point me in the right direction of how I include an "extra" with a pypi package?
<jakew009> For instance, if the pip install string is `pip install --upgrade 'sentry-sdk[flask]'`
<jakew009> How do I do this in a recipe?
<jakew009> I am guessing maybe `PYPI_PACKAGE = "sentry-sdk[flask]"`?
<qschulz> chrysh: bitbake my-image should be plenty enough
<qschulz> chrysh: probably not without adding it to FILES:${PN}
Guest2237 has quit [Quit: Client closed]
<jakew009> Answered my own question, all the extra flag does is install python3-blinker https://github.com/getsentry/sentry-python/blob/master/setup.py#L47
<jclsn[m]> Was just messing a bit around with Inkscape
<jclsn[m]> If someone wants to continue
<jclsn[m]> Maybe add some tools or something
<jclsn[m]> But I guess a logo should not be too playful
<jclsn[m]> I think an Octopus is a suitable analogy, since Bitbake does so many things in parallel
<jclsn[m]> Anyway let me know what you think about it
ente` has joined #yocto
beneth has quit [Read error: Connection reset by peer]
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
davidinux has quit [Ping timeout: 252 seconds]
<mihai> jclsn[m]: reminds me of Marvel Hydra
<mihai> :))
<chrysh> qschulz: muchas gracias!
<jclsn[m]> <mihai> "https://static.wikia.nocookie...." <- Maybe it is too evil haha
<jclsn[m]> I am still too stupid to use this overlayfs.bbclass btw ^^
thomasd13 has quit [Ping timeout: 260 seconds]
<jclsn[m]> I want to overlay /var/lib with /data/var/lib as upper directory
<jclsn[m]> So I am trying
<jclsn[m]> OVERLAYFS_MOUNT_POINT[var-lib] = "/data/var/lib"
<jclsn[m]> in the machine.conf
<sotaoverride> reposting my link incase someone wants to help me understand exactly why this happens. Apparently bitbake -c clean <recipe_name> got rid of the error. bitbake -c clean rpb-bi-image
<jclsn[m]> sotaoverride: Because you are cleaning the work directory with that command
<sotaoverride> I cant figure where / what in that error log is indicative of the error being a work dir error. I just stumbled upon that fix on stackoverflow. Trying to figure out what made it happen etc
jakew009 has quit [Quit: Client closed]
<jclsn[m]> sotaoverride: No idea. I thought the command solved the error
<sotaoverride> jclsn[m]: it did solve it, but I was just trying to figure out an explanation as to how/why...
<qschulz> jclsn[m]: DISTRO_FEATURES need to be modified in configuration files
<qschulz> jclsn[m]: ah my bad, that's your machine conf file
<qschulz> is it actually possible to inherit overlayfs in a conf file? I don't think so?
<qschulz> aaah
<qschulz> damn matrix splitting the message in two
<jclsn[m]> qschulz: No idea if that is even necessary
<jclsn[m]> But without that nothing happens
<jclsn[m]> With those added it complains about var-lib.mount and var-lib-systemd.mount missing
<jclsn[m]> In the description it says
<jclsn[m]> The class assumes you have a data.mount systemd unit defined in your
<jclsn[m]> systemd-machine-units recipe and installed to the image.
<jclsn[m]> No idea what is meant by that
<jclsn[m]> systemd-machine-units.bb look pretty empty to me
<jclsn[m]> Could also not find a documenation on it
<jclsn[m]> I also thought that this recipe creates those systemd units
<jclsn[m]> It is really not well documented. I would like to understand it and update the documentation for the class
<jclsn[m]> Using an overlayfs manually in /etc/fstab did indeed solve my issue
<jclsn[m]> and this recipe automatically creates the mount points for upper and workdir etc, which is nice
<jclsn[m]> Ah yes I guess the only thing missing are those mount units
<jclsn[m]> Will figure that out on Monday
<jclsn[m]> Have a nice weekend guys
<landgraf> jclsn[m]: I've not read entire conversation but you can take a look here https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/blob/kirkstone/meta-oniro-core/classes/writables.bbclass for an inspiration how to deal with mount units and readonly rootfs
<jclsn[m]> landgraf: Looks nice
<jclsn[m]> Will look at it next week
<jclsn[m]> Thanks
pasherring has quit [Quit: Leaving]
florian_kc has quit [Ping timeout: 268 seconds]
xmn has joined #yocto
seninha has joined #yocto
paulg has joined #yocto
sakoman has joined #yocto
tnovotny has quit [Quit: Leaving]
brazuca has quit [Ping timeout: 252 seconds]
florian_kc has joined #yocto
Schlumpf has quit [Quit: Client closed]
brazuca has joined #yocto
rsalveti has joined #yocto
leon-anavi has quit [Quit: Leaving]
_wmills has joined #yocto
wmills has quit [Ping timeout: 252 seconds]
tre has quit [Remote host closed the connection]
florian has quit [Quit: Ex-Chat]
<kergoth> hash style compatibility breaking abi. oops.
<kergoth> lack of, that is
florian_kc has quit [Ping timeout: 260 seconds]
<hushmone1> qschulz: lol thanks, i forgot to check back here and that is what i ended up doing, with exactly the same name even
hushmone1 is now known as hushmoney
justDeez is now known as justache
fabatera[m] has quit [Quit: You have been kicked for being idle]
kscherer has joined #yocto
<vvn> wic create an extended mbr partition of 1.2G size, overlapping with following partitions. Why and how to prevent/fix that?
<vvn> ok I get it, it has to overlap in order to contain the following partition, thus in order to resize the last partition, one must resize the extended partition first then the last partition, that makes sense.
pasherring has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<pasherring> Hey there! Is there any trick to get the ${AUTOREV} SRCREV to work while working with a git local repository? I have a recipe with SRC_URI = "git:///path/to/local/git/;protocol=file;branch=branch-name". Setting SRCREV = "${AUTOREV}", the behavior depends if I am using local repo, or if I am using remote repo (as in git://url)
brazuca has quit [Quit: Client closed]
ecdhe has quit [Read error: Connection reset by peer]
ecdhe has joined #yocto
sotaoverride has quit [Ping timeout: 248 seconds]
sotaoverride has joined #yocto
Starfoxxes has quit [Ping timeout: 255 seconds]
Starfoxxes has joined #yocto
florian_kc has joined #yocto
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
florian_kc has quit [Ping timeout: 260 seconds]
dtometzki has quit [Quit: ZNC 1.8.2 - https://znc.in]
sotaoverride has quit [Read error: Connection reset by peer]
<pasherring> vvn, thanks! but, browsing documentation, just found "usehead" argument that at least for now, fixed the behavior :)
vladest has quit [Quit: vladest]
Minvera has joined #yocto
vladest has joined #yocto
sotaoverride has joined #yocto
vladest has quit [Client Quit]
vladest has joined #yocto
<pasherring> Ops, apparently it only worked once... I guess I have to move to externalsrc really :(
pasherring has quit [Quit: Leaving]
davidinux has joined #yocto
amitk has quit [Ping timeout: 268 seconds]
<sotaoverride> cmake-native_3.16.5.bb is givng me some undefined reference to `cmGeneratorTarget::GetName[abi:cxx11]() const' errors
<sotaoverride> someone help me out. Happy to share complete logs!
beneth has joined #yocto
seninha has quit [Ping timeout: 268 seconds]
dtometzki has joined #yocto
florian_kc has joined #yocto
seninha has joined #yocto
paulg has quit [Ping timeout: 260 seconds]
paulg has joined #yocto
cmtptr has joined #yocto
<cmtptr> what is the preferred channel to contribute patches for runqemu? i would like to fill out the setup_net_bridge() function a little
Vonter has quit [Ping timeout: 248 seconds]
mvlad has quit [Remote host closed the connection]
brazuca has joined #yocto
Minvera has quit [Remote host closed the connection]
davidinux has quit [Quit: WeeChat 2.8]
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
<rburton> cmtptr: patches to openembedded-core@lists.openembedded.org
davidinux has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
davidinux has quit [Quit: WeeChat 3.5]
<vvn> is it ok to add RDEPENDS:${PN} += "some-package" to base-files?
davidinux has joined #yocto
<cmtptr> rburton, ok than you
falk0n[m] has joined #yocto
xmn has quit [Ping timeout: 260 seconds]
cmtptr has quit [Quit: leaving]
florian_kc has quit [Ping timeout: 260 seconds]
florian_kc has joined #yocto
davidinux has quit [Ping timeout: 268 seconds]
usva_td has joined #yocto
<usva_td> hello I'm looking for helṕ... I'm buidling a yocto recipe for mozjs68.2 so first question does anyone know if one exists?
florian_kc has quit [Ping timeout: 260 seconds]
vvn has quit [Quit: WeeChat 3.6]
usva_td has quit [Quit: Leaving]
usva_td has joined #yocto
usva_td has left #yocto [Leaving]
Ad0 has quit [Ping timeout: 252 seconds]
Ad0 has joined #yocto
agners has quit [Quit: WeeChat 3.6]