diff options
Diffstat (limited to 'recipes-kernel')
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb index 310d2f8..260aeb9 100644 --- a/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb +++ b/recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb | |||
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "\ | |||
23 | # so that the license files will be copied from fetched source | 23 | # so that the license files will be copied from fetched source |
24 | NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro" | 24 | NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro" |
25 | 25 | ||
26 | SRC_URI = "git://github.com/RPi-Distro/bluez-firmware" | 26 | SRC_URI = "git://github.com/RPi-Distro/bluez-firmware;branch=master;protocol=https" |
27 | SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54" | 27 | SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54" |
28 | PV = "0.0+git${SRCPV}" | 28 | PV = "0.0+git${SRCPV}" |
29 | 29 | ||
diff --git a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb index 99afde8..ca75fa6 100644 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb +++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | |||
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "\ | |||
33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" | 33 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" |
34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" | 34 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" |
35 | 35 | ||
36 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" | 36 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https" |
37 | 37 | ||
38 | SRCREV = "98e815735e2c805d65994ccc608f399595b74438" | 38 | SRCREV = "98e815735e2c805d65994ccc608f399595b74438" |
39 | PV = "20190114-1+rpt8" | 39 | PV = "20190114-1+rpt8" |
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb index 3511a55..d6b0eec 100644 --- a/recipes-kernel/linux/linux-raspberrypi-dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb | |||
@@ -20,7 +20,7 @@ SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "li | |||
20 | KMETA = "kernel-meta" | 20 | KMETA = "kernel-meta" |
21 | 21 | ||
22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
23 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ | 23 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \ |
24 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ | 24 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ |
25 | file://powersave.cfg \ | 25 | file://powersave.cfg \ |
26 | file://android-drivers.cfg \ | 26 | file://android-drivers.cfg \ |