From 639fb2cc3de6bf6211aaa4909c7aabf658c29dc7 Mon Sep 17 00:00:00 2001 From: Jacobo Aragunde Pérez Date: Tue, 3 Dec 2019 11:53:34 +0100 Subject: meta-html5-framework: rename layer and feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- .../recipes-platform/images/agl-image-graphical-html5.bb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb (limited to 'meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb') diff --git a/meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb b/meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb deleted file mode 100644 index 0ec6829e..00000000 --- a/meta-html5-framework/recipes-platform/images/agl-image-graphical-html5.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "An image containing all packages required to run web applications" - -require agl-image-graphical-html5.inc - -LICENSE = "MIT" - -IMAGE_INSTALL_append = "\ - packagegroup-agl-profile-graphical-html5 \ - " - -- cgit 1.2.3-korg