From f484884f7e7db8bd3eb346bcd9d4d5d796355c93 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Aug 2010 11:05:53 -0700 Subject: [PATCH] linux-bd-neon-2.6: Switch DEPENDS to u-boot-mkimage-native, call uboot-mkimage Signed-off-by: Tom Rini --- recipes/linux/linux-bd-neon-2.6_2.6.22.bb | 4 ++-- 1 file 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 } -- 2.39.5