diff options
author | John Klug <john.klug@multitech.com> | 2017-05-24 09:42:38 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-22 14:05:19 -0500 |
commit | f14c217d10eb63042f57fd3453ee6ffafc1138c7 (patch) | |
tree | 72ea27dc368b16d80da090c7dc03a82790b9a983 /recipes-bsp | |
parent | 50fb898d80f1e244cb369589c850f04f414eee6d (diff) | |
download | meta-multitech-f14c217d10eb63042f57fd3453ee6ffafc1138c7.tar.gz meta-multitech-f14c217d10eb63042f57fd3453ee6ffafc1138c7.tar.bz2 meta-multitech-f14c217d10eb63042f57fd3453ee6ffafc1138c7.zip |
at91bootstrap with MTR RTC patch
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb index 1858d49..2e5f086 100644 --- a/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb +++ b/recipes-bsp/at91bootstrap/at91bootstrap_3.5.3.bb @@ -1,6 +1,6 @@ require at91bootstrap_3.5.inc -PR = "r2" +PR = "r3" LICENSE = "custom-freely-distributable" LIC_FILES_CHKSUM = "file://main.c;beginline=6;endline=26;md5=6fca71334c9e8b7d033296123c91437f" @@ -9,7 +9,8 @@ SRCREV = "v${PV}" SRC_URI = "git://github.com/linux4sam/at91bootstrap \ file://at91bootstrap-3.5.2-add-install.patch \ file://at91bootstrap-3.5.2-onetime-slow-clock-switch.patch \ - file://at91sam9x5_4bit_pmecc_header.bin " + file://at91sam9x5_4bit_pmecc_header.bin \ + file://at91bootstrap-3.5.3-disable-rtc-interrupts.patch" S = "${WORKDIR}/git" |