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>
This commit is contained in:
Ricardo Salveti 2018-01-09 18:13:34 -02:00 committed by Andrei Gherzan
parent ab5ef24ef8
commit c47caaca32

View File

@ -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 = ""