diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-21 13:08:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-21 13:58:17 +0200 |
commit | 0cf70c4f4fa11154d0f894c67c776ede0b09c0a9 (patch) | |
tree | 771e3e11a4cf1ca8a02a0994616937602c59e7f5 /scripts | |
parent | ed0546433050d3010b37a9c09e8f5a64f903d1f8 (diff) |
Remove usage of AGL_APP_REVISIONmarlin_13.0.3marlin_13.0.2marlin/13.0.3marlin/13.0.213.0.313.0.2marlin
The floating AGL_APP_REVISION leads to more rebuilds than necessary.
Replace it with a fixed SRCREV. This is recommended by upstream YP.
Bug-AGL: SPEC-4481
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I447f2c9a4a90867ac6e7971fd4bb89252938390b
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/run-yocto-check-layer-all-layers.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/run-yocto-check-layer-all-layers.sh b/scripts/run-yocto-check-layer-all-layers.sh index d5c1423d7..56ee15e4b 100755 --- a/scripts/run-yocto-check-layer-all-layers.sh +++ b/scripts/run-yocto-check-layer-all-layers.sh @@ -29,13 +29,7 @@ VIRTUAL-RUNTIME_init_manager = "systemd" # workaround: #ERROR: Nothing RPROVIDES 'qtwebengine-qmlplugins' (but /home/dl9pf/AGL/master-newlayout/external/meta-qt5/recipes-qt/qt5/qt5-creator_git.bb RDEPENDS on or otherwise requires it) BBMASK += "meta-qt5/recipes-qt/qt5/qt5-creator_git.bb" -#ERROR: Nothing RPROVIDES 'python' (but /home/dl9pf/AGL/master-newlayout/external/meta-security/recipes-mac/smack/smack-test_1.0.bb RDEPENDS on or otherwise requires it) -BBMASK += "meta-security/recipes-mac/smack/smack-test_1.0.bb" -# missing in upstream recipes ... aka FIXME upstream -BBCLASSEXTEND:pn-libzip = "native nativesdk" -BBCLASSEXTEND:pn-xmlsec1 = "native nativesdk" -AGL_APP_REVISION = "${AUTOREV}" EOF |