Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | include runc.inc |
| 2 | |
| 3 | # Note: this rev is before the required protocol field, update when all components |
| 4 | # have been updated to match. |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 5 | SRCREV_runc-docker = "9d6821d1b53908e249487741eccd567249ca1d99" |
| 6 | SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \ |
| 7 | file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \ |
| 8 | file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \ |
| 9 | file://0003-Update-memory-specs-to-use-int64-not-uint64.patch \ |
| 10 | file://0001-runc-Add-console-socket-dev-null.patch \ |
| 11 | file://0001-Use-correct-go-cross-compiler.patch \ |
| 12 | file://0001-Disable-building-recvtty.patch \ |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | " |
| 14 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | RUNC_VERSION = "1.0.0-rc3" |