mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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>
16 lines
325 B
BlitzBasic
16 lines
325 B
BlitzBasic
#
|
|
# Copyright (C) 2010 Intel Corporation.
|
|
#
|
|
|
|
DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image"
|
|
|
|
require recipes-core/images/poky-image-live.inc
|
|
|
|
LABELS += "boot install"
|
|
|
|
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-rt-${MACHINE}.ext3"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
do_bootimg[depends] += "poky-image-minimal-rt:do_rootfs"
|