Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] xilinx-zynqmp: fix 2 issues in zcu102 Rev1.0 board

2019-07-23 Thread qwang2
On 7/23/19 10:32 PM, Bruce Ashfield wrote: On Tue, Jul 23, 2019 at 9:20 AM Yunguo Wei wrote: 在 2019/7/23 21:03, qwang2 写道: On 7/23/19 8:41 PM, Bruce Ashfield wrote: On Tue, Jul 23, 2019 at 1:29 AM qwang2 wrote: On 7/22/19 11:34 PM, Bruce Ashfield wrote: On Mon, Jul 22, 2019 at 1:24 AM

[yocto] PREMIRROR

2019-07-23 Thread Russell Peterson
Hello, I am looking to have bitbake pick up files for a particular recipe from a local git repository using the PREMIRROR functionality. Basically, the recipe (bb file) points to github but in my local build I add PREMIRROR_prepend = "git://.*/.* git:///local/path/BASENAME;protocol=file\n" I

Re: [yocto] [OE-core] Yocto Project Status WW30'19

2019-07-23 Thread Alexander Kanavin
On Tue, 23 Jul 2019 at 20:49, wrote: > >- There are patches available which enable runqueue optimisations >based on output comparisons of tasks. This removes the need to run later >tasks if the output is unchanged and is based upon the previous hash >equivalence server work. This

[yocto] Yocto Project Status WW30'19

2019-07-23 Thread sjolley.yp.pm
Current Dev Position: YP 2.8 M2 Next Deadline: YP 2.8 Milestone 2 Cutoff July 14th, 2019 SWAT Team Rotation: * SWAT lead is currently: Anuj * SWAT team rotation: Anuj -> Paul on July 26, 2019 * SWAT team rotation: Paul -> Ross on Aug. 2, 2019 *

[yocto] Recommended practice to live together hardcoded Linux GIDs with dynamic GIDs

2019-07-23 Thread Javier Tiá
Hi, On a random manner, these errors appear: ERROR: do_install: groupadd command did not succeed ERROR: do_install: Function failed: useradd_sysroot It's hard to reproduce. Tried several times to reproduce the error with `bitbake -c install ` and `bitbake -C install `. It is the only

[yocto] [meta][PATCH] qemu: add a patch fixing the native build on newer kernels

2019-07-23 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The build fails on qemu-native if we're using kernels after commit 0768e17073dc527ccd18ed5f96ce85f9985e9115. This adds an upstream patch that fixes the issue. Signed-off-by: Bartosz Golaszewski --- meta/recipes-devtools/qemu/qemu.inc | 1 +

[yocto] Minutes: Yocto Project Monthly Meeting 7/23/2019

2019-07-23 Thread Reyna, David
Yocto Project Monthly Meeting MINUTES: 7/23/2019 Attendees: Richard, JoshuaW, Bruce, Tim, Vineela, David, Trevor, Jan-Simon (at end) Note: consolidated bridge for Tuesday meetings: https://zoom.us/j/990892712 RP: * Weekly status update will go out later today * 2.7.1 out last week *

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] xilinx-zynqmp: fix 2 issues in zcu102 Rev1.0 board

2019-07-23 Thread Bruce Ashfield
On Tue, Jul 23, 2019 at 9:20 AM Yunguo Wei wrote: > > > > 在 2019/7/23 21:03, qwang2 写道: > > > > On 7/23/19 8:41 PM, Bruce Ashfield wrote: > >> On Tue, Jul 23, 2019 at 1:29 AM qwang2 > >> wrote: > >>> > >>> On 7/22/19 11:34 PM, Bruce Ashfield wrote: > On Mon, Jul 22, 2019 at 1:24 AM wrote:

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] xilinx-zynqmp: fix 2 issues in zcu102 Rev1.0 board

2019-07-23 Thread Yunguo Wei
在 2019/7/23 21:03, qwang2 写道: On 7/23/19 8:41 PM, Bruce Ashfield wrote: On Tue, Jul 23, 2019 at 1:29 AM qwang2 wrote: On 7/22/19 11:34 PM, Bruce Ashfield wrote: On Mon, Jul 22, 2019 at 1:24 AM wrote: From: Quanyang Wang Hi Bruce, Would you please help merge these 2 patches to

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] xilinx-zynqmp: fix 2 issues in zcu102 Rev1.0 board

2019-07-23 Thread qwang2
On 7/23/19 8:41 PM, Bruce Ashfield wrote: On Tue, Jul 23, 2019 at 1:29 AM qwang2 wrote: On 7/22/19 11:34 PM, Bruce Ashfield wrote: On Mon, Jul 22, 2019 at 1:24 AM wrote: From: Quanyang Wang Hi Bruce, Would you please help merge these 2 patches to linux-yocto-dev standard/xlnx-soc

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc][PATCH 0/2] xilinx-zynqmp: fix 2 issues in zcu102 Rev1.0 board

2019-07-23 Thread Bruce Ashfield
On Tue, Jul 23, 2019 at 1:29 AM qwang2 wrote: > > > On 7/22/19 11:34 PM, Bruce Ashfield wrote: > > On Mon, Jul 22, 2019 at 1:24 AM wrote: > >> From: Quanyang Wang > >> > >> Hi Bruce, > >> > >> Would you please help merge these 2 patches to linux-yocto-dev > >> standard/xlnx-soc branch? > >

[yocto] install -m 0644 ${S}/lib/systemd/system/${PN}.service ${D}/${systemd_system_unitdir} failed to add service file to ${systemd_system_unitdir}

2019-07-23 Thread JH
Hi, I set up the configuration for service files at following: SYSTEMD_SERVICE_${PN} = "${PN}.service bootstrap.service" do_install() { .. install -d ${D}/${systemd_system_unitdir} install -m 0644 ${S}/lib/systemd/system/*.service ${D}/${systemd_system_unitdir} }

Re: [yocto] [meta-security-compliance][PATCH 2/4] openscap: add 1.3.1 recipes for upstream source

2019-07-23 Thread Yi Zhao
On 7/23/19 2:38 PM, Akuster808 wrote: On Jul 23, 2019, at 02:51, Yi Zhao wrote: Hi Armin, I got the following error when build openscap: ERROR: openscap-git-r0 do_compile_ptest_base: Function failed: do_compile_ptest_base (log file is located at

Re: [yocto] [meta-security-compliance][PATCH 2/4] openscap: add 1.3.1 recipes for upstream source

2019-07-23 Thread Akuster808
> On Jul 23, 2019, at 02:51, Yi Zhao wrote: > > Hi Armin, > > > I got the following error when build openscap: > > ERROR: openscap-git-r0 do_compile_ptest_base: Function failed: > do_compile_ptest_base (log file is located at >