git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa26f81
)
angstrom-2007.1.conf: add workaround for missing mtd-utils-native
author
Koen Kooi
<koen@openembedded.org>
Sun, 21 Oct 2007 08:30:18 +0000
(08:30 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 21 Oct 2007 08:30:18 +0000
(08:30 +0000)
conf/distro/angstrom-2007.1.conf
patch
|
blob
|
history
diff --git
a/conf/distro/angstrom-2007.1.conf
b/conf/distro/angstrom-2007.1.conf
index
8921156
..
7982fb2
100644
(file)
--- a/
conf/distro/angstrom-2007.1.conf
+++ b/
conf/distro/angstrom-2007.1.conf
@@
-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)} \