[yocto] [PATCH 2/2] poky: bump poky lsb to linux 4.9

2017-08-20 Thread Bruce Ashfield
Due to the age of 4.1 and it being removed from oe-core master as an active kernel, we can bump poky-lsb to the newer 4.9 LTSI kernel version. Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/

[yocto] [PATCH 1/2] poky: bump preferred version of linux-yocto to 4.12

2017-08-20 Thread Bruce Ashfield
Signed-off-by: Bruce Ashfield --- meta-poky/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index 940e15865ef0..1c6a01b542dd 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/con

[yocto] [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9

2017-08-20 Thread Bruce Ashfield
Hi all, To match the pull request to oe-core that adds the 4.12 kernel and removes the 4.1 kernel these two patches bump the default kernel to 4.12 and also update LSB to use the 4.9 kernel. Build and boot testing was performed on all qemu architectures. Cheers, Bruce The following changes sin

Re: [yocto] Idea for bbappend / layer organization and naming convention

2017-08-20 Thread Stephane Desneux
Hi all, I've followed this thread with interest. I'll try to bring here some ideas we had in parallel on Automotive Grade Linux (AGL) side. What we plan to do with backports on AGL is still WIP (see https://jira.automotivelinux.org/browse/SPEC-802). It's still cooking, but we're going to adopt a

Re: [yocto] raw copy lots of files to rootfs via recipe

2017-08-20 Thread Jussi Kukkonen
On 19 August 2017 at 20:11, Fabian Knapp wrote: > Hi, > > > > I have to copy a complete file structure to my rootfs which also contains > .sh and .js files Makefiles and so on. However, I only want to „raw“ copy > these files to /xyz to my rootfs. > I tried to cp -r via do_install() and added the