summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-01-09 18:13:34 -0200
committerAndrei Gherzan <andrei@gherzan.com>2018-01-11 21:34:23 +0000
commitc47caaca325b8cd81ee5bcd7cb30295faf0d440d (patch)
tree3b2f68547c950a5332a404d6d33cc37d4c8f3cb0
parentab5ef24ef8685c3fbf94bfcfee88abd1f4ca22a6 (diff)
downloadmeta-raspberrypi-c47caaca325b8cd81ee5bcd7cb30295faf0d440d.tar.gz
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 <ricardo@opensourcefoundries.com>
-rw-r--r--conf/machine/include/rpi-base.inc2
1 files changed, 1 insertions, 1 deletions
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] += " \
106 106
107# The kernel image is installed into the FAT32 boot partition and does not need 107# The kernel image is installed into the FAT32 boot partition and does not need
108# to also be installed into the rootfs. 108# to also be installed into the rootfs.
109RDEPENDS_kernel-base = "" 109RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""