Skip to content

Commit

Permalink
rpi-base.inc: use $KERNEL_PACKAGE_NAME for the kernel package name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rsalveti authored and agherzan committed Jan 11, 2018
1 parent ab5ef24 commit c47caac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/rpi-base.inc
Expand Up @@ -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 = ""

0 comments on commit c47caac

Please sign in to comment.