Re: [yocto] [PATCH 4/4] update_layer.py: move layer validation to update.py (Performance improve)

2018-04-19 Thread Paul Eggleton
Hi Robert On Thursday, 19 April 2018 6:45:17 PM NZST Robert Yang wrote: > On 04/19/2018 04:55 AM, Paul Eggleton wrote: > > On Wednesday, 18 April 2018 11:04:33 PM NZST Robert Yang wrote: > >> The utils.setup_django() costs a lot of time, but both update.py and > >> update_layer.py calls it, so

Re: [yocto] [meta-cgl][PATCH 0/5][RFC] CGL cleanup

2018-04-19 Thread akuster
On 04/18/2018 05:42 AM, Adrian Dudau wrote: > On mån, 2018-04-16 at 08:03 -0700, Armin Kuster wrote: >> I understand some of these changes a harsh. This set of changes allow >> this layer to pass the >> yocto-check-layer. This is one of many options to address passing. >> > Hi Armin, > > Thanks

Re: [yocto] [meta-selinux][PATCH] systemd: create /var/lib/systemd/backlight in advance

2018-04-19 Thread wenzong fan
On 04/19/2018 10:05 PM, akuster808 wrote: On 04/19/2018 12:15 AM, wenzong@windriver.com wrote: From: Wenzong Fan The systemd-backlight@.service which called after selinux-init.service will create /var/lib/systemd/backlight with incorrect security labels,

Re: [yocto] meta-virtualization -> docker not packaged when using PACKAGE_CLASSES ?= "package_deb"

2018-04-19 Thread Bruce Ashfield
On 2018-04-10 5:31 AM, Mark Junghanns wrote: Hello Bruce, unfortunately, there is not a single warning or error message whatsoever thrown. The first occasion, some error message is thrown, occurs during do_rootfs where it complains about the missing package "docker" - which is obviously

Re: [yocto] Linux Files needed for PXE network boot

2018-04-19 Thread William Mills
Robert, I assume no one responded to you because you did not supply enough information to understand your situation. (You don't specify what HW you are using, version of Yocto Project, what DHCP server, etc.) >From the second message I can tell you are using a X86_64 based platform. Is this a

Re: [yocto] Linux Files needed for PXE network boot

2018-04-19 Thread Raymond Yeung
Another thing I haven't tried is to set up NFS. Can we simply specify ONE file (similar to .hddimg) that could be tftp over to target, and expect it to boot up? Could this be the cause of my problem? From: Raymond Yeung Sent: Wednesday,

Re: [yocto] [Openembedded-architecture] 2.6 planning proposals and meeting

2018-04-19 Thread akuster808
On 04/19/2018 09:17 AM, Richard Purdie wrote: > [Widely cross posted but please reply to openembedded-core only for > want of picking somewhere to discuss this] > > The next big question facing us is what would we like to do in 2.6? > What can we do with the resources we have? > > I'm proposing

[linux-yocto] [kernel-cache] [yocto-4.12] [PATCH] bsp/axxiaarm*: Change LSI references to AXXIA

2018-04-19 Thread Daniel Dragomir
Also, disable PPS support for axxiarm BSP. Signed-off-by: Daniel Dragomir --- bsp/axxiaarm/axxiaarm.cfg | 17 - bsp/axxiaarm/edac.cfg | 2 +- bsp/axxiaarm64/axxiaarm64.cfg | 6 +++--- bsp/axxiaarm64/edac.cfg | 2 +- 4 files

Re: [yocto] Linux Files needed for PXE network boot

2018-04-19 Thread Raymond Yeung
I've yet to receive any response to my post below. I've gone through fair amount of experimentation to get my board downloaded successfully the first-stage boot loader. I'd tried pxelinux.0 for legacy BIOS and bootx64.efi (also generated in build process) to work with UEFI on client side.

[yocto] 2.6 planning proposals and meeting

2018-04-19 Thread Richard Purdie
[Widely cross posted but please reply to openembedded-core only for want of picking somewhere to discuss this] The next big question facing us is what would we like to do in 2.6? What can we do with the resources we have? I'm proposing to hijack the next monthly Yocto Project technical call[1]

Re: [yocto] [meta-selinux][PATCH] systemd: create /var/lib/systemd/backlight in advance

2018-04-19 Thread akuster808
On 04/19/2018 12:15 AM, wenzong@windriver.com wrote: > From: Wenzong Fan > > The systemd-backlight@.service which called after selinux-init.service > will create /var/lib/systemd/backlight with incorrect security labels, > this causes the systemd-backlight service

[yocto] [meta-selinux][PATCH] systemd: create /var/lib/systemd/backlight in advance

2018-04-19 Thread wenzong.fan
From: Wenzong Fan The systemd-backlight@.service which called after selinux-init.service will create /var/lib/systemd/backlight with incorrect security labels, this causes the systemd-backlight service fails to start and stop. Creating /var/lib/systemd/backlight in

Re: [yocto] [PATCH 0/4][layerindex-web] bug fix and performance improve

2018-04-19 Thread Robert Yang
Hi Ross, On 04/18/2018 07:12 PM, Burton, Ross wrote: On 18 April 2018 at 12:04, Robert Yang wrote: fixup! update: don't stop on unsatisfied layer dependencies Pretty sure this isn't what you intended. Thanks, but this is intended, I used: $ git commit

Re: [yocto] [PATCH 4/4] update_layer.py: move layer validation to update.py (Performance improve)

2018-04-19 Thread Robert Yang
Hi Paul, On 04/19/2018 04:55 AM, Paul Eggleton wrote: On Wednesday, 18 April 2018 11:04:33 PM NZST Robert Yang wrote: The utils.setup_django() costs a lot of time, but both update.py and update_layer.py calls it, so move layer validation from update_layer.py to update.py to avoid calling

Re: [yocto] Need Help for meta-qt5

2018-04-19 Thread Zoran Stojsavljevic
http://developer.toradex.com/knowledge-base/how-to-set-up-qt-creator-to-cross-compile-for-embedded-linux#contents http://developer.toradex.com/knowledge-base/board-support-package/openembedded-(core)#Adding_the_Qt5_Layer Hope this helps, Zoran ___ On Wed, Apr 18, 2018 at 6:24 PM, Vincent