Re: [yocto] Web interface for Yocto & OE mailing lists defaults to Reply to Sender

2020-04-26 Thread Nicolas Dechesne
hi Paul, On Sat, Apr 25, 2020 at 12:54 PM Paul Barker wrote: > Michael, > > I've just been discussing on IRC with Bartłomiej who used the groups.io > web > interface to reply to an email on the list. It defaulted to sending a > private > reply off the list. If I try to do the same "Reply to Send

[yocto] Kernel panic of "not syncing" occurs when booting on qemu with extracted code by devtool #yocto #devtool #qemu

2020-04-26 Thread Hao Qian
Hi, I'm trying to add some drivers to linux kernel and confirm it with qemu. I clone the poky repository, build and boot as below steps: 1. clone poky (poky only) $ git clone git://git.yoctoproject.org/poky 2. initia

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-26 Thread Hao Qian
On 2020/04/26 18:44, Richard Purdie wrote: The patch linked to from there: https://patchwork.openembedded.org/patch/8443/ gives some clues about when it might happen to work: "Wildcards in SRC_URI are not supported by oe-core and work only when last (or first?) FILESPATH element points to the

Re: [yocto] Can not use wildcard in SRC_URI to apply patches #yocto

2020-04-26 Thread Richard Purdie
On Sun, 2020-04-26 at 08:24 +0900, Hao Qian wrote: > Hi, Richard > > Thanks for replying. > > Yes, it makes sense why patches not be applied by using wildcard. > > Just for confirmation, it looks like more than one person made it to > use wildcard for patching as below: > https://stackoverflow.c

Re: [yocto] Adding python3 remotely

2020-04-26 Thread Konrad Weihmann
I assume that you have ssh access to the device and your rootfs is writeable - in that case you could use "devtool deploy-target". Typical workflow would be something like this - devtool modify python3 - devtool build python3 - devtool deploy-target -s python3 root@ if your rootfs is ramdisk bas

Re: [yocto] Adding python3 remotely

2020-04-26 Thread amaya jindal
May be you can try to find built binary of python 3 from Internet if not able to build it using yocto. In yocto you can access deploy folder for python3-bin and other folders to directly copy the software tool on board if compilation in yocto goes good for python3. Sent from my Huawei phone