From 40b9db221e7543f56323103e091652af9e71dc4e Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 10 Jan 2019 16:15:29 +0100 Subject: [PATCH] sumo migration: Replaced kernel with ${KERNEL_PACKAGE_NAME} new version allows building multiple flavors of the kernel and module packages by templatizing kernel package names via a new KERNEL_PACKAGE_NAME variable in kernel.bbclass. Signed-off-by: Arturo Buzarra --- meta-digi-arm/recipes-kernel/linux/linux-dey.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey.inc b/meta-digi-arm/recipes-kernel/linux/linux-dey.inc index 03985d607..af688c3f6 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey.inc +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey.inc @@ -48,10 +48,10 @@ trustfence_sign[dirs] = "${DEPLOYDIR}" do_deploy[vardeps] += "TRUSTFENCE_SIGN_KEYS_PATH TRUSTFENCE_KEY_INDEX TRUSTFENCE_DEK_PATH" -FILES_kernel-image += "/boot/config-${KERNEL_VERSION}" +FILES_${KERNEL_PACKAGE_NAME}-image += "/boot/config-${KERNEL_VERSION}" # Don't include kernels in standard images -RDEPENDS_kernel-base = "" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" # A user can provide his own kernel 'defconfig' file by: # - setting the variable KERNEL_DEFCONFIG to a custom kernel configuration file