From 47ed636e47acd5314aba4c155067a6422f9e20d2 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 16 Jul 2016 01:50:26 +0800 Subject: [PATCH] linux-qoriq: add a symlink zImage under /boot Signed-off-by: Ting Liu --- recipes-kernel/linux/linux-qoriq_4.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-qoriq_4.1.bb b/recipes-kernel/linux/linux-qoriq_4.1.bb index 97611feb..198d1562 100644 --- a/recipes-kernel/linux/linux-qoriq_4.1.bb +++ b/recipes-kernel/linux/linux-qoriq_4.1.bb @@ -55,6 +55,7 @@ addtask merge_delta_config before do_preconfigure after do_patch 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() { -- 2.40.1