From ae2390f3adace68083ec7867193520611ecbf2eb Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Thu, 23 Jul 2015 20:03:51 +0900 Subject: [PATCH] Tweak 'agl-image-ivi.bb' and move weston to appropriate packagegroup The recipe 'agl-image-ivi.bb' is now devided into 'agl-image-ivi.bb' and 'agl-image-ivi.inc' to refer from 'meta-agl-demo' later. And 'weston', 'weston-init' and 'weston-example' are now in appropriate packagegroup, 'packagegroup-agl-core-graphics'. Signed-off-by: Tadao Tanikawa --- .../packagegroups/packagegroup-agl-core-graphics.bb | 1 + meta-agl/recipes-ivi/images/agl-image-ivi.bb | 11 +---------- meta-agl/recipes-ivi/images/agl-image-ivi.inc | 13 +++++++++++++ 3 files changed, 15 insertions(+), 10 deletions(-) create mode 100644 meta-agl/recipes-ivi/images/agl-image-ivi.inc diff --git a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb b/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb index f2b70d036..7b5177fcc 100644 --- a/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb +++ b/meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb @@ -10,4 +10,5 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ + weston weston-init weston-examples \ " diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.bb b/meta-agl/recipes-ivi/images/agl-image-ivi.bb index e14101edd..9f9c8a4ec 100644 --- a/meta-agl/recipes-ivi/images/agl-image-ivi.bb +++ b/meta-agl/recipes-ivi/images/agl-image-ivi.bb @@ -1,14 +1,5 @@ SUMMARY = "A basic system of AGL distribution of IVI profile" - -IMAGE_FEATURES += "splash package-management ssh-server-dropbear" - -LICENSE = "MIT" - -inherit core-image distro_features_check - -REQUIRED_DISTRO_FEATURES = "wayland" - -CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples" +require recipes-ivi/images/agl-image-ivi.inc IMAGE_INSTALL_append = "\ packagegroup-agl-core \ diff --git a/meta-agl/recipes-ivi/images/agl-image-ivi.inc b/meta-agl/recipes-ivi/images/agl-image-ivi.inc new file mode 100644 index 000000000..287e9fb26 --- /dev/null +++ b/meta-agl/recipes-ivi/images/agl-image-ivi.inc @@ -0,0 +1,13 @@ +IMAGE_INSTALL = "packagegroup-core-boot-agl ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" + +IMAGE_LINGUAS = " " + +LICENSE = "MIT" + +inherit core-image buildhistory + +IMAGE_ROOTFS_SIZE ?= "8192" + +IMAGE_FEATURES += "splash package-management ssh-server-dropbear" + +BUILDHISTORY_COMMIT = "1" -- 2.16.6