LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
risca has joined #yocto
sakman has joined #yocto
lexano has quit [Ping timeout: 255 seconds]
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #yocto
florian_kc has quit [Ping timeout: 255 seconds]
Danct12 has joined #yocto
RP has quit [Ping timeout: 268 seconds]
RP has joined #yocto
rm5248 has quit [Quit: Leaving.]
dgriego_ has joined #yocto
dgriego has quit [Ping timeout: 252 seconds]
RP has quit [Ping timeout: 256 seconds]
jclsn has quit [Ping timeout: 245 seconds]
jclsn has joined #yocto
mulk has quit [Ping timeout: 264 seconds]
RP has joined #yocto
locutusofborg has quit [Read error: Connection reset by peer]
mulk has joined #yocto
locutusofborg has joined #yocto
starblue has quit [Ping timeout: 260 seconds]
starblue has joined #yocto
afong__ has joined #yocto
tokamak has quit [Quit: ZNC 1.8.2+deb2build5 - https://znc.in]
tokamak has joined #yocto
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
amitk has joined #yocto
sakman_ has joined #yocto
sakman has quit [Ping timeout: 272 seconds]
alimon has quit [Ping timeout: 260 seconds]
afong__ has quit [Ping timeout: 260 seconds]
xmn has quit [Ping timeout: 255 seconds]
enok has joined #yocto
sakman_ is now known as sakman
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
alessioigor has joined #yocto
enok has quit [Quit: enok]
enok71 has joined #yocto
emdevt has joined #yocto
enok71 is now known as enok
alperak has joined #yocto
thomas_34 has joined #yocto
<thomas_34> good morning
<emdevt> Good morning
Kubu_work has joined #yocto
GNUmoon2 has quit [Ping timeout: 260 seconds]
GNUmoon2 has joined #yocto
emdevt has quit [Quit: Leaving]
<thomas_34> Can someone help me? Where is the function "do_image_tar()" defined? I see in run.do_image_tar of my image, that the compressed *.rootfs.tar.xz is deleted after compressing. I wonder why, because I need that.
jmd has quit [Ping timeout: 246 seconds]
<mcfrisk_> thomas_34: meta/classes-recipe/image_types.bbclass IMAGE_CMD:tar
alperak has quit [Ping timeout: 250 seconds]
mckoan|away is now known as mckoan
<thomas_34> thanks mcfrisk_ that looks promising!
rob_w has joined #yocto
alperak has joined #yocto
<thomas_34> Yeah okay, I don't see where the "rm"-command comes from: https://pastebin.com/pkjQY3vv
<thomas_34> Line 7 and 8
enok has quit [Ping timeout: 260 seconds]
<thomas_34> I need that tar.gz file to copy it into DEPLOY_DIR
goliath has joined #yocto
<mckoan> thomas_34: maybe you need to add this in your local.conf IMAGE_FSTYPES += "tar.gz tar.bz2"
<thomas_34> mckoan I check that.... thank you
<mcfrisk_> or rather, IMAGE_FSTYPES += "tar.xz"
leon-anavi has joined #yocto
mvlad has joined #yocto
mattsm has quit [Ping timeout: 272 seconds]
alperak42 has joined #yocto
tgamblin has joined #yocto
zpfvo has joined #yocto
alperak has quit [Ping timeout: 250 seconds]
alperak42 is now known as alperak
rfuentess has joined #yocto
alperak has quit [Ping timeout: 250 seconds]
enok has joined #yocto
alperak has joined #yocto
zpfvo has quit [Quit: Leaving.]
zpfvo has joined #yocto
alperak has quit [Ping timeout: 250 seconds]
alperak has joined #yocto
GNUmoon2 has quit [Remote host closed the connection]
GNUmoon2 has joined #yocto
enok has quit [Read error: Connection reset by peer]
enok71 has joined #yocto
enok71 is now known as enok
manuel1985 has joined #yocto
<LetoThe2nd> yo dudX
egueli-AV has joined #yocto
mbulut has joined #yocto
prabhakalad has quit [Read error: Connection reset by peer]
Saur_Home85 has joined #yocto
prabhakalad has joined #yocto
Saur_Home has quit [Ping timeout: 250 seconds]
rfuentess has quit [Quit: Leaving]
florian has joined #yocto
rfuentess has joined #yocto
<egueli-AV> Hi all, I needed xmllint in my system so I added IMAGE_INSTALL+=¨libxml2-utils¨ but xmllint is still missing. Both libxml2 and libxml2-utils are in the manifest. Looking at the logs I see that log.do_package does mention xmllint but log.do_populate_sysroot does not. What is going on? Why does xmllint ¨disappear¨ from the build process? That´s in mickledore if that matters. Thanks for any help!
Danct12 has quit [Ping timeout: 252 seconds]
Danct12 has joined #yocto
florian_kc has joined #yocto
mbulut has quit [Remote host closed the connection]
thomas_34 has quit [Ping timeout: 250 seconds]
<rburton> egueli-AV: do 'oe-pkgdata-util list-pkg-files libxml2-utils' to verify that the package has the binary you expect in
<rburton> target sysroots don't contain binaries, as there's no point
<egueli-AV> @rburton yes, xmllint is there
<rburton> and you re-bitbaked the image after adding IMAGE_INSTALL?
<egueli-AV> yes, I also cleared the sstate-cache and re-run it
<rburton> no need for that
<rburton> (that just meant you rebuild everything again for no reason)
<rburton> bitbake -e [your image name], search for IMAGE_INSTALL=, verify libxml2-utils is actually there
<egueli-AV> yes it is mentioned multiple times
<rburton> and the rootfs .manifest file lists libxml2-utils?
<egueli-AV> correct
<egueli-AV> I just ran ¨rpm -qlp ./tmp/deploy/rpm/cortexa7hf_neon/libxml2-utils-2.10.3-r0.cortexa7hf_neon.rpm¨, the package does seem to have the files inside
<rburton> feels like your not looking in the right rootfs, consider the manifest is generated from the rootfs itself
<egueli-AV> thanks for pointing to the right direction, my rootfs.tar.gz does have xmllint
<egueli-AV> but we do some post-processing so something went wrong there
<landgraf> - nothing provides procps needed by emqx-bin-5.5.1-r0.core2_64 from oe-repo
<landgraf> How dnf repo is populated with the rpms? procps is built but not in the repo
<RP> landgraf: only things in the dependency tree are added to the rootfs package feed
<landgraf> RP: procps is in RDEPENDS of emqx-bin
<landgraf> should it be in depends too?
<RP> landgraf: well, I'm just saying why it filters the packages visible in the rootfs construction. It sounds like some step in the chain isn't working :/
<landgraf> RP: I shoudl have read warnings :) "emqx-bin rdepends on ca-certificates, but it isn't a build dependency, missing ca-certificates in DEPENDS or PACKAGECONFIG?"
<landgraf> but it doesn't sound right to force all rdepends to be in depends...
<RP> landgraf: it doesn't require that, its probably that it can't "see" the RDEPENDS
<RP> landgraf: if the expressions are too complex in PACKAGECONFIG or PACKAGES, it can't know what to look at
<RP> landgraf: when it says build dependency in the context of that QA message, it just means it can't find it in the task graph at all
<rburton> Does anyone have a Mac Mini with M2 Pro? Curious how they are as build machines.
<landgraf> RP: Oh, I see. thanks. It's rather complicated setup with multiconfigs/containers/etc so I'm not sure I want to debug this further :-(
* landgraf is tired with systemd-logind and podman already
mckoan is now known as mckoan|away
lexano has joined #yocto
rm5248 has joined #yocto
rob_w has quit [Remote host closed the connection]
<rburton> damnit
|Xagen has joined #yocto
Xagen has quit [Ping timeout: 255 seconds]
|Xagen has quit [Ping timeout: 272 seconds]
Danct12 has quit [Read error: Connection reset by peer]
Danct12 has joined #yocto
Danct12 has quit [Client Quit]
Saur_Home85 has quit [Quit: Client closed]
Saur_Home85 has joined #yocto
Danct12 has joined #yocto
sakoman has joined #yocto
jmiehe has joined #yocto
Danct12 has quit [Client Quit]
afong__ has joined #yocto
xmn has joined #yocto
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
alimon has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 255 seconds]
jmiehe has quit [Quit: jmiehe]
Saur_Home85 has quit [Quit: Client closed]
Saur_Home85 has joined #yocto
ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
ehussain has quit [Quit: ehussain]
ehussain has joined #yocto
mattsm has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 260 seconds]
ahussain is now known as ehussain
Tyaku has joined #yocto
<Tyaku> Hello, I try to understand why the "python" package is in my image. So I used 'bitbake -g MY_IMAGE' (as I see on internet), but then in the .dot file I'm not sure to understand how we know which package require python
Guest52 has quit [Ping timeout: 250 seconds]
<Tyaku> 1. What we have to search is 'python.do_build' ?
<Tyaku> or 'python.do_install' ?
starblue has quit [Ping timeout: 264 seconds]
starblue has joined #yocto
<rm5248> From my understanding, the do_install would be what you would want to look for. do_build should build python, and I don't think that would run unless there is some recipe that needs python to be built before it can be built
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
<Tyaku> My understanding when I read my .dot file is that nothing except "the image" require "python" package. But what is funny is that "python" does not appear in my image files.
<Tyaku> Now I am inheriting from image-core. Maybe something in that add python
<rburton> Tyaku: the dot file is _build_ dependencies
<rburton> if you care about the image then you mean runtime dependencies, which is something else
<Tyaku> Yes I care about what is in the rootfs
<rburton> the easiest way to solve that is to build with package management enabled and remove python
<Tyaku> The idea is to know why python is there and remove it as it take space (if useless)
brrrm has quit [Ping timeout: 260 seconds]
<rburton> i wonder if there's a tool to generate a dot file from a eg dnf feed
starblue has quit [Ping timeout: 268 seconds]
goliath has quit [Quit: SIGSEGV]
starblue has joined #yocto
<Tyaku> I have this in my local.conf: 'PACKAGE_CLASSES = "package_ipk"' I also set this: 'PACKAGE_EXCLUDE = "python python3"' and 'PACKAGE_EXCLUDE_COMPLEMENTARY = "python python3"' python is still generated/installed into my rootfs
brrm has joined #yocto
<Tyaku> 16:30 -!- goliath [~goliath@user/goliath] has quit [Quit: SIGSEGV] ----> Very nice :D
<rburton> Tyaku: something pulls it in via rdepends
<rburton> log in, opkg remove python3-core, see what complains
<Tyaku> thanks ! I'm going to try it, it's maybe more easy like this!
brrm has quit [Ping timeout: 268 seconds]
<Tyaku> Thanks you so much rburton!
<rburton> a fun hack would be to parse the package feed metadata and generate a dot file from that
brrm has joined #yocto
<Tyaku> python3 is added by: btrfs-tools-5.10.1-r0.cortexa53-crypto
<Tyaku> and python by: ackage python-subprocess-2.7.18-r0.cortexa53-crypto package packagegroup-imx-core-tools-1.0-r0
egueli-AV has quit [Quit: Leaving]
<rburton> now you know what to kick
<Tyaku> There is nothing that exists currently to do it like the -g option of bitbake ?
<rburton> not currently
<rburton> fwiw there's a packageconfig for btrfs-tools for python
<Tyaku> It will be a very nice feature I think.
<rburton> but imx-core-tools is an imx problem
<rburton> it would be nice, and not that hard to write
<Tyaku> I'm going to check to disable it for btrfs-tools, for imx, yes, with their BSP we have everything everytime, (display, sound stuff ..), but we are going to change to renesas so..
<Tyaku> But btrfs is added by our image because we need it, so i'm going to check.
<Tyaku> Thanks
<tlwoerner> denix: jonmason: the timeanddate link for tomorrow's OE happy hour is pointing to next month's meeting
<tlwoerner> (thanks vmeson for pointing this out)
<jonmason> tlwoerner: the google cal?
belsirk is now known as rfuentess
<tlwoerner> the last link
<jonmason> tlwoerner: lol, it was probably correct at the time
<tlwoerner> oh woah, it points to a meeting 2 years ago
<tlwoerner> ... 4 years
<jonmason> tlwoerner: 4 years ago
<tlwoerner> lol
<jonmason> right
<tlwoerner> are you sure 2020 wasn't 2 years ago?!
<jonmason> pandemic...don't wanna go back then
<jonmason> 2 years ago is 2002, right
<tlwoerner> ha :-)
<tlwoerner> oh hey, i can log in
sakman has quit [Ping timeout: 246 seconds]
<jonmason> I'm thinking to just remove that link.
<tlwoerner> yea.. probably easier. i'll leave it up to you/denix
<jonmason> thnks, i'll do it now
Kubu_work has quit [Ping timeout: 246 seconds]
luc4 has joined #yocto
luc4 has quit [Client Quit]
ehussain has quit [Quit: ehussain]
dmoseley has quit [Quit: ZNC 1.9.0 - https://znc.in]
dmoseley has joined #yocto
<denix> tlwoerner, jonmason: that's a feature, not a bug
<tlwoerner> JPEW: moto-timo: i'm not very familiar with github actions, so i'm very grateful for you two for having set these up for bmaptool
<denix> tlwoerner: regular emails do have the correct link, the wiki is just generic
<tlwoerner> looking over them, i see that one of the steps is to install the dev dependencies, then test. this is what caused it to miss that 'six' is a core (not dev) dependency
<tlwoerner> should this be updated to catch this in the future?
<moto-timo> tlwoerner: I have learned a lot because of crops and other projects. Happy to share the knowledge;)
<tlwoerner> denix: awesome, thanks. it was actually vmeson who noticed (to give credit where it is due)
ederibaucourt has quit [Ping timeout: 252 seconds]
rfuentess has quit [Remote host closed the connection]
Kubu_work has joined #yocto
ederibaucourt has joined #yocto
florian has quit [Quit: Ex-Chat]
sakman has joined #yocto
florian_kc has quit [Ping timeout: 264 seconds]
sakman_ has joined #yocto
sakman_ has quit [Client Quit]
<jonmason> tlwoerner: denix: updated...for some value of updated
sakman has quit [Ping timeout: 260 seconds]
sakman has joined #yocto
wmills__ has quit [Remote host closed the connection]
wmills__ has joined #yocto
wmills__ has quit [Read error: Connection reset by peer]
jmd has joined #yocto
tangofoxtrot has quit [Remote host closed the connection]
enok has quit [Ping timeout: 256 seconds]
tangofoxtrot has joined #yocto
dgriego_ is now known as dgriego
wmills_ has joined #yocto
Guest52 has joined #yocto
leon-anavi has quit [Quit: Leaving]
manuel1985 has quit [Ping timeout: 246 seconds]
florian_kc has joined #yocto
zpfvo has quit [Quit: Leaving.]
tgamblin has quit [Remote host closed the connection]
sakman_ has joined #yocto
sakman has quit [Ping timeout: 264 seconds]
<rburton> Tyaku: https://salsa.debian.org/python-debian-team/python-debian/-/blob/master/examples/deb822/depgraph?ref_type=heads would basically generate the dot file for your feed. but a better tool would be "here is a manifest, here is my deploy, why is <package> in the manifest
yudjinn has quit [Ping timeout: 255 seconds]
florian_kc has quit [Ping timeout: 260 seconds]
yudjinn has joined #yocto
<landgraf> "WARNING: Runqueue deadlocked on deferred tasks" - something new! :)
<vmeson> landgraf: on master? HEA
<vmeson> HEAD?
<landgraf> vmeson: master. after adding multiconfig with different base_utils provider
<vmeson> landgraf: well, don't do that, I guess ! ;-)
<landgraf> vmeson: :-) I have too... because of emqx.
<kanavin> RP: if there's something i could help with for the release, let me know, otherwise I'll be working on bitbake-setup proof of concept
yudjinn has quit [Ping timeout: 252 seconds]
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #yocto
prabhakalad has quit [Client Quit]
prabhakalad has joined #yocto
yudjinn has joined #yocto
florian_kc has joined #yocto
vladest has quit [Quit: vladest]
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
prabhakalad has quit [Client Quit]
prabhakalad has joined #yocto
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #yocto
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
vladest has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
enok has joined #yocto
jmd has quit [Remote host closed the connection]
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
prabhakalad has quit [Client Quit]
prabhakalad has joined #yocto
prabhakalad has quit [Client Quit]
prabhakalad has joined #yocto
prabhakar has joined #yocto
prabhakarlad has joined #yocto
yudjinn has quit [Ping timeout: 252 seconds]
yudjinn has joined #yocto
enok has quit [Ping timeout: 246 seconds]
starblue has quit [Ping timeout: 268 seconds]
starblue has joined #yocto
grma has quit [Remote host closed the connection]
enok has joined #yocto
mvlad has quit [Remote host closed the connection]
Vonter has quit [Ping timeout: 246 seconds]
Vonter has joined #yocto
alessioigor has quit [Ping timeout: 240 seconds]
Starfoxxes has quit [Ping timeout: 260 seconds]
enok has quit [Ping timeout: 264 seconds]
alperak has quit [Quit: Connection closed for inactivity]
Starfoxxes has joined #yocto
starblue has quit [Ping timeout: 264 seconds]
xmn has quit [Ping timeout: 256 seconds]
starblue has joined #yocto
<RP> kanavin: the proof of concept is probably what we need now as a project. The release is probably about done apart from a few things still getting pulled together
dgriego has quit [Quit: Bye]
dgriego has joined #yocto
Kubu_work has quit [Quit: Leaving.]
goliath has joined #yocto
amitk has quit [Ping timeout: 255 seconds]