diff options
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb index 3e058c21..84888e05 100644 --- a/recipes-kernel/linux/linux-qoriq_4.9.bb +++ b/recipes-kernel/linux/linux-qoriq_4.9.bb | |||
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git" | |||
14 | 14 | ||
15 | DEPENDS_append = " libgcc" | 15 | DEPENDS_append = " libgcc" |
16 | # not put Images into /boot of rootfs, install kernel-image if needed | 16 | # not put Images into /boot of rootfs, install kernel-image if needed |
17 | RDEPENDS_kernel-base = "" | 17 | RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" |
18 | 18 | ||
19 | KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" | 19 | KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS}" |
20 | KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" | 20 | KERNEL_LD_append = " ${TOOLCHAIN_OPTIONS}" |
@@ -60,5 +60,5 @@ do_install_append_qoriq-arm() { | |||
60 | ln -sf zImage-${KERNEL_VERSION} ${D}/boot/zImage | 60 | ln -sf zImage-${KERNEL_VERSION} ${D}/boot/zImage |
61 | } | 61 | } |
62 | 62 | ||
63 | FILES_kernel-image += "/boot/zImage*" | 63 | FILES_${KERNEL_PACKAGE_NAME}-image += "/boot/zImage*" |
64 | COMPATIBLE_MACHINE = "(qoriq)" | 64 | COMPATIBLE_MACHINE = "(qoriq)" |