blob: c3b6e7c8275871141935e2d1569c8e03b3863dff [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001require core-image-lsb.bb
2
3DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
4(LSB) implementations. It includes the full meta-toolchain, plus development \
5headers and libraries to form a standalone SDK."
6
7IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
8
9IMAGE_INSTALL += "kernel-devsrc"