Re: [yocto] [meta-raspberry]rpi-config

2018-09-11 Thread Modjo
Thanks for your answer. I will try tomorrow and let you known the result. Regards, Le 11/09/2018 à 18:43, Khem Raj a écrit : On 9/11/18 8:17 AM, idealsim wrote: Hi i'm trying to build an image for a raspberry-pi 3 on branch sumo but i have an error when i try to include rpi-config. See the

Re: [yocto] [meta-raspberry]rpi-config

2018-09-11 Thread Khem Raj
On 9/11/18 8:17 AM, idealsim wrote: > Hi i'm trying to build an image for a raspberry-pi 3 on branch sumo but > i have an error when i try to include rpi-config. See the issue under : > > ERROR: Task do_populate_sdk in >

Re: [yocto] Postinstall scriptlets of ['coreutils'] have failed

2018-09-11 Thread Jens Rehsack
> Am 10.09.2018 um 21:09 schrieb Martin Jansa : > > pn-buildlist isn't really useful in this case, building both coreutils and > busybox doesn't imply that both will be actually included in the image.. > > If you compare installed-package-names.txt in buildhistory you'll see that > only the

Re: [yocto] [meta-raspberry]rpi-config

2018-09-11 Thread Andrei Gherzan
On Tue, Sep 11, 2018 at 4:41 PM idealsim wrote: > Hi i'm trying to build an image for a raspberry-pi 3 on branch sumo but i > have an error when i try to include rpi-config. See the issue under : > > ERROR: Task do_populate_sdk in > >

[yocto] [meta-raspberry]rpi-config

2018-09-11 Thread idealsim
Hi i'm trying to build an image for a raspberry-pi 3 on branch sumo but i have an error when i try to include rpi-config. See the issue under : ERROR: Task do_populate_sdk in /media/xxx/data/raspberry/yocto/yocto_official/poky-sumo/meta-xxx/recipes-/images/console-image-.bb

[yocto] Yocto Project Status WW37’18

2018-09-11 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M3. - This is feature freeze for YP 2.6! Next Deadline: YP 2.6 M3 Build Target is Aug. 27, 2018 SWAT Team Rotation: · SWAT lead is currently: Amanda · SWAT team rotation: Amanda -> Tracy on Sept. 14, 2018 · SWAT team rotation: Tracy->

[yocto] [sumo] systemd install problem when polkit enabled

2018-09-11 Thread Belisko Marek
Hi, I'm building core image (with added systemd) for x86 but I hit an issue when installing systemd that it fails chown polkitd:root (looks like there was discussion about this issue here: https://patchwork.openembedded.org/patch/142904/ but no real explanation why it sometimes fails). Any ideas

[yocto] [layerindex-web][V2 PATCH 1/1] import_layer.py: add -t option for layer_type

2018-09-11 Thread Robert Yang
Now the logic is: Use options.layer_type if specified, and guess if not. Default to 'M'. Note choices=['A', 'B', 'S', 'D', 'M', ''], the '' is for default='', we can't use default='M' here, otherwise we don't know whether the 'M' is specified by user or is the default value, we don't guess if it

[yocto] [layerindex-web][V2 PATCH 0/1] import_layer.py: add -t option for layer_type

2018-09-11 Thread Robert Yang
* V2: - Make -t option use LAYER_TYPE_CHOICES from models.py. * V1: - Initial version // Robert The following changes since commit ac32edb5bdbdef30ccf3ef49af0977246571abaa: TODO: add some more items (2018-09-06 11:08:43 +1200) are available in the git repository at:

Re: [yocto] I can't seem to include tc in my image

2018-09-11 Thread Nicolas Dechesne
hi, On Tue, Sep 11, 2018 at 9:16 AM Adham ElSafty wrote: > > I am trying to use traffic control in my yocto image and I want to use tc. I > included the iproute2 package in my image and used the IMAGE_INSTALL_APPEND = > “ iproute2” in the local.conf file. Please use _append instead of

[yocto] I can't seem to include tc in my image

2018-09-11 Thread Adham ElSafty
I am trying to use traffic control in my yocto image and I want to use tc. I included the iproute2 package in my image and used the IMAGE_INSTALL_APPEND = " iproute2" in the local.conf file. When I run the core-image-minimal I can't seem to find any of the iproute commands installed though. Am