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 --- .../packagegroups/packagegroup-agl-appfw-html5.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb (limited to 'meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb') diff --git a/meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb b/meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb deleted file mode 100644 index cc9ed3d6..00000000 --- a/meta-html5-framework/recipes-platform/packagegroups/packagegroup-agl-appfw-html5.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "AGL web runtime packages" -DESCRIPTION = "Specific packages for the AGL web runtime (minus profile-graphical)" - -LICENSE = "MIT" - -inherit packagegroup - -PACKAGES = "\ - packagegroup-agl-appfw-html5 \ - " - -ALLOW_EMPTY_${PN} = "1" - -# add packages for WAM -RDEPENDS_${PN} += " \ - chromium-browser-service \ - wam \ - " -- cgit 1.2.3-korg