From 639fb2cc3de6bf6211aaa4909c7aabf658c29dc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jacobo=20Aragunde=20P=C3=A9rez?= Date: Tue, 3 Dec 2019 11:53:34 +0100 Subject: [PATCH] meta-html5-framework: rename layer and feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The new name for the layer is meta-agl-profile-graphical-html5 and the feature is agl-profile-graphical-html5, which better match the other existing features like agl-profile-graphical-qt5. Usage: aglsetup.sh -m $MACHINE agl-profile-graphical-html5 Build minimal image to run HTML5 apps: bitbake agl-image-graphical-html5 Include to agl-demo-platform: IMAGE_INSTALL_append = " packagegroup-agl-appfw-html5" Change-Id: I4a4d4f85dd7fc23be51621702f842aa86a0dc3a5 Signed-off-by: Jacobo Aragunde Pérez --- .../conf/layer.conf | 0 .../recipes-platform/images/agl-image-graphical-html5.bb | 0 .../recipes-platform/images/agl-image-graphical-html5.inc | 0 .../packagegroups/packagegroup-agl-appfw-html5.bb | 0 .../packagegroups/packagegroup-agl-profile-graphical-html5.bb | 0 .../recipes-wam/chromium/chromium-browser-service.bb | 0 .../recipes-wam/chromium/chromium68/v8-qemu-wrapper.patch | 0 .../recipes-wam/chromium/chromium68_git.bb | 0 .../recipes-wam/chromium/gn-utils.inc | 0 .../recipes-wam/wam/files/WebAppMgr.env | 0 .../recipes-wam/wam/files/WebAppMgr@.service | 0 .../recipes-wam/wam/wam-tinyproxy_git.bb | 0 .../recipes-wam/wam/wam_git.bb | 0 templates/feature/agl-html5-framework/50_bblayers.conf.inc | 5 ----- .../agl-html5-framework/README_feature_agl-html5-framework.md | 9 --------- .../feature/agl-profile-graphical-html5/50_bblayers.conf.inc | 5 +++++ .../README_feature_agl-profile-graphical-html5.md | 8 ++++++++ .../included.dep | 0 18 files changed, 13 insertions(+), 14 deletions(-) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/conf/layer.conf (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-platform/images/agl-image-graphical-html5.bb (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-platform/images/agl-image-graphical-html5.inc (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-platform/packagegroups/packagegroup-agl-profile-graphical-html5.bb (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/chromium/chromium-browser-service.bb (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/chromium/chromium68/v8-qemu-wrapper.patch (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/chromium/chromium68_git.bb (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/chromium/gn-utils.inc (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/wam/files/WebAppMgr.env (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/wam/files/WebAppMgr@.service (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/wam/wam-tinyproxy_git.bb (100%) rename {meta-html5-framework => meta-agl-profile-graphical-html5}/recipes-wam/wam/wam_git.bb (100%) delete mode 100644 templates/feature/agl-html5-framework/50_bblayers.conf.inc delete mode 100644 templates/feature/agl-html5-framework/README_feature_agl-html5-framework.md create mode 100644 templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc create mode 100644 templates/feature/agl-profile-graphical-html5/README_feature_agl-profile-graphical-html5.md rename templates/feature/{agl-html5-framework => agl-profile-graphical-html5}/included.dep (100%) diff --git a/meta-html5-framework/conf/layer.conf b/meta-agl-profile-graphical-html5/conf/layer.conf similarity index 100% rename from meta-html5-framework/conf/layer.conf rename to meta-agl-profile-graphical-html5/conf/layer.conf diff --git a/meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb b/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.bb similarity index 100% rename from meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb rename to meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.bb diff --git a/meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.inc b/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc similarity index 100% rename from meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.inc rename to meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc diff --git a/meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb b/meta-agl-profile-graphical-html5/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb similarity index 100% rename from meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb rename to meta-agl-profile-graphical-html5/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb diff --git a/meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-profile-graphical-html5.bb b/meta-agl-profile-graphical-html5/recipes-platform/packagegroups/packagegroup-agl-profile-graphical-html5.bb similarity index 100% rename from meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-profile-graphical-html5.bb rename to meta-agl-profile-graphical-html5/recipes-platform/packagegroups/packagegroup-agl-profile-graphical-html5.bb diff --git a/meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb similarity index 100% rename from meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb rename to meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium-browser-service.bb diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68/v8-qemu-wrapper.patch b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68/v8-qemu-wrapper.patch similarity index 100% rename from meta-html5-framework/recipes-wam/chromium/chromium68/v8-qemu-wrapper.patch rename to meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68/v8-qemu-wrapper.patch diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb similarity index 100% rename from meta-html5-framework/recipes-wam/chromium/chromium68_git.bb rename to meta-agl-profile-graphical-html5/recipes-wam/chromium/chromium68_git.bb diff --git a/meta-html5-framework/recipes-wam/chromium/gn-utils.inc b/meta-agl-profile-graphical-html5/recipes-wam/chromium/gn-utils.inc similarity index 100% rename from meta-html5-framework/recipes-wam/chromium/gn-utils.inc rename to meta-agl-profile-graphical-html5/recipes-wam/chromium/gn-utils.inc diff --git a/meta-html5-framework/recipes-wam/wam/files/WebAppMgr.env b/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr.env similarity index 100% rename from meta-html5-framework/recipes-wam/wam/files/WebAppMgr.env rename to meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr.env diff --git a/meta-html5-framework/recipes-wam/wam/files/WebAppMgr@.service b/meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service similarity index 100% rename from meta-html5-framework/recipes-wam/wam/files/WebAppMgr@.service rename to meta-agl-profile-graphical-html5/recipes-wam/wam/files/WebAppMgr@.service diff --git a/meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb similarity index 100% rename from meta-html5-framework/recipes-wam/wam/wam-tinyproxy_git.bb rename to meta-agl-profile-graphical-html5/recipes-wam/wam/wam-tinyproxy_git.bb diff --git a/meta-html5-framework/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb similarity index 100% rename from meta-html5-framework/recipes-wam/wam/wam_git.bb rename to meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb diff --git a/templates/feature/agl-html5-framework/50_bblayers.conf.inc b/templates/feature/agl-html5-framework/50_bblayers.conf.inc deleted file mode 100644 index 952ef4ea..00000000 --- a/templates/feature/agl-html5-framework/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ - -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-html5-framework \ - " - diff --git a/templates/feature/agl-html5-framework/README_feature_agl-html5-framework.md b/templates/feature/agl-html5-framework/README_feature_agl-html5-framework.md deleted file mode 100644 index d992009c..00000000 --- a/templates/feature/agl-html5-framework/README_feature_agl-html5-framework.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: Feature agl-html5-framework -authors: Jacobo Aragunde Pérez ---- - -### Feature agl-html5-framework - -*Description is missing - please complete file meta-agl-devel/templates/feature/agl-html5-framework/README_feature_agl-html5-framework.md* - diff --git a/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc b/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc new file mode 100644 index 00000000..a7e9da1d --- /dev/null +++ b/templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-agl-profile-graphical-html5 \ + " + diff --git a/templates/feature/agl-profile-graphical-html5/README_feature_agl-profile-graphical-html5.md b/templates/feature/agl-profile-graphical-html5/README_feature_agl-profile-graphical-html5.md new file mode 100644 index 00000000..dc00f94c --- /dev/null +++ b/templates/feature/agl-profile-graphical-html5/README_feature_agl-profile-graphical-html5.md @@ -0,0 +1,8 @@ +--- +description: Feature agl-profile-graphical-html5 +authors: Jacobo Aragunde Pérez +--- + +### Feature agl-profile-graphical-html5 + +Packages required to run web applications in AGL. The provided image agl-image-graphical-html5 includes the minimum set of packages required for this purpose. diff --git a/templates/feature/agl-html5-framework/included.dep b/templates/feature/agl-profile-graphical-html5/included.dep similarity index 100% rename from templates/feature/agl-html5-framework/included.dep rename to templates/feature/agl-profile-graphical-html5/included.dep -- 2.16.6