From 29693e3b3016b3d6ddf804e4b89702a892179057 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Fri, 19 Jul 2024 17:58:58 +0200 Subject: [PATCH] syzkaller: Add UPSTREAM_CHECK_COMMITS Upstream repo does not tag so, use UPSTREAM_CHECK_COMMITS to detect upstream updates. Signed-off-by: Yoann Congal Reviewed-by: Alexandre Truong Signed-off-by: Khem Raj --- meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb index 639f55de2f..4043ab7ea5 100644 --- a/meta-oe/recipes-test/syzkaller/syzkaller_git.bb +++ b/meta-oe/recipes-test/syzkaller/syzkaller_git.bb @@ -13,6 +13,9 @@ SRC_URI = "git://${GO_IMPORT};protocol=https;destsuffix=${BPN}-${PV}/src/${GO_IM " SRCREV = "25905f5d0a2a7883bd33491997556193582c6059" +# Upstream repo does not tag +UPSTREAM_CHECK_COMMITS = "1" + export GOPROXY = "https://proxy.golang.org,direct" # Workaround for network access issue during compile step. # This needs to be fixed in the recipes buildsystem so that