Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | DESCRIPTION = "An image containing packages that are required to conform \ |
2 | to the Linux Standard Base (LSB) specification." | ||||
3 | |||||
4 | IMAGE_FEATURES += "splash ssh-server-openssh hwcodecs package-management" | ||||
5 | |||||
6 | IMAGE_INSTALL = "\ | ||||
7 | ${CORE_IMAGE_BASE_INSTALL} \ | ||||
8 | packagegroup-core-full-cmdline \ | ||||
9 | packagegroup-core-lsb \ | ||||
10 | " | ||||
11 | |||||
12 | inherit core-image distro_features_check | ||||
13 | |||||
14 | REQUIRED_DISTRO_FEATURES = "pam" |