mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
Add poky-image-minimal-rt* image recipes. They are based on the minimal recipe and add rt-tests for basic evaluation of a board with a PREEMPT_RT kernel. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
13 lines
215 B
BlitzBasic
13 lines
215 B
BlitzBasic
#
|
|
# Copyright (C) 2010 Intel Corporation.
|
|
#
|
|
|
|
DESCRIPTION = "Minimal Real-Time Linux Image"
|
|
DEPENDS = "linux-yocto-rt"
|
|
|
|
require recipes-core/images/poky-image-minimal.bb
|
|
|
|
IMAGE_INSTALL += "rt-tests"
|
|
|
|
LICENSE = "MIT"
|