[oe-commits] org.oe.dev angstrom-2007.1.conf: add workaround for missing mtd-utils-native

koen commit openembedded-commits at lists.openembedded.org
Sun Oct 21 09:03:43 UTC 2007


angstrom-2007.1.conf: add workaround for missing mtd-utils-native

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c47ba1583ffd46886ad2d44d3587ad3d64affd16
ViewMTN: http://monotone.openembedded.org/revision/info/c47ba1583ffd46886ad2d44d3587ad3d64affd16
Files:
1
conf/distro/angstrom-2007.1.conf
Diffs:

#
# mt diff -r8aff1229633922b79baa82daa313c77392574a54 -rc47ba1583ffd46886ad2d44d3587ad3d64affd16
#
# 
# 
# patch "conf/distro/angstrom-2007.1.conf"
#  from [8f53b68d5e2463961cb7337ecc84f87c859535a2]
#    to [918512382cb7f658c8f501718d5511f7100771dc]
# 
============================================================
--- conf/distro/angstrom-2007.1.conf	8f53b68d5e2463961cb7337ecc84f87c859535a2
+++ conf/distro/angstrom-2007.1.conf	918512382cb7f658c8f501718d5511f7100771dc
@@ -406,6 +406,12 @@ EXTRA_STUFF ?= ""
 
 # Angstrom want to ship some extra stuff. This should be moved into task-base eventually
 # contains ipkg specific stuff as well :(
+
+#work around a bitbake bug where mtd-utils-native isn't created so do_rootfs fails 
+DISTRO_EXTRA_DEPENDS += " \
+    mtd-utils-native \
+    "    
+
 DISTRO_EXTRA_RDEPENDS += "\
     update-modules \
     ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \   






More information about the Openembedded-commits mailing list