summaryrefslogtreecommitdiffstats
path: root/images/enea-image-minimal.bb
blob: 12a0e9b4a389e1aa492ea51b25fdc05ac869b660 (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
#
# 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 \
    fuse \
    "

IMAGE_LINGUAS = ""

LICENSE = "MIT"

inherit core-image
inherit image_types_uboot

IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.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"