mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
global: convert github SRC_URIs to use https protocol
github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ac399ad091
commit
0a7ae8bc50
|
@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 go-md2man-native libseccomp"
|
||||||
|
|
||||||
SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2"
|
SRCREV = "1ef246896b4f6566964ed861b98cd32d0e7bf7a2"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/containers/conmon.git;branch=main \
|
git://github.com/containers/conmon.git;branch=main;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "2.0.29+git${SRCPV}"
|
PV = "2.0.29+git${SRCPV}"
|
||||||
|
|
|
@ -6,7 +6,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and
|
||||||
|
|
||||||
|
|
||||||
SRCREV = "69e5db821af6458b4078d654ad3dcb3f31faa522"
|
SRCREV = "69e5db821af6458b4078d654ad3dcb3f31faa522"
|
||||||
SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5 \
|
SRC_URI = "git://github.com/containerd/containerd;branch=release/1.5;protocol=https \
|
||||||
file://0001-Add-build-option-GODEBUG-1.patch \
|
file://0001-Add-build-option-GODEBUG-1.patch \
|
||||||
file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \
|
file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \
|
||||||
"
|
"
|
||||||
|
|
|
@ -16,7 +16,7 @@ At a high level, we expect the scope of cri-o to be restricted to the following
|
||||||
|
|
||||||
SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15"
|
SRCREV_cri-o = "1d447191ee73ead59f344f354edac5d64f377e15"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o \
|
git://github.com/kubernetes-sigs/cri-o.git;branch=master;name=cri-o;protocol=https \
|
||||||
file://0001-Makefile-force-symlinks.patch \
|
file://0001-Makefile-force-symlinks.patch \
|
||||||
file://crio.conf \
|
file://crio.conf \
|
||||||
"
|
"
|
||||||
|
|
|
@ -18,7 +18,7 @@ What is not in scope for this project? \
|
||||||
|
|
||||||
SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa"
|
SRCREV_cri-tools = "de32df077e6b0e9e31ce367dfc34c1b6b46e30fa"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools \
|
git://github.com/kubernetes-sigs/cri-tools.git;branch=master;name=cri-tools;protocol=https \
|
||||||
file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \
|
file://0001-build-allow-environmental-CGO-settings-and-pass-dont.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=412de458544c1cb6a2b512cd399286e2"
|
||||||
SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3"
|
SRCREV = "4a1731891e91e62f15c40c361aff2a8a54d91bb3"
|
||||||
PV = "3.16.1+git${SRCPV}"
|
PV = "3.16.1+git${SRCPV}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master \
|
SRC_URI = "git://github.com/checkpoint-restore/criu.git;branch=master;protocol=https \
|
||||||
file://0002-criu-Skip-documentation-install.patch \
|
file://0002-criu-Skip-documentation-install.patch \
|
||||||
file://0001-criu-Change-libraries-install-directory.patch \
|
file://0001-criu-Change-libraries-install-directory.patch \
|
||||||
file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \
|
file://lib-Makefile-overwrite-install-lib-to-allow-multiarc.patch \
|
||||||
|
|
|
@ -10,11 +10,11 @@ SRCREV_rspec = "ab23082b188344f6fbb63a441ea00ffc2852d06d"
|
||||||
SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06"
|
SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06"
|
||||||
|
|
||||||
SRCREV_FORMAT = "crun_rspec"
|
SRCREV_FORMAT = "crun_rspec"
|
||||||
SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun \
|
SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=https \
|
||||||
git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec \
|
git://github.com/containers/libocispec.git;branch=main;name=libocispec;destsuffix=git/libocispec;protocol=https \
|
||||||
git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec \
|
git://github.com/opencontainers/runtime-spec.git;branch=master;name=rspec;destsuffix=git/libocispec/runtime-spec;protocol=https \
|
||||||
git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec \
|
git://github.com/opencontainers/image-spec.git;branch=main;name=ispec;destsuffix=git/libocispec/image-spec;protocol=https \
|
||||||
git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl \
|
git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=git/libocispec/yajl;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "1.2+git${SRCREV_crun}"
|
PV = "1.2+git${SRCREV_crun}"
|
||||||
|
|
|
@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
||||||
|
|
||||||
SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19"
|
SRCREV_distribution="61e7e208239878249a7ee4dae3c16c2d08a32d19"
|
||||||
SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution \
|
SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution;protocol=https \
|
||||||
file://docker-registry.service \
|
file://docker-registry.service \
|
||||||
file://0001-build-use-to-use-cross-go-compiler.patch \
|
file://0001-build-use-to-use-cross-go-compiler.patch \
|
||||||
"
|
"
|
||||||
|
|
|
@ -36,9 +36,9 @@ SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
|
||||||
SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
|
SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
|
||||||
SRCREV_FORMAT = "docker_libnetwork"
|
SRCREV_FORMAT = "docker_libnetwork"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/docker/docker.git;branch=20.10;name=docker \
|
git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https \
|
||||||
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
|
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
|
||||||
git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli \
|
git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \
|
||||||
file://0001-libnetwork-use-GO-instead-of-go.patch \
|
file://0001-libnetwork-use-GO-instead-of-go.patch \
|
||||||
file://docker.init \
|
file://docker.init \
|
||||||
file://0001-dynbinary-use-go-cross-compiler.patch \
|
file://0001-dynbinary-use-go-cross-compiler.patch \
|
||||||
|
|
|
@ -39,9 +39,9 @@ SRCREV_libnetwork = "64b7a4574d1426139437d20e81c0b6d391130ec8"
|
||||||
SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
|
SRCREV_cli = "62eae52c2a76f4c1dcf79dfc7b5ea3bf5eebab8b"
|
||||||
SRCREV_FORMAT = "moby_libnetwork"
|
SRCREV_FORMAT = "moby_libnetwork"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/moby/moby.git;branch=20.10;name=moby \
|
git://github.com/moby/moby.git;branch=20.10;name=moby;protocol=https \
|
||||||
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork \
|
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
|
||||||
git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli \
|
git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \
|
||||||
file://docker.init \
|
file://docker.init \
|
||||||
file://0001-libnetwork-use-GO-instead-of-go.patch \
|
file://0001-libnetwork-use-GO-instead-of-go.patch \
|
||||||
file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
|
file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
|
||||||
|
|
|
@ -4,7 +4,7 @@ HOMEPAGE = "https://k3s.io/"
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
|
LIC_FILES_CHKSUM = "file://${S}/src/import/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s \
|
SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.22;name=k3s;protocol=https \
|
||||||
file://k3s.service \
|
file://k3s.service \
|
||||||
file://k3s-agent.service \
|
file://k3s-agent.service \
|
||||||
file://k3s-agent \
|
file://k3s-agent \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
HOMEPAGE = "git://github.com/kubernetes/kubernetes;branch=master"
|
HOMEPAGE = "git://github.com/kubernetes/kubernetes;branch=master;protocol=https"
|
||||||
SUMMARY = "Production-Grade Container Scheduling and Management"
|
SUMMARY = "Production-Grade Container Scheduling and Management"
|
||||||
DESCRIPTION = "Kubernetes is an open source system for managing containerized \
|
DESCRIPTION = "Kubernetes is an open source system for managing containerized \
|
||||||
applications across multiple hosts, providing basic mechanisms for deployment, \
|
applications across multiple hosts, providing basic mechanisms for deployment, \
|
||||||
|
@ -13,8 +13,8 @@ PE = "1"
|
||||||
BBCLASSEXTEND = "devupstream:target"
|
BBCLASSEXTEND = "devupstream:target"
|
||||||
LIC_FILES_CHKSUM:class-devupstream = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
LIC_FILES_CHKSUM:class-devupstream = "file://src/import/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||||
DEFAULT_PREFERENCE:class-devupstream = "-1"
|
DEFAULT_PREFERENCE:class-devupstream = "-1"
|
||||||
SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes \
|
SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes;protocol=https \
|
||||||
git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release \
|
git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https \
|
||||||
"
|
"
|
||||||
SRCREV_kubernetes:class-devupstream = "f6331c74b673d3039240edc77cd66696bbefdd9c"
|
SRCREV_kubernetes:class-devupstream = "f6331c74b673d3039240edc77cd66696bbefdd9c"
|
||||||
SRCREV_kubernetes-release:class-devupstream = "7c1aa83dac555de6f05500911467b70aca4949f0"
|
SRCREV_kubernetes-release:class-devupstream = "7c1aa83dac555de6f05500911467b70aca4949f0"
|
||||||
|
@ -22,8 +22,8 @@ PV:class-devupstream = "v1.23-alpha+git${SRCPV}"
|
||||||
|
|
||||||
SRCREV_FORMAT ?= "kubernetes_release"
|
SRCREV_FORMAT ?= "kubernetes_release"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.22;name=kubernetes \
|
SRC_URI = "git://github.com/kubernetes/kubernetes.git;branch=release-1.22;name=kubernetes;protocol=https \
|
||||||
git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release"
|
git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https"
|
||||||
|
|
||||||
SRC_URI:append = " \
|
SRC_URI:append = " \
|
||||||
file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \
|
file://0001-hack-lib-golang.sh-use-CC-from-environment.patch \
|
||||||
|
|
|
@ -36,7 +36,7 @@ RDEPENDS:${PN}-ptest += "file make gmp nettle gnutls bash libgcc"
|
||||||
|
|
||||||
RDEPENDS:${PN}-networking += "iptables"
|
RDEPENDS:${PN}-networking += "iptables"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0 \
|
SRC_URI = "git://github.com/lxc/lxc.git;branch=stable-4.0;protocol=https \
|
||||||
file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
|
file://lxc-1.0.0-disable-udhcp-from-busybox-template.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://lxc-fix-B-S.patch \
|
file://lxc-fix-B-S.patch \
|
||||||
|
|
|
@ -12,7 +12,7 @@ DEPENDS = "\
|
||||||
spf13-pflag \
|
spf13-pflag \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master \
|
SRC_URI = "git://github.com/opencontainers/image-tools.git;branch=master;protocol=https \
|
||||||
file://0001-config-make-Config.User-mapping-errors-a-warning.patch \
|
file://0001-config-make-Config.User-mapping-errors-a-warning.patch \
|
||||||
file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch"
|
file://0001-tool-respect-GO-and-GOBUILDFLAGS-when-building.patch"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ SUMMARY = "oci-runtime-tool is a collection of tools for working with the OCI ru
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=b355a61a394a504dacde901c958f662c"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master \
|
SRC_URI = "git://github.com/opencontainers/runtime-tools.git;branch=master;protocol=https \
|
||||||
file://0001-Revert-implement-add-set-function-for-hooks-items.patch \
|
file://0001-Revert-implement-add-set-function-for-hooks-items.patch \
|
||||||
file://0001-build-use-for-cross-compiler.patch \
|
file://0001-build-use-for-cross-compiler.patch \
|
||||||
"
|
"
|
||||||
|
|
|
@ -7,7 +7,7 @@ PRIORITY = "optional"
|
||||||
DEPENDS = "yajl util-linux"
|
DEPENDS = "yajl util-linux"
|
||||||
|
|
||||||
SRCREV = "05e692346ca73e022754332a7da641230dae2ffe"
|
SRCREV = "05e692346ca73e022754332a7da641230dae2ffe"
|
||||||
SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master \
|
SRC_URI = "git://github.com/projectatomic/oci-systemd-hook;branch=master;protocol=https \
|
||||||
file://0001-selinux-drop-selinux-support.patch \
|
file://0001-selinux-drop-selinux-support.patch \
|
||||||
file://0001-configure-drop-selinux-support.patch \
|
file://0001-configure-drop-selinux-support.patch \
|
||||||
file://0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch \
|
file://0001-Add-additional-cgroup-mounts-from-root-NS-automatica.patch \
|
||||||
|
|
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
inherit setuptools3
|
inherit setuptools3
|
||||||
|
|
||||||
SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel"
|
SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https"
|
||||||
|
|
||||||
SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7"
|
SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ DEPENDS = " \
|
||||||
|
|
||||||
SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079"
|
SRCREV = "6e8de00bb224f9931d7402648f0177e7357ed079"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/containers/libpod.git;branch=v3.4 \
|
git://github.com/containers/libpod.git;branch=v3.4;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
|
|
|
@ -3,7 +3,7 @@ SUMMARY = "Convert `docker inspect` to opencontainers (OCI compatible) runc spec
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=20ce4c6a4f32d6ee4a68e3a7506db3f1"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/jfrazelle/riddler;branch=master \
|
SRC_URI = "git://github.com/jfrazelle/riddler;branch=master;protocol=https \
|
||||||
file://0001-build-use-to-select-cross-compiler.patch \
|
file://0001-build-use-to-select-cross-compiler.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ include runc.inc
|
||||||
# Note: this rev is before the required protocol field, update when all components
|
# Note: this rev is before the required protocol field, update when all components
|
||||||
# have been updated to match.
|
# have been updated to match.
|
||||||
SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a"
|
SRCREV_runc-docker = "04bcb7c71550a0212bfb876db7bac723ae13296a"
|
||||||
SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker \
|
SRC_URI = "git://github.com/opencontainers/runc;branch=release-1.0;name=runc-docker;protocol=https \
|
||||||
file://0001-runc-Add-console-socket-dev-null.patch \
|
file://0001-runc-Add-console-socket-dev-null.patch \
|
||||||
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
||||||
file://0001-runc-docker-SIGUSR1-daemonize.patch \
|
file://0001-runc-docker-SIGUSR1-daemonize.patch \
|
||||||
|
|
|
@ -2,7 +2,7 @@ include runc.inc
|
||||||
|
|
||||||
SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c"
|
SRCREV = "86d83333d765f4535e4898d6778388dab715eb7c"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/opencontainers/runc;branch=release-1.0 \
|
git://github.com/opencontainers/runc;branch=release-1.0;protocol=https \
|
||||||
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
||||||
"
|
"
|
||||||
RUNC_VERSION = "1.0.2"
|
RUNC_VERSION = "1.0.2"
|
||||||
|
|
|
@ -21,7 +21,7 @@ RDEPENDS:${PN} = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/containers/skopeo;branch=release-1.4 \
|
git://github.com/containers/skopeo;branch=release-1.4;protocol=https \
|
||||||
file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \
|
file://0001-Makefile-use-pkg-config-instead-of-gpgme-config.patch \
|
||||||
file://storage.conf \
|
file://storage.conf \
|
||||||
file://registries.conf \
|
file://registries.conf \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image"
|
SUMMARY = "A simple CLI tool for packing rootfs into a single-layer OCI image"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=948cd8e59069fad992b0469af9ad7966"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=948cd8e59069fad992b0469af9ad7966"
|
||||||
SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master \
|
SRC_URI = "git://github.com/jirutka/sloci-image.git;branch=master;protocol=https \
|
||||||
file://0001-sloci-image-fix-variant-quoting.patch \
|
file://0001-sloci-image-fix-variant-quoting.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ it to exit all the while reaping zombies and performing signal forwarding. "
|
||||||
|
|
||||||
SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8"
|
SRCREV = "b9f42a0e7bb46efea0c9e3d8610c96ab53b467f8"
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/krallin/tini.git;branch=master \
|
git://github.com/krallin/tini.git;branch=master;protocol=https \
|
||||||
file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \
|
file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ RDEPENDS:${PN} = "skopeo"
|
||||||
RDEPENDS:${PN}:class-native = ""
|
RDEPENDS:${PN}:class-native = ""
|
||||||
|
|
||||||
SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
|
SRCREV_umoci = "758044fc26ad65eb900143e90d1e22c2d6e4484d"
|
||||||
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci \
|
SRC_URI = "git://github.com/opencontainers/umoci.git;branch=main;name=umoci;destsuffix=github.com/opencontainers/umoci;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "v0.4.7-dev+git${SRCPV}"
|
PV = "v0.4.7-dev+git${SRCPV}"
|
||||||
|
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "Hypervisor-based Runtime for OCI"
|
||||||
|
|
||||||
SRCREV_runv = "b360a686abc6c6e896382990ef1b93ef07c7a677"
|
SRCREV_runv = "b360a686abc6c6e896382990ef1b93ef07c7a677"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/hyperhq/runv.git;nobranch=1;name=runv \
|
git://github.com/hyperhq/runv.git;nobranch=1;name=runv;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
|
|
|
@ -8,7 +8,7 @@ KERNEL_SRC_VER="linux-5.4"
|
||||||
KERNEL_URL_VER="v5.x"
|
KERNEL_URL_VER="v5.x"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/lf-edge/runx;nobranch=1;name=runx \
|
git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https \
|
||||||
https://www.kernel.org/pub/linux/kernel/${KERNEL_URL_VER}/${KERNEL_SRC_VER}.tar.xz;destsuffix=git/kernel/build \
|
https://www.kernel.org/pub/linux/kernel/${KERNEL_URL_VER}/${KERNEL_SRC_VER}.tar.xz;destsuffix=git/kernel/build \
|
||||||
file://0001-make-kernel-cross-compilation-tweaks.patch \
|
file://0001-make-kernel-cross-compilation-tweaks.patch \
|
||||||
file://0001-make-kernel-bump-to-v5.4.104-for-gcc10-fixes.patch \
|
file://0001-make-kernel-bump-to-v5.4.104-for-gcc10-fixes.patch \
|
||||||
|
|
|
@ -5,7 +5,7 @@ DESCRIPTION = "Xen Runtime for OCI"
|
||||||
SRCREV_runx = "f24efd33fb18469e9cfe4d1bfe8e2c90ec8c4e93"
|
SRCREV_runx = "f24efd33fb18469e9cfe4d1bfe8e2c90ec8c4e93"
|
||||||
|
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/lf-edge/runx;nobranch=1;name=runx \
|
git://github.com/lf-edge/runx;nobranch=1;name=runx;protocol=https \
|
||||||
file://0001-build-use-instead-of-go.patch \
|
file://0001-build-use-instead-of-go.patch \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "0d701ac1e2a67d47ce7127432df2c32b"
|
SRC_URI[md5sum] = "0d701ac1e2a67d47ce7127432df2c32b"
|
||||||
|
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/${PKG_NAME}/LICENSE;md5=3b83ef96387f14655fc854ddc
|
||||||
SRCNAME = "grpc-go"
|
SRCNAME = "grpc-go"
|
||||||
|
|
||||||
PKG_NAME = "google.golang.org/grpc"
|
PKG_NAME = "google.golang.org/grpc"
|
||||||
SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME};branch=master"
|
SRC_URI = "git://github.com/grpc/${SRCNAME}.git;destsuffix=git/src/${PKG_NAME};branch=master;protocol=https"
|
||||||
|
|
||||||
SRCREV = "5d8e5aad40bedb696205b96b786f1d0e1326b3f8"
|
SRCREV = "5d8e5aad40bedb696205b96b786f1d0e1326b3f8"
|
||||||
PV = "1.41.0+git${SRCPV}"
|
PV = "1.41.0+git${SRCPV}"
|
||||||
|
|
|
@ -16,14 +16,14 @@ SRCREV_yaml = "eeeca48fe7764f320e4870d231902bf9c1be2c08"
|
||||||
|
|
||||||
SRCREV_FORMAT = "yq_color"
|
SRCREV_FORMAT = "yq_color"
|
||||||
SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \
|
SRC_URI = "git://${GO_IMPORT};name=yq;branch=master \
|
||||||
git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color;branch=master \
|
git://github.com/fatih/color;name=color;destsuffix=build/vendor/src/github.com/fatih/color;branch=master;protocol=https \
|
||||||
git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/;branch=master \
|
git://github.com/goccy/go-yaml;name=lexer;destsuffix=build/vendor/src/github.com/goccy/go-yaml/;branch=master;protocol=https \
|
||||||
git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master \
|
git://github.com/kylelemons/godebug;name=debug;destsuffix=build/vendor/src/github.com/kylelemons/godebug/;branch=master;protocol=https \
|
||||||
git://github.com/pkg/errors;name=errors;destsuffix=build/vendor/src/github.com/pkg/errors/;branch=master \
|
git://github.com/pkg/errors;name=errors;destsuffix=build/vendor/src/github.com/pkg/errors/;branch=master;protocol=https \
|
||||||
git://github.com/spf13/cobra;name=cobra;destsuffix=build/vendor/src/github.com/spf13/cobra;branch=master \
|
git://github.com/spf13/cobra;name=cobra;destsuffix=build/vendor/src/github.com/spf13/cobra;branch=master;protocol=https \
|
||||||
git://github.com/spf13/pflag;name=pflag;destsuffix=build/vendor/src/github.com/spf13/pflag;branch=master \
|
git://github.com/spf13/pflag;name=pflag;destsuffix=build/vendor/src/github.com/spf13/pflag;branch=master;protocol=https \
|
||||||
git://github.com/op/go-logging.git;name=logging;destsuffix=build/vendor/src/gopkg.in/op/go-logging.v1;branch=master \
|
git://github.com/op/go-logging.git;name=logging;destsuffix=build/vendor/src/gopkg.in/op/go-logging.v1;branch=master;protocol=https \
|
||||||
git://github.com/go-yaml/yaml.git;name=yaml;branch=v3;destsuffix=build/vendor/src/gopkg.in/yaml.v3 \
|
git://github.com/go-yaml/yaml.git;name=yaml;branch=v3;destsuffix=build/vendor/src/gopkg.in/yaml.v3;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "1.13.1+git${SRCREV_yq}"
|
PV = "1.13.1+git${SRCREV_yq}"
|
||||||
|
|
|
@ -5,7 +5,7 @@ LICENSE = "GPLv3"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c6dd79b6ec2130a3364f6fa9d6380408"
|
||||||
|
|
||||||
SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e"
|
SRCREV = "1431c8a1bddaabf85e1bbb32bf316a3aef20036e"
|
||||||
SRC_URI = "git://github.com/canonical/cloud-init;branch=master \
|
SRC_URI = "git://github.com/canonical/cloud-init;branch=master;protocol=https \
|
||||||
file://cloud-init-source-local-lsb-functions.patch \
|
file://cloud-init-source-local-lsb-functions.patch \
|
||||||
file://0001-setup.py-check-for-install-anywhere-in-args.patch \
|
file://0001-setup.py-check-for-install-anywhere-in-args.patch \
|
||||||
file://0001-setup.py-respect-udevdir-variable.patch \
|
file://0001-setup.py-respect-udevdir-variable.patch \
|
||||||
|
|
|
@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||||
|
|
||||||
PV = "1.0.24+git${SRCPV}"
|
PV = "1.0.24+git${SRCPV}"
|
||||||
SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199"
|
SRCREV = "0ea3fe3d829b5085307cd27a512708d99ef48199"
|
||||||
SRC_URI = "git://github.com/chaos/diod.git;protocol=git;branch=master \
|
SRC_URI = "git://github.com/chaos/diod.git;protocol=https;branch=master \
|
||||||
file://diod \
|
file://diod \
|
||||||
file://diod.conf \
|
file://diod.conf \
|
||||||
file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \
|
file://0001-build-allow-builds-to-work-with-separate-build-dir.patch \
|
||||||
|
|
|
@ -6,7 +6,7 @@ LICENSE = "GPLv3+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||||
|
|
||||||
SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
|
SRCREV = "098d9ad79fdbb8538adde08628408aa32a8b4b17"
|
||||||
SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1"
|
SRC_URI = "git://github.com/containers/fuse-overlayfs.git;nobranch=1;protocol=https"
|
||||||
|
|
||||||
DEPENDS = "fuse3"
|
DEPENDS = "fuse3"
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
SRC_URI = "git://github.com/hyperhq/hyperstart.git;branch=master"
|
SRC_URI = "git://github.com/hyperhq/hyperstart.git;branch=master;protocol=https"
|
||||||
SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch"
|
SRC_URI += "file://0001-container.c-Fix-compiler-errors-that-gcc-8.1.0-repor.patch"
|
||||||
|
|
||||||
SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac"
|
SRCREV = "c0c07d218b482dd07f9068b52a6e7468ae4172ac"
|
||||||
|
|
|
@ -9,7 +9,7 @@ require irqbalance.inc
|
||||||
SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28"
|
SRCREV = "bd5aaf5a8613c8eadfbf9f0908fd8260125aae28"
|
||||||
PV = "1.8.0"
|
PV = "1.8.0"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master \
|
SRC_URI = "git://github.com/Irqbalance/irqbalance;branch=master;protocol=https \
|
||||||
file://add-initscript.patch \
|
file://add-initscript.patch \
|
||||||
file://irqbalance-Add-status-and-reload-commands.patch \
|
file://irqbalance-Add-status-and-reload-commands.patch \
|
||||||
file://irqbalanced.service \
|
file://irqbalanced.service \
|
||||||
|
|
|
@ -8,7 +8,7 @@ PV = "0.14.0"
|
||||||
|
|
||||||
DEPENDS = "libvirt libcheck bison fuse byacc-native"
|
DEPENDS = "libvirt libcheck bison fuse byacc-native"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master \
|
SRC_URI = "git://github.com/libvmi/libvmi.git;branch=master;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd"
|
SRCREV = "3f5b0d5b3cef8639df4cd7ff52d42e04baf262fd"
|
||||||
|
|
|
@ -2,7 +2,7 @@ HOMEPAGE = "http://upx.sourceforge.net"
|
||||||
SUMMARY = "Ultimate executable compressor."
|
SUMMARY = "Ultimate executable compressor."
|
||||||
|
|
||||||
SRCREV = "4e1ae22a1a07be5135c68b25ff05058ae8ae48e1"
|
SRCREV = "4e1ae22a1a07be5135c68b25ff05058ae8ae48e1"
|
||||||
SRC_URI = "gitsm://github.com/upx/upx;branch=devel \
|
SRC_URI = "gitsm://github.com/upx/upx;branch=devel;protocol=https \
|
||||||
file://0001-MyCom.h-fix-build-with-gcc-11.patch;patchdir=src/lzma-sdk \
|
file://0001-MyCom.h-fix-build-with-gcc-11.patch;patchdir=src/lzma-sdk \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ inherit autotools-brokensep
|
||||||
|
|
||||||
# This version support the RISC-V v0.5.0 Hypervisor extensions
|
# This version support the RISC-V v0.5.0 Hypervisor extensions
|
||||||
SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618"
|
SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618"
|
||||||
SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master \
|
SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master;protocol=https \
|
||||||
file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \
|
file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \
|
||||||
file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \
|
file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \
|
||||||
"
|
"
|
||||||
|
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "Tool for manipulation of system device tree files"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
SECTION = "bootloader"
|
SECTION = "bootloader"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master"
|
SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
|
||||||
SRCREV = "0c23e51d585608ab04009ccf3499f168e2f4d478"
|
SRCREV = "0c23e51d585608ab04009ccf3499f168e2f4d478"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@ SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01"
|
||||||
SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f"
|
SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f"
|
||||||
SRCREV_FORMAT = "cni_plugins"
|
SRCREV_FORMAT = "cni_plugins"
|
||||||
SRC_URI = "\
|
SRC_URI = "\
|
||||||
git://github.com/containernetworking/cni.git;nobranch=1;name=cni \
|
git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
|
||||||
git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \
|
git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
RPROVIDES:${PN} += "kubernetes-cni"
|
RPROVIDES:${PN} += "kubernetes-cni"
|
||||||
|
|
|
@ -3,7 +3,7 @@ SUMMARY = "Runc hook for setting up default bridge networking."
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=48ef0979a2bcc3fae14ff30b8a7f5dbf"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=48ef0979a2bcc3fae14ff30b8a7f5dbf"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/genuinetools/netns;branch=master \
|
SRC_URI = "git://github.com/genuinetools/netns;branch=master;protocol=https \
|
||||||
file://Makefile-force-rebuilding-all-packages-to-avoid-cgo.patch \
|
file://Makefile-force-rebuilding-all-packages-to-avoid-cgo.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "9b103a19b917cc3762a33b7d78244b1d5e45ccfd"
|
SRCREV = "9b103a19b917cc3762a33b7d78244b1d5e45ccfd"
|
||||||
|
|
|
@ -20,7 +20,7 @@ CVE_VERSION = "2.13.0"
|
||||||
FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
|
FILESEXTRAPATHS:append := "${THISDIR}/${PN}-git:"
|
||||||
|
|
||||||
SRCREV = "f8274b78c3403591e84f3c2bbacf8c86920d68ba"
|
SRCREV = "f8274b78c3403591e84f3c2bbacf8c86920d68ba"
|
||||||
SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=git;branch=branch-2.15 \
|
SRC_URI += "git://github.com/openvswitch/ovs.git;protocol=https;branch=branch-2.15 \
|
||||||
file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
|
file://openvswitch-add-ptest-71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3.patch \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
file://disable_m4_check.patch \
|
file://disable_m4_check.patch \
|
||||||
|
|
|
@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1e2efd29c201480c6be2744d9edade26"
|
||||||
|
|
||||||
SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
|
SRCREV = "4d38845e2e311b684fc8d1c775c725bfcd5ddc27"
|
||||||
SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1"
|
SRC_URI = "git://github.com/rootless-containers/slirp4netns.git;nobranch=1;protocol=https"
|
||||||
|
|
||||||
inherit features_check
|
inherit features_check
|
||||||
REQUIRED_DISTRO_FEATURES ?= "seccomp"
|
REQUIRED_DISTRO_FEATURES ?= "seccomp"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user