diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-08 11:23:58 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-17 13:59:59 +0000 |
commit | 8d6eac1b69a8ff907720c3c4f2c02c4d905241b9 (patch) | |
tree | dba49b758033b4e5157132a33659acaeffdeeaf8 | |
parent | 48fb88aa3cd6ee900a3b4353a69de6398d5f29e0 (diff) |
SPEC-3723 Rework layers in manifest
We move telematics-demo and cluster-demo inside the meta-agl-demo umbrella.
This simplifies the folder setup and allows the demo code to be updated in one place.
Bug-AGL: SPEC-3723
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I0772f306a18af9c3e77c5d104bece497a775df18
-rw-r--r-- | default-floating.xml | 3 | ||||
-rw-r--r-- | default.xml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/default-floating.xml b/default-floating.xml index ae2219b3..972bcba5 100644 --- a/default-floating.xml +++ b/default-floating.xml @@ -21,11 +21,8 @@ <!-- AGL things. --> <project name="AGL/meta-agl" path="meta-agl" /> - <project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" /> <project name="AGL/meta-agl-demo" path="meta-agl-demo" /> <project name="AGL/meta-agl-devel" path="meta-agl-devel" /> - <project name="AGL/meta-agl-extra" path="meta-agl-extra" /> - <project name="AGL/meta-agl-telematics-demo" path="meta-agl-telematics-demo" /> <!-- FLOATING has no fixed revision for external repos ! --> diff --git a/default.xml b/default.xml index efb25e3f..3b14024c 100644 --- a/default.xml +++ b/default.xml @@ -20,11 +20,8 @@ <!-- AGL things. --> <project name="AGL/meta-agl" path="meta-agl" /> - <project name="AGL/meta-agl-cluster-demo" path="meta-agl-cluster-demo" /> <project name="AGL/meta-agl-demo" path="meta-agl-demo" /> <project name="AGL/meta-agl-devel" path="meta-agl-devel" /> - <project name="AGL/meta-agl-extra" path="meta-agl-extra" /> - <project name="AGL/meta-agl-telematics-demo" path="meta-agl-telematics-demo" /> <!-- ALL EXTERNAL REPOS BELOW USE A FIXED REVISION ! --> |