summaryrefslogtreecommitdiffstats
path: root/images/enea-image-test-bash.bb
blob: 9e05e191b1ec60fb1f9d9ec326c601fa0cadc088 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz"
IMAGE_FEATURES += "ptest-pkgs"
IMAGE_FEATURES += "ssh-server-openssh"

PERF ?= "perf"
PERF_armv5 ?= ""
PERF_armv6 ?= ""
PERF_armv7a ?= ""

IMAGE_INSTALL = " \
    packagegroup-enea-core-boot \
    packagegroup-enea-ptest \
    packagegroup-enea-ddt \
    packagegroup-enea-sys \
    openssh \
    console-tools \
    ${PERF}\
    "

inherit core-image
inherit image_types_uboot