summaryrefslogtreecommitdiffstats
path: root/meta
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
parent85e3e7265be8389f65c52f4585ad9b4667c96dc2 (diff)
downloadpoky-ecc896be992f1bdf53f50bfd7d0210a4eaecf6a6.tar.gz
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')
-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 4c24f7a2b1..2b376e2d01 100644
--- a/meta/packages/linux/linux.inc
+++ b/meta/packages/linux/linux.inc
@@ -13,7 +13,7 @@ python __anonymous () {
13 kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or '' 13 kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
14 if kerneltype == 'uImage': 14 if kerneltype == 'uImage':
15 depends = bb.data.getVar("DEPENDS", d, 1) 15 depends = bb.data.getVar("DEPENDS", d, 1)
16 depends = "%s u-boot-mkimage-openmoko-native" % depends 16 depends = "%s u-boot-mkimage-native" % depends
17 bb.data.setVar("DEPENDS", depends, d) 17 bb.data.setVar("DEPENDS", depends, d)
18} 18}
19 19