aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/aurora-image.inc
blob: 86289a5e6d9f84dea61a6d04953f85e55b26fda1 (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
###############################################################################
# Aurora Base Image
###############################################################################

PV = "0.1"

IMAGE_DEBUG_APPEND = '${@base_conditional("DISTRO_TYPE", "debug", "gdb strace mdbus2", "",d)}'

IMAGE_INSTALL = " \
    task-base \
    task-cli-tools \
    task-cli-tools-python \
    task-fso2-compliance \
    \
    ttf-ubuntu-sans \
    aurora \
    \
    ${IMAGE_DEBUG_APPEND} \
"
IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
export IMAGE_BASENAME = "aurora-image"

inherit image