From e06e7e8cbfd645481971be84750e24c029c90921 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 25 Mar 2008 15:48:26 +0000 Subject: 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 --- meta/packages/linux/linux.inc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'meta/packages/linux/linux.inc') 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 -- cgit v1.2.3