aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/gnuradio-image.bb
blob: 6bccda0a241474f5f803301181429808692ad1fb (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
#GNU radio image

IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp"

IMAGE_EXTRA_INSTALL ?= ""

ZZAPSPLASH = ' ${@base_contains("MACHINE_FEATURES", "screen", "psplash-zap", "",d)}'

DEPENDS = "task-base-extended \
           ${SPLASH} \
           ${ZZAPSPLASH} \
	   "

IMAGE_INSTALL = "task-base-extended \
	    ${IMAGE_EXTRA_INSTALL} \
	    ${SPLASH} \
	    ${ZZAPSPLASH} \
            oprofile \
            screen \
            ntp ntp-bin \
            make \
            nfs-utils-client \
            gnuradio gnuradio-examples \
	    "

export IMAGE_BASENAME = "gnuradio-image"
IMAGE_LINGUAS = ""

inherit image