Tweak 'agl-image-ivi.bb' and move weston to appropriate packagegroup 43/4043/4
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Thu, 23 Jul 2015 11:03:51 +0000 (20:03 +0900)
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Thu, 23 Jul 2015 11:22:25 +0000 (11:22 +0000)
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 <tanikawa.tadao@jp.panasonic.com>
meta-agl/recipes-core/packagegroups/packagegroup-agl-core-graphics.bb
meta-agl/recipes-ivi/images/agl-image-ivi.bb
meta-agl/recipes-ivi/images/agl-image-ivi.inc [new file with mode: 0644]

index e14101e..9f9c8a4 100644 (file)
@@ -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 (file)
index 0000000..287e9fb
--- /dev/null
@@ -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"