diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 01:50:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | 47ed636e47acd5314aba4c155067a6422f9e20d2 (patch) | |
tree | e6f60eb09f317d660e310aeeabd8015da35705ae /recipes-kernel | |
parent | 3b078cb194577d3f1fb88be4638191a3bd7e5403 (diff) | |
download | meta-freescale-47ed636e47acd5314aba4c155067a6422f9e20d2.tar.gz |
linux-qoriq: add a symlink zImage under /boot
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
55 | 55 | ||
56 | do_install_append_qoriq-arm() { | 56 | do_install_append_qoriq-arm() { |
57 | install -m 0644 arch/${ARCH}/boot/zImage ${D}/boot/zImage-${KERNEL_VERSION} | 57 | install -m 0644 arch/${ARCH}/boot/zImage ${D}/boot/zImage-${KERNEL_VERSION} |
58 | ln -sf zImage-${KERNEL_VERSION} ${D}/boot/zImage | ||
58 | } | 59 | } |
59 | 60 | ||
60 | do_deploy_append_qoriq-arm() { | 61 | do_deploy_append_qoriq-arm() { |