diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2022-05-16 10:14:29 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2022-05-16 10:38:19 +0200 |
commit | 5171b4b59adae5f5cea3c0df7a07d5a6a1585c51 (patch) | |
tree | 064e175b1ea85554ddb4311c6c3907655160e0b4 /conf/machine/imx8qm-mek.conf | |
parent | 7d6441d30d3f47b74238b479241c94b5e89a08e8 (diff) | |
download | meta-freescale-5171b4b59adae5f5cea3c0df7a07d5a6a1585c51.tar.gz |
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/imx8qm-mek.conf')
-rw-r--r-- | conf/machine/imx8qm-mek.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8qm-mek.conf b/conf/machine/imx8qm-mek.conf index 72c8b6a0..eff8da49 100644 --- a/conf/machine/imx8qm-mek.conf +++ b/conf/machine/imx8qm-mek.conf | |||
@@ -14,7 +14,7 @@ MACHINE_FEATURES += "pci optee bcm43455 bcm4356" | |||
14 | MACHINE_FEATURES:append:use-nxp-bsp = " bcm4359" | 14 | MACHINE_FEATURES:append:use-nxp-bsp = " bcm4359" |
15 | 15 | ||
16 | # Don't include kernels in standard images | 16 | # Don't include kernels in standard images |
17 | RDEPENDS:${KERNEL_PACKAGE_NAME}-base = "" | 17 | RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = "" |
18 | 18 | ||
19 | LOADADDR = "" | 19 | LOADADDR = "" |
20 | 20 | ||