From 8faf85b118a2b663073f72603a4807d2502cdeaa Mon Sep 17 00:00:00 2001 From: Andrii Pientsov Date: Wed, 13 Jan 2021 13:37:33 +0200 Subject: Add at91bootstrap for MTRE --- recipes-bsp/at91bootstrap/at91bootstrap.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') 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 -- cgit v1.2.3