aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/twin-image.bb
blob: 56677f5dda2cc1d1172afe0718a74de165857c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DEPENDS = '${MACHINE_TASK_PROVIDER} \
          twin \
	  orpheus \
	  nano \
	  vim \
	  mutt'

IMAGE_INSTALL = '\
    ${MACHINE_TASK_PROVIDER} \
    twin \
    orpheus \
    nano \
    vim \
    mutt'

inherit image