diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-12-03 11:53:34 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-06 14:31:47 +0000 |
commit | 639fb2cc3de6bf6211aaa4909c7aabf658c29dc7 (patch) | |
tree | 5c40c5feef9d49bfd40a84611918c9b95b75f845 /templates | |
parent | fca7f231bf522024d50303c8f6c6adc3b0b5dee6 (diff) |
meta-html5-framework: rename layer and featureicefish_8.99.2icefish/8.99.28.99.2
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 <jaragunde@igalia.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-html5-framework/50_bblayers.conf.inc | 5 | ||||
-rw-r--r-- | templates/feature/agl-html5-framework/README_feature_agl-html5-framework.md | 9 | ||||
-rw-r--r-- | templates/feature/agl-profile-graphical-html5/50_bblayers.conf.inc | 5 | ||||
-rw-r--r-- | templates/feature/agl-profile-graphical-html5/README_feature_agl-profile-graphical-html5.md | 8 | ||||
-rw-r--r-- | templates/feature/agl-profile-graphical-html5/included.dep (renamed from templates/feature/agl-html5-framework/included.dep) | 0 |
5 files changed, 13 insertions, 14 deletions
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 <jaragunde@igalia.com> ---- - -### 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 <jaragunde@igalia.com> +--- + +### 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 index 032609b8..032609b8 100644 --- a/templates/feature/agl-html5-framework/included.dep +++ b/templates/feature/agl-profile-graphical-html5/included.dep |