diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-20 13:37:35 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-04-24 12:29:35 -0400 |
commit | e6c0d60746ed35083385dda16e313516e655d6f4 (patch) | |
tree | 839912a7b6f32f6f78277b604cc2514825a7ddf8 /templates/base/conf-notes.txt | |
parent | 3d9975cfe1973c1c02bc8c274c50645f72ea708d (diff) |
Handle upstream TEMPLATECONF change
oe-core now requires that TEMPLATECONF point at conf/templates/*
inside a layer, tweak things to move the base template files into
meta-agl-core to match its expectations.
Bug-AGL: SPEC-4578
Change-Id: Idb0af9b4bd6bc55b9fb2cb50a675e928e7c2b025
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'templates/base/conf-notes.txt')
-rw-r--r-- | templates/base/conf-notes.txt | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/templates/base/conf-notes.txt b/templates/base/conf-notes.txt deleted file mode 100644 index 09ae72647..000000000 --- a/templates/base/conf-notes.txt +++ /dev/null @@ -1,35 +0,0 @@ -Common targets are: -- meta-agl layer: - - included by default - * agl-image-boot (just enough to boot) - * agl-image-minimal (minimal filesystem with APIs) - * agl-image-minimal-crosssdk (crosssdk for ^^) - - * agl-image-weston (minimal filesystem with weston) - -- meta-agl-demo: (IVI demo with UI) - - with 'agl-demo' - * agl-image-ivi (base for IVI targets) - * agl-image-ivi-crosssdk (sdk for ^^) - - * agl-image-graphical-qt5 (weston plus qt5 framework libs) - * agl-image-graphical-qt5-crosssdk (sdk for ^^) - - * agl-image-graphical-html5 (weston plus chromium for html5) - - * agl-image-cluster (minimal image with APIs for cluster) - * agl-image-cluster-qt5 (image with QT5 and APIs for cluster) - - * agl-image-telematics (image with APIs for telematics) - - * agl-demo-platform (* default IVI demo target *) - * agl-demo-platform-crosssdk (sdk for ^^) - - * agl-cluster-demo-platform (cluster demo image) - * agl-cluster-demo-platform-crosssdk (sdk for ^^) - * agl-cluster-demo-qtcompositor (cluster demo using own compositor) - - * agl-telematics-demo-platform (telematics demo image) - * agl-telematics-demo-platform-crosssdk (sdk for ^^) - - |