diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/u-boot/u-boot-mkimage-native_1.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb b/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb index 38dd700d08..3c210a099b 100644 --- a/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb +++ b/recipes/u-boot/u-boot-mkimage-native_1.3.2.bb @@ -13,7 +13,7 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" do_compile () { oe_runmake smdk2410_config - oe_runmake tools + oe_runmake tools STRIP='/bin/true' } do_stage () { |