diff options
Diffstat (limited to 'meta-oe/recipes-test/syzkaller/syzkaller_git.bb')
| -rw-r--r-- | meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb index f7c751f806..2adc06a2bc 100644 --- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb +++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb | |||
| @@ -8,8 +8,9 @@ GO_IMPORT = "github.com/google/syzkaller" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IMPORT};branch=master \ | 9 | SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IMPORT};branch=master \ |
| 10 | file://0001-sys-targets-targets.go-allow-users-to-override-hardc.patch;patchdir=src/${GO_IMPORT} \ | 10 | file://0001-sys-targets-targets.go-allow-users-to-override-hardc.patch;patchdir=src/${GO_IMPORT} \ |
| 11 | file://0001-executor-Include-missing-linux-falloc.h.patch;patchdir=src/${GO_IMPORT} \ | ||
| 11 | " | 12 | " |
| 12 | SRCREV = "67cb024cd1a3c95e311263a5c95e957f9abfd8ca" | 13 | SRCREV = "6d01f20890edf11b99bb54573025b11c1acd2d52" |
| 13 | 14 | ||
| 14 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" |
| 15 | 16 | ||
| @@ -23,7 +24,7 @@ export TARGETOS = '${GOOS}' | |||
| 23 | export TARGETARCH = '${GOARCH}' | 24 | export TARGETARCH = '${GOARCH}' |
| 24 | export TARGETVMARCH = '${GOARCH}' | 25 | export TARGETVMARCH = '${GOARCH}' |
| 25 | 26 | ||
| 26 | CGO_ENABLED = "0" | 27 | CGO_ENABLED = "1" |
| 27 | 28 | ||
| 28 | DEPENDS:class-native += "qemu-system-native" | 29 | DEPENDS:class-native += "qemu-system-native" |
| 29 | 30 | ||
