diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 11:05:53 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 11:05:53 -0700 |
commit | f484884f7e7db8bd3eb346bcd9d4d5d796355c93 (patch) | |
tree | 0b426a8819f926a89924535b0684e4dba730c3e9 | |
parent | 65f7fb71bfbf226755bf9b4302961997e21ae29a (diff) |
linux-bd-neon-2.6: Switch DEPENDS to u-boot-mkimage-native, call uboot-mkimage
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/linux/linux-bd-neon-2.6_2.6.22.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-bd-neon-2.6_2.6.22.bb b/recipes/linux/linux-bd-neon-2.6_2.6.22.bb index 1e3f671859..a029044151 100644 --- a/recipes/linux/linux-bd-neon-2.6_2.6.22.bb +++ b/recipes/linux/linux-bd-neon-2.6_2.6.22.bb @@ -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 } |