<RP>
rburton: M2 build has the mingw failure and the agl ptest-runner patch failure. madam ptest warning. Put into QA?
xmn has joined #yocto
<LetoThe2nd>
mckoan: I have occasionally used midori
xmn has quit [Quit: ZZZzzz…]
<JerryM>
I've got RPROVIDES:${PN}:append = " ${@bb.utils.contains("PACKAGECONFIG", "feature", "feature", "", d)} " and in the other recipe RDEPENDS:append = "feature" is there a better way to do this?
<RP>
rburton: can you still replicate that? I just put a patch on master-next to try and fix it (of mingw)
<abelloni>
RP: no, I think you started your build with meta-mingw master before the patch was merged
<abelloni>
you started your build at 22:54 UTC
alejandrohs has joined #yocto
<abelloni>
JPEW merge the branch just after midnight
<RP>
abelloni: ok
<RP>
abelloni: I hadn't realised the commit was only merged last night. I think there may still be an partial issues
Kubu_work has quit [Quit: Leaving.]
<mckoan>
LetoThe2nd: thx
Sam33 has joined #yocto
<Sam33>
Hello
<Sam33>
I've been using a Hardknott build on a Variscite Dart imx8m-mini (https://variwiki.com/index.php?title=DART-MX8M-MINI) with a Quectel modem, and ModemManager and NetworkManager can connect the modem no problem. However, when I tried to upgrade to Kirkstone, I can no longer connect the modem. ModemManager sees the modem, but I cannot connect with
<Sam33>
NetworkManager. Where is the best place to get advice on how to fix the problem ?
<rburton>
the networkmanager irc channel, probably
Schlumpf has quit [Ping timeout: 246 seconds]
<Sam33>
Thanks :)
Sam33 has left #yocto [#yocto]
fabatera[m] has joined #yocto
mckoan is now known as mckoan|away
<fabatera[m]>
Hi, is there a script to backport recipes to the old syntax (hardknott, gatesgarth ....)?
<LetoThe2nd>
fabatera[m]: none that has been mentioned here or publicized.
rob_w has quit [Remote host closed the connection]
<LetoThe2nd>
rburton: I hereby award you the unofficial YP necromancy badge.
xmn has joined #yocto
beneth has quit [Read error: Connection reset by peer]
<manuel__>
This only copies files from one place to the other, leaving out ./patches and .pc, right? tar --no-same-owner --exclude='./patches' --exclude='./.pc' -cpf - . | tar --no-same-owner -xpf - -C ${D}${base_prefix}
<manuel__>
Hi all! I'm new to Python and have got a bit of experience with Yocto. What's the easiest way to get my Python project on a yocto image? Python packaging has quite a history and I don't know most of it. Also, I vaguely remember something changed recently in yocto regarding setuptools or similar.
<manuel__>
In short, what's the current most proper way to do it?
<RP>
manuel__: there are helper classes for the common forms of python modules. Look at example recipes
<manuel__>
RP will do, thanks
<rburton>
manuel__: does your python project use setuptools/poetry/etc or is it just a load of files in a directory?
lexano has joined #yocto
<manuel__>
Not yet using any of these tools but am introducing one soon. Want to pick the "best" one that plays nice with yocto. Which one is that?
<jo-so>
Can someone explain the note for allarch https://docs.yoctoproject.org/ref-manual/classes.html#allarch? I don't really get what's meant by »OpenEmbedded recipes that produce packages that depend on tunings through use of the RDEPENDS and TUNE_PKGARCH variables, should never be configured for all architectures using allarch.« I'm having a recipe that creates a package with only a shell script and has theses dependencies: RDEPENDS:${PN} += "bash
<jo-so>
packagegroup-docker tmux". Can I use allarch in this recipe?
chep has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
florian has quit [Ping timeout: 250 seconds]
florian_kc has joined #yocto
zpfvo has quit [Ping timeout: 250 seconds]
Xagen has joined #yocto
florian has joined #yocto
<rburton>
jo-so: yes
sakoman has joined #yocto
<rburton>
well you _can_ but often bitbake gets pedantic. Try :)
zpfvo has joined #yocto
<dl9pf>
RP: ptest-runner patch rebased and pushed. should be fine now.