linux-omap.inc : Depend on uboot-utils for mkimage. Do not depend on u-boot.
authorPhilip Balister <philip@balister.org>
Thu, 13 Sep 2007 19:58:43 +0000 (19:58 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 13 Sep 2007 19:58:43 +0000 (19:58 +0000)
                 If you need u-boot, build it manually.

packages/linux/linux-omap.inc

index 6bc1363..83f134b 100644 (file)
@@ -1,7 +1,9 @@
 SECTION = "kernel"
 DESCRIPTION = "Linux kernel for OMAP processors"
 LICENSE = "GPL"
-DEPENDS = ${@['u-boot','u-boot-omap2430sdp'][bb.data.getVar('MACHINE',d,1) == 'omap2430sdp']}
+#DEPENDS = ${@['u-boot','u-boot-omap2430sdp'][bb.data.getVar('MACHINE',d,1) == 'omap2430sdp']}
+
+DEPENDS = uboot-utils
 
 inherit kernel