blob: 44d2cda950f45336aaf7a8b96ebf61965d853c21 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright (C) 2008 Intel Corporation.
#
DESCRIPTION = "Bootable Live SDK Image"
require moblin-image-live.inc
LABELS += "boot install"
ROOTFS = "${DEPLOY_DIR_IMAGE}/moblin-image-sdk-${MACHINE}.ext3"
do_bootimg[depends] += "moblin-image-sdk:do_rootfs"
|