From: Chunrong Guo Date: Fri, 5 Jan 2018 03:01:28 +0000 (+0800) Subject: linux-qoriq_4.4: ${KERNEL_PACKAGE_NAME} replaces original key "kernel" X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7513b411b1ec4f9a1aefdb0053440ac236670baa;p=meta-freescale.git linux-qoriq_4.4: ${KERNEL_PACKAGE_NAME} replaces original key "kernel" *update RDEPENDS to match kernel naming The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include needs to do the same, otherwise bitbake emits a warning and the kernel isn't removed. *FILES_${KERNEL_PACKAGE_NAME}-image () replaces original key FILES_kernel-image Signed-off-by: Chunrong Guo Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb index 0dfda199..89e6dfd6 100644 --- a/recipes-kernel/linux/linux-qoriq_4.4.bb +++ b/recipes-kernel/linux/linux-qoriq_4.4.bb @@ -14,7 +14,7 @@ S = "${WORKDIR}/git" DEPENDS_append = " libgcc" # not put Images into /boot of rootfs, install kernel-image if needed -RDEPENDS_kernel-base = "" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" @@ -59,5 +59,5 @@ do_install_prepend_fsl-lsch2-32b() { rm -f ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/freescale } -FILES_kernel-image += "/boot/zImage*" +FILES_${KERNEL_PACKAGE_NAME}-image += "/boot/zImage*" COMPATIBLE_MACHINE = "(qoriq)"