From 7d7fe0e26af1a27b7a3e2256f6ef48965b3239ed Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Fri, 29 Sep 2017 21:47:25 +0900 Subject: Add recipes for new hmi fw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jan-Simon Möller --- templates/feature/agl-hmi-framework/50_bblayers.conf.inc | 5 +++++ templates/feature/agl-hmi-framework/50_local.conf.inc | 4 ++++ templates/feature/hmi-framework/50_bblayers.conf.inc | 5 ----- templates/feature/hmi-framework/50_local.conf.inc | 6 ------ 4 files changed, 9 insertions(+), 11 deletions(-) create mode 100644 templates/feature/agl-hmi-framework/50_bblayers.conf.inc create mode 100644 templates/feature/agl-hmi-framework/50_local.conf.inc delete mode 100644 templates/feature/hmi-framework/50_bblayers.conf.inc delete mode 100644 templates/feature/hmi-framework/50_local.conf.inc (limited to 'templates/feature') diff --git a/templates/feature/agl-hmi-framework/50_bblayers.conf.inc b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc new file mode 100644 index 00000000..8fbfa728 --- /dev/null +++ b/templates/feature/agl-hmi-framework/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-hmi-framework \ + " + 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_bblayers.conf.inc b/templates/feature/hmi-framework/50_bblayers.conf.inc deleted file mode 100644 index 8fbfa728..00000000 --- a/templates/feature/hmi-framework/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ - -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-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 = "" -- cgit 1.2.3-korg