summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-06-30 11:00:39 -0500
committerJesse Gilles <jgilles@multitech.com>2011-06-30 11:00:39 -0500
commit39562ce900bbe9a04176bd6585e1b05f815267cf (patch)
tree5937238c14e36b4dee6f5c65184daf6239aadc19
parent9653ec02336fa74b3dcb151addbe1cbf5e185ccb (diff)
at91bootstrap: add defconfig
-rw-r--r--multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend8
1 files changed, 6 insertions, 2 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend
index 0e75963..4eeb6e0 100644
--- a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend
+++ b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend
@@ -1,6 +1,10 @@
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"
+PR .= ".corecdp1"
+
+SRC_URI += "file://defconfig"
+
# run memory bus at 1.8v for mtcdp-embedded
-SRC_URI_append_mtcdp-embedded = "file://memory_bus_1.8v.patch"
-AT91BOOTSTRAP_FLAGS_append_mtcdp-embedded = "-DCONFIG_USER_EBI_1V8"
+SRC_URI_append_mtcdp-embedded = " file://memory_bus_1.8v.patch"
+AT91BOOTSTRAP_FLAGS_append_mtcdp-embedded = " -DCONFIG_USER_EBI_1V8"