summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-05-19 13:52:30 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-05-28 13:19:39 +0100
commit8ddcacc68799600f08e50c1fa73002257d11c001 (patch)
tree390d13f68d701519dbffe80d6fcaada6c8696a22
parent20abebb324314ed0b0c0a9a6678f2462cc2d7fa0 (diff)
downloadmeta-raspberrypi-8ddcacc68799600f08e50c1fa73002257d11c001.tar.gz
linux-raspberrypi-dev: drop protocol=git and add LINUX_RPI_KMETA_BRANCH
* update SRC_URI format to use the same as linux-raspberrypi_5.10.bb and linux-raspberrypi_5.4.bb by dropping protocol=git and using LINUX_RPI_KMETA_BRANCH * protocol=git was dropped from other linux-raspberrypi recipes in: commit 0381ac4d08abdb3dda815e6594536ac774baad8d Author: Timm Eversmeyer <saeugetier@googlemail.com> Date: Wed Sep 11 07:08:50 2019 +0200 raspberrypi-linux: removed protocoll setting from SRC_URI Default protocoll for git will be used. Default setting is in the most case https. Signed-off-by: Timm Eversmeyer saeugetier@gmail.com Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index ff8ce79..7a5066c 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -7,6 +7,7 @@ python __anonymous() {
7 7
8LINUX_VERSION ?= "5.10.y" 8LINUX_VERSION ?= "5.10.y"
9LINUX_RPI_BRANCH ?= "rpi-5.10.y" 9LINUX_RPI_BRANCH ?= "rpi-5.10.y"
10LINUX_RPI_KMETA_BRANCH ?= "master"
10 11
11SRCREV_machine = "${AUTOREV}" 12SRCREV_machine = "${AUTOREV}"
12SRCREV_meta = "${AUTOREV}" 13SRCREV_meta = "${AUTOREV}"
@@ -14,8 +15,8 @@ SRCREV_meta = "${AUTOREV}"
14KMETA = "kernel-meta" 15KMETA = "kernel-meta"
15 16
16SRC_URI = " \ 17SRC_URI = " \
17 git://github.com/raspberrypi/linux.git;name=machine;protocol=git;branch=${LINUX_RPI_BRANCH} \ 18 git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=master;destsuffix=${KMETA} \ 19 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
19 file://powersave.cfg \ 20 file://powersave.cfg \
20 file://android-drivers.cfg \ 21 file://android-drivers.cfg \
21 " 22 "