diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:57:34 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-20 10:57:34 -0700 |
commit | b78bda26b71cad3b74613007758b08128f5c1706 (patch) | |
tree | fde2d40407a29769b05a13e5da31ad73511e206f /recipes | |
parent | e3e199113301021746dc99e513744e05b610cac2 (diff) |
gumstix-linux.inc: Switch to u-boot-mkimage-native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/linux/gumstix-linux.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/linux/gumstix-linux.inc b/recipes/linux/gumstix-linux.inc index 0b80cc86fe..e6d7bec43a 100644 --- a/recipes/linux/gumstix-linux.inc +++ b/recipes/linux/gumstix-linux.inc @@ -5,9 +5,7 @@ PR = "r1" inherit kernel -DEPENDS += " \ - u-boot-mkimage-openmoko-native \ - " +DEPENDS += "u-boot-mkimage-native" KERNEL_IMAGE_BASE_NAME = ${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE} |