From 212b6874d1727755c1210c039efadab794f9a9ef Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Mon, 20 Dec 2010 15:05:33 -0800 Subject: meta-rt/poky-image-*rt: Add initial PREEMPT_RT image recipes 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 Cc: Tom Zanussi Cc: Bruce Ashfield --- meta-rt/images/poky-image-minimal-rt.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-rt/images/poky-image-minimal-rt.bb (limited to 'meta-rt/images/poky-image-minimal-rt.bb') diff --git a/meta-rt/images/poky-image-minimal-rt.bb b/meta-rt/images/poky-image-minimal-rt.bb new file mode 100644 index 0000000000..6f5700c67a --- /dev/null +++ b/meta-rt/images/poky-image-minimal-rt.bb @@ -0,0 +1,12 @@ +# +# 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" -- cgit v1.2.3