mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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/core-image-minimal.bb
|
|
|
|
IMAGE_INSTALL += "rt-tests"
|
|
|
|
LICENSE = "MIT"
|