From c47caaca325b8cd81ee5bcd7cb30295faf0d440d Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Tue, 9 Jan 2018 18:13:34 -0200 Subject: rpi-base.inc: use $KERNEL_PACKAGE_NAME for the kernel package name The kernel class is now using $KERNEL_PACKAGE_NAME to set the default kernel package name in order to allow alternate kernel flavors. This fixes the following bitbake warning: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base (). Signed-off-by: Ricardo Salveti --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 4f89989..1e90d55 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -106,4 +106,4 @@ do_image_wic[depends] += " \ # The kernel image is installed into the FAT32 boot partition and does not need # to also be installed into the rootfs. -RDEPENDS_kernel-base = "" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" -- cgit v1.2.3-54-g00ecf