summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-25 15:48:26 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-25 15:48:26 +0000
commite06e7e8cbfd645481971be84750e24c029c90921 (patch)
tree98fd723baf4e621e094c66627c845b97165b56ec /meta/packages/linux
parentecc896be992f1bdf53f50bfd7d0210a4eaecf6a6 (diff)
downloadpoky-e06e7e8cbfd645481971be84750e24c029c90921.tar.gz
kernel.bbclass: use u-boot-mkimage-native for uImage kernels (from linux.inc)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4116 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/linux')
-rw-r--r--meta/packages/linux/linux.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/linux/linux.inc b/meta/packages/linux/linux.inc
index 2b376e2d01..6993091dfc 100644
--- a/meta/packages/linux/linux.inc
+++ b/meta/packages/linux/linux.inc
@@ -6,17 +6,6 @@ inherit kernel
6 6
7DEPENDS_append_em-x270 = " mtd-utils " 7DEPENDS_append_em-x270 = " mtd-utils "
8 8
9python __anonymous () {
10
11 import bb
12
13 kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
14 if kerneltype == 'uImage':
15 depends = bb.data.getVar("DEPENDS", d, 1)
16 depends = "%s u-boot-mkimage-native" % depends
17 bb.data.setVar("DEPENDS", depends, d)
18}
19
20RPSRC = "http://www.rpsys.net/openzaurus/patches/archive" 9RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
21 10
22# Specify the commandline for your device 11# Specify the commandline for your device