From 5ed6d92cb7d21651146e32efb1a0f53809d5753b Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 21 Apr 2020 15:24:49 +0300 Subject: 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 Change-Id: Ie6a559be56702843abdb580ec66998b6b4c3f978 (cherry picked from commit 3f746bbb527542ef65e9d9829d4ca00ea1fb9901) --- templates/feature/agl-compositor/50_local.conf.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/feature/agl-compositor/50_local.conf.inc') 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" -- cgit 1.2.3-korg