summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/images/agl-image-minimal.bb
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-07-22 10:52:27 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2015-07-22 10:52:27 +0900
commit72201670bd566441ffc0a15270ce2290438632b9 (patch)
tree713a1cd817a54efbddc7d98ac41ccf6135c10c42 /meta-agl/recipes-core/images/agl-image-minimal.bb
parent00aff4b237bc92df660f8ed30bd5e6d5d73ea097 (diff)
The starting point of layers for AGL Distribution v1.0
The `meta-agl` is the Yocto layer for Automotive Grade Linux Distribution. There are some recipes which define bitbake's targets and packagegroups of this distribution. This is starting point, so some recipes are from meta-ivi or poky/oe-core and others are framework or empty. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-agl/recipes-core/images/agl-image-minimal.bb')
-rw-r--r--meta-agl/recipes-core/images/agl-image-minimal.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-agl/recipes-core/images/agl-image-minimal.bb b/meta-agl/recipes-core/images/agl-image-minimal.bb
new file mode 100644
index 000000000..9648c6466
--- /dev/null
+++ b/meta-agl/recipes-core/images/agl-image-minimal.bb
@@ -0,0 +1,15 @@
+SUMMARY = "An AGL small image just capable of allowing a device to boot."
+
+IMAGE_INSTALL = "packagegroup-core-boot-agl ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
+
+IMAGE_LINGUAS = " "
+
+LICENSE = "MIT"
+
+inherit core-image
+
+IMAGE_ROOTFS_SIZE ?= "8192"
+
+IMAGE_INSTALL_append = "\
+ packagegroup-agl-core \
+ "