blob: a3d602edd60bc0c84bdfa92acb9df7b4f512b16c [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"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
11# Reduce this to try and keep below the 4GB image size for now
12IMAGE_OVERHEAD_FACTOR = "1.2"