aurora-fb-image: add initial recipe for aurora based image suitable for the framebuffer
[openembedded.git] / recipes / images / aurora-image.inc
blobec1b60d5b7f71669b5088719e8b0e4113cedafea
1 ###############################################################################
2 # Aurora Base Image
3 ###############################################################################
5 PV = "0.1"
7 IMAGE_DEBUG_APPEND = '${@base_conditional("DISTRO_TYPE", "debug", "gdb strace mdbus2", "",d)}'
9 IMAGE_INSTALL = " \
10     task-base \
11     glibc-utils \
12     glibc-charmap-utf-8 \
13     initscripts \
14     netbase \
15     sysfsutils \
16     modutils-initscripts \
17     module-init-tools-depmod \
18     ttf-ubuntu-sans \
19     task-fso2-compliance \
20     iptables \
21     alsa-utils-aplay \
22     alsa-utils-alsamixer \
23     aurora \
24     ${IMAGE_DEBUG_APPEND} \
26 IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"
27 export IMAGE_BASENAME = "aurora-image"
29 inherit image