diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-19 17:58:58 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:11 -0700 |
| commit | 29693e3b3016b3d6ddf804e4b89702a892179057 (patch) | |
| tree | 84c575be98d1f7bdb5b3e3a7d60e4f5beb3a61ab | |
| parent | bd4cf33b3a6fe36fe999475b1b82951dd64acc5b (diff) | |
| download | meta-openembedded-29693e3b3016b3d6ddf804e4b89702a892179057.tar.gz | |
syzkaller: Add UPSTREAM_CHECK_COMMITS
Upstream repo does not tag so, use UPSTREAM_CHECK_COMMITS to detect
upstream updates.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 13 | " | 13 | " |
| 14 | SRCREV = "25905f5d0a2a7883bd33491997556193582c6059" | 14 | SRCREV = "25905f5d0a2a7883bd33491997556193582c6059" |
| 15 | 15 | ||
| 16 | # Upstream repo does not tag | ||
| 17 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 18 | |||
| 16 | export GOPROXY = "https://proxy.golang.org,direct" | 19 | export GOPROXY = "https://proxy.golang.org,direct" |
| 17 | # Workaround for network access issue during compile step. | 20 | # Workaround for network access issue during compile step. |
| 18 | # This needs to be fixed in the recipes buildsystem so that | 21 | # This needs to be fixed in the recipes buildsystem so that |
