summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-29 09:51:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-11-02 09:57:03 -0400
commitac399ad09105dce73bccde9574216377613a98de (patch)
tree6fd16ce13d7ee10e9fb2ee8ec85c18cc4d4dec0b /recipes-extended
parent03689b86cc1b5eb935f5271697336ce5cb6b4e69 (diff)
downloadmeta-virtualization-ac399ad09105dce73bccde9574216377613a98de.tar.gz
global: add explicit branch to all SRC_URIs
As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cloud-init/cloud-init_20.3.bb2
-rw-r--r--recipes-extended/dev86/dev86_git.bb2
-rw-r--r--recipes-extended/diod/diod_1.0.24.bb2
-rw-r--r--recipes-extended/hyperstart/hyperstart_git.bb2
-rw-r--r--recipes-extended/ipxe/ipxe_git.bb2
-rw-r--r--recipes-extended/irqbalance/irqbalance_git.bb2
-rw-r--r--recipes-extended/kvmtool/kvmtool.bb2
-rw-r--r--recipes-extended/libvmi/libvmi_git.bb2
-rw-r--r--recipes-extended/xen/xtf_git.bb2
-rw-r--r--recipes-extended/xvisor/xvisor_git.bb2
10 files changed, 10 insertions, 10 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_20.3.bb b/recipes-extended/cloud-init/cloud-init_20.3.bb
index 1e2a236b..047bb35d 100644
--- a/recipes-extended/cloud-init/cloud-init_20.3.bb
+++ b/recipes-extended/cloud-init/cloud-init_20.3.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
6 6
7SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e" 7SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e"
8SRC_URI = "git://github.com/canonical/cloud-init \ 8SRC_URI = "git://github.com/canonical/cloud-init;branch=master \
9 file://cloud-init-source-local-lsb-functions.patch \ 9 file://cloud-init-source-local-lsb-functions.patch \
10 file://0001-setup.py-check-for-install-anywhere-in-args.patch \ 10 file://0001-setup.py-check-for-install-anywhere-in-args.patch \
11 file://0001-setup.py-respect-udevdir-variable.patch \ 11 file://0001-setup.py-respect-udevdir-variable.patch \
diff --git a/recipes-extended/dev86/dev86_git.bb b/recipes-extended/dev86/dev86_git.bb
index 8cad15ac..88e9cf30 100644
--- a/recipes-extended/dev86/dev86_git.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -7,7 +7,7 @@ SECTION = "console/tools"
7BASE_PV="0.16.21" 7BASE_PV="0.16.21"
8PV = "${BASE_PV}+git${SRCPV}" 8PV = "${BASE_PV}+git${SRCPV}"
9SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4" 9SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4"
10SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https \ 10SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https;branch=master \
11 file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \ 11 file://0001-cpp-Makefile-respect-LDFLAGS-when-building-bcc-cpp.patch \
12 file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \ 12 file://0003-cpp-update-token1.tok-to-make-new-gperf-happy-regen..patch \
13 file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \ 13 file://0004-regen-token2.h-token1.h-with-gperf-3.1.patch \
diff --git a/recipes-extended/diod/diod_1.0.24.bb b/recipes-extended/diod/diod_1.0.24.bb
index 0291564f..2aa9ae56 100644
--- a/recipes-extended/diod/diod_1.0.24.bb
+++ b/recipes-extended/diod/diod_1.0.24.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
10 10
11PV = "1.0.24+git${SRCPV}" 11PV = "1.0.24+git${SRCPV}"
12SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199" 12SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199"
13SRC_URI = "git://github.com/chaos/diod.git;protocol=git \ 13SRC_URI = "git://github.com/chaos/diod.git;protocol=git;branch=master \
14 file://diod \ 14 file://diod \
15 file://diod.conf \ 15 file://diod.conf \
16 file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \ 16 file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \
diff --git a/recipes-extended/hyperstart/hyperstart_git.bb b/recipes-extended/hyperstart/hyperstart_git.bb
index 7c18b6e0..195d8fee 100644
--- a/recipes-extended/hyperstart/hyperstart_git.bb
+++ b/recipes-extended/hyperstart/hyperstart_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
6 6
7inherit autotools-brokensep 7inherit autotools-brokensep
8 8
9SRC_URI = "git://github.com/hyperhq/hyperstart.git" 9SRC_URI = "git://github.com/hyperhq/hyperstart.git;branch=master"
10SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch" 10SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch"
11 11
12SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac" 12SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac"
diff --git a/recipes-extended/ipxe/ipxe_git.bb b/recipes-extended/ipxe/ipxe_git.bb
index 5ead6c5f..74de9cb1 100644
--- a/recipes-extended/ipxe/ipxe_git.bb
+++ b/recipes-extended/ipxe/ipxe_git.bb
@@ -14,7 +14,7 @@ PR = "r0"
14FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 14FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
15 15
16SRC_URI = " \ 16SRC_URI = " \
17 git://github.com/ipxe/ipxe.git;protocol=https \ 17 git://github.com/ipxe/ipxe.git;protocol=https;branch=master \
18 file://ipxe-fix-hostcc-nopie-cflags.patch \ 18 file://ipxe-fix-hostcc-nopie-cflags.patch \
19 file://ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch \ 19 file://ipxe-intel-Avoid-spurious-compiler-warning-on-GCC-10.patch \
20 file://ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch \ 20 file://ipxe-golan-Add-explicit-type-casts-for-nodnic_queue_pair_.patch \
diff --git a/recipes-extended/irqbalance/irqbalance_git.bb b/recipes-extended/irqbalance/irqbalance_git.bb
index a9a93004..1d433a50 100644
--- a/recipes-extended/irqbalance/irqbalance_git.bb
+++ b/recipes-extended/irqbalance/irqbalance_git.bb
@@ -9,7 +9,7 @@ require irqbalance.inc
9SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28" 9SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28"
10PV = "1.8.0" 10PV = "1.8.0"
11 11
12SRC_URI = "git://github.com/Irqbalance/irqbalance \ 12SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master \
13 file://add-initscript.patch \ 13 file://add-initscript.patch \
14 file://irqbalance-Add-status-and-reload-commands.patch \ 14 file://irqbalance-Add-status-and-reload-commands.patch \
15 file://irqbalanced.service \ 15 file://irqbalanced.service \
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool.bb
index c24c86dc..652e88d9 100644
--- a/recipes-extended/kvmtool/kvmtool.bb
+++ b/recipes-extended/kvmtool/kvmtool.bb
@@ -9,7 +9,7 @@ do_configure[depends] += "virtual/kernel:do_shared_workdir"
9 9
10inherit kernel-arch 10inherit kernel-arch
11 11
12SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \ 12SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git;branch=master \
13 file://external-crosscompiler.patch \ 13 file://external-crosscompiler.patch \
14 file://0001-kvmtool-9p-fixed-compilation-error.patch \ 14 file://0001-kvmtool-9p-fixed-compilation-error.patch \
15 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \ 15 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \
diff --git a/recipes-extended/libvmi/libvmi_git.bb b/recipes-extended/libvmi/libvmi_git.bb
index 4054e6e4..bc5ccee0 100644
--- a/recipes-extended/libvmi/libvmi_git.bb
+++ b/recipes-extended/libvmi/libvmi_git.bb
@@ -8,7 +8,7 @@ PV = "0.14.0"
8 8
9DEPENDS = "libvirt libcheck bison fuse byacc-native" 9DEPENDS = "libvirt libcheck bison fuse byacc-native"
10 10
11SRC_URI = "git://github.com/libvmi/libvmi.git \ 11SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master \
12" 12"
13 13
14SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd" 14SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd"
diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb
index faf46d87..537abc39 100644
--- a/recipes-extended/xen/xtf_git.bb
+++ b/recipes-extended/xen/xtf_git.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-2-Clause"
5# For additional reference on XTF, please see: 5# For additional reference on XTF, please see:
6# https://static.sched.com/hosted_files/xendeveloperanddesignsummit2017/79/xtf.pdf 6# https://static.sched.com/hosted_files/xendeveloperanddesignsummit2017/79/xtf.pdf
7 7
8SRC_URI = "git://xenbits.xen.org/xtf" 8SRC_URI = "git://xenbits.xen.org/xtf;branch=master"
9SRCREV = "3e800027016ea4eb19887bf626b46f45fc43fa5d" 9SRCREV = "3e800027016ea4eb19887bf626b46f45fc43fa5d"
10 10
11COMPATIBLE_HOST = '(x86_64.*).*-linux' 11COMPATIBLE_HOST = '(x86_64.*).*-linux'
diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb
index b9692e34..239881a0 100644
--- a/recipes-extended/xvisor/xvisor_git.bb
+++ b/recipes-extended/xvisor/xvisor_git.bb
@@ -10,7 +10,7 @@ inherit autotools-brokensep
10 10
11# This version support the RISC-V v0.5.0 Hypervisor extensions 11# This version support the RISC-V v0.5.0 Hypervisor extensions
12SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618" 12SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618"
13SRC_URI = "git://github.com/avpatel/xvisor-next.git \ 13SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master \
14 file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \ 14 file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \
15 file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \ 15 file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \
16" 16"