summaryrefslogtreecommitdiff
path: root/conf/machine/verdin-imx8mp.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-05-16 10:14:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-05-16 12:57:57 +0200
commit0414b79e8e860407b783548170a2d227c7f51df7 (patch)
tree464b1ce6e6a0eee9d79e39f6aa59e0a8476e94b8 /conf/machine/verdin-imx8mp.conf
parentb652240c38cdd1688ad69928295151fafc9304c8 (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/verdin-imx8mp.conf')
-rw-r--r--conf/machine/verdin-imx8mp.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/verdin-imx8mp.conf b/conf/machine/verdin-imx8mp.conf
index 0ba87a3..7c2f640 100644
--- a/conf/machine/verdin-imx8mp.conf
+++ b/conf/machine/verdin-imx8mp.conf
@@ -17,7 +17,7 @@ DEFAULTTUNE:mx8mp-generic-bsp = "armv8a-crypto"
require conf/machine/include/arm/armv8a/tune-cortexa53.inc
# Don't include kernels in standard images
-RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
+RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
KERNEL_DEVICETREE = " \
freescale/imx8mp-verdin-nonwifi-dahlia.dtb \