diff options
author | John Klug <john.klug@multitech.com> | 2022-03-23 16:35:37 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-23 16:35:37 -0500 |
commit | e2bd0e705b3a6c45e393097532a799f1a909a2bd (patch) | |
tree | 5d595adf4b0cab26df50a518f8fd48a9a7c5c523 | |
parent | 2cbf3cba9f6410fa8d3dedf9da5e57a0d8573861 (diff) | |
download | meta-multitech-atmel-e2bd0e705b3a6c45e393097532a799f1a909a2bd.tar.gz meta-multitech-atmel-e2bd0e705b3a6c45e393097532a799f1a909a2bd.tar.bz2 meta-multitech-atmel-e2bd0e705b3a6c45e393097532a799f1a909a2bd.zip |
github no longer accepts clear git protocol so switch to https
-rw-r--r-- | recipes-kernel/linux/linux-at91_4.9.87.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-at91_5.4.81.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/wilc1000/wilc1000_3.12.27.bb.obsolete | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-at91_4.9.87.bb b/recipes-kernel/linux/linux-at91_4.9.87.bb index 3b10efd..fe357b9 100644 --- a/recipes-kernel/linux/linux-at91_4.9.87.bb +++ b/recipes-kernel/linux/linux-at91_4.9.87.bb @@ -32,7 +32,7 @@ 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 = "git://github.com/linux4sam/linux-at91.git;protocol=https;branch=${KBRANCH}" SRC_URI = "https://github.com/linux4sam/linux-at91/archive/${SAMV}.tar.gz" SRC_URI[md5sum] = "09002b6b7e5a654d65ddf3fcc9574add" SRC_URI[sha256sum] = "eaff5fdba506bef95ca57db1a53e19b6807bc9b090f97d3348b1712708c32d4e" diff --git a/recipes-kernel/linux/linux-at91_5.4.81.bb b/recipes-kernel/linux/linux-at91_5.4.81.bb index 985dedf..a4300cf 100644 --- a/recipes-kernel/linux/linux-at91_5.4.81.bb +++ b/recipes-kernel/linux/linux-at91_5.4.81.bb @@ -27,7 +27,7 @@ S = "${WORKDIR}/git" KBRANCH = "linux-5.4-at91" KBRANCH_sama7g5ek-sd = "sama7g5_early" KBRANCH_sama7g5ek-emmc = "sama7g5_early" -SRC_URI = "git://github.com/linux4sam/linux-at91.git;protocol=git;branch=${KBRANCH}" +SRC_URI = "git://github.com/linux4sam/linux-at91.git;protocol=https;branch=${KBRANCH}" SRC_URI += "file://defconfig" SRC_URI_remove_sama7g5ek = "file://defconfig" diff --git a/recipes-kernel/wilc1000/wilc1000_3.12.27.bb.obsolete b/recipes-kernel/wilc1000/wilc1000_3.12.27.bb.obsolete index db14e1f..79627bb 100644 --- a/recipes-kernel/wilc1000/wilc1000_3.12.27.bb.obsolete +++ b/recipes-kernel/wilc1000/wilc1000_3.12.27.bb.obsolete @@ -6,7 +6,7 @@ inherit module PV = "3.18" KBRANCH = "kernel-3.18" SRCREV = "${AUTOREV}" -SRC_URI = "git://github.com/linux4sc/staging.git;protocol=git;branch=${KBRANCH} \ +SRC_URI = "git://github.com/linux4sc/staging.git;protocol=https;branch=${KBRANCH} \ file://wilcp1000_3.18_to_3.12_kernel.patch \ file://wilc1000.conf \ https://github.com/linux4sc/wireless-firmware/raw/master/wilc1003_firmware.bin;name=blob \ |