diff options
author | John Klug <john.klug@multitech.com> | 2019-01-04 18:35:32 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 2d9671517887a325a06c402ee5fe23a8d4bfa1ad (patch) | |
tree | f4344355bcd25e7c1a2a8a74fcd0fa8eae8f7a4e /recipes-kernel/linux/linux-at91_4.9.87.bb | |
parent | 75e93f426d1c79d392f4c88e4aa10b4915433641 (diff) | |
download | meta-multitech-2d9671517887a325a06c402ee5fe23a8d4bfa1ad.tar.gz meta-multitech-2d9671517887a325a06c402ee5fe23a8d4bfa1ad.tar.bz2 meta-multitech-2d9671517887a325a06c402ee5fe23a8d4bfa1ad.zip |
Sanitize the version of the kernel removing dirty and at91
Diffstat (limited to 'recipes-kernel/linux/linux-at91_4.9.87.bb')
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 8b55f61..2e73876 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -15,19 +15,23 @@ KERNEL_EXTRA_ARGS ="LOADADDR=0x20008000" PR = "r0" # PV = "4.9+git${SRCPV}" +KERNEL_VERSION = "${PV}" +EXTRAVERSION = "" -S = "${WORKDIR}/git" +SAMV = "linux4sam_5.8" +S = "${WORKDIR}/linux-at91-${SAMV}" SRCREV = "29796588eb6a4c89795baaea3035764d15d0e44a" KBRANCH = "linux-4.9-at91" -SRC_URI = "git://github.com/linux4sam/linux-at91.git;protocol=git;branch=${KBRANCH}" -SRC_URI += "file://defconfig" - -# gpio set single ended required device tree changes for pull-ups -# file://linux-4.9-at91_gpio_set_single_ended.patch - -COMMON_PATCHES = "file://linux-4.9-pps-gpio.patch" +#SRC_URI = "git://github.com/linux4sam/linux-at91.git;protocol=git;branch=${KBRANCH}" +SRC_URI = "https://github.com/linux4sam/linux-at91/archive/${SAMV}.tar.gz" +SRC_URI[md5sum] = "09002b6b7e5a654d65ddf3fcc9574add" +SRC_URI[sha256sum] = "eaff5fdba506bef95ca57db1a53e19b6807bc9b090f97d3348b1712708c32d4e" + +COMMON_PATCHES = "file://linux-4.9-pps-gpio.patch \ + file://EXTRAVERSION.patch \ + " # file://at91pinctrl_reprobe.patch |