diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-27 22:31:45 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-27 22:31:45 +0000 |
commit | cf24aa67b9d1eff14109dd95d74eb727c50635a0 (patch) | |
tree | 9c1f45c43e91f1db1df45a7c78fc5cb5ae088ce1 /packages/linux/linux.inc | |
parent | a7452d857a650ba80943605177ed4442a65e3292 (diff) |
kernel.bbclass,linux.inc: move dependency on u-boot-openmoko-native to kernel.bbclass
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 14 |
1 files changed, 0 insertions, 14 deletions
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 |