From dbb228360317872e7c6fcbd96faaf404535130c3 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 25 Jun 2024 15:39:12 -0400 Subject: Add meta-agl-flutter Add meta-agl-flutter layer as it is being moved from meta-agl-devel. The files are copies of the state in meta-agl-devel as of commit 97310e35, with only a minor change to the feature template to adjust the location of the layer for bblayers.conf. Bug-AGL: SPEC-5184 Change-Id: I9a14e4ab3a1b1726b0ccc1dbc112d76864dd106c Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30016 Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- meta-agl-flutter/tools/configs/_repos.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-agl-flutter/tools/configs/_repos.json (limited to 'meta-agl-flutter/tools/configs/_repos.json') diff --git a/meta-agl-flutter/tools/configs/_repos.json b/meta-agl-flutter/tools/configs/_repos.json new file mode 100644 index 000000000..7002d4161 --- /dev/null +++ b/meta-agl-flutter/tools/configs/_repos.json @@ -0,0 +1,11 @@ +[ + { + "uri": "https://github.com/toyota-connected/ivi-homescreen.git", + "rev": "ee49745485a88f23c32b8e3a62da40d4102c4623", + "branch": "agl" + }, + { + "uri": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", + "branch": "main" + } +] -- cgit 1.2.3-korg