M7350/oe-core/meta/recipes-extended/images/core-image-lsb-sdk.bb

11 lines
375 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
require core-image-lsb.bb
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
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."
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
IMAGE_INSTALL += "kernel-dev"
2024-09-09 08:52:07 +00:00