blob: 47f4c38df4b49a8f10ce10f718d3e6c022865ddc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \
task-core-basic \
task-core-lsb \
u-boot \
"
inherit core-image
IMAGE_FSTYPES ?= "nfsroot"
|