diff options
Diffstat (limited to 'meta/classes/kernel-uimage.bbclass')
-rw-r--r-- | meta/classes/kernel-uimage.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-uimage.bbclass b/meta/classes/kernel-uimage.bbclass index f73965b13f..de7ca38e94 100644 --- a/meta/classes/kernel-uimage.bbclass +++ b/meta/classes/kernel-uimage.bbclass | |||
@@ -13,7 +13,7 @@ python __anonymous () { | |||
13 | # KEEPUIMAGE == yes. Otherwise, we pack compressed vmlinux into | 13 | # KEEPUIMAGE == yes. Otherwise, we pack compressed vmlinux into |
14 | # the uImage . | 14 | # the uImage . |
15 | if d.getVar("KEEPUIMAGE", True) != 'yes': | 15 | if d.getVar("KEEPUIMAGE", True) != 'yes': |
16 | d.setVar("KERNEL_IMAGETYPE_FOR_MAKE", "zImage") | 16 | d.setVar("KERNEL_IMAGETYPE_FOR_MAKE", "vmlinux") |
17 | } | 17 | } |
18 | 18 | ||
19 | do_uboot_mkimage() { | 19 | do_uboot_mkimage() { |