summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.09.01.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.09.01.bb b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
index 475dd5e..879fa76 100644
--- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
@@ -27,9 +27,11 @@ SRC_URI_append_mtr = "\
SRC_URI_append_mtrv1 = "\
file://mtrv1.patch \
"
+# Make U-Boot Console access optional for factory test builds
+MTRE_DISABLE_ACCESS ?= "file://mtre_disable_access.patch"
SRC_URI_append_mtre = "\
+ ${MTRE_DISABLE_ACCESS} \
file://mtre.patch \
- file://mtre_disable_access.patch \
"
SRC_URI[md5sum] = "61c628f8034477c946e173ed174efeb4"