summaryrefslogtreecommitdiffstats
path: root/images/enea-image-virt-test-guest.bb
blob: 48bd7de6b798228efe0682c7d94a16e6a37624b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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"