diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-09-29 21:47:25 +0900 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-12 16:52:13 +0200 |
commit | 7d7fe0e26af1a27b7a3e2256f6ef48965b3239ed (patch) | |
tree | a4c24b048969636d0522e939770d21c0fde83e7a /templates/feature | |
parent | 9a58b814a852f6b761b22f5c8f41cb8489dae628 (diff) |
Add recipes for new hmi fweel_4.99.1eel/4.99.14.99.1
Add recipesc for agl-service-windowmanager-2017,
agl-service-soundmanager-2017,
agl-service-homescreen-2017 and homescreen-2017.
[Patch Sets 2]
Modify homescreen-2017_git.bb to use aglwgt make package.
[Patch Sets 3]
Modify agl-service-windowmanager-2017_git.bb to use aglwgt make package.
Modify agl-service-soundmanager-2017_git.bb to use aglwgt make package.
[Patch Sets 4]
Modify agl-service-homescreen-2017_git.bb to use aglwgt make package.
[Patch Sets 5] (jsmoeller)
Modify layer and add packagegroup containing the required packages.
Modify feature name to be agl-hmi-framework to be consistent in naming
Mofify local.conf.inc to set DISTRO_FEATURES flag instead of setting IMAGE_INSTALL.
Change-Id: Iac998b5c9ed519649c8c367e97a5aa31c6140c26
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-hmi-framework/50_bblayers.conf.inc (renamed from templates/feature/hmi-framework/50_bblayers.conf.inc) | 0 | ||||
-rw-r--r-- | templates/feature/agl-hmi-framework/50_local.conf.inc | 4 | ||||
-rw-r--r-- | templates/feature/hmi-framework/50_local.conf.inc | 6 |
3 files changed, 4 insertions, 6 deletions
diff --git a/templates/feature/hmi-framework/50_bblayers.conf.inc b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc index 8fbfa728..8fbfa728 100644 --- a/templates/feature/hmi-framework/50_bblayers.conf.inc +++ b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc new file mode 100644 index 00000000..2b72a8e2 --- /dev/null +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -0,0 +1,4 @@ +# In order to enable the hmi-framework features , +# enables the following line: +# +DISTRO_FEATURES_append = " agl-hmi-framework " diff --git a/templates/feature/hmi-framework/50_local.conf.inc b/templates/feature/hmi-framework/50_local.conf.inc deleted file mode 100644 index 2ee6737f..00000000 --- a/templates/feature/hmi-framework/50_local.conf.inc +++ /dev/null @@ -1,6 +0,0 @@ -# In order to enable the agl virtualization features (agl-egvirt), -# each supported board needs to add in one of its configuration -# files (see for instance meta-agl/meta-agl-bsp/conf/include) -# the following line: -# -IMAGE_INSTALL_append = "" |