1
0
forked from brl/citadel
citadel/meta/recipes-extended/images/core-image-lsb-sdk.bb
brl 098b8f982b Squashed 'poky/' content from commit 4469acdf1d
git-subtree-dir: poky
git-subtree-split: 4469acdf1d0338220f3fe2ecb5e079eea6fda375
2017-12-04 16:35:29 -05:00

13 lines
471 B
BlitzBasic

require core-image-lsb.bb
DESCRIPTION = "Basic image without X support suitable for Linux Standard Base \
(LSB) implementations. It includes the full meta-toolchain, plus development \
headers and libraries to form a standalone SDK."
IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
IMAGE_INSTALL += "kernel-devsrc"
# Reduce this to try and keep below the 4GB image size for now
IMAGE_OVERHEAD_FACTOR = "1.2"