]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx8: machines: silence kernel warning
authorMax Krummenacher <max.oss.09@gmail.com>
Sun, 6 Jan 2019 12:02:42 +0000 (13:02 +0100)
committerDaiane Angolini <daiane.angolini@nxp.com>
Wed, 9 Jan 2019 16:42:52 +0000 (14:42 -0200)
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include
needs to do the same, otherwise bitbake emits a warning and the kernel isn't
removed.

| WARNING: .../linux-yocto_4.19.bb: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base ().

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
conf/machine/imx8qmmek.conf
conf/machine/imx8qxpmek.conf

index 61c9f36472f334c33463c5c445c142d959e46cc6..b71dfcadcfe9b9fb09f337a67fbd3a8de1b4c201 100644 (file)
@@ -11,7 +11,7 @@ require conf/machine/include/arm/arch-arm64.inc
 MACHINE_FEATURES_append = " qca6174"
 
 # Don't include kernels in standard images
-RDEPENDS_kernel-base = ""
+RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
 
 LOADADDR = ""
 
index 9b332d303b5e0b96432aa9f7820353580047deb8..61cb51fdb3fbdd96fe83782d67b8969311781c89 100644 (file)
@@ -10,7 +10,7 @@ require conf/machine/include/arm/arch-arm64.inc
 MACHINE_FEATURES_append = " qca6174"
 
 # Don't include kernels in standard images
-RDEPENDS_kernel-base = ""
+RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
 
 LOADADDR = ""