From 736e7b7b8c765dba9599a25768a413ad685ed194 Mon Sep 17 00:00:00 2001 From: Philippe Coval <philippe.coval.ext@huawei.com> Date: Tue, 28 Jun 2022 11:21:51 +0200 Subject: [PATCH] repo: Pin meta-qcom It was tested on dragonboard-410c Relate-to: https://gitlab.eclipse.org/pcoval/meta-oniro-blueprint-flutter/-/issues/6 Relate-to: https://booting.oniroproject.org/rzr/meta-oniro-blueprint-flutter/-/wikis/gpu Last-Update: 2022-07-05 Signed-off-by: Philippe Coval <philippe.coval.ext@huawei.com> --- default.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.xml b/default.xml index f388239..2b99811 100644 --- a/default.xml +++ b/default.xml @@ -56,6 +56,7 @@ SPDX-FileCopyrightText: Huawei Inc. <project name="oniro-core/meta-zephyr.git" remote="eclipse" revision="oniro/kirkstone" path="meta-zephyr" /> <project name="oniro-core/docs.git" remote="eclipse" revision="main" path="docs" /> <project name="distro/governance/ip-policy" remote="oniro-booting" revision="main" path="ip-policy" /> + <project name="meta-flutter/meta-flutter" remote="github" revision="kirkstone" path="meta-flutter" /> - <project name="ndechesne/meta-qcom" remote="github" revision="master" path="meta-qcom" /> + <project name="ndechesne/meta-qcom" remote="github" revision="2248b71f01f0da6cc7f73f44f5a848f83eae307a" path="meta-qcom" /> </manifest> -- GitLab