summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2021-01-13 13:37:33 +0200
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-01-13 13:37:33 +0200
commit8faf85b118a2b663073f72603a4807d2502cdeaa (patch)
tree714d97dff5023552b2eb4092906e2ef6dba675ad /recipes-bsp
parent628d5fd71bd348f2c36c99d29ad2df372a4ae939 (diff)
downloadmeta-multitech-atmel-8faf85b118a2b663073f72603a4807d2502cdeaa.tar.gz
meta-multitech-atmel-8faf85b118a2b663073f72603a4807d2502cdeaa.tar.bz2
meta-multitech-atmel-8faf85b118a2b663073f72603a4807d2502cdeaa.zip
Add at91bootstrap for MTRE
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap.inc b/recipes-bsp/at91bootstrap/at91bootstrap.inc
index e887ffe..3682bca 100644
--- a/recipes-bsp/at91bootstrap/at91bootstrap.inc
+++ b/recipes-bsp/at91bootstrap/at91bootstrap.inc
@@ -29,6 +29,10 @@ SRC_URI_append_mtrv1 = " file://mtrv1-DDRlowDriveStrength.patch \
SRC_URI_append_mtr = " file://defconfig.mtr \
file://at91bootstrap-3.8-mtr.patch \
"
+SRC_URI_append_mtre = " file://mtrv1-DDRlowDriveStrength.patch \
+ file://defconfig.mtr \
+ file://at91bootstrap-3.8-mtr.patch \
+"
SRC_URI_append_mtcdt = " file://at91bootstrap-3.8-mtcdt.patch "
SRC_URI_append_mtcap = " file://at91bootstrap-3.8-mtcdt.patch "
@@ -76,7 +80,7 @@ do_configure() {
# Copy defconfig to .config if .config does not exist. This allows
# recipes to manage the .config themselves in do_configure_prepend()
# and to override default settings with a custom file.
- if [[ ${MACHINE} == mtr ]] || [[ ${MACHINE} == mtrv1 ]] ; then
+ if [[ ${MACHINE} == mtr ]] || [[ ${MACHINE} == mtrv1 ]] || [[ ${MACHINE} == mtre ]] ; then
CTYPE=".mtr"
fi