templates/feature/agl-compositor: Include SRCREVs 09/24409/3
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 21 Apr 2020 12:24:49 +0000 (15:24 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 22 Apr 2020 14:38:30 +0000 (14:38 +0000)
It seems that in CI, yocto fails to retrieve the correct
branch, presumably due to the SRCREV pointing to HEAD of the
agl/master branch instead of the one by directly specified.

This patch uses the SRCREV from sandbox/mvlad/agl-compositor to make
it resolves correctly the branch and implicitly the fetch succeeds.

With it, this adds further dependency of wayland-scanner for launcher
application, as to able to activate applications with the
agl-desktop-shell protocol.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ie6a559be56702843abdb580ec66998b6b4c3f978

templates/feature/agl-compositor/50_local.conf.inc

index 4bddfb6..4683be2 100644 (file)
@@ -5,11 +5,17 @@ DISTRO_FEATURES_append = " agl-compositor"
 
 # shell client
 AGL_BRANCH_pn-homescreen = "sandbox/mvlad/agl-compositor"
+SRCREV_pn-homescreen = "745f1d9e86e8cbd83c5ae84aba2513341da5ad7a"
 DEPENDS_append_pn-homescreen = " wayland-native wayland qtwayland qtwayland-native"
 
 # normal apps
 AGL_BRANCH_pn-launcher = "sandbox/mvlad/agl-compositor"
+SRCREV_pn-launcher = "0b53ebc5e8c0df2fad64ea5b60fda05ae0aafb3b"
+DEPENDS_append_pn-launcher = " wayland-native wayland qtwayland qtwayland-native"
 AGL_BRANCH_pn-hvac = "sandbox/mvlad/agl-compositor"
+SRCREV_pn-hvac = "2afae8c55678cf070ee1a41137be48019ea4872c"
 DEPENDS_append_pn-hvac = " libafb-helpers-qt"
 AGL_BRANCH_pn-navigation-demo = "sandbox/mvlad/agl-compositor"
+SRCREV_pn-navigation-demo = "d98e5a070e4109e28289000a7d99ff6fc91b5670"
 AGL_BRANCH_pn-mediaplayer = "sandbox/mvlad/agl-compositor"
+SRCREV_pn-mediaplayer = "9d3d0bfa6de3c21b1c770d18f4e3ea6dba6a68db"