From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- 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