blob: 4d69073d9dc0cafdedb35d84209291ade95d52f2 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001DESCRIPTION = "A console-only image with more full-featured Linux system \
2functionality installed."
3
4IMAGE_FEATURES += "splash ssh-server-openssh"
5
6IMAGE_INSTALL = "\
7 packagegroup-core-boot \
8 packagegroup-core-full-cmdline \
9 ${CORE_IMAGE_EXTRA_INSTALL} \
10 "
11
12inherit core-image