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 | |
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')
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb | 9 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-sdk-live.bb | 11 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sato-sdk.bb (renamed from meta/recipes-sato/images/poky-image-sdk.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sdk-directdisk.bb | 9 | ||||
-rw-r--r-- | meta/recipes-sato/images/poky-image-sdk-live.bb | 11 |
5 files changed, 20 insertions, 20 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb b/meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb new file mode 100644 index 0000000000..b69780fa03 --- /dev/null +++ b/meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require recipes-core/images/poky-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "Sato SDK Direct Disk Image" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "poky-image-sato-sdk:do_rootfs" | ||
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" | ||
diff --git a/meta/recipes-sato/images/poky-image-sdk.bb b/meta/recipes-sato/images/poky-image-sato-sdk.bb index 9f8eef9a52..9f8eef9a52 100644 --- a/meta/recipes-sato/images/poky-image-sdk.bb +++ b/meta/recipes-sato/images/poky-image-sato-sdk.bb | |||
diff --git a/meta/recipes-sato/images/poky-image-sdk-directdisk.bb b/meta/recipes-sato/images/poky-image-sdk-directdisk.bb deleted file mode 100644 index 17dcdc5f03..0000000000 --- a/meta/recipes-sato/images/poky-image-sdk-directdisk.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require recipes-core/images/poky-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "SDK Direct Disk Image" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "poky-image-sdk:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/poky-image-sdk-live.bb b/meta/recipes-sato/images/poky-image-sdk-live.bb deleted file mode 100644 index b96cd925ac..0000000000 --- a/meta/recipes-sato/images/poky-image-sdk-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Bootable Live 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-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-sdk:do_rootfs" | ||