summaryrefslogtreecommitdiff
path: root/recipes-bsp/at91bootstrap
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2021-03-14 11:56:13 +0200
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2021-03-14 15:50:35 +0200
commit51ea84f8c4ce07e0c1206568ae7e29a2a0a28f55 (patch)
tree5a9d5d07bbec6a0be5e3d2cb1e768daab49c6bba /recipes-bsp/at91bootstrap
parent24fff730a2f90e90b390ec317a1ca650401d748d (diff)
parent81f0751c9d15d969ebb568c67b7903d2d5e49a0d (diff)
downloadmeta-multitech-atmel-51ea84f8c4ce07e0c1206568ae7e29a2a0a28f55.tar.gz
meta-multitech-atmel-51ea84f8c4ce07e0c1206568ae7e29a2a0a28f55.tar.bz2
meta-multitech-atmel-51ea84f8c4ce07e0c1206568ae7e29a2a0a28f55.zip
Merge branch 'mtre-thud' into mtre-dunfell
Diffstat (limited to 'recipes-bsp/at91bootstrap')
-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 25d72ee..07dfda4 100644
--- a/recipes-bsp/at91bootstrap/at91bootstrap.inc
+++ b/recipes-bsp/at91bootstrap/at91bootstrap.inc
@@ -31,6 +31,10 @@ SRC_URI_append_mtrv1 = " file://0001-mtrv1-DDRlowDriveStrength.patch \
SRC_URI_append_mtr = " file://defconfig.mtr \
file://0005-at91bootstrap-3.8-mtr.patch \
"
+SRC_URI_append_mtre = " file://0001-mtrv1-DDRlowDriveStrength.patch \
+ file://defconfig.mtr \
+ file://0005-at91bootstrap-3.8-mtr.patch \
+"
SRC_URI_append_mtcdt = " file://0005-at91bootstrap-3.8-mtcdt.patch "
SRC_URI_append_mtcap = " file://0005-at91bootstrap-3.8-mtcap.patch "
@@ -78,7 +82,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