summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-21 15:24:49 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-04-22 15:05:50 +0000
commit5ed6d92cb7d21651146e32efb1a0f53809d5753b (patch)
tree5eb093b6d8197072974a29ec5092c9b4f618f6b8
parent462ad3fff8d4c3c27078fc8fc1dfdc2db78aa14c (diff)
templates/feature/agl-compositor: Include SRCREVs
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 (cherry picked from commit 3f746bbb527542ef65e9d9829d4ca00ea1fb9901)
-rw-r--r--templates/feature/agl-compositor/50_local.conf.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/feature/agl-compositor/50_local.conf.inc b/templates/feature/agl-compositor/50_local.conf.inc
index 4bddfb6e9..4683be286 100644
--- a/templates/feature/agl-compositor/50_local.conf.inc
+++ b/templates/feature/agl-compositor/50_local.conf.inc
@@ -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"