diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-06-28 15:16:57 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-06-28 15:16:57 -0500 |
commit | b23d1d80a23e8ce1910ba7c5006a4fddf3325c7d (patch) | |
tree | 40a273fff1fab26a90870668e232b4d79b5ea908 /multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend |
initial work on multitech bitbake layer for CoreCDP
Diffstat (limited to 'multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend')
-rw-r--r-- | multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend new file mode 100644 index 0000000..7d74cdd --- /dev/null +++ b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend @@ -0,0 +1,5 @@ +FILESPATHBASE := "${FILESPATHBASE}:${FILE_DIRNAME}" + +# run memory bus at 1.8v for mtcdp-embedded +SRC_URI_append_mtcdp-embedded = "file://memory_bus_1.8v.patch;patch=1" +AT91BOOTSTRAP_FLAGS_append_mtcdp-embedded = "-DCONFIG_USER_EBI_1V8" |