Re: [yocto] [meta-selinux][PATCH] attr: fix ptest failures when selinux enabled

2017-09-11 Thread Kang Kai
On 2017年09月05日 16:54, kai.k...@windriver.com wrote: From: Kai Kang When selinux is enabled, a file has a default attribute "security.selinux" and the output of getfattr shows: # file: here security.selinux="system_u:object_r:lib_t:s0" That always causes more

[yocto] Release Candidate Build for yocto-2.3.2.rc1 now available.

2017-09-11 Thread Poky Build User
A release candidate build for yocto-2.3.2.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.3.2.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 16aea09d224f3ed2021623d17c3e807f4b8ff18d meta-qt4 :

Re: [yocto] [opkg-devel] [opkg-utils PATCH] opkg-build*: fix empty package name in error message

2017-09-11 Thread Alejandro del Castillo
merged, thanks! On 09/02/2017 11:23 AM, Adam Trhon wrote: > When opkg-build detects illegal character in package name it prints an error > message with this name. Due to a wrong variable name the package name in the > error message is empty. The same error occurs in opkg-buildpackage as well. >

Re: [yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-11 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, I figured that I can directly download QEMU for windows and use in a MS Windows box. Downloads of Qemu for MS Windows: For windows 64 bits: https://qemu.weilnetz.de/w64/ For Windows 32 bits: https://qemu.weilnetz.de/ I just need to match the QEMU version that Yocto is using under linux so

Re: [yocto] [meta-xilinx] How to include Xilinx DMA driver

2017-09-11 Thread Fan Zhang
Hi all Thank you Robert for the guide. I tried option [1] out of tree driver. Got it compiled, and loaded when image boot up. My understand of the dma driver is that Linux DMA engine depends on the Xilinx device driver (xilinx_cdma.c) and then dma_proxy.c driver depends on the Linux DMA

Re: [yocto] yocto layer dependencies

2017-09-11 Thread Leonardo Sandoval
ktreddy 70 writes: > I am trying to set up yocto build environment for openlte, meta-sdr > has most of the openlte depends > I am getting following error when I try to build sdr,  > > > /build$ bitbake sdr > Loading cache: 100%

[yocto] Using standard SDK to build LKM

2017-09-11 Thread Alberto Spin
I've build a Standard SDK using yocto bitbake angstrom-lxde-image -c populate_sdk I made sure that the kernel sources are included in the SDK TOOLCHAIN_TARGET_TASK_append = "kernel-devsrc" After installing the generated SDK at my workstation (separate machine from my build host), I

[yocto] Release Candidate Build for yocto-2.2.2.rc1 now available.

2017-09-11 Thread pokybuild
A release candidate build for yocto-2.2.2.rc1 is now available at: https://autobuilder.yocto.io/pub/releases/yocto-2.2.2.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 6add41510412ca196efb3e4f949d403a8b6f35d7 meta-qt4 :

[yocto] [opkg-utils PATCH] opkg-build*: fix empty package name in error message

2017-09-11 Thread Adam Trhon
When opkg-build detects illegal character in package name it prints an error message with this name. Due to a wrong variable name the package name in the error message is empty. The same error occurs in opkg-buildpackage as well. This patch fixes both. Signed-off-by: Adam Trhon

[yocto] yocto layer dependencies

2017-09-11 Thread ktreddy 70
I am trying to set up yocto build environment for openlte, meta-sdr has most of the openlte depends I am getting following error when I try to build sdr, /build$ bitbake sdr Loading cache: 100% |#

[yocto] Yocto Project Status WW37’17

2017-09-11 Thread Jolley, Stephen K
Current Dev Position: YP 2.4 M4 Next Deadline: YP 2.4 Final Cut off is Sept. 18, 2017 SWAT team rotation: Tracy -> Alejandro on Sept. 8, 2017 SWAT team rotation: Alejandro -> Stephano on Sept. 15, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·

Re: [linux-yocto] [yocto-kernel-cache][PATCH] broxton.cfg: Add CONFIG_INTEL_SOC_PMIC_BXTWC

2017-09-11 Thread Bruce Ashfield
On 09/08/2017 08:28 PM, California Sullivan wrote: This new option was added iand is a dependency for a number of other PMIC options. Fixes several config warnings. Signed-off-by: California Sullivan --- This is for the yocto-4.12 branch. merged. Bruce

Re: [yocto] [meta-raspberrypi] Could not inherit file classes/pypi.bbclass

2017-09-11 Thread Andrei Gherzan
On Mon, Sep 11, 2017 at 1:40 PM, yahia farghaly wrote: > ok,thanks it is now building. i have another question, i don't need to use > the meta-gstreamer1.0 layer if i will use the gstreamer in your multimedia > layer with *IMAGE_INSTALL_append = gstreamer ?* > I

[yocto] meta-java on Raspberry Pi 3

2017-09-11 Thread Francesco Giancane
Hi everyone, I am having troubles building an image for the Raspberry Pi 3 including Java. I did the all the standard operations (layer configuration, machine configuration etc) but eventually bitbake will fail on openjre-8. Looking at the meta-java in depth I found that the source of failure

Re: [yocto] [meta-raspberrypi] Could not inherit file classes/pypi.bbclass

2017-09-11 Thread yahia farghaly
ok,thanks it is now building. i have another question, i don't need to use the meta-gstreamer1.0 layer if i will use the gstreamer in your multimedia layer with *IMAGE_INSTALL_append = gstreamer ?* On 11 September 2017 at 13:58, Andrei Gherzan wrote: > > > On 11 Sep 2017

Re: [yocto] [meta-raspberrypi] Could not inherit file classes/pypi.bbclass

2017-09-11 Thread Andrei Gherzan
On 11 Sep 2017 12:51, "yahia farghaly" wrote: i cloned the latest pyro version with meta-raspberry pi . i added meta-raspberrypi to bblayer and adjust the machine ?= "raspberry pi" when i bitbake rpi-hwup-image*.* it throws me the error of *ERROR: ParseError at

[yocto] [meta-raspberrypi] Could not inherit file classes/pypi.bbclass

2017-09-11 Thread yahia farghaly
i cloned the latest pyro version with meta-raspberry pi . i added meta-raspberrypi to bblayer and adjust the machine ?= "raspberry pi" when i bitbake rpi-hwup-image*.* it throws me the error of *ERROR: ParseError at

Re: [yocto] pyro openembedded gpsd update-rc.d problems with read-only-rootfs

2017-09-11 Thread Burton, Ross
On 10 September 2017 at 21:35, Dan Walkes wrote: > It looks like because the update-rc.d step fails this setup gets moved > into a gpsd post install script, which won’t work because I’m > configured to use a read only root filesystem. So I need to find a > way to

Re: [yocto] Suitable machine for yocto

2017-09-11 Thread Chris Tapp
> On 11 Sep 2017, at 09:24, Usman Haider wrote: > > > > On Mon, Sep 11, 2017 at 1:21 PM, Burton, Ross > wrote: > On 10 September 2017 at 12:00, Chris Tapp

Re: [yocto] Suitable machine for yocto

2017-09-11 Thread Usman Haider
On Mon, Sep 11, 2017 at 1:21 PM, Burton, Ross wrote: > On 10 September 2017 at 12:00, Chris Tapp wrote: > >> I have a similar spec, except I use an SSD for the build area and only >> 16GB RAM (I don’t see more than about 12GB used during a build)

Re: [yocto] Suitable machine for yocto

2017-09-11 Thread Usman Haider
On Mon, Sep 11, 2017 at 11:51 AM, Alex Lennon wrote: > > > On 11/09/2017 00:56, Mark Hatle wrote: > >> On 9/10/17 2:31 PM, Alex Lennon wrote: >> >>> >>> On 10/09/2017 19:17, Mark Hatle wrote: >>> On 9/10/17 11:14 AM, Alex Lennon wrote: > On

Re: [yocto] Suitable machine for yocto

2017-09-11 Thread Burton, Ross
On 10 September 2017 at 12:00, Chris Tapp wrote: > I have a similar spec, except I use an SSD for the build area and only > 16GB RAM (I don’t see more than about 12GB used during a build) - a build > from scratch (excluding download time) takes just under an hour. > The

Re: [yocto] Suitable machine for yocto

2017-09-11 Thread Alex Lennon
On 11/09/2017 00:56, Mark Hatle wrote: On 9/10/17 2:31 PM, Alex Lennon wrote: On 10/09/2017 19:17, Mark Hatle wrote: On 9/10/17 11:14 AM, Alex Lennon wrote: On 10/09/2017 17:06, Mark Hatle wrote: On 9/10/17 2:00 AM, Usman Haider wrote: Hi, Can someone please recommend some good machine