core-image-lsb-sdk.bb 471 B

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