[meta-freescale] [PATCH 2/3] linux-qoriq_4.4: remove do_install and do_deploy for qoriq-arm

C.r. Guo chunrong.guo at nxp.com
Tue Nov 14 18:34:32 PST 2017


Hello Otavio,

Can you apply this patch ?

Thanks
Chunrong

-----Original Message-----
From: Chunrong Guo [mailto:B40290 at freescale.com] 
Sent: Monday, November 13, 2017 1:01 PM
To: meta-freescale at yoctoproject.org
Cc: Zhenhua Luo <zhenhua.luo at nxp.com>; C.r. Guo <chunrong.guo at nxp.com>
Subject: [PATCH 2/3] linux-qoriq_4.4: remove do_install and do_deploy for qoriq-arm

From: Chunrong Guo <chunrong.guo at nxp.com>

*qoriq-arm support kernel itb types
so remove do_deploy and do_install for zImage

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-kernel/linux/linux-qoriq_4.4.bb | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/recipes-kernel/linux/linux-qoriq_4.4.bb b/recipes-kernel/linux/linux-qoriq_4.4.bb
index 55c616a..70e3bf6 100644
--- a/recipes-kernel/linux/linux-qoriq_4.4.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.4.bb
@@ -59,16 +59,5 @@ do_install_prepend_fsl-lsch2-32b() {
     rm -f ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/freescale
 }
 
-do_install_append_qoriq-arm() {
-    install -m 0644 arch/${ARCH}/boot/zImage ${D}/boot/zImage-${KERNEL_VERSION}
-    ln -sf zImage-${KERNEL_VERSION} ${D}/boot/zImage
-}
-
-do_deploy_append_qoriq-arm() {
-    install -m 0644 arch/${ARCH}/boot/zImage ${DEPLOYDIR}/${ZIMAGE_BASE_NAME}.bin
-    ln -sf ${ZIMAGE_BASE_NAME}.bin ${DEPLOYDIR}/zImage-${MACHINE}.bin
-    ln -sf ${ZIMAGE_BASE_NAME}.bin ${DEPLOYDIR}/zImage
-}
-
 FILES_kernel-image += "/boot/zImage*"
 COMPATIBLE_MACHINE = "(qoriq)"
-- 
1.9.0



More information about the meta-freescale mailing list