blob: d2dc9e2b530aa161d9b78f580f3d1751e6f047fa (
plain)
1
2
3
4
5
6
7
|
require core-image-lsb.bb
DESCRIPTION = "Basic image without X support suitable for development work. It \
can be used for customization and implementations that conform to Linux \
Standard Base (LSB)."
IMAGE_FEATURES += "dev-pkgs"
|