blob: 4140bc47c9dece5eb2f400d52c58ee15ef26b880 (
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 = "r3"
IMAGE_INSTALL = "\
task-base \
task-fso2-compliance \
task-cli-tools \
task-cli-tools-python \
"
|