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

10 lines
279 B
BlitzBasic
Raw Permalink 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 = "A small image just capable of allowing a device to boot plus a \
real-time test suite and tools appropriate for real-time use."
2024-09-09 08:52:07 +00:00
DEPENDS = "linux-yocto-rt"
2024-09-09 08:57:42 +00:00
IMAGE_INSTALL += "rt-tests hwlatdetect"
2024-09-09 08:52:07 +00:00
LICENSE = "MIT"