mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
b262fcdf92
This adds the newly separated hwlatdetect package to the rt images. While this pulls in a python dependency, it is worth have hwlatdetect installed by default on these images as they are intended to assist in the evaluation of platforms for use in real-time environments. (From OE-Core rev: 835654994574c158d6324218ebe000bd2ef9a792) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
445 B
BlitzBasic
13 lines
445 B
BlitzBasic
require recipes-core/images/core-image-minimal.bb
|
|
|
|
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."
|
|
DEPENDS = "linux-yocto-rt"
|
|
|
|
IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug tools-profile tools-testapps debug-tweaks"
|
|
|
|
IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
|
|
|
|
LICENSE = "MIT"
|