]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq: add a symlink zImage under /boot
authorTing Liu <ting.liu@nxp.com>
Fri, 15 Jul 2016 17:50:26 +0000 (01:50 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-kernel/linux/linux-qoriq_4.1.bb

index 97611feb16521a7902264ce031efe55d0cf49d28..198d15628fe678b0190483bd0e62ca965608328a 100644 (file)
@@ -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() {