From 74d51c8c3e18a8b6738aff0c6f7ff706fd70eaa6 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 13:57:02 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- images/enea-image-virt-test-guest.bb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 images/enea-image-virt-test-guest.bb (limited to 'images') diff --git a/images/enea-image-virt-test-guest.bb b/images/enea-image-virt-test-guest.bb new file mode 100644 index 0000000..48bd7de --- /dev/null +++ b/images/enea-image-virt-test-guest.bb @@ -0,0 +1,33 @@ +# +# Poky specific package kits. +# + +# no need for udev +VIRTUAL-RUNTIME_dev_manager = "" + + +# +# Enea Specific Packages +# +IMAGE_FEATURES += "ssh-server-dropbear" + +IMAGE_INSTALL = " \ + packagegroup-enea-core-boot \ + pramfs-init \ + packagegroup-enea-virt-test-guest \ + " + +IMAGE_LINGUAS = "" + +LICENSE = "MIT" + +inherit core-image +inherit image_types_uboot + +IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz cpio.gz" + +# The bigger of below two will be chosen +IMAGE_ROOTFS_SIZE = "1" +# Increased the overhead factor to be able to build via nfs. +IMAGE_OVERHEAD_FACTOR = "2" + -- cgit v1.2.3-54-g00ecf