From 58a6156b61364d8effe0876afc4ab9e0ce62c39b Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 13 Apr 2022 15:22:10 -0500 Subject: Make U-Boot Console access optional for factory test builds --- recipes-bsp/u-boot/u-boot_2016.09.01.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3