summaryrefslogtreecommitdiffstats
path: root/images/enea-image-minimal.bb
blob: 85920dbcbf7f8891c863f1fed45d0d75b24e4669 (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
#
# Poky specific package kits.
#

# no need for udev
VIRTUAL-RUNTIME_dev_manager = ""


#
# Enea Specific Packages
#
IMAGE_INSTALL = " \
    packagegroup-enea-core-boot \
    pramfs-init \
    "

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"