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