summaryrefslogtreecommitdiff
path: root/meta/packages/linux/linux.inc
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/linux.inc
parentecc896be992f1bdf53f50bfd7d0210a4eaecf6a6 (diff)
downloadopenembedded-core-e06e7e8cbfd645481971be84750e24c029c90921.tar.gz
openembedded-core-e06e7e8cbfd645481971be84750e24c029c90921.tar.bz2
openembedded-core-e06e7e8cbfd645481971be84750e24c029c90921.tar.xz
openembedded-core-e06e7e8cbfd645481971be84750e24c029c90921.zip
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/linux.inc')
-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 2b376e2d0..6993091df 100644
--- a/meta/packages/linux/linux.inc
+++ b/meta/packages/linux/linux.inc
@@ -6,17 +6,6 @@ inherit kernel
DEPENDS_append_em-x270 = " mtd-utils "
-python __anonymous () {
-
- import bb
-
- kerneltype = bb.data.getVar('KERNEL_IMAGETYPE', d, 1) or ''
- if kerneltype == 'uImage':
- depends = bb.data.getVar("DEPENDS", d, 1)
- depends = "%s u-boot-mkimage-native" % depends
- bb.data.setVar("DEPENDS", depends, d)
-}
-
RPSRC = "http://www.rpsys.net/openzaurus/patches/archive"
# Specify the commandline for your device