summaryrefslogtreecommitdiff
path: root/recipes-bsp/at91bootstrap/at91bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/at91bootstrap/at91bootstrap.inc')
-rw-r--r--recipes-bsp/at91bootstrap/at91bootstrap.inc18
1 files changed, 10 insertions, 8 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap.inc b/recipes-bsp/at91bootstrap/at91bootstrap.inc
index 3682bca..07dfda4 100644
--- a/recipes-bsp/at91bootstrap/at91bootstrap.inc
+++ b/recipes-bsp/at91bootstrap/at91bootstrap.inc
@@ -15,27 +15,29 @@ LIC_FILES_CHKSUM = "file://main.c;endline=27;md5=42f86d2f6fd17d1221c5c651b487a07
inherit cml1 deploy
+# TODO: python2: use python3
+inherit python-dir pythonnative
SRC_URI_append = " \
file://defconfig \
file://onetime-slow-clock-switch.patch \
- file://disable-rtc-interrupts.patch \
+ file://0003-disable-rtc-interrupts.patch \
file://at91sam9x5_4bit_pmecc_header.bin \
"
-SRC_URI_append_mtrv1 = " file://mtrv1-DDRlowDriveStrength.patch \
+SRC_URI_append_mtrv1 = " file://0001-mtrv1-DDRlowDriveStrength.patch \
file://defconfig.mtr \
- file://at91bootstrap-3.8-mtr.patch \
+ file://0005-at91bootstrap-3.8-mtr.patch \
"
SRC_URI_append_mtr = " file://defconfig.mtr \
- file://at91bootstrap-3.8-mtr.patch \
+ file://0005-at91bootstrap-3.8-mtr.patch \
"
-SRC_URI_append_mtre = " file://mtrv1-DDRlowDriveStrength.patch \
+SRC_URI_append_mtre = " file://0001-mtrv1-DDRlowDriveStrength.patch \
file://defconfig.mtr \
- file://at91bootstrap-3.8-mtr.patch \
+ file://0005-at91bootstrap-3.8-mtr.patch \
"
-SRC_URI_append_mtcdt = " file://at91bootstrap-3.8-mtcdt.patch "
-SRC_URI_append_mtcap = " file://at91bootstrap-3.8-mtcdt.patch "
+SRC_URI_append_mtcdt = " file://0005-at91bootstrap-3.8-mtcdt.patch "
+SRC_URI_append_mtcap = " file://0005-at91bootstrap-3.8-mtcap.patch "
DEPENDS += "bc-native"