diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-01-24 15:45:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-25 17:31:12 +0000 |
commit | 4c0448fc97e0eba6ff650503d4fb8d2777ef043f (patch) | |
tree | 0dffd9d1b4779d224a7a2c44deaf23fe8dba755c /meta/recipes-sato/images/poky-image-sato-sdk-live.bb | |
parent | ad4b709c835bb52a948dbe5d785aca4902cc8f1f (diff) | |
download | poky-4c0448fc97e0eba6ff650503d4fb8d2777ef043f.tar.gz |
poky-image-sdk* renamed to poky-image-sato-sdk*
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/images/poky-image-sato-sdk-live.bb')
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-sdk-live.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato-sdk-live.bb b/meta/recipes-sato/images/poky-image-sato-sdk-live.bb new file mode 100644 index 0000000000..b5e786e983 --- /dev/null +++ b/meta/recipes-sato/images/poky-image-sato-sdk-live.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Bootable Live Sato SDK Image" | ||
2 | |||
3 | require recipes-core/images/poky-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-sato-sdk:do_rootfs" | ||