linux-bd-neon-2.6: Switch DEPENDS to u-boot-mkimage-native, call uboot-mkimage
authorTom Rini <tom_rini@mentor.com>
Fri, 20 Aug 2010 18:05:53 +0000 (11:05 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 20 Aug 2010 18:05:53 +0000 (11:05 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/linux/linux-bd-neon-2.6_2.6.22.bb

index 1e3f671..a029044 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "kernel"
 HOMEPAGE = "N/A"
 LICENSE = "GPLv2"
 COMPATIBLE_MACHINE = "bd-neon"
-DEPENDS += "u-boot-utils-native"
+DEPENDS += "u-boot-mkimage-native"
 
 PR = "r2"
 
@@ -37,7 +37,7 @@ do_deploy_append() {
         ${OBJCOPY} -O binary -R .note -R .comment -S vmlinux linux.bin
         rm -f linux.bin.gz
         gzip -9 linux.bin
-        ${STAGING_BINDIR_NATIVE}/mkimage -A arm -O linux -T kernel -C gzip -a a0008000 -e a0008000 -n "Boundary Devices NEON" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}.bin
+        ${STAGING_BINDIR_NATIVE}/uboot-mkimage -A arm -O linux -T kernel -C gzip -a a0008000 -e a0008000 -n "Boundary Devices NEON" -d linux.bin.gz ${DEPLOY_DIR_IMAGE}/uImage-${PV}-${PR}-${MACHINE}.bin
         rm -f linux.bin.gz
 }