summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.09.01.bb
diff options
context:
space:
mode:
authorandrii.davydenko <andrii.davydenko@globallogic.com>2022-08-19 17:07:03 +0300
committerJohn Klug <john.klug@multitech.com>2022-11-16 18:07:23 -0600
commit37ed870fa6925f3bff33ab893e9c6977babeb17c (patch)
treed677db04cf44cf49df55a0779e8b0d683a1ac723 /recipes-bsp/u-boot/u-boot_2016.09.01.bb
parent5f18187f4cd84d20fac8051a720f4746bede4bbb (diff)
downloadmeta-multitech-atmel-37ed870fa6925f3bff33ab893e9c6977babeb17c.tar.gz
meta-multitech-atmel-37ed870fa6925f3bff33ab893e9c6977babeb17c.tar.bz2
meta-multitech-atmel-37ed870fa6925f3bff33ab893e9c6977babeb17c.zip
[MTX-4566][GP-1689] Manufacturing: Atmel based devices - process improvement
Add SDMFG variable instead of BB_USE_SD
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2016.09.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.09.01.bb4
1 files changed, 2 insertions, 2 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 300bcab..2d7ba27 100644
--- a/recipes-bsp/u-boot/u-boot_2016.09.01.bb
+++ b/recipes-bsp/u-boot/u-boot_2016.09.01.bb
@@ -3,8 +3,8 @@ require u-boot.inc
DEPENDS += "dtc-native"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-2016.09.01:"
-CONFIG_PATCH = "${@oe.utils.conditional('BB_USE_SD', '1', 'file://config-sd.patch', 'file://config-n.patch', d)}"
-MTCDT_PATCH = "${@oe.utils.conditional('BB_USE_SD', '1', 'file://mtcdt-sd.patch', 'file://mtcdt-n.patch', d)}"
+CONFIG_PATCH = "${@oe.utils.conditional('SDMFG', '', 'file://config-n.patch', 'file://config-sd.patch', d)}"
+MTCDT_PATCH = "${@oe.utils.conditional('SDMFG', '', 'file://mtcdt-n.patch', 'file://mtcdt-sd.patch', d)}"
# file://mtpwd.path
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \