diff options
Diffstat (limited to 'meta/classes-recipe/kernel-uboot.bbclass')
-rw-r--r-- | meta/classes-recipe/kernel-uboot.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel-uboot.bbclass b/meta/classes-recipe/kernel-uboot.bbclass index 4aab02671e..30a85ccc28 100644 --- a/meta/classes-recipe/kernel-uboot.bbclass +++ b/meta/classes-recipe/kernel-uboot.bbclass | |||
@@ -34,7 +34,7 @@ uboot_prep_kimage() { | |||
34 | linux_comp="${FIT_KERNEL_COMP_ALG}" | 34 | linux_comp="${FIT_KERNEL_COMP_ALG}" |
35 | fi | 35 | fi |
36 | 36 | ||
37 | [ -n "${vmlinux_path}" ] && ${OBJCOPY} -O binary -R .note -R .comment -S "${vmlinux_path}" linux.bin | 37 | [ -n "${vmlinux_path}" ] && ${KERNEL_OBJCOPY} -O binary -R .note -R .comment -S "${vmlinux_path}" linux.bin |
38 | 38 | ||
39 | if [ "${linux_comp}" != "none" ] ; then | 39 | if [ "${linux_comp}" != "none" ] ; then |
40 | if [ "${linux_comp}" = "gzip" ] ; then | 40 | if [ "${linux_comp}" = "gzip" ] ; then |