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

13 lines
459 B
BlitzBasic
Raw Normal View History

2024-09-09 08:57:42 +00:00
require recipes-core/images/core-image-minimal.bb
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
DESCRIPTION = "Small image capable of booting a device with a test suite and \
tools for real-time use. It includes the full meta-toolchain, development \
headers and libraries to form a standalone SDK."
2024-09-09 08:52:07 +00:00
DEPENDS = "linux-yocto-rt"
2024-09-09 08:57:42 +00:00
IMAGE_FEATURES += "dev-pkgs tools-sdk 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 += "rt-tests hwlatdetect kernel-dev"
2024-09-09 08:52:07 +00:00
LICENSE = "MIT"