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
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
>-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
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
> 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