summaryrefslogtreecommitdiffstats
path: root/recipes/images/fso-console-image.bb
blob: 8d985be01c3442098c16a16d17792658e3f63dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#------------------------------------------------------
# FSO-compliant Console Image Recipe
#------------------------------------------------------

require fso-image.inc

PV = "1.1"
PR = "r1"

IMAGE_INSTALL = "\
  task-base \
  task-fso-compliance \
  task-cli-tools \
  task-cli-tools-python \
"