From cf24aa67b9d1eff14109dd95d74eb727c50635a0 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Thu, 27 Mar 2008 22:31:45 +0000 Subject: kernel.bbclass,linux.inc: move dependency on u-boot-openmoko-native to kernel.bbclass --- packages/linux/linux.inc | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'packages/linux') diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 66636ba50e..e46061610d 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -4,20 +4,6 @@ LICENSE = "GPL" inherit kernel -# Add dependency on mkimage for kernels that build a uImage - -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-openmoko-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