From 5e9142d80fe87694dab0be5c571fdca835d871ed Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 16 May 2022 10:14:29 +0200 Subject: machines: follow kernel deployment changes The kernel binary image is by default deployed into the rootfs, /boot/. openembedded-core changed the way it is done in a not backwards compatible way. I.e. it now RRECOMMENDS instead of RDEPENDS the package which contains the kernel binary image. Commit 1c90b27d2c ("kernel: make kernel-base recommend kernel-image, not depend") So the way to not deploy also changed. Change machines and recipes which want to prevent kernel deployment accordingly. Signed-off-by: Max Krummenacher --- conf/machine/apalis-tk1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index 92cb08b..7c9b8f5 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -35,7 +35,7 @@ WKS_FILE_DEPENDS ?= " \ WKS_FILE = "sdimage-bootpart.wks" # The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot -RDEPENDS:${KERNEL_PACKAGE_NAME}-base = "" +RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" PREFERRED_PROVIDER_u-boot = "u-boot" PREFERRED_PROVIDER_virtual/bootloader = "u-boot" -- cgit v1.2.3