Re: [yocto] Remove kernel image and modules from rootfs

2023-01-05 Thread Konstantin Kletschke
Hi Quentin, On Tue, Jan 03, 2023 at 05:16:09PM +0100, Quentin Schulz wrote: > So, you needed the extra :beaglebone-yocto because the machine configuration > file is parsed after local.conf, therefore since beaglebone-yocto.conf file I was not aware of that, thaught always local.conf is master/la

Re: [yocto] Remove kernel image and modules from rootfs

2023-01-03 Thread Quentin Schulz via lists.yoctoproject.org
Hi Konstantin, On 1/3/23 16:58, Konstantin Kletschke wrote: On Mon, Jan 02, 2023 at 05:11:35PM +0100, Quentin Schulz wrote: but this is now deprecated for kirkstone and should be done this way: RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" This makes sense, I'll send a patch updating the do

Re: [yocto] Remove kernel image and modules from rootfs

2023-01-03 Thread Konstantin Kletschke
On Mon, Jan 02, 2023 at 05:11:35PM +0100, Quentin Schulz wrote: > > but this is now deprecated for kirkstone and should be done this way: > > > > RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" > > > > This makes sense, I'll send a patch updating the documentation to reflect > this change. I thoug

Re: [yocto] Remove kernel image and modules from rootfs

2023-01-02 Thread Quentin Schulz via lists.yoctoproject.org
Hi Konstantin, On 12/21/22 22:13, Konstantin Kletschke wrote: Hi, I am creating a rootfs/bootloader/kernel to run on a beaglebone black usually and it works great. So I have in conf/local.conf MACHINE ?= "beaglebone-yocto" and an own layer meta-insidem2m which defines some image settings in

[yocto] Remove kernel image and modules from rootfs

2022-12-21 Thread Konstantin Kletschke
Hi, I am creating a rootfs/bootloader/kernel to run on a beaglebone black usually and it works great. So I have in conf/local.conf MACHINE ?= "beaglebone-yocto" and an own layer meta-insidem2m which defines some image settings in recipes-core/images/insidem2m-s.bb among other recipes for packag