blob: 01628dcc3f44377281ec6c97666676664cf84391 (
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/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"
|