diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:30 +0100 |
commit | 6e95cb246f39e4d49d46761b9a7d51c858ac7e9d (patch) | |
tree | 1646acfdc315d3dfcc2516a6f49509ba7f633fae /meta/recipes-sato | |
parent | 4d609d502161137620c4b1901cc225f9e871c3dc (diff) | |
download | poky-6e95cb246f39e4d49d46761b9a7d51c858ac7e9d.tar.gz |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
14 files changed, 64 insertions, 64 deletions
diff --git a/meta/recipes-sato/images/poky-image-sato-dev.bb b/meta/recipes-sato/images/core-image-sato-dev.bb index 429095e19e..429095e19e 100644 --- a/meta/recipes-sato/images/poky-image-sato-dev.bb +++ b/meta/recipes-sato/images/core-image-sato-dev.bb | |||
diff --git a/meta/recipes-sato/images/core-image-sato-directdisk.bb b/meta/recipes-sato/images/core-image-sato-directdisk.bb new file mode 100644 index 0000000000..1e6aa66832 --- /dev/null +++ b/meta/recipes-sato/images/core-image-sato-directdisk.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require recipes-core/images/core-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "Sato Direct Disk Image" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-${MACHINE}.ext3" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "core-image-sato:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/core-image-sato-live.bb b/meta/recipes-sato/images/core-image-sato-live.bb new file mode 100644 index 0000000000..9511ca6e74 --- /dev/null +++ b/meta/recipes-sato/images/core-image-sato-live.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Sato Bootable Live Image" | ||
2 | |||
3 | require recipes-core/images/core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "core-image-sato:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk-directdisk.bb b/meta/recipes-sato/images/core-image-sato-sdk-directdisk.bb new file mode 100644 index 0000000000..4c1535a44c --- /dev/null +++ b/meta/recipes-sato/images/core-image-sato-sdk-directdisk.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require recipes-core/images/core-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "Sato SDK Direct Disk Image" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "core-image-sato-sdk:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk-live.bb b/meta/recipes-sato/images/core-image-sato-sdk-live.bb new file mode 100644 index 0000000000..f11d895f7e --- /dev/null +++ b/meta/recipes-sato/images/core-image-sato-sdk-live.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Bootable Live Sato SDK Image" | ||
2 | |||
3 | require recipes-core/images/core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-sato-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "core-image-sato-sdk:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/poky-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index 9f8eef9a52..9f8eef9a52 100644 --- a/meta/recipes-sato/images/poky-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb | |||
diff --git a/meta/recipes-sato/images/poky-image-sato.bb b/meta/recipes-sato/images/core-image-sato.bb index 35d1a53c32..35d1a53c32 100644 --- a/meta/recipes-sato/images/poky-image-sato.bb +++ b/meta/recipes-sato/images/core-image-sato.bb | |||
diff --git a/meta/recipes-sato/images/poky-image-sato-directdisk.bb b/meta/recipes-sato/images/poky-image-sato-directdisk.bb deleted file mode 100644 index 9b6b96eebe..0000000000 --- a/meta/recipes-sato/images/poky-image-sato-directdisk.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require recipes-core/images/poky-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "Sato Direct Disk Image" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "poky-image-sato:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/poky-image-sato-live.bb b/meta/recipes-sato/images/poky-image-sato-live.bb deleted file mode 100644 index 20f7bf81a0..0000000000 --- a/meta/recipes-sato/images/poky-image-sato-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Sato Bootable Live 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-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-sato:do_rootfs" | ||
diff --git a/meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb b/meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb deleted file mode 100644 index b69780fa03..0000000000 --- a/meta/recipes-sato/images/poky-image-sato-sdk-directdisk.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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 deleted file mode 100644 index b5e786e983..0000000000 --- a/meta/recipes-sato/images/poky-image-sato-sdk-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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/tasks/task-poky-apps-x11-pimlico.bb b/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb index 7bb26fc04c..2f9d6a6c10 100644 --- a/meta/recipes-sato/tasks/task-poky-apps-x11-pimlico.bb +++ b/meta/recipes-sato/tasks/task-core-apps-x11-pimlico.bb | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | PR = "r27" | 9 | PR = "r27" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-apps-x11-pimlico \ | 12 | task-core-apps-x11-pimlico \ |
13 | task-poky-apps-x11-pimlico-dbg \ | 13 | task-core-apps-x11-pimlico-dbg \ |
14 | task-poky-apps-x11-pimlico-dev \ | 14 | task-core-apps-x11-pimlico-dev \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -25,7 +25,7 @@ WEB ?= "" | |||
25 | #WEB_c7x0 = "" | 25 | #WEB_c7x0 = "" |
26 | #WEB_mx31ads = "" | 26 | #WEB_mx31ads = "" |
27 | 27 | ||
28 | RDEPENDS_task-poky-apps-x11-pimlico = "\ | 28 | RDEPENDS_task-core-apps-x11-pimlico = "\ |
29 | eds-dbus \ | 29 | eds-dbus \ |
30 | contacts \ | 30 | contacts \ |
31 | dates \ | 31 | dates \ |
diff --git a/meta/recipes-sato/tasks/task-poky-x11-sato.bb b/meta/recipes-sato/tasks/task-core-x11-sato.bb index c10a32a45d..43b24d2c9c 100644 --- a/meta/recipes-sato/tasks/task-poky-x11-sato.bb +++ b/meta/recipes-sato/tasks/task-core-x11-sato.bb | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | PR = "r30" | 9 | PR = "r30" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-x11-sato \ | 12 | task-core-x11-sato \ |
13 | task-poky-x11-sato-dbg \ | 13 | task-core-x11-sato-dbg \ |
14 | task-poky-x11-sato-dev \ | 14 | task-core-x11-sato-dev \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -19,7 +19,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
19 | ALLOW_EMPTY = "1" | 19 | ALLOW_EMPTY = "1" |
20 | 20 | ||
21 | NETWORK_MANAGER ?= "connman-gnome" | 21 | NETWORK_MANAGER ?= "connman-gnome" |
22 | RDEPENDS_task-poky-x11-sato = "\ | 22 | RDEPENDS_task-core-x11-sato = "\ |
23 | matchbox-desktop \ | 23 | matchbox-desktop \ |
24 | matchbox-session-sato \ | 24 | matchbox-session-sato \ |
25 | matchbox-keyboard \ | 25 | matchbox-keyboard \ |
diff --git a/meta/recipes-sato/tasks/task-poky.bb b/meta/recipes-sato/tasks/task-core.bb index 4f7bc3d31e..a595ad71ae 100644 --- a/meta/recipes-sato/tasks/task-poky.bb +++ b/meta/recipes-sato/tasks/task-core.bb | |||
@@ -9,18 +9,18 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | PR = "r34" | 9 | PR = "r34" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-apps-console \ | 12 | task-core-apps-console \ |
13 | task-poky-apps-console-dbg \ | 13 | task-core-apps-console-dbg \ |
14 | task-poky-apps-console-dev \ | 14 | task-core-apps-console-dev \ |
15 | task-poky-apps-x11-core \ | 15 | task-core-apps-x11-core \ |
16 | task-poky-apps-x11-core-dbg \ | 16 | task-core-apps-x11-core-dbg \ |
17 | task-poky-apps-x11-core-dev \ | 17 | task-core-apps-x11-core-dev \ |
18 | task-poky-apps-x11-games \ | 18 | task-core-apps-x11-games \ |
19 | task-poky-apps-x11-games-dbg \ | 19 | task-core-apps-x11-games-dbg \ |
20 | task-poky-apps-x11-games-dev \ | 20 | task-core-apps-x11-games-dev \ |
21 | task-poky-x11-base \ | 21 | task-core-x11-base \ |
22 | task-poky-x11-base-dbg \ | 22 | task-core-x11-base-dbg \ |
23 | task-poky-x11-base-dev \ | 23 | task-core-x11-base-dev \ |
24 | " | 24 | " |
25 | 25 | ||
26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -35,14 +35,14 @@ SPLASH ?= "psplash" | |||
35 | FILEMANAGER ?= "pcmanfm" | 35 | FILEMANAGER ?= "pcmanfm" |
36 | FILEMANAGER_mips ?= "" | 36 | FILEMANAGER_mips ?= "" |
37 | 37 | ||
38 | RDEPENDS_task-poky-apps-console = "\ | 38 | RDEPENDS_task-core-apps-console = "\ |
39 | avahi-daemon \ | 39 | avahi-daemon \ |
40 | dbus \ | 40 | dbus \ |
41 | portmap \ | 41 | portmap \ |
42 | ${SPLASH}" | 42 | ${SPLASH}" |
43 | 43 | ||
44 | 44 | ||
45 | RDEPENDS_task-poky-x11-base = "\ | 45 | RDEPENDS_task-core-x11-base = "\ |
46 | dbus \ | 46 | dbus \ |
47 | pointercal \ | 47 | pointercal \ |
48 | matchbox-wm \ | 48 | matchbox-wm \ |
@@ -62,12 +62,12 @@ RDEPENDS_task-poky-x11-base = "\ | |||
62 | xrandr" | 62 | xrandr" |
63 | 63 | ||
64 | 64 | ||
65 | RDEPENDS_task-poky-apps-x11-core = "\ | 65 | RDEPENDS_task-core-apps-x11-core = "\ |
66 | leafpad \ | 66 | leafpad \ |
67 | ${FILEMANAGER} \ | 67 | ${FILEMANAGER} \ |
68 | matchbox-terminal \ | 68 | matchbox-terminal \ |
69 | screenshot" | 69 | screenshot" |
70 | 70 | ||
71 | 71 | ||
72 | RDEPENDS_task-poky-apps-x11-games = "\ | 72 | RDEPENDS_task-core-apps-x11-games = "\ |
73 | oh-puzzles" | 73 | oh-puzzles" |