summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/classes-recipe/kernel-uboot.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes-recipe/kernel-uboot.bbclass b/meta/classes-recipe/kernel-uboot.bbclass
index 30a85ccc28..6d4aff6b11 100644
--- a/meta/classes-recipe/kernel-uboot.bbclass
+++ b/meta/classes-recipe/kernel-uboot.bbclass
@@ -41,6 +41,8 @@ uboot_prep_kimage() {
41 gzip -9 linux.bin 41 gzip -9 linux.bin
42 elif [ "${linux_comp}" = "lzo" ] ; then 42 elif [ "${linux_comp}" = "lzo" ] ; then
43 lzop -9 linux.bin 43 lzop -9 linux.bin
44 elif [ "${linux_comp}" = "lzma" ] ; then
45 xz --format=lzma -f -6 linux.bin
44 fi 46 fi
45 mv -f "linux.bin${linux_suffix}" linux.bin 47 mv -f "linux.bin${linux_suffix}" linux.bin
46 fi 48 fi