diff options
author | John Klug <john.klug@multitech.com> | 2022-04-13 15:22:10 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-04-13 15:22:10 -0500 |
commit | 58a6156b61364d8effe0876afc4ab9e0ce62c39b (patch) | |
tree | 7a79d478420d0f89bcd680d8b7c6b17c8eaf01cb | |
parent | 6004c8be1d4fac7990403b28da0a86bef9218def (diff) | |
download | meta-multitech-atmel-58a6156b61364d8effe0876afc4ab9e0ce62c39b.tar.gz meta-multitech-atmel-58a6156b61364d8effe0876afc4ab9e0ce62c39b.tar.bz2 meta-multitech-atmel-58a6156b61364d8effe0876afc4ab9e0ce62c39b.zip |
Make U-Boot Console access optional for factory test builds6.0.1
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2016.09.01.bb | 4 |
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" |