Re: [yocto] [PATCH][thud] meta-yocto-bsp: Bump to the latest stable kernel for the BSPs

2019-08-12 Thread Kevin Hao
On Fri, Apr 19, 2019 at 01:23:35PM +0800, Kevin Hao wrote: > In order to fix a systemtap bug [1] on arm board, we backport a kernel > patch from v5.0 kernel to v4.14 & v4.18 kernel, then need to bump the > kernel version to include this patch. Even this is only an arm specific > bug, we would like

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-08-12 Thread sjolley.yp.pm
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-docs][PATCH] ref-manual: mention PREPROCESS_RELOCATE_DIRS variable

2019-08-12 Thread Martin Jansa
Signed-off-by: Martin Jansa --- documentation/ref-manual/ref-classes.xml | 5 - documentation/ref-manual/ref-variables.xml | 21 + 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-classes.xml

Re: [linux-yocto] [PATCH 0/4] More security fragments

2019-08-12 Thread akuster808
On 8/12/19 8:11 AM, Bruce Ashfield wrote: > I've merged these to the 4.19/5.0/5.2 and master branches. thanks. -armin > > SRCREV updates will follow this week, once I get some more test cycles > completed. > > Bruce > > On Sun, Aug 11, 2019 at 12:29 PM Armin Kuster

[linux-yocto] [PATCH] common-pc: enable support for bochs vga interface (qemu stdvga)

2019-08-12 Thread Alexander Kanavin
This will enable standardizing qemu machines to '-vga std' emulated hardware (as opposed to the current mix of vmware or cirrus cards, both outdated). See https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466 for details. Signed-off-by: Alexander Kanavin --- bsp/common-pc-64/common-pc-64.scc

Re: [linux-yocto] [PATCH 0/4] More security fragments

2019-08-12 Thread Bruce Ashfield
I've merged these to the 4.19/5.0/5.2 and master branches. SRCREV updates will follow this week, once I get some more test cycles completed. Bruce On Sun, Aug 11, 2019 at 12:29 PM Armin Kuster wrote: > It is time to move the kernel fragments out of meta-security to cache. > It should make

[yocto] Segmentation fault | bitbake machine-image.bb | core dumped

2019-08-12 Thread jaymin . dabhi
Hello All, Facing segmentation fault (core dumped) while doing bitbake. I am using Yocto Jethro branch. When I added python3-pip recipe (in local.conf) and started building image, segmentation fault occurred. Although, I am able to bitbake python3-pip individually (i.e. bitbake python3-pip).

Re: [yocto] Yocto repos for NXP referent platform MCIMXABASEV1 also called SABRE platform?

2019-08-12 Thread Zoran Stojsavljevic
Hello Khem, Thank you for the reply. I would say look at: https://github.com/ZoranStojsavljevic/imx6-sabre-automotive-bsp Zoran ___ On Fri, Aug 9, 2019 at 6:51 PM Khem Raj wrote: > On Thu, Aug 8, 2019 at 11:20 PM Zoran Stojsavljevic > wrote: > > > > Hello to all, > > > > I am trying to

[yocto] wic create - bad ownership of directories inside image

2019-08-12 Thread Behnke, Jochen
Hello, I am using poky 2.6.1 (thud) and create images using the wic utility.Recently I noticed that all directories contained in the created image are owned by UID 1000 and not by root. The files inside the image however are owned by root.The UID 1000 refers to my unprivileged user on the host