Re: [yocto] [meta-yocto-bsp][PATCH v2] beaglebone-yocto: Update u-boot config to match u-boot 19.04

2019-04-14 Thread Zoran Stojsavljevic
Hello Stefano, Thank you for your reply. So, as expected, patches are in. Since I see only this from A. Graf recently: https://patchwork.ozlabs.org/project/uboot/list/?submitter=1212 After all, Tom Rini did it on A. Graf's behalf. Once I start trying U-Boot post 2019.01 release on my BBB, I'll s

Re: [yocto] Thud Kernel Configuration not Working

2019-04-14 Thread Bruce Ashfield
On Sat, Apr 13, 2019 at 9:54 PM nick wrote: > > Greetings, > I was trying to build a kernel with these files in a new layer for no smp to > be enabled but have no > idea why it doesn't work. This is after looking at the kernel manual and it's > literally the same > files excluding the disabling

Re: [yocto] QA cycle report for 2.6.2 RC3

2019-04-14 Thread Jain, Sangeeta
>-Original Message- >From: richard.pur...@linuxfoundation.org >Sent: Friday, 12 April, 2019 6:58 PM >To: Jain, Sangeeta ; 'yocto@yoctoproject.org' >; Eggleton, Paul ; 'Michael >Halstead' ; Erway, Tracey M >; 'sjolley.yp...@gmail.com' >; openembedded-core- >requ...@lists.openembedded.org

[yocto] [meta-selinux][PATCH] audit: change to use ${WORKDIR} instead ${S}/../

2019-04-14 Thread Chen Qi
The do_install function is assuming that ${S}/../ is ${WORKDIR}, but this is not true when using `devtool modify audit'. So change to use ${WORKDIR}. Signed-off-by: Chen Qi --- recipes-security/audit/audit_2.8.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-secu

Re: [yocto] Thud Kernel Configuration not Working

2019-04-14 Thread Zoran Stojsavljevic
> This is my bbappend called linux-yocto-4.1.8.bbappend: > # Include kernel configuration fragment > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" > SRC_URL += "file://smp.cfg" I am wondering... Why so old kernel used (4.1.8)? Zoran ___ On Sun, Apr 14, 2019 at 3:54 AM nick wrote: > > Gree