summaryrefslogtreecommitdiff
path: root/recipes-bsp/at91bootstrap/at91bootstrap.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-06-24 17:51:01 -0500
committerJohn Klug <john.klug@multitech.com>2022-11-16 18:05:09 -0600
commitf5fd6bcf799195e5b869e2a65d27bc1fbd62ccef (patch)
tree759494723bf5fcfaabe8e9c507c9b4ec316651d0 /recipes-bsp/at91bootstrap/at91bootstrap.inc
parentdf10180b980c248e5c649051c9535fd640f75962 (diff)
downloadmeta-multitech-atmel-f5fd6bcf799195e5b869e2a65d27bc1fbd62ccef.tar.gz
meta-multitech-atmel-f5fd6bcf799195e5b869e2a65d27bc1fbd62ccef.tar.bz2
meta-multitech-atmel-f5fd6bcf799195e5b869e2a65d27bc1fbd62ccef.zip
Modify at91bootstrap for SD card build
Diffstat (limited to 'recipes-bsp/at91bootstrap/at91bootstrap.inc')
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap.inc b/recipes-bsp/at91bootstrap/at91bootstrap.inc
index 6bd8915..38602ef 100644
--- a/recipes-bsp/at91bootstrap/at91bootstrap.inc
+++ b/recipes-bsp/at91bootstrap/at91bootstrap.inc
@@ -18,8 +18,10 @@ inherit cml1 deploy
# TODO: python2: use python3
inherit python3-dir python3native
+DEFCONFIG = "${@oe.utils.conditional('BB_USE_SD', '1', 'file://defconfig-sd', 'file://defconfig-n', d)}"
+
SRC_URI_append = " \
- file://defconfig \
+ ${DEFCONFIG} \
file://onetime-slow-clock-switch.patch \
file://0003-disable-rtc-interrupts.patch \
file://at91sam9x5_4bit_pmecc_header.bin \