amanarora9848 has quit [Ping timeout: 252 seconds]
ptsneves has joined #yocto
alessioigor has joined #yocto
florian has quit [Ping timeout: 260 seconds]
alessioigor has quit [Quit: alessioigor]
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<ptsneves>
RP i think there was a bit of a mistake with the merge of the sysroot class merge. It does not have the latest version submitted to the mailing list
<ptsneves>
and therefore there are some missing improvements like whitespace consistency as well as other suggested in the review process. Let me know how i can help fix the situation.
<ptsneves>
as after those are fixes I also have a fix for the wrapper permissions.
amanarora9848 has joined #yocto
<RP>
ptsneves: could you send a follow up with the fixes please? Sorry I got confused about the patches :(
<ptsneves>
RP no problem. Honestly there were so many revisions i am not surprised, sorry about that. Just confirm me that you mean "follow up patches" in relation to the current master, correct?
<RP>
ptsneves: please, patches against current master to get things to look how it should
<ptsneves>
ok thanks
amanarora9848 has quit [Ping timeout: 252 seconds]
vladest has quit [Ping timeout: 248 seconds]
ptsneves has quit [Ping timeout: 252 seconds]
GNUmoon has quit [Ping timeout: 268 seconds]
goliath has quit [Quit: SIGSEGV]
GNUmoon has joined #yocto
vladest has joined #yocto
xmn has joined #yocto
vladest has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 240 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
goliath has joined #yocto
sotaoverride has joined #yocto
amitk has quit [Ping timeout: 256 seconds]
MitchGaines has joined #yocto
camus has joined #yocto
sakoman has joined #yocto
ardo has quit [Read error: Connection reset by peer]
<drewfustini>
Hello, is there a correct way to remove a dtb filename from the KERNEL_DEVICETREE set in a machine config? For a particular kernel recipe, I would like to be able to remove one of the dbt filenames from KERNEL_DEVICETREE that is set in a machine conf.
<drewfustini>
I want to do that in https://git.ti.com/cgit/arago-project/meta-ti/tree/recipes-kernel/linux/linux-ti-mainline_git.bb?h=dunfell This is an uncommon kernel recipes for this layer and currently it breakes the image creation. This is because it does not produce am57xx-evm.dtb. The wic image create task fails because it can't find am57xx-evm.dtb when it is copying all the files that machine am57xx-evm.conf defines in
<drewfustini>
KERNEL_DEVICETREE
MitchGaines has joined #yocto
xmn has joined #yocto
seninha has joined #yocto
MitchGaines has quit [Ping timeout: 256 seconds]
dgriego has quit [Ping timeout: 256 seconds]
<RP>
drewfustini: you could try something like KERNEL_DEVICETREE:remove = "xxx" ? add a :pn-linux-ti-mainline if you just want it to apply to that recipe
<drewfustini>
Thanks, I didn't realize KERNEL_DEVICETREE:remove:pn-linux-ti-mainline was possible
dgriego has joined #yocto
dgriego has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dgriego has joined #yocto
dgriego has quit [Client Quit]
dgriego has joined #yocto
dgriego has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dgriego has joined #yocto
dgriego has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tangofoxtrot has quit [Remote host closed the connection]
tangofoxtrot has joined #yocto
amitk has joined #yocto
amitk has quit [Ping timeout: 240 seconds]
armhzjz has joined #yocto
<armhzjz>
anybody here? I want to use docker-compose on a yocto image, but it complains that 'No module named distutils' I included 'python3-distutils-extra' to my image, but I keep getting the same result.
<armhzjz>
Does anybody know how I can include the python distutils module in my image?
florian has joined #yocto
sakoman has joined #yocto
amanarora9848 has quit [Ping timeout: 252 seconds]
armhzjz has quit [Quit: leaving]
MitchGaines has joined #yocto
Xagen has quit [Read error: Connection reset by peer]
Xagen has joined #yocto
twnqx has joined #yocto
GillesM has joined #yocto
GillesM has quit [Remote host closed the connection]
Xagen has quit [Read error: Connection reset by peer]
Xagen_ has joined #yocto
Habbie has quit [Ping timeout: 248 seconds]
Habbie has joined #yocto
Xagen_ has quit [Read error: Connection reset by peer]
Xagen has joined #yocto
tangofoxtrot has quit [Remote host closed the connection]
tangofoxtrot has joined #yocto
MitchGaines has quit [Ping timeout: 240 seconds]
florian has quit [Ping timeout: 272 seconds]
jpuhlman_ has joined #yocto
jpuhlman has quit [Killed (copper.libera.chat (Nickname regained by services))]
jpuhlman_ is now known as jpuhlman
<sotaoverride>
armhzjz: run the image recipe with -e or something to root cause the issue