mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

Updating both the pure opencontainers runc and the docker opencontainers variants to -rc8. We track the tip of master for opencontainers and for docker we match the -ce and moby -rc8 commit hashes. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
13 lines
515 B
BlitzBasic
13 lines
515 B
BlitzBasic
include runc.inc
|
|
|
|
# Note: this rev is before the required protocol field, update when all components
|
|
# have been updated to match.
|
|
SRCREV_runc-docker = "425e105d5a03fabd737a126ad93d62a9eeede87f"
|
|
SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
|
|
file://0001-runc-Add-console-socket-dev-null.patch \
|
|
file://0001-build-drop-recvtty-and-use-GOBUILDFLAGS.patch \
|
|
file://0001-runc-docker-SIGUSR1-daemonize.patch \
|
|
"
|
|
|
|
RUNC_VERSION = "1.0.0-rc8"
|