mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

Uprev both variants of runc to v1.0.0-rc5. We drop patches that have made it into the upstream runc, and we also refresh the context of of two others. The docker and opencontainers variants are virtually identical, but we keep the two variants for now to protect against any future forks in the support. The runc-docker SRCREV comes from the docker-ce 18.04 logged commit, while runc-opencontainers is updated to the tip of the master branch. Runtime tested with docker on x86-64. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
9 lines
228 B
BlitzBasic
9 lines
228 B
BlitzBasic
include runc.inc
|
|
|
|
SRCREV = "58415b4b12650291f435db8770cea48207b78afe"
|
|
SRC_URI = " \
|
|
git://github.com/opencontainers/runc;branch=master \
|
|
file://0001-Use-correct-go-cross-compiler.patch \
|
|
"
|
|
RUNC_VERSION = "1.0.0-rc5"
|