summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/syzkaller/syzkaller_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test/syzkaller/syzkaller_git.bb')
-rw-r--r--meta-oe/recipes-test/syzkaller/syzkaller_git.bb5
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
9SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IMPORT};branch=master \ 9SRC_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 "
12SRCREV = "67cb024cd1a3c95e311263a5c95e957f9abfd8ca" 13SRCREV = "6d01f20890edf11b99bb54573025b11c1acd2d52"
13 14
14COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux" 15COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64).*-linux"
15 16
@@ -23,7 +24,7 @@ export TARGETOS = '${GOOS}'
23export TARGETARCH = '${GOARCH}' 24export TARGETARCH = '${GOARCH}'
24export TARGETVMARCH = '${GOARCH}' 25export TARGETVMARCH = '${GOARCH}'
25 26
26CGO_ENABLED = "0" 27CGO_ENABLED = "1"
27 28
28DEPENDS:class-native += "qemu-system-native" 29DEPENDS:class-native += "qemu-system-native"
29 30