mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 03:46:56 +00:00
recipes: Update SRC_URI protocols for github
Use protocols=https for GitHub SRC_URIs using the conversion script in openembedded-core. Signed-off-by: Marcel Hamer <marcel@solidxs.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
59c2d6f7a8
commit
c4d091732c
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "\
|
||||
# so that the license files will be copied from fetched source
|
||||
NO_GENERIC_LICENSE[Firmware-cypress-rpidistro] = "LICENCE.cypress-rpidistro"
|
||||
|
||||
SRC_URI = "git://github.com/RPi-Distro/bluez-firmware"
|
||||
SRC_URI = "git://github.com/RPi-Distro/bluez-firmware;branch=master;protocol=https"
|
||||
SRCREV = "96eefffcccc725425fd83be5e0704a5c32b79e54"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "\
|
||||
NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx"
|
||||
NO_GENERIC_LICENSE[WHENCE] = "WHENCE"
|
||||
|
||||
SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree"
|
||||
SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https"
|
||||
|
||||
SRCREV = "98e815735e2c805d65994ccc608f399595b74438"
|
||||
PV = "20190114-1+rpt8"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "li
|
||||
KMETA = "kernel-meta"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
|
||||
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
|
||||
file://powersave.cfg \
|
||||
file://android-drivers.cfg \
|
||||
|
||||
Reference in New Issue
Block a user