diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-04-21 15:24:49 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-04-22 14:38:30 +0000 |
commit | 3f746bbb527542ef65e9d9829d4ca00ea1fb9901 (patch) | |
tree | 54a0a652f175722ffa3680bcd1734bdfae23f5cd /templates | |
parent | ed4ed3f9f0e1656e67996e1f1de12c935e812a9b (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
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-compositor/50_local.conf.inc | 6 |
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" |