summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bb2
-rw-r--r--recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb2
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb2
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
24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro" 24NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro"
25 25
26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware" 26SRC_URI = "git://github.com/RPi-Distro/bluez-firmware;branch=master;protocol=https"
27SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54" 27SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54"
28PV = "0.0+git${SRCPV}" 28PV = "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 = "\
33NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" 33NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx"
34NO_GENERIC_LICENSE[WHENCE] = "WHENCE" 34NO_GENERIC_LICENSE[WHENCE] = "WHENCE"
35 35
36SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" 36SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https"
37 37
38SRCREV = "98e815735e2c805d65994ccc608f399595b74438" 38SRCREV = "98e815735e2c805d65994ccc608f399595b74438"
39PV = "20190114-1+rpt8" 39PV = "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
20KMETA = "kernel-meta" 20KMETA = "kernel-meta"
21 21
22SRC_URI = " \ 22SRC_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 \