summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-25 15:48:10 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-25 15:48:10 +0000
commitecc896be992f1bdf53f50bfd7d0210a4eaecf6a6 (patch)
tree43cbe1ba4be30b478599e8a55670eba99d924977 /meta/packages/linux/linux.inc
parent85e3e7265be8389f65c52f4585ad9b4667c96dc2 (diff)
downloadopenembedded-core-ecc896be992f1bdf53f50bfd7d0210a4eaecf6a6.tar.gz
openembedded-core-ecc896be992f1bdf53f50bfd7d0210a4eaecf6a6.tar.bz2
openembedded-core-ecc896be992f1bdf53f50bfd7d0210a4eaecf6a6.tar.xz
openembedded-core-ecc896be992f1bdf53f50bfd7d0210a4eaecf6a6.zip
linux.inc: use u-boot-mkimage-native for uImages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4115 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux/linux.inc')
-rw-r--r--meta/packages/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux.inc b/meta/packages/linux/linux.inc
index 4c24f7a2b..2b376e2d0 100644
--- a/meta/packages/linux/linux.inc
+++ b/meta/packages/linux/linux.inc
@@ -13,7 +13,7 @@ python __anonymous () {
kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
if kerneltype == 'uImage':
depends = bb.data.getVar("DEPENDS", d, 1)
- depends = "%s u-boot-mkimage-openmoko-native" % depends
+ depends = "%s u-boot-mkimage-native" % depends
bb.data.setVar("DEPENDS", depends, d)
}