diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2019-11-29 10:07:00 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-04 15:57:52 +0000 |
commit | bdb4e69ce0274565ce0dddd3c3cd6244874f2422 (patch) | |
tree | e4478b832fa94d6c715f6e078a68710da674cee8 /templates/base/conf-notes.txt | |
parent | 330e71fb69f06777439c70ac445eed5b8d4dec3a (diff) |
Move packages from agl-core to agl-ivi
Bug-AGL: SPEC-2500
v2: moved packagegroup-agl-core-navigation as packagegroup-agl-ivi-navigation
to meta-agl-demo
Change-Id: I9ce852c80cc7c9789c087517aeee6ce38947a270
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/base/conf-notes.txt')
-rw-r--r-- | templates/base/conf-notes.txt | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/templates/base/conf-notes.txt b/templates/base/conf-notes.txt index 1279e2979..02e046787 100644 --- a/templates/base/conf-notes.txt +++ b/templates/base/conf-notes.txt @@ -1,17 +1,26 @@ Common targets are: - meta-agl: (core system) - agl-image-minimal - agl-image-minimal-qa - - agl-image-ivi + - agl-profile-core: + agl-image-boot + agl-image-minimal + agl-image-minimal-qa + + - agl-profile-graphical: + agl-image-weston + + - agl-profile-graphical-qt5: + agl-image-graphical-qt5 + agl-image-graphical-qt5-crosssdk + + - agl-profile-graphical-html5 + agl-demo-platform-html5 + + - meta-agl-demo: (demo with UI) + agl-image-ivi (base for ivi targets) agl-image-ivi-qa agl-image-ivi-crosssdk - - agl-image-weston - - meta-agl-demo: (demo with UI) agl-demo-platform (* default demo target) agl-demo-platform-qa agl-demo-platform-crosssdk - - agl-demo-platform-html5 + |