diff options
19 files changed, 20 insertions, 20 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 96453ef..13a0714 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
8 | COMPATIBLE_MACHINE = "^rpi$" | 8 | COMPATIBLE_MACHINE = "^rpi$" |
9 | 9 | ||
10 | SRCREV = "648ffc470824c43eb0d16c485f4c24816b32cd6f" | 10 | SRCREV = "648ffc470824c43eb0d16c485f4c24816b32cd6f" |
11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://github.com/Evilpaul/RPi-config.git;protocol=https;branch=master \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb index 75b581d..1c3daff 100644 --- a/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb +++ b/recipes-connectivity/pi-bluetooth/pi-bluetooth_0.1.17.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "\ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI = "\ | 9 | SRC_URI = "\ |
10 | git://github.com/RPi-Distro/pi-bluetooth \ | 10 | git://github.com/RPi-Distro/pi-bluetooth;branch=master;protocol=https \ |
11 | file://0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch \ | 11 | file://0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch \ |
12 | " | 12 | " |
13 | SRCREV = "fd4775bf90e037551532fc214a958074830bb80d" | 13 | SRCREV = "fd4775bf90e037551532fc214a958074830bb80d" |
diff --git a/recipes-devtools/pi-blaster/pi-blaster_git.bb b/recipes-devtools/pi-blaster/pi-blaster_git.bb index 4aa7427..1d21089 100644 --- a/recipes-devtools/pi-blaster/pi-blaster_git.bb +++ b/recipes-devtools/pi-blaster/pi-blaster_git.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/libs" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d" | 5 | LIC_FILES_CHKSUM = "file://README.md;beginline=268;endline=292;md5=86d10e4bcf4b4014d306dde7c1d2a80d" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/sarfata/pi-blaster \ | 7 | SRC_URI = "git://github.com/sarfata/pi-blaster;branch=master;protocol=https \ |
8 | file://remove-initscript-lsb-dependency.patch \ | 8 | file://remove-initscript-lsb-dependency.patch \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb index 4659ad9..b9fb915 100644 --- a/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb +++ b/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Blinka" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=660e614bc7efb0697cc793d8a22a55c2" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_Blinka.git;branch=main;protocol=https" |
7 | SRCREV = "dc688f354fe779c9267c208b99f310af87e79272" | 7 | SRCREV = "dc688f354fe779c9267c208b99f310af87e79272" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb b/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb index 7cccd58..2cf8afd 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-busdevice_5.0.5.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_BusDevice" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git;branch=main;protocol=https" |
7 | SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40" | 7 | SRCREV = "1bfe8005293205e2f7b2cc498ab5a946f1133b40" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb b/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb index c5da4ac..d572cab 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-motor_3.2.6.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_Motor" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b72678307cc7c10910b5ef460216af07" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b72678307cc7c10910b5ef460216af07" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Motor.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Motor.git;branch=main;protocol=https" |
7 | SRCREV = "2251bfc0501d0acfb96c0a43f4f2b4c6a10ca14e" | 7 | SRCREV = "2251bfc0501d0acfb96c0a43f4f2b4c6a10ca14e" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb b/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb index eacca3e..94eed3e 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-motorkit_1.6.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_MotorKit" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad4a8854b39ad474755ef1aea813bac" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ad4a8854b39ad474755ef1aea813bac" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_MotorKit.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_MotorKit.git;branch=main;protocol=https" |
7 | SRCREV = "8c1462b4129b21f6db156d1517abb017bb74b982" | 7 | SRCREV = "8c1462b4129b21f6db156d1517abb017bb74b982" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb b/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb index 23cd786..8656d75 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-pca9685_3.3.4.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_PCA9685" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7eb6b599fb0cfb06485c64cd4242f62" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e7eb6b599fb0cfb06485c64cd4242f62" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_PCA9685.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_PCA9685.git;branch=main;protocol=https" |
7 | SRCREV = "2780c4102f4c23fbab252aa1198b61ba7e2d1b2c" | 7 | SRCREV = "2780c4102f4c23fbab252aa1198b61ba7e2d1b2c" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb index ccf5eaa..1f745e7 100644 --- a/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb +++ b/recipes-devtools/python/python3-adafruit-circuitpython-register_1.9.4.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_CircuitPython_Register" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec69d6e9e6c85adfb7799d7f8cf044e" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Register.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_CircuitPython_Register.git;branch=main;protocol=https" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457" | 9 | SRCREV = "5fee6e0c3878110844bc51e16063eeae7d94c457" |
diff --git a/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb b/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb index b88affa..170cd98 100644 --- a/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb +++ b/recipes-devtools/python/python3-adafruit-platformdetect_3.1.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PlatformDetect" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fccd531dce4b989c05173925f0bbb76c" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_Python_PlatformDetect.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_Python_PlatformDetect.git;branch=main;protocol=https" |
7 | SRCREV = "e0fe1b012898fa824944d6805ca74be0fa027968" | 7 | SRCREV = "e0fe1b012898fa824944d6805ca74be0fa027968" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-adafruit-pureio_1.1.8.bb b/recipes-devtools/python/python3-adafruit-pureio_1.1.8.bb index 63c7166..e38a483 100644 --- a/recipes-devtools/python/python3-adafruit-pureio_1.1.8.bb +++ b/recipes-devtools/python/python3-adafruit-pureio_1.1.8.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/adafruit/Adafruit_Python_PureIO" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2a21fcca821a506d4c36f7bbecc0d009" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2a21fcca821a506d4c36f7bbecc0d009" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/adafruit/Adafruit_Python_PureIO.git;branch=main" | 6 | SRC_URI = "git://github.com/adafruit/Adafruit_Python_PureIO.git;branch=main;protocol=https" |
7 | SRCREV = "f4d0973da05b8b21905ff6bab69cdb652128f342" | 7 | SRCREV = "f4d0973da05b8b21905ff6bab69cdb652128f342" |
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
diff --git a/recipes-devtools/python/python3-rtimu_git.bb b/recipes-devtools/python/python3-rtimu_git.bb index 4f13a38..c9f1cec 100644 --- a/recipes-devtools/python/python3-rtimu_git.bb +++ b/recipes-devtools/python/python3-rtimu_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "devel/python" | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" | 6 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=96cdecb41125f498958e09b72faf318e" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master \ | 8 | SRC_URI = "git://github.com/RPi-Distro/RTIMULib.git;protocol=http;branch=master;protocol=https \ |
9 | file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ | 9 | file://0001-include-asm-ioctl.h-for-ioctl-define.patch;patchdir=../.. \ |
10 | " | 10 | " |
11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" | 11 | SRCREV = "b949681af69b45f0f7f4bb53b6770037b5b02178" |
diff --git a/recipes-graphics/raspidmx/raspidmx_git.bb b/recipes-graphics/raspidmx/raspidmx_git.bb index c81fb03..4729e8c 100644 --- a/recipes-graphics/raspidmx/raspidmx_git.bb +++ b/recipes-graphics/raspidmx/raspidmx_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=52962875ab02c36df6cde47b1f463024" | |||
7 | COMPATIBLE_HOST = "null" | 7 | COMPATIBLE_HOST = "null" |
8 | COMPATIBLE_HOST:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}" | 8 | COMPATIBLE_HOST:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'null', '(.*)', d)}" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https \ | 10 | SRC_URI = "git://github.com/AndrewFromMelbourne/raspidmx;protocol=https;branch=master \ |
11 | file://0001-gitignore-add-archives-from-lib-directory.patch \ | 11 | file://0001-gitignore-add-archives-from-lib-directory.patch \ |
12 | file://0002-add-install-targets-to-Makefiles.patch \ | 12 | file://0002-add-install-targets-to-Makefiles.patch \ |
13 | file://0003-switch-to-pkg-config.patch \ | 13 | file://0003-switch-to-pkg-config.patch \ |
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index a2ae918..5676c31 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -20,7 +20,7 @@ SRCREV = "97bc8180ad682b004ea224d1db7b8e108eda4397" | |||
20 | PV = "20210623" | 20 | PV = "20210623" |
21 | 21 | ||
22 | SRC_URI = "\ | 22 | SRC_URI = "\ |
23 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 23 | git://github.com/${SRCFORK}/userland.git;protocol=https;branch=${SRCBRANCH} \ |
24 | file://0001-Allow-applications-to-set-next-resource-handle.patch \ | 24 | file://0001-Allow-applications-to-set-next-resource-handle.patch \ |
25 | file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \ | 25 | file://0002-wayland-Add-support-for-the-Wayland-winsys.patch \ |
26 | file://0003-wayland-Add-Wayland-example.patch \ | 26 | file://0003-wayland-Add-Wayland-example.patch \ |
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 ef8df32..2e3d1cc 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 = "e7fd166981ab4bb9a36c2d1500205a078a35714d" | 27 | SRCREV = "e7fd166981ab4bb9a36c2d1500205a078a35714d" |
28 | PV = "1.2-4+rpt8" | 28 | PV = "1.2-4+rpt8" |
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 4f242d3..d7852ee 100644 --- a/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb +++ b/recipes-kernel/linux-firmware-rpidistro/linux-firmware-rpidistro_git.bb | |||
@@ -34,7 +34,7 @@ LIC_FILES_CHKSUM = "\ | |||
34 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" | 34 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx-rpidistro] = "LICENCE.broadcom_bcm43xx" |
35 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" | 35 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" |
36 | 36 | ||
37 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree" | 37 | SRC_URI = "git://github.com/RPi-Distro/firmware-nonfree;branch=master;protocol=https" |
38 | 38 | ||
39 | SRCREV = "83938f78ca2d5a0ffe0c223bb96d72ccc7b71ca5" | 39 | SRCREV = "83938f78ca2d5a0ffe0c223bb96d72ccc7b71ca5" |
40 | PV = "20190114-1+rpt11" | 40 | PV = "20190114-1+rpt11" |
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb index 0dfa451..e0a4461 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 \ |
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb index 3eeb4b4..c2050d4 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.10.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.10.bb | |||
@@ -8,7 +8,7 @@ SRCREV_meta = "e1979ceb171bc91ef2cb71cfcde548a101dab687" | |||
8 | KMETA = "kernel-meta" | 8 | KMETA = "kernel-meta" |
9 | 9 | ||
10 | SRC_URI = " \ | 10 | SRC_URI = " \ |
11 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \ | 11 | git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \ |
12 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ | 12 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ |
13 | file://powersave.cfg \ | 13 | file://powersave.cfg \ |
14 | file://android-drivers.cfg \ | 14 | file://android-drivers.cfg \ |
diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index d294399..64233b3 100644 --- a/recipes-multimedia/omxplayer/omxplayer_git.bb +++ b/recipes-multimedia/omxplayer/omxplayer_git.bb | |||
@@ -22,8 +22,8 @@ SRCREV_default = "f543a0d0e707ab56415f17b0ca6d397394ee8b63" | |||
22 | # This SRCREV corresponds to the v4.0.3 release of ffmpeg. | 22 | # This SRCREV corresponds to the v4.0.3 release of ffmpeg. |
23 | SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76" | 23 | SRCREV_ffmpeg = "fcbd117df3077bad495e99e20f01cf93737bce76" |
24 | 24 | ||
25 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=git;branch=master \ | 25 | SRC_URI = "git://github.com/popcornmix/omxplayer.git;protocol=https;branch=master \ |
26 | git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=git;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ | 26 | git://github.com/FFmpeg/FFmpeg;branch=release/4.0;protocol=https;depth=1;name=ffmpeg;destsuffix=git/ffmpeg \ |
27 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ | 27 | file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \ |
28 | file://0003-Remove-strip-step-in-Makefile.patch \ | 28 | file://0003-Remove-strip-step-in-Makefile.patch \ |
29 | file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ | 29 | file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \ |