aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rt/images/core-image-minimal-rt-live.bb
blob: 9e0fdbaf00b46d2c0617b39b83c99a590bb32146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (C) 2010 Intel Corporation.
#

DESCRIPTION = "Bootable Live Minimal Real-Time Linux Image"

require recipes-core/images/core-image-live.inc

LABELS += "boot install"

ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-rt-${MACHINE}.ext3"

LICENSE = "MIT"

do_bootimg[depends] += "core-image-minimal-rt:do_rootfs"