summaryrefslogtreecommitdiffstats
path: root/meta/packages/linux
diff options
context:
space:
mode:
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