[oe-commits] org.oe.dev linux-omap.inc : Depend on uboot-utils for mkimage. Do not depend on u-boot.

crofton commit openembedded-commits at lists.openembedded.org
Thu Sep 13 20:19:45 UTC 2007


linux-omap.inc : Depend on uboot-utils for mkimage. Do not depend on u-boot.
                 If you need u-boot, build it manually.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 37de267a0eab728f3ee227df2ecb37ffd6bef90b
ViewMTN: http://monotone.openembedded.org/revision/info/37de267a0eab728f3ee227df2ecb37ffd6bef90b
Files:
1
packages/linux/linux-omap.inc
Diffs:

#
# mt diff -r1ae5e50fd4462e3a92d644000e844b1c9a37acb7 -r37de267a0eab728f3ee227df2ecb37ffd6bef90b
#
# 
# 
# patch "packages/linux/linux-omap.inc"
#  from [2d2e1563073a9c9e272aca35faa2b007040acc6e]
#    to [ddb0989b0eff634d3c86b2b86fc04e7c795ae8c1]
# 
============================================================
--- packages/linux/linux-omap.inc	2d2e1563073a9c9e272aca35faa2b007040acc6e
+++ packages/linux/linux-omap.inc	ddb0989b0eff634d3c86b2b86fc04e7c795ae8c1
@@ -1,8 +1,10 @@ LICENSE = "GPL"
 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
 
 KERNEL_IMAGETYPE = "uImage"






More information about the Openembedded-commits mailing list