diff options
Diffstat (limited to 'meta')
59 files changed, 476 insertions, 476 deletions
diff --git a/meta/classes/poky-image.bbclass b/meta/classes/poky-image.bbclass index 54cf57f0db..832319a5ae 100644 --- a/meta/classes/poky-image.bbclass +++ b/meta/classes/poky-image.bbclass | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
7 | 7 | ||
8 | # IMAGE_FEATURES control content of images built with Poky. | 8 | # IMAGE_FEATURES control content of images built with Poky. |
9 | # | 9 | # |
10 | # By default we install task-poky-boot and task-base packages - this gives us | 10 | # By default we install task-core-boot and task-base packages - this gives us |
11 | # working (console only) rootfs. | 11 | # working (console only) rootfs. |
12 | # | 12 | # |
13 | # Available IMAGE_FEATURES: | 13 | # Available IMAGE_FEATURES: |
@@ -31,68 +31,68 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
31 | # | 31 | # |
32 | 32 | ||
33 | POKY_BASE_INSTALL = '\ | 33 | POKY_BASE_INSTALL = '\ |
34 | task-poky-boot \ | 34 | task-core-boot \ |
35 | task-base-extended \ | 35 | task-base-extended \ |
36 | ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-poky-boot-dbg task-base-dbg", "",d)} \ | 36 | ${@base_contains("IMAGE_FEATURES", "dbg-pkgs", "task-core-boot-dbg task-base-dbg", "",d)} \ |
37 | ${@base_contains("IMAGE_FEATURES", "dev-pkgs", "task-poky-boot-dev task-base-dev", "",d)} \ | 37 | ${@base_contains("IMAGE_FEATURES", "dev-pkgs", "task-core-boot-dev task-base-dev", "",d)} \ |
38 | \ | 38 | \ |
39 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-poky-apps-console", "",d)} \ | 39 | ${@base_contains("IMAGE_FEATURES", "apps-console-core", "task-core-apps-console", "",d)} \ |
40 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-poky-apps-console-dbg", "",d)} \ | 40 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dbg-pkgs"], "task-core-apps-console-dbg", "",d)} \ |
41 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dev-pkgs"], "task-poky-apps-console-dev", "",d)} \ | 41 | ${@base_contains("IMAGE_FEATURES", ["apps-console-core", "dev-pkgs"], "task-core-apps-console-dev", "",d)} \ |
42 | \ | 42 | \ |
43 | ${@base_contains("IMAGE_FEATURES", "x11-base", "task-poky-x11-base", "",d)} \ | 43 | ${@base_contains("IMAGE_FEATURES", "x11-base", "task-core-x11-base", "",d)} \ |
44 | ${@base_contains("IMAGE_FEATURES", ["x11-base", "dbg-pkgs"], "task-poky-x11-base-dbg", "",d)} \ | 44 | ${@base_contains("IMAGE_FEATURES", ["x11-base", "dbg-pkgs"], "task-core-x11-base-dbg", "",d)} \ |
45 | ${@base_contains("IMAGE_FEATURES", ["x11-base", "dev-pkgs"], "task-poky-x11-base-dev", "",d)} \ | 45 | ${@base_contains("IMAGE_FEATURES", ["x11-base", "dev-pkgs"], "task-core-x11-base-dev", "",d)} \ |
46 | \ | 46 | \ |
47 | ${@base_contains("IMAGE_FEATURES", "x11-sato", "task-poky-x11-sato", "",d)} \ | 47 | ${@base_contains("IMAGE_FEATURES", "x11-sato", "task-core-x11-sato", "",d)} \ |
48 | ${@base_contains("IMAGE_FEATURES", ["x11-sato", "dbg-pkgs"], "task-poky-x11-sato-dbg", "",d)} \ | 48 | ${@base_contains("IMAGE_FEATURES", ["x11-sato", "dbg-pkgs"], "task-core-x11-sato-dbg", "",d)} \ |
49 | ${@base_contains("IMAGE_FEATURES", ["x11-sato", "dev-pkgs"], "task-poky-x11-sato-dev", "",d)} \ | 49 | ${@base_contains("IMAGE_FEATURES", ["x11-sato", "dev-pkgs"], "task-core-x11-sato-dev", "",d)} \ |
50 | \ | 50 | \ |
51 | ${@base_contains("IMAGE_FEATURES", "x11-netbook", "task-poky-x11-netbook", "", d)} \ | 51 | ${@base_contains("IMAGE_FEATURES", "x11-netbook", "task-core-x11-netbook", "", d)} \ |
52 | ${@base_contains("IMAGE_FEATURES", ["x11-netbook", "dbg-pkgs"], "task-poky-x11-netbook-dbg", "", d)} \ | 52 | ${@base_contains("IMAGE_FEATURES", ["x11-netbook", "dbg-pkgs"], "task-core-x11-netbook-dbg", "", d)} \ |
53 | ${@base_contains("IMAGE_FEATURES", ["x11-netbook", "dev-pkgs"], "task-poky-x11-netbook-dev", "", d)} \ | 53 | ${@base_contains("IMAGE_FEATURES", ["x11-netbook", "dev-pkgs"], "task-core-x11-netbook-dev", "", d)} \ |
54 | ${@base_contains("IMAGE_FEATURES", "apps-x11-core", "task-poky-apps-x11-core", "",d)} \ | 54 | ${@base_contains("IMAGE_FEATURES", "apps-x11-core", "task-core-apps-x11-core", "",d)} \ |
55 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-core", "dbg-pkgs"], "task-poky-apps-x11-core-dbg", "",d)} \ | 55 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-core", "dbg-pkgs"], "task-core-apps-x11-core-dbg", "",d)} \ |
56 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-core", "dev-pkgs"], "task-poky-apps-x11-core-dev", "",d)} \ | 56 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-core", "dev-pkgs"], "task-core-apps-x11-core-dev", "",d)} \ |
57 | \ | 57 | \ |
58 | ${@base_contains("IMAGE_FEATURES", "apps-x11-games", "task-poky-apps-x11-games", "",d)} \ | 58 | ${@base_contains("IMAGE_FEATURES", "apps-x11-games", "task-core-apps-x11-games", "",d)} \ |
59 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-games", "dbg-pkgs"], "task-poky-apps-x11-games-dbg", "",d)} \ | 59 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-games", "dbg-pkgs"], "task-core-apps-x11-games-dbg", "",d)} \ |
60 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-games", "dev-pkgs"], "task-poky-apps-x11-games-dev", "",d)} \ | 60 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-games", "dev-pkgs"], "task-core-apps-x11-games-dev", "",d)} \ |
61 | \ | 61 | \ |
62 | ${@base_contains("IMAGE_FEATURES", "apps-x11-pimlico", "task-poky-apps-x11-pimlico", "",d)} \ | 62 | ${@base_contains("IMAGE_FEATURES", "apps-x11-pimlico", "task-core-apps-x11-pimlico", "",d)} \ |
63 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-pimlico", "dbg-pkgs"], "task-poky-apps-x11-pimlico-dbg", "",d)} \ | 63 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-pimlico", "dbg-pkgs"], "task-core-apps-x11-pimlico-dbg", "",d)} \ |
64 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-pimlico", "dev-pkgs"], "task-poky-apps-x11-pimlico-dev", "",d)} \ | 64 | ${@base_contains("IMAGE_FEATURES", ["apps-x11-pimlico", "dev-pkgs"], "task-core-apps-x11-pimlico-dev", "",d)} \ |
65 | \ | 65 | \ |
66 | ${@base_contains("IMAGE_FEATURES", "tools-debug", "task-poky-tools-debug", "",d)} \ | 66 | ${@base_contains("IMAGE_FEATURES", "tools-debug", "task-core-tools-debug", "",d)} \ |
67 | ${@base_contains("IMAGE_FEATURES", ["tools-debug", "dbg-pkgs"], "task-poky-tools-debug-dbg", "",d)} \ | 67 | ${@base_contains("IMAGE_FEATURES", ["tools-debug", "dbg-pkgs"], "task-core-tools-debug-dbg", "",d)} \ |
68 | ${@base_contains("IMAGE_FEATURES", ["tools-debug", "dev-pkgs"], "task-poky-tools-debug-dev", "",d)} \ | 68 | ${@base_contains("IMAGE_FEATURES", ["tools-debug", "dev-pkgs"], "task-core-tools-debug-dev", "",d)} \ |
69 | \ | 69 | \ |
70 | ${@base_contains("IMAGE_FEATURES", "tools-profile", "task-poky-tools-profile", "",d)} \ | 70 | ${@base_contains("IMAGE_FEATURES", "tools-profile", "task-core-tools-profile", "",d)} \ |
71 | ${@base_contains("IMAGE_FEATURES", ["tools-profile", "dbg-pkgs"], "task-poky-tools-profile-dbg", "",d)} \ | 71 | ${@base_contains("IMAGE_FEATURES", ["tools-profile", "dbg-pkgs"], "task-core-tools-profile-dbg", "",d)} \ |
72 | ${@base_contains("IMAGE_FEATURES", ["tools-profile", "dev-pkgs"], "task-poky-tools-profile-dev", "",d)} \ | 72 | ${@base_contains("IMAGE_FEATURES", ["tools-profile", "dev-pkgs"], "task-core-tools-profile-dev", "",d)} \ |
73 | \ | 73 | \ |
74 | ${@base_contains("IMAGE_FEATURES", "tools-testapps", "task-poky-tools-testapps", "",d)} \ | 74 | ${@base_contains("IMAGE_FEATURES", "tools-testapps", "task-core-tools-testapps", "",d)} \ |
75 | ${@base_contains("IMAGE_FEATURES", ["tools-testapps", "dbg-pkgs"], "task-poky-tools-testapps-dbg", "",d)} \ | 75 | ${@base_contains("IMAGE_FEATURES", ["tools-testapps", "dbg-pkgs"], "task-core-tools-testapps-dbg", "",d)} \ |
76 | ${@base_contains("IMAGE_FEATURES", ["tools-testapps", "dev-pkgs"], "task-poky-tools-testapps-dev", "",d)} \ | 76 | ${@base_contains("IMAGE_FEATURES", ["tools-testapps", "dev-pkgs"], "task-core-tools-testapps-dev", "",d)} \ |
77 | \ | 77 | \ |
78 | ${@base_contains("IMAGE_FEATURES", "tools-sdk", "task-poky-sdk task-poky-standalone-sdk-target", "",d)} \ | 78 | ${@base_contains("IMAGE_FEATURES", "tools-sdk", "task-core-sdk task-core-standalone-sdk-target", "",d)} \ |
79 | ${@base_contains("IMAGE_FEATURES", ["tools-sdk", "dbg-pkgs"], "task-poky-sdk-dbg", "",d)} \ | 79 | ${@base_contains("IMAGE_FEATURES", ["tools-sdk", "dbg-pkgs"], "task-core-sdk-dbg", "",d)} \ |
80 | ${@base_contains("IMAGE_FEATURES", ["tools-sdk", "dev-pkgs"], "task-poky-sdk-dev", "",d)} \ | 80 | ${@base_contains("IMAGE_FEATURES", ["tools-sdk", "dev-pkgs"], "task-core-sdk-dev", "",d)} \ |
81 | \ | 81 | \ |
82 | ${@base_contains("IMAGE_FEATURES", "nfs-server", "task-poky-nfs-server", "",d)} \ | 82 | ${@base_contains("IMAGE_FEATURES", "nfs-server", "task-core-nfs-server", "",d)} \ |
83 | ${@base_contains("IMAGE_FEATURES", ["nfs-server", "dbg-pkgs"], "task-poky-nfs-server-dbg", "",d)} \ | 83 | ${@base_contains("IMAGE_FEATURES", ["nfs-server", "dbg-pkgs"], "task-core-nfs-server-dbg", "",d)} \ |
84 | ${@base_contains("IMAGE_FEATURES", ["nfs-server", "dev-pkgs"], "task-poky-nfs-server-dev", "",d)} \ | 84 | ${@base_contains("IMAGE_FEATURES", ["nfs-server", "dev-pkgs"], "task-core-nfs-server-dev", "",d)} \ |
85 | \ | 85 | \ |
86 | ${@base_contains("IMAGE_FEATURES", "ssh-server-dropbear", "task-poky-ssh-dropbear", "",d)} \ | 86 | ${@base_contains("IMAGE_FEATURES", "ssh-server-dropbear", "task-core-ssh-dropbear", "",d)} \ |
87 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-dropbear", "dbg-pkgs"], "task-poky-ssh-dropbear-dbg", "",d)} \ | 87 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-dropbear", "dbg-pkgs"], "task-core-ssh-dropbear-dbg", "",d)} \ |
88 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-dropbear", "dev-pkgs"], "task-poky-ssh-dropbear-dev", "",d)} \ | 88 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-dropbear", "dev-pkgs"], "task-core-ssh-dropbear-dev", "",d)} \ |
89 | \ | 89 | \ |
90 | ${@base_contains("IMAGE_FEATURES", "ssh-server-openssh", "task-poky-ssh-openssh", "",d)} \ | 90 | ${@base_contains("IMAGE_FEATURES", "ssh-server-openssh", "task-core-ssh-openssh", "",d)} \ |
91 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-openssh", "dbg-pkgs"], "task-poky-ssh-openssh-dbg", "",d)} \ | 91 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-openssh", "dbg-pkgs"], "task-core-ssh-openssh-dbg", "",d)} \ |
92 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-openssh", "dev-pkgs"], "task-poky-ssh-openssh-dev", "",d)} \ | 92 | ${@base_contains("IMAGE_FEATURES", ["ssh-server-openssh", "dev-pkgs"], "task-core-ssh-openssh-dev", "",d)} \ |
93 | \ | 93 | \ |
94 | ${@base_contains("IMAGE_FEATURES", "package-management", "${ROOTFS_PKGMANAGE}", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)} \ | 94 | ${@base_contains("IMAGE_FEATURES", "package-management", "${ROOTFS_PKGMANAGE}", "${ROOTFS_PKGMANAGE_BOOTSTRAP}",d)} \ |
95 | ${@base_contains("IMAGE_FEATURES", "qt4-pkgs", "task-poky-qt-demos", "",d)} \ | 95 | ${@base_contains("IMAGE_FEATURES", "qt4-pkgs", "task-core-qt-demos", "",d)} \ |
96 | ${POKY_EXTRA_INSTALL} \ | 96 | ${POKY_EXTRA_INSTALL} \ |
97 | ' | 97 | ' |
98 | 98 | ||
diff --git a/meta/classes/populate_sdk.bbclass b/meta/classes/populate_sdk.bbclass index 474b43bb9e..413eb52ac3 100644 --- a/meta/classes/populate_sdk.bbclass +++ b/meta/classes/populate_sdk.bbclass | |||
@@ -8,7 +8,7 @@ SDK_DEPLOY = "${TMPDIR}/deploy/sdk" | |||
8 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${TARGET_SYS}" | 8 | SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${TARGET_SYS}" |
9 | 9 | ||
10 | TOOLCHAIN_HOST_TASK ?= "task-sdk-host task-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 10 | TOOLCHAIN_HOST_TASK ?= "task-sdk-host task-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
11 | TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-sdk-target task-poky-standalone-sdk-target-dbg" | 11 | TOOLCHAIN_TARGET_TASK ?= "task-core-standalone-sdk-target task-core-standalone-sdk-target-dbg" |
12 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${DISTRO_VERSION}" | 12 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${DISTRO_VERSION}" |
13 | 13 | ||
14 | RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" | 14 | RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" |
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 542b865a0f..ebc43f5968 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc | |||
@@ -2283,34 +2283,34 @@ RECIPE_LATEST_RELEASE_DATE_pn-task-base="n/a" | |||
2283 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-base="n/a" | 2283 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-base="n/a" |
2284 | RECIPE_MAINTAINER_pn-task-base = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2284 | RECIPE_MAINTAINER_pn-task-base = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2285 | 2285 | ||
2286 | RECIPE_STATUS_pn-task-poky-clutter="green" | 2286 | RECIPE_STATUS_pn-task-core-clutter="green" |
2287 | RECIPE_LATEST_VERSION_pn-task-poky-clutter="1.0" | 2287 | RECIPE_LATEST_VERSION_pn-task-core-clutter="1.0" |
2288 | RECIPE_NO_OF_PATCHES_pn-task-poky-clutter="0" | 2288 | RECIPE_NO_OF_PATCHES_pn-task-core-clutter="0" |
2289 | RECIPE_LATEST_RELEASE_DATE_pn-task-poky-clutter="n/a" | 2289 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-clutter="n/a" |
2290 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-poky-clutter="n/a" | 2290 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-clutter="n/a" |
2291 | RECIPE_MAINTAINER_pn-task-poky-clutter = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2291 | RECIPE_MAINTAINER_pn-task-core-clutter = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2292 | DISTRO_PN_ALIAS_pn-task-poky-clutter = "Poky" | 2292 | DISTRO_PN_ALIAS_pn-task-core-clutter = "Poky" |
2293 | 2293 | ||
2294 | RECIPE_STATUS_pn-task-poky-boot="green" | 2294 | RECIPE_STATUS_pn-task-core-boot="green" |
2295 | RECIPE_LATEST_VERSION_pn-task-poky-boot="1.0" | 2295 | RECIPE_LATEST_VERSION_pn-task-core-boot="1.0" |
2296 | RECIPE_NO_OF_PATCHES_pn-task-poky-boot="0" | 2296 | RECIPE_NO_OF_PATCHES_pn-task-core-boot="0" |
2297 | RECIPE_LATEST_RELEASE_DATE_pn-task-poky-boot="n/a" | 2297 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-boot="n/a" |
2298 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-poky-boot="n/a" | 2298 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-boot="n/a" |
2299 | RECIPE_MAINTAINER_pn-task-poky-boot = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2299 | RECIPE_MAINTAINER_pn-task-core-boot = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2300 | 2300 | ||
2301 | RECIPE_STATUS_pn-task-poky-nfs="green" | 2301 | RECIPE_STATUS_pn-task-core-nfs="green" |
2302 | RECIPE_LATEST_VERSION_pn-task-poky-nfs="1.0" | 2302 | RECIPE_LATEST_VERSION_pn-task-core-nfs="1.0" |
2303 | RECIPE_NO_OF_PATCHES_pn-task-poky-nfs="0" | 2303 | RECIPE_NO_OF_PATCHES_pn-task-core-nfs="0" |
2304 | RECIPE_LATEST_RELEASE_DATE_pn-task-poky-nfs="n/a" | 2304 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-nfs="n/a" |
2305 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-poky-nfs="n/a" | 2305 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-nfs="n/a" |
2306 | RECIPE_MAINTAINER_pn-task-poky-nfs = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2306 | RECIPE_MAINTAINER_pn-task-core-nfs = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2307 | 2307 | ||
2308 | RECIPE_STATUS_pn-task-poky-tools="green" | 2308 | RECIPE_STATUS_pn-task-core-tools="green" |
2309 | RECIPE_LATEST_VERSION_pn-task-poky-tools="1.0" | 2309 | RECIPE_LATEST_VERSION_pn-task-core-tools="1.0" |
2310 | RECIPE_NO_OF_PATCHES_pn-task-poky-tools="0" | 2310 | RECIPE_NO_OF_PATCHES_pn-task-core-tools="0" |
2311 | RECIPE_LATEST_RELEASE_DATE_pn-task-poky-tools="n/a" | 2311 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-tools="n/a" |
2312 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-poky-tools="n/a" | 2312 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-tools="n/a" |
2313 | RECIPE_MAINTAINER_pn-task-poky-tools = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2313 | RECIPE_MAINTAINER_pn-task-core-tools = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2314 | 2314 | ||
2315 | RECIPE_STATUS_pn-gst-meta-base="green" | 2315 | RECIPE_STATUS_pn-gst-meta-base="green" |
2316 | DISTRO_PN_ALIAS_pn-gst-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10 Mandriva=gstreamer0.10 Debian=gstreamer0.10" | 2316 | DISTRO_PN_ALIAS_pn-gst-meta-base = "Meego=gstreamer Fedora=gstreamer OpenSuSE=gstreamer Ubuntu=gstreamer0.10 Mandriva=gstreamer0.10 Debian=gstreamer0.10" |
@@ -2320,19 +2320,19 @@ RECIPE_LATEST_RELEASE_DATE_pn-gst-meta-base="n/a" | |||
2320 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-meta-base="n/a" | 2320 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gst-meta-base="n/a" |
2321 | RECIPE_MAINTAINER_pn-gst-meta-base = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2321 | RECIPE_MAINTAINER_pn-gst-meta-base = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2322 | 2322 | ||
2323 | RECIPE_STATUS_pn-task-poky-apps-x11-pimlico="green" | 2323 | RECIPE_STATUS_pn-task-core-apps-x11-pimlico="green" |
2324 | RECIPE_LATEST_VERSION_pn-task-poky-apps-x11-pimlico="1.0" | 2324 | RECIPE_LATEST_VERSION_pn-task-core-apps-x11-pimlico="1.0" |
2325 | RECIPE_NO_OF_PATCHES_pn-task-poky-apps-x11-pimlico="0" | 2325 | RECIPE_NO_OF_PATCHES_pn-task-core-apps-x11-pimlico="0" |
2326 | RECIPE_LATEST_RELEASE_DATE_pn-task-poky-apps-x11-pimlico="n/a" | 2326 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-apps-x11-pimlico="n/a" |
2327 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-poky-apps-x11-pimlico="n/a" | 2327 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-apps-x11-pimlico="n/a" |
2328 | RECIPE_MAINTAINER_pn-task-poky-apps-x11-pimlico = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2328 | RECIPE_MAINTAINER_pn-task-core-apps-x11-pimlico = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2329 | 2329 | ||
2330 | RECIPE_STATUS_pn-task-poky-x11-sato="green" | 2330 | RECIPE_STATUS_pn-task-core-x11-sato="green" |
2331 | RECIPE_LATEST_VERSION_pn-task-poky-x11-sato="1.0" | 2331 | RECIPE_LATEST_VERSION_pn-task-core-x11-sato="1.0" |
2332 | RECIPE_NO_OF_PATCHES_pn-task-poky-x11-sato="0" | 2332 | RECIPE_NO_OF_PATCHES_pn-task-core-x11-sato="0" |
2333 | RECIPE_LATEST_RELEASE_DATE_pn-task-poky-x11-sato="n/a" | 2333 | RECIPE_LATEST_RELEASE_DATE_pn-task-core-x11-sato="n/a" |
2334 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-poky-x11-sato="n/a" | 2334 | RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-task-core-x11-sato="n/a" |
2335 | RECIPE_MAINTAINER_pn-task-poky-x11-sato = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2335 | RECIPE_MAINTAINER_pn-task-core-x11-sato = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2336 | 2336 | ||
2337 | RECIPE_STATUS_pn-enchant="green" | 2337 | RECIPE_STATUS_pn-enchant="green" |
2338 | RECIPE_LATEST_VERSION_pn-enchant="1.6.0" | 2338 | RECIPE_LATEST_VERSION_pn-enchant="1.6.0" |
@@ -2342,21 +2342,21 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-enchant="10 months" | |||
2342 | RECIPE_LAST_UPDATE_pn-enchant = "Aug 4, 2010" | 2342 | RECIPE_LAST_UPDATE_pn-enchant = "Aug 4, 2010" |
2343 | RECIPE_MAINTAINER_pn-enchant = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2343 | RECIPE_MAINTAINER_pn-enchant = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2344 | 2344 | ||
2345 | RECIPE_STATUS_pn-task-poky-sdk = "red" | 2345 | RECIPE_STATUS_pn-task-core-sdk = "red" |
2346 | RECIPE_LATEST_VERSION_pn-task-poky-sdk = "1.0" | 2346 | RECIPE_LATEST_VERSION_pn-task-core-sdk = "1.0" |
2347 | RECIPE_MAINTAINER_pn-task-poky-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2347 | RECIPE_MAINTAINER_pn-task-core-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2348 | 2348 | ||
2349 | RECIPE_STATUS_pn-task-poky-sdk-gmae = "red" | 2349 | RECIPE_STATUS_pn-task-core-sdk-gmae = "red" |
2350 | RECIPE_LATEST_VERSION_pn-task-poky-sdk-gmae = "1.0" | 2350 | RECIPE_LATEST_VERSION_pn-task-core-sdk-gmae = "1.0" |
2351 | RECIPE_MAINTAINER_pn-task-poky-sdk-gmae = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2351 | RECIPE_MAINTAINER_pn-task-core-sdk-gmae = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2352 | 2352 | ||
2353 | RECIPE_STATUS_pn-task-poky-standalone-gmae-sdk-target = "red" | 2353 | RECIPE_STATUS_pn-task-core-standalone-gmae-sdk-target = "red" |
2354 | RECIPE_LATEST_VERSION_pn-task-poky-standalone-gmae-sdk-target = "1.0" | 2354 | RECIPE_LATEST_VERSION_pn-task-core-standalone-gmae-sdk-target = "1.0" |
2355 | RECIPE_MAINTAINER_pn-task-poky-standalone-gmae-sdk-target = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2355 | RECIPE_MAINTAINER_pn-task-core-standalone-gmae-sdk-target = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2356 | 2356 | ||
2357 | RECIPE_STATUS_pn-task-poky-standalone-sdk-target = "red" | 2357 | RECIPE_STATUS_pn-task-core-standalone-sdk-target = "red" |
2358 | RECIPE_LATEST_VERSION_pn-task-poky-standalone-sdk-target = "1.0" | 2358 | RECIPE_LATEST_VERSION_pn-task-core-standalone-sdk-target = "1.0" |
2359 | RECIPE_MAINTAINER_pn-task-poky-standalone-sdk-target = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2359 | RECIPE_MAINTAINER_pn-task-core-standalone-sdk-target = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2360 | 2360 | ||
2361 | RECIPE_STATUS_pn-xournal = "red" | 2361 | RECIPE_STATUS_pn-xournal = "red" |
2362 | RECIPE_LATEST_VERSION_pn-xournal = "0.4.5" | 2362 | RECIPE_LATEST_VERSION_pn-xournal = "0.4.5" |
@@ -2368,88 +2368,88 @@ RECIPE_LATEST_VERSION_pn-wv = "1.2.1" | |||
2368 | RECIPE_LAST_UPDATE_pn-wv = "Jan 12, 2007" | 2368 | RECIPE_LAST_UPDATE_pn-wv = "Jan 12, 2007" |
2369 | RECIPE_MAINTAINER_pn-wv = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2369 | RECIPE_MAINTAINER_pn-wv = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2370 | 2370 | ||
2371 | RECIPE_STATUS_pn-poky-image-minimal = "green" | 2371 | RECIPE_STATUS_pn-core-image-minimal = "green" |
2372 | RECIPE_LATEST_VERSION_pn-poky-image-minimal = "1.0" | 2372 | RECIPE_LATEST_VERSION_pn-core-image-minimal = "1.0" |
2373 | RECIPE_MAINTAINER_pn-poky-image-minimal = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2373 | RECIPE_MAINTAINER_pn-core-image-minimal = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2374 | 2374 | ||
2375 | RECIPE_STATUS_pn-poky-image-minimal-directdisk = "green" | 2375 | RECIPE_STATUS_pn-core-image-minimal-directdisk = "green" |
2376 | RECIPE_LATEST_VERSION_pn-poky-image-minimal-directdisk = "1.0" | 2376 | RECIPE_LATEST_VERSION_pn-core-image-minimal-directdisk = "1.0" |
2377 | RECIPE_MAINTAINER_pn-poky-image-minimal-directdisk = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2377 | RECIPE_MAINTAINER_pn-core-image-minimal-directdisk = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2378 | 2378 | ||
2379 | RECIPE_STATUS_pn-poky-image-minimal-initramfs = "green" | 2379 | RECIPE_STATUS_pn-core-image-minimal-initramfs = "green" |
2380 | RECIPE_LATEST_VERSION_pn-poky-image-minimal-initramfs = "1.0" | 2380 | RECIPE_LATEST_VERSION_pn-core-image-minimal-initramfs = "1.0" |
2381 | RECIPE_MAINTAINER_pn-poky-image-minimal-initramfs = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2381 | RECIPE_MAINTAINER_pn-core-image-minimal-initramfs = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2382 | 2382 | ||
2383 | RECIPE_STATUS_pn-poky-image-minimal-live = "green" | 2383 | RECIPE_STATUS_pn-core-image-minimal-live = "green" |
2384 | RECIPE_LATEST_VERSION_pn-poky-image-minimal-live = "1.0" | 2384 | RECIPE_LATEST_VERSION_pn-core-image-minimal-live = "1.0" |
2385 | RECIPE_MAINTAINER_pn-poky-image-minimal-live = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2385 | RECIPE_MAINTAINER_pn-core-image-minimal-live = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2386 | 2386 | ||
2387 | RECIPE_STATUS_pn-poky-image-minimal-mtdutils = "green" | 2387 | RECIPE_STATUS_pn-core-image-minimal-mtdutils = "green" |
2388 | RECIPE_LATEST_VERSION_pn-poky-image-minimal-mtdutils = "1.0" | 2388 | RECIPE_LATEST_VERSION_pn-core-image-minimal-mtdutils = "1.0" |
2389 | RECIPE_MAINTAINER_pn-poky-image-minimal-mtdutils = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2389 | RECIPE_MAINTAINER_pn-core-image-minimal-mtdutils = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2390 | 2390 | ||
2391 | RECIPE_STATUS_pn-poky-image-basic = "green" | 2391 | RECIPE_STATUS_pn-core-image-basic = "green" |
2392 | RECIPE_LATEST_VERSION_pn-poky-image-basic = "1.0" | 2392 | RECIPE_LATEST_VERSION_pn-core-image-basic = "1.0" |
2393 | RECIPE_MAINTAINER_pn-poky-image-basic = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2393 | RECIPE_MAINTAINER_pn-core-image-basic = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2394 | 2394 | ||
2395 | RECIPE_STATUS_pn-poky-image-sato = "green" | 2395 | RECIPE_STATUS_pn-core-image-sato = "green" |
2396 | RECIPE_LATEST_VERSION_pn-poky-image-sato = "1.0" | 2396 | RECIPE_LATEST_VERSION_pn-core-image-sato = "1.0" |
2397 | RECIPE_MAINTAINER_pn-poky-image-sato = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2397 | RECIPE_MAINTAINER_pn-core-image-sato = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2398 | 2398 | ||
2399 | RECIPE_STATUS_pn-poky-image-sato-directdisk = "green" | 2399 | RECIPE_STATUS_pn-core-image-sato-directdisk = "green" |
2400 | RECIPE_LATEST_VERSION_pn-poky-image-sato-directdisk = "1.0" | 2400 | RECIPE_LATEST_VERSION_pn-core-image-sato-directdisk = "1.0" |
2401 | RECIPE_MAINTAINER_pn-poky-image-sato-directdisk = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2401 | RECIPE_MAINTAINER_pn-core-image-sato-directdisk = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2402 | 2402 | ||
2403 | RECIPE_STATUS_pn-poky-image-sato-live = "green" | 2403 | RECIPE_STATUS_pn-core-image-sato-live = "green" |
2404 | RECIPE_LATEST_VERSION_pn-poky-image-sato-live = "1.0" | 2404 | RECIPE_LATEST_VERSION_pn-core-image-sato-live = "1.0" |
2405 | RECIPE_MAINTAINER_pn-poky-image-sato-live = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2405 | RECIPE_MAINTAINER_pn-core-image-sato-live = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2406 | 2406 | ||
2407 | RECIPE_STATUS_pn-poky-image-lsb = "green" | 2407 | RECIPE_STATUS_pn-core-image-lsb = "green" |
2408 | RECIPE_LATEST_VERSION_pn-poky-image-lsb = "1.0" | 2408 | RECIPE_LATEST_VERSION_pn-core-image-lsb = "1.0" |
2409 | RECIPE_MAINTAINER_pn-poky-image-lsb = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2409 | RECIPE_MAINTAINER_pn-core-image-lsb = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2410 | 2410 | ||
2411 | RECIPE_STATUS_pn-poky-sato-image-sdk = "green" | 2411 | RECIPE_STATUS_pn-poky-sato-image-sdk = "green" |
2412 | RECIPE_LATEST_VERSION_pn-poky-image-sato-sdk = "1.0" | 2412 | RECIPE_LATEST_VERSION_pn-core-image-sato-sdk = "1.0" |
2413 | RECIPE_MAINTAINER_pn-poky-image-sato-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2413 | RECIPE_MAINTAINER_pn-core-image-sato-sdk = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2414 | DISTRO_PN_ALIAS_pn-poky-image-sdk = "Poky" | 2414 | DISTRO_PN_ALIAS_pn-core-image-sdk = "Poky" |
2415 | 2415 | ||
2416 | RECIPE_STATUS_pn-task-poky = "green" | 2416 | RECIPE_STATUS_pn-task-poky = "green" |
2417 | RECIPE_LATEST_VERSION_pn-task-poky = "1.0" | 2417 | RECIPE_LATEST_VERSION_pn-task-poky = "1.0" |
2418 | RECIPE_MAINTAINER_pn-task-poky = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2418 | RECIPE_MAINTAINER_pn-task-poky = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2419 | 2419 | ||
2420 | RECIPE_STATUS_pn-task-poky-basic = "green" | 2420 | RECIPE_STATUS_pn-task-core-basic = "green" |
2421 | RECIPE_LATEST_VERSION_pn-task-poky-basic = "1.0" | 2421 | RECIPE_LATEST_VERSION_pn-task-core-basic = "1.0" |
2422 | RECIPE_MAINTAINER_pn-task-poky-basic = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2422 | RECIPE_MAINTAINER_pn-task-core-basic = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2423 | 2423 | ||
2424 | RECIPE_STATUS_pn-task-poky-lsb = "green" | 2424 | RECIPE_STATUS_pn-task-core-lsb = "green" |
2425 | RECIPE_LATEST_VERSION_pn-task-poky-lsb = "1.0" | 2425 | RECIPE_LATEST_VERSION_pn-task-core-lsb = "1.0" |
2426 | RECIPE_MAINTAINER_pn-task-poky-lsb = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2426 | RECIPE_MAINTAINER_pn-task-core-lsb = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2427 | 2427 | ||
2428 | RECIPE_STATUS_pn-task-sdk-host = "green" | 2428 | RECIPE_STATUS_pn-task-sdk-host = "green" |
2429 | RECIPE_LATEST_VERSION_pn-task-sdk-host = "1.0" | 2429 | RECIPE_LATEST_VERSION_pn-task-sdk-host = "1.0" |
2430 | RECIPE_MAINTAINER_pn-task-sdk-host = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2430 | RECIPE_MAINTAINER_pn-task-sdk-host = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2431 | 2431 | ||
2432 | RECIPE_STATUS_pn-task-poky-qt = "green" | 2432 | RECIPE_STATUS_pn-task-core-qt = "green" |
2433 | RECIPE_LATEST_VERSION_pn-task-poky-qt = "1.0" | 2433 | RECIPE_LATEST_VERSION_pn-task-core-qt = "1.0" |
2434 | RECIPE_MAINTAINER_pn-task-poky-qt = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2434 | RECIPE_MAINTAINER_pn-task-core-qt = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2435 | 2435 | ||
2436 | RECIPE_STATUS_pn-poky-image-base = "green" | 2436 | RECIPE_STATUS_pn-core-image-base = "green" |
2437 | RECIPE_LATEST_VERSION_pn-poky-image-base = "1.0" | 2437 | RECIPE_LATEST_VERSION_pn-core-image-base = "1.0" |
2438 | RECIPE_MAINTAINER_pn-poky-image-base = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2438 | RECIPE_MAINTAINER_pn-core-image-base = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2439 | 2439 | ||
2440 | RECIPE_STATUS_pn-poky-image-core = "green" | 2440 | RECIPE_STATUS_pn-core-image-core = "green" |
2441 | RECIPE_LATEST_VERSION_pn-poky-image-core = "1.0" | 2441 | RECIPE_LATEST_VERSION_pn-core-image-core = "1.0" |
2442 | RECIPE_MAINTAINER_pn-poky-image-core = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2442 | RECIPE_MAINTAINER_pn-core-image-core = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2443 | 2443 | ||
2444 | RECIPE_STATUS_pn-poky-image-sato-sdk-live = "green" | 2444 | RECIPE_STATUS_pn-core-image-sato-sdk-live = "green" |
2445 | RECIPE_LATEST_VERSION_pn-poky-image-sato-sdk-live = "1.0" | 2445 | RECIPE_LATEST_VERSION_pn-core-image-sato-sdk-live = "1.0" |
2446 | RECIPE_MAINTAINER_pn-poky-image-sato-sdk-live = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2446 | RECIPE_MAINTAINER_pn-core-image-sato-sdk-live = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2447 | DISTRO_PN_ALIAS_pn-poky-image-sato-sdk-live = "Poky" | 2447 | DISTRO_PN_ALIAS_pn-core-image-sato-sdk-live = "Poky" |
2448 | 2448 | ||
2449 | RECIPE_STATUS_pn-poky-image-sato-sdk-directdisk = "green" | 2449 | RECIPE_STATUS_pn-core-image-sato-sdk-directdisk = "green" |
2450 | RECIPE_LATEST_VERSION_pn-poky-image-sato-sdk-directdisk = "1.0" | 2450 | RECIPE_LATEST_VERSION_pn-core-image-sato-sdk-directdisk = "1.0" |
2451 | RECIPE_MAINTAINER_pn-poky-image-sato-sdk-directdisk = "Dongxiao Xu <dongxiao.xu@intel.com>" | 2451 | RECIPE_MAINTAINER_pn-core-image-sato-sdk-directdisk = "Dongxiao Xu <dongxiao.xu@intel.com>" |
2452 | DISTRO_PN_ALIAS_pn-poky-image-sato-sdk-directdisk = "Poky" | 2452 | DISTRO_PN_ALIAS_pn-core-image-sato-sdk-directdisk = "Poky" |
2453 | 2453 | ||
2454 | RECIPE_STATUS_pn-liba52="yellow" # patch investigation needed | 2454 | RECIPE_STATUS_pn-liba52="yellow" # patch investigation needed |
2455 | DISTRO_PN_ALIAS_pn-liba52 = "Mandriva=a52dec Debian=a52dec" | 2455 | DISTRO_PN_ALIAS_pn-liba52 = "Mandriva=a52dec Debian=a52dec" |
@@ -5361,31 +5361,31 @@ RECIPE_LAST_UPDATE_pn-mutter = "Jan 13, 2010" | |||
5361 | RECIPE_MAINTAINER_pn-mutter = "Edwin Zhai <edwin.zhai@intel.com>" | 5361 | RECIPE_MAINTAINER_pn-mutter = "Edwin Zhai <edwin.zhai@intel.com>" |
5362 | 5362 | ||
5363 | DISTRO_PN_ALIAS_pn-poky-feed-config-opkg = "Poky" | 5363 | DISTRO_PN_ALIAS_pn-poky-feed-config-opkg = "Poky" |
5364 | DISTRO_PN_ALIAS_pn-poky-image-base = "Poky" | 5364 | DISTRO_PN_ALIAS_pn-core-image-base = "Poky" |
5365 | DISTRO_PN_ALIAS_pn-poky-image-basic = "Poky" | 5365 | DISTRO_PN_ALIAS_pn-core-image-basic = "Poky" |
5366 | DISTRO_PN_ALIAS_pn-poky-image-core = "Poky" | 5366 | DISTRO_PN_ALIAS_pn-core-image-core = "Poky" |
5367 | DISTRO_PN_ALIAS_pn-poky-image-lsb = "Poky" | 5367 | DISTRO_PN_ALIAS_pn-core-image-lsb = "Poky" |
5368 | DISTRO_PN_ALIAS_pn-poky-image-minimal = "Poky" | 5368 | DISTRO_PN_ALIAS_pn-core-image-minimal = "Poky" |
5369 | DISTRO_PN_ALIAS_pn-poky-image-minimal-directdisk = "Poky" | 5369 | DISTRO_PN_ALIAS_pn-core-image-minimal-directdisk = "Poky" |
5370 | DISTRO_PN_ALIAS_pn-poky-image-minimal-initramfs = "Poky" | 5370 | DISTRO_PN_ALIAS_pn-core-image-minimal-initramfs = "Poky" |
5371 | DISTRO_PN_ALIAS_pn-poky-image-minimal-live = "Poky" | 5371 | DISTRO_PN_ALIAS_pn-core-image-minimal-live = "Poky" |
5372 | DISTRO_PN_ALIAS_pn-poky-image-minimal-mtdutils = "Poky" | 5372 | DISTRO_PN_ALIAS_pn-core-image-minimal-mtdutils = "Poky" |
5373 | DISTRO_PN_ALIAS_pn-poky-image-sato = "Poky" | 5373 | DISTRO_PN_ALIAS_pn-core-image-sato = "Poky" |
5374 | DISTRO_PN_ALIAS_pn-poky-image-sato-directdisk = "Poky" | 5374 | DISTRO_PN_ALIAS_pn-core-image-sato-directdisk = "Poky" |
5375 | DISTRO_PN_ALIAS_pn-poky-image-sato-live = "Poky" | 5375 | DISTRO_PN_ALIAS_pn-core-image-sato-live = "Poky" |
5376 | DISTRO_PN_ALIAS_pn-task-poky = "Poky" | 5376 | DISTRO_PN_ALIAS_pn-task-poky = "Poky" |
5377 | DISTRO_PN_ALIAS_pn-task-poky-apps-x11-pimlico = "Poky" | 5377 | DISTRO_PN_ALIAS_pn-task-core-apps-x11-pimlico = "Poky" |
5378 | DISTRO_PN_ALIAS_pn-task-poky-basic = "Poky" | 5378 | DISTRO_PN_ALIAS_pn-task-core-basic = "Poky" |
5379 | DISTRO_PN_ALIAS_pn-task-poky-boot = "Poky" | 5379 | DISTRO_PN_ALIAS_pn-task-core-boot = "Poky" |
5380 | DISTRO_PN_ALIAS_pn-task-poky-lsb = "Poky" | 5380 | DISTRO_PN_ALIAS_pn-task-core-lsb = "Poky" |
5381 | DISTRO_PN_ALIAS_pn-task-poky-nfs = "Poky" | 5381 | DISTRO_PN_ALIAS_pn-task-core-nfs = "Poky" |
5382 | DISTRO_PN_ALIAS_pn-task-poky-qt = "Poky" | 5382 | DISTRO_PN_ALIAS_pn-task-core-qt = "Poky" |
5383 | DISTRO_PN_ALIAS_pn-task-poky-sdk = "Poky" | 5383 | DISTRO_PN_ALIAS_pn-task-core-sdk = "Poky" |
5384 | DISTRO_PN_ALIAS_pn-task-poky-sdk-gmae = "Poky" | 5384 | DISTRO_PN_ALIAS_pn-task-core-sdk-gmae = "Poky" |
5385 | DISTRO_PN_ALIAS_pn-task-poky-standalone-gmae-sdk-target = "Poky" | 5385 | DISTRO_PN_ALIAS_pn-task-core-standalone-gmae-sdk-target = "Poky" |
5386 | DISTRO_PN_ALIAS_pn-task-poky-standalone-sdk-target = "Poky" | 5386 | DISTRO_PN_ALIAS_pn-task-core-standalone-sdk-target = "Poky" |
5387 | DISTRO_PN_ALIAS_pn-task-poky-tools = "Poky" | 5387 | DISTRO_PN_ALIAS_pn-task-core-tools = "Poky" |
5388 | DISTRO_PN_ALIAS_pn-task-poky-x11-sato = "Poky" | 5388 | DISTRO_PN_ALIAS_pn-task-core-x11-sato = "Poky" |
5389 | DISTRO_PN_ALIAS_pn-initramfs-boot = "Poky" | 5389 | DISTRO_PN_ALIAS_pn-initramfs-boot = "Poky" |
5390 | DISTRO_PN_ALIAS_pn-initramfs-live-boot = "Poky" | 5390 | DISTRO_PN_ALIAS_pn-initramfs-live-boot = "Poky" |
5391 | DISTRO_PN_ALIAS_pn-initramfs-live-install = "Poky" | 5391 | DISTRO_PN_ALIAS_pn-initramfs-live-install = "Poky" |
@@ -5452,8 +5452,8 @@ RECIPE_STATUS_pn-moblin-proto = "red" | |||
5452 | DISTRO_PN_ALIAS_pn-moblin-proto = "Poky" | 5452 | DISTRO_PN_ALIAS_pn-moblin-proto = "Poky" |
5453 | RECIPE_STATUS_pn-package-index = "red" | 5453 | RECIPE_STATUS_pn-package-index = "red" |
5454 | DISTRO_PN_ALIAS_pn-package-index = "Poky" | 5454 | DISTRO_PN_ALIAS_pn-package-index = "Poky" |
5455 | RECIPE_STATUS_pn-poky-image-clutter = "red" | 5455 | RECIPE_STATUS_pn-core-image-clutter = "red" |
5456 | DISTRO_PN_ALIAS_pn-poky-image-clutter = "Poky" | 5456 | DISTRO_PN_ALIAS_pn-core-image-clutter = "Poky" |
5457 | RECIPE_STATUS_pn-prism-firmware = "red" | 5457 | RECIPE_STATUS_pn-prism-firmware = "red" |
5458 | RECIPE_STATUS_pn-run-postinsts = "red" | 5458 | RECIPE_STATUS_pn-run-postinsts = "red" |
5459 | DISTRO_PN_ALIAS_pn-run-postinsts = "Poky" | 5459 | DISTRO_PN_ALIAS_pn-run-postinsts = "Poky" |
diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index 0247cf8994..e74f2dab46 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
5 | 5 | ||
6 | RDEPENDS_${PN} = "distcc task-poky-nfs-server oprofileui-server rsync bash" | 6 | RDEPENDS_${PN} = "distcc task-core-nfs-server oprofileui-server rsync bash" |
7 | PR = "r19" | 7 | PR = "r19" |
8 | 8 | ||
9 | SRC_URI = "file://distcc.sh \ | 9 | SRC_URI = "file://distcc.sh \ |
diff --git a/meta/recipes-core/images/poky-image-base.bb b/meta/recipes-core/images/core-image-base.bb index 461b805b60..461b805b60 100644 --- a/meta/recipes-core/images/poky-image-base.bb +++ b/meta/recipes-core/images/core-image-base.bb | |||
diff --git a/meta/recipes-core/images/poky-image-core.bb b/meta/recipes-core/images/core-image-core.bb index c232ccdc54..c232ccdc54 100644 --- a/meta/recipes-core/images/poky-image-core.bb +++ b/meta/recipes-core/images/core-image-core.bb | |||
diff --git a/meta/recipes-core/images/poky-image-directdisk.inc b/meta/recipes-core/images/core-image-directdisk.inc index 64144b9abf..64144b9abf 100644 --- a/meta/recipes-core/images/poky-image-directdisk.inc +++ b/meta/recipes-core/images/core-image-directdisk.inc | |||
diff --git a/meta/recipes-core/images/poky-image-live.inc b/meta/recipes-core/images/core-image-live.inc index a1b0e1a3dc..2c9b3fb458 100644 --- a/meta/recipes-core/images/poky-image-live.inc +++ b/meta/recipes-core/images/core-image-live.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | AUTO_SYSLINUXCFG = "1" | 1 | AUTO_SYSLINUXCFG = "1" |
2 | INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" | 2 | INITRD = "${DEPLOY_DIR_IMAGE}/core-image-minimal-initramfs-${MACHINE}.cpio.gz" |
3 | APPEND += "root=/dev/ram0 " | 3 | APPEND += "root=/dev/ram0 " |
4 | TIMEOUT = "10" | 4 | TIMEOUT = "10" |
5 | 5 | ||
@@ -8,7 +8,7 @@ EXCLUDE_FROM_WORLD = "1" | |||
8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 8 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
10 | 10 | ||
11 | do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" | 11 | do_bootimg[depends] += "core-image-minimal-initramfs:do_rootfs" |
12 | 12 | ||
13 | inherit bootimg | 13 | inherit bootimg |
14 | 14 | ||
diff --git a/meta/recipes-core/images/poky-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb index c64b657204..248d29f031 100644 --- a/meta/recipes-core/images/poky-image-minimal-dev.bb +++ b/meta/recipes-core/images/core-image-minimal-dev.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}" | 4 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}" |
5 | 5 | ||
6 | IMAGE_FEATURES += "dev-pkgs" | 6 | IMAGE_FEATURES += "dev-pkgs" |
7 | 7 | ||
diff --git a/meta/recipes-core/images/core-image-minimal-directdisk.bb b/meta/recipes-core/images/core-image-minimal-directdisk.bb new file mode 100644 index 0000000000..ed23e45708 --- /dev/null +++ b/meta/recipes-core/images/core-image-minimal-directdisk.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require core-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "Minimal Bootable Direct Disk Image" | ||
4 | |||
5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-${MACHINE}.ext3" | ||
6 | |||
7 | LICENSE = "MIT" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "core-image-minimal:do_rootfs" | ||
10 | |||
11 | |||
diff --git a/meta/recipes-core/images/poky-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index a94e71218f..3da4a952f7 100644 --- a/meta/recipes-core/images/poky-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd" | 3 | IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd" |
4 | 4 | ||
5 | export IMAGE_BASENAME = "poky-image-minimal-initramfs" | 5 | export IMAGE_BASENAME = "core-image-minimal-initramfs" |
6 | IMAGE_LINGUAS = "" | 6 | IMAGE_LINGUAS = "" |
7 | 7 | ||
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
diff --git a/meta/recipes-core/images/core-image-minimal-live.bb b/meta/recipes-core/images/core-image-minimal-live.bb new file mode 100644 index 0000000000..0ce2afb2e8 --- /dev/null +++ b/meta/recipes-core/images/core-image-minimal-live.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "Minimal Bootable Live Image" | ||
2 | |||
3 | require core-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/core-image-minimal-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "core-image-minimal:do_rootfs" | ||
diff --git a/meta/recipes-core/images/poky-image-minimal-mtdutils.bb b/meta/recipes-core/images/core-image-minimal-mtdutils.bb index d786131d98..adabaa400a 100644 --- a/meta/recipes-core/images/poky-image-minimal-mtdutils.bb +++ b/meta/recipes-core/images/core-image-minimal-mtdutils.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2008 OpenedHand Ltd. | 2 | # Copyright (C) 2008 OpenedHand Ltd. |
3 | # | 3 | # |
4 | require poky-image-minimal.bb | 4 | require core-image-minimal.bb |
5 | 5 | ||
6 | IMAGE_INSTALL += "mtd-utils" | 6 | IMAGE_INSTALL += "mtd-utils" |
diff --git a/meta/recipes-core/images/poky-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 6a641f3b84..3aae04edde 100644 --- a/meta/recipes-core/images/poky-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Copyright (C) 2007 OpenedHand Ltd. | 2 | # Copyright (C) 2007 OpenedHand Ltd. |
3 | # | 3 | # |
4 | IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" | 4 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" |
5 | 5 | ||
6 | IMAGE_LINGUAS = " " | 6 | IMAGE_LINGUAS = " " |
7 | 7 | ||
diff --git a/meta/recipes-core/images/poky-image-minimal-directdisk.bb b/meta/recipes-core/images/poky-image-minimal-directdisk.bb deleted file mode 100644 index 18d993e542..0000000000 --- a/meta/recipes-core/images/poky-image-minimal-directdisk.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require poky-image-directdisk.inc | ||
2 | |||
3 | DESCRIPTION = "Minimal Bootable Direct Disk Image" | ||
4 | |||
5 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" | ||
6 | |||
7 | LICENSE = "MIT" | ||
8 | |||
9 | do_bootdirectdisk[depends] += "poky-image-minimal:do_rootfs" | ||
10 | |||
11 | |||
diff --git a/meta/recipes-core/images/poky-image-minimal-live.bb b/meta/recipes-core/images/poky-image-minimal-live.bb deleted file mode 100644 index f3d3638ee6..0000000000 --- a/meta/recipes-core/images/poky-image-minimal-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "Minimal Bootable Live Image" | ||
2 | |||
3 | require poky-image-live.inc | ||
4 | |||
5 | LABELS += "boot install" | ||
6 | |||
7 | ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-minimal:do_rootfs" | ||
diff --git a/meta/recipes-core/meta/meta-toolchain-gmae.bb b/meta/recipes-core/meta/meta-toolchain-gmae.bb index 595aba3030..4f5501e0a5 100644 --- a/meta/recipes-core/meta/meta-toolchain-gmae.bb +++ b/meta/recipes-core/meta/meta-toolchain-gmae.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | TOOLCHAIN_TARGET_GMAETASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg" | 1 | TOOLCHAIN_TARGET_GMAETASK ?= "task-core-standalone-gmae-sdk-target task-core-standalone-gmae-sdk-target-dbg" |
2 | TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" | 2 | TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" |
3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" | 3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" |
4 | PROVIDES = "meta-toolchain-sdk" | 4 | PROVIDES = "meta-toolchain-sdk" |
diff --git a/meta/recipes-core/tasks/task-poky-boot.bb b/meta/recipes-core/tasks/task-core-boot.bb index 7166761ce4..5aea77169f 100644 --- a/meta/recipes-core/tasks/task-poky-boot.bb +++ b/meta/recipes-core/tasks/task-core-boot.bb | |||
@@ -17,7 +17,7 @@ PR = "r7" | |||
17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" | 17 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" |
18 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" | 18 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" |
19 | 19 | ||
20 | RDEPENDS_task-poky-boot = "\ | 20 | RDEPENDS_task-core-boot = "\ |
21 | base-files \ | 21 | base-files \ |
22 | base-passwd \ | 22 | base-passwd \ |
23 | busybox \ | 23 | busybox \ |
@@ -31,5 +31,5 @@ RDEPENDS_task-poky-boot = "\ | |||
31 | ${VIRTUAL-RUNTIME_update-alternatives} \ | 31 | ${VIRTUAL-RUNTIME_update-alternatives} \ |
32 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" | 32 | ${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}" |
33 | 33 | ||
34 | RRECOMMENDS_task-poky-boot = "\ | 34 | RRECOMMENDS_task-core-boot = "\ |
35 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" | 35 | ${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" |
diff --git a/meta/recipes-core/tasks/task-poky-nfs.bb b/meta/recipes-core/tasks/task-core-nfs.bb index a18d2e3ab8..d5d8291f76 100644 --- a/meta/recipes-core/tasks/task-poky-nfs.bb +++ b/meta/recipes-core/tasks/task-core-nfs.bb | |||
@@ -9,18 +9,18 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-nfs-server \ | 12 | task-core-nfs-server \ |
13 | task-poky-nfs-server-dbg \ | 13 | task-core-nfs-server-dbg \ |
14 | task-poky-nfs-server-dev \ | 14 | task-core-nfs-server-dev \ |
15 | " | 15 | " |
16 | 16 | ||
17 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
18 | 18 | ||
19 | RDEPENDS_task-poky-nfs-server = "\ | 19 | RDEPENDS_task-core-nfs-server = "\ |
20 | nfs-utils" | 20 | nfs-utils" |
21 | 21 | ||
22 | # rpcinfo can be useful but only with glibc images | 22 | # rpcinfo can be useful but only with glibc images |
23 | GLIBC_DEPENDENCIES = "glibc-utils" | 23 | GLIBC_DEPENDENCIES = "glibc-utils" |
24 | 24 | ||
25 | RRECOMMENDS_task-poky-nfs-server_append_linux = "${GLIBC_DEPENDENCIES}" | 25 | RRECOMMENDS_task-core-nfs-server_append_linux = "${GLIBC_DEPENDENCIES}" |
26 | RRECOMMENDS_task-poky-nfs-server_append_linux-gnueabi = "${GLIBC_DEPENDENCIES}" | 26 | RRECOMMENDS_task-core-nfs-server_append_linux-gnueabi = "${GLIBC_DEPENDENCIES}" |
diff --git a/meta/recipes-core/tasks/task-poky-sdk.bb b/meta/recipes-core/tasks/task-core-sdk.bb index b1e52c96ca..a158509b2d 100644 --- a/meta/recipes-core/tasks/task-poky-sdk.bb +++ b/meta/recipes-core/tasks/task-core-sdk.bb | |||
@@ -13,11 +13,11 @@ ALLOW_EMPTY = "1" | |||
13 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' | 13 | #PACKAGEFUNCS =+ 'generate_sdk_pkgs' |
14 | 14 | ||
15 | PACKAGES = "\ | 15 | PACKAGES = "\ |
16 | task-poky-sdk \ | 16 | task-core-sdk \ |
17 | task-poky-sdk-dbg \ | 17 | task-core-sdk-dbg \ |
18 | task-poky-sdk-dev" | 18 | task-core-sdk-dev" |
19 | 19 | ||
20 | RDEPENDS_task-poky-sdk = "\ | 20 | RDEPENDS_task-core-sdk = "\ |
21 | autoconf \ | 21 | autoconf \ |
22 | automake \ | 22 | automake \ |
23 | binutils \ | 23 | binutils \ |
@@ -51,7 +51,7 @@ RDEPENDS_task-poky-sdk = "\ | |||
51 | # poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES'] | 51 | # poky_pkgs = read_pkgdata('task-poky', d)['PACKAGES'] |
52 | # pkgs = bb.data.getVar('PACKAGES', d, 1).split() | 52 | # pkgs = bb.data.getVar('PACKAGES', d, 1).split() |
53 | # for pkg in poky_pkgs.split(): | 53 | # for pkg in poky_pkgs.split(): |
54 | # newpkg = pkg.replace('task-poky', 'task-poky-sdk') | 54 | # newpkg = pkg.replace('task-poky', 'task-core-sdk') |
55 | # | 55 | # |
56 | # # for each of the task packages, add a corresponding sdk task | 56 | # # for each of the task packages, add a corresponding sdk task |
57 | # pkgs.append(newpkg) | 57 | # pkgs.append(newpkg) |
@@ -86,4 +86,4 @@ RDEPENDS_task-poky-sdk = "\ | |||
86 | # bb.data.setVar('PACKAGES', ' '.join(pkgs), d) | 86 | # bb.data.setVar('PACKAGES', ' '.join(pkgs), d) |
87 | #} | 87 | #} |
88 | # | 88 | # |
89 | #PACKAGES_DYNAMIC = "task-poky-sdk-*" | 89 | #PACKAGES_DYNAMIC = "task-core-sdk-*" |
diff --git a/meta/recipes-core/tasks/task-poky-ssh-dropbear.bb b/meta/recipes-core/tasks/task-core-ssh-dropbear.bb index 4f2ab4425d..1e7402e11f 100644 --- a/meta/recipes-core/tasks/task-poky-ssh-dropbear.bb +++ b/meta/recipes-core/tasks/task-core-ssh-dropbear.bb | |||
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | PACKAGES = "\ | 7 | PACKAGES = "\ |
8 | task-poky-ssh-dropbear \ | 8 | task-core-ssh-dropbear \ |
9 | task-poky-ssh-dropbear-dbg \ | 9 | task-core-ssh-dropbear-dbg \ |
10 | task-poky-ssh-dropbear-dev \ | 10 | task-core-ssh-dropbear-dev \ |
11 | " | 11 | " |
12 | 12 | ||
13 | ALLOW_EMPTY = "1" | 13 | ALLOW_EMPTY = "1" |
14 | 14 | ||
15 | RDEPENDS_task-poky-ssh-dropbear = "dropbear" | 15 | RDEPENDS_task-core-ssh-dropbear = "dropbear" |
16 | RDEPENDS_task-poky-ssh-dropbear-dbg = "dropbear-dbg" | 16 | RDEPENDS_task-core-ssh-dropbear-dbg = "dropbear-dbg" |
17 | RDEPENDS_task-poky-ssh-dropbear-dev = "dropbear-dev" | 17 | RDEPENDS_task-core-ssh-dropbear-dev = "dropbear-dev" |
diff --git a/meta/recipes-core/tasks/task-poky-ssh-openssh.bb b/meta/recipes-core/tasks/task-core-ssh-openssh.bb index 5f828b55b9..794399a2b8 100644 --- a/meta/recipes-core/tasks/task-poky-ssh-openssh.bb +++ b/meta/recipes-core/tasks/task-core-ssh-openssh.bb | |||
@@ -5,13 +5,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | ||
7 | PACKAGES = "\ | 7 | PACKAGES = "\ |
8 | task-poky-ssh-openssh \ | 8 | task-core-ssh-openssh \ |
9 | task-poky-ssh-openssh-dbg \ | 9 | task-core-ssh-openssh-dbg \ |
10 | task-poky-ssh-openssh-dev \ | 10 | task-core-ssh-openssh-dev \ |
11 | " | 11 | " |
12 | 12 | ||
13 | ALLOW_EMPTY = "1" | 13 | ALLOW_EMPTY = "1" |
14 | 14 | ||
15 | RDEPENDS_task-poky-ssh-openssh = "openssh" | 15 | RDEPENDS_task-core-ssh-openssh = "openssh" |
16 | RDEPENDS_task-poky-ssh-openssh-dbg = "openssh-dbg" | 16 | RDEPENDS_task-core-ssh-openssh-dbg = "openssh-dbg" |
17 | RDEPENDS_task-poky-ssh-openssh-dev = "openssh-dev" | 17 | RDEPENDS_task-core-ssh-openssh-dev = "openssh-dev" |
diff --git a/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb b/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb index 3835ac7d6a..3835ac7d6a 100644 --- a/meta/recipes-core/tasks/task-poky-standalone-sdk-target.bb +++ b/meta/recipes-core/tasks/task-core-standalone-sdk-target.bb | |||
diff --git a/meta/recipes-core/tasks/task-poky-tools.bb b/meta/recipes-core/tasks/task-core-tools.bb index 29f5d4afa1..958dff12a0 100644 --- a/meta/recipes-core/tasks/task-poky-tools.bb +++ b/meta/recipes-core/tasks/task-core-tools.bb | |||
@@ -9,15 +9,15 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | PR = "r8" | 9 | PR = "r8" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-tools-debug \ | 12 | task-core-tools-debug \ |
13 | task-poky-tools-debug-dbg \ | 13 | task-core-tools-debug-dbg \ |
14 | task-poky-tools-debug-dev \ | 14 | task-core-tools-debug-dev \ |
15 | task-poky-tools-profile \ | 15 | task-core-tools-profile \ |
16 | task-poky-tools-profile-dbg \ | 16 | task-core-tools-profile-dbg \ |
17 | task-poky-tools-profile-dev \ | 17 | task-core-tools-profile-dev \ |
18 | task-poky-tools-testapps \ | 18 | task-core-tools-testapps \ |
19 | task-poky-tools-testapps-dbg \ | 19 | task-core-tools-testapps-dbg \ |
20 | task-poky-tools-testapps-dev \ | 20 | task-core-tools-testapps-dev \ |
21 | " | 21 | " |
22 | 22 | ||
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
@@ -30,14 +30,14 @@ KEXECTOOLS_mips ?= "" | |||
30 | KEXECTOOLS_mipsel ?= "" | 30 | KEXECTOOLS_mipsel ?= "" |
31 | KEXECTOOLS_powerpc ?= "" | 31 | KEXECTOOLS_powerpc ?= "" |
32 | 32 | ||
33 | RDEPENDS_task-poky-tools-debug = "\ | 33 | RDEPENDS_task-core-tools-debug = "\ |
34 | gdb \ | 34 | gdb \ |
35 | gdbserver \ | 35 | gdbserver \ |
36 | tcf-agent \ | 36 | tcf-agent \ |
37 | rsync \ | 37 | rsync \ |
38 | strace" | 38 | strace" |
39 | 39 | ||
40 | RDEPENDS_task-poky-tools-profile = "\ | 40 | RDEPENDS_task-core-tools-profile = "\ |
41 | oprofile \ | 41 | oprofile \ |
42 | oprofileui-server \ | 42 | oprofileui-server \ |
43 | powertop \ | 43 | powertop \ |
@@ -45,7 +45,7 @@ RDEPENDS_task-poky-tools-profile = "\ | |||
45 | lttng-control \ | 45 | lttng-control \ |
46 | lttng-viewer" | 46 | lttng-viewer" |
47 | 47 | ||
48 | RRECOMMENDS_task-poky-tools-profile = "\ | 48 | RRECOMMENDS_task-core-tools-profile = "\ |
49 | perf \ | 49 | perf \ |
50 | trace-cmd \ | 50 | trace-cmd \ |
51 | kernel-module-oprofile \ | 51 | kernel-module-oprofile \ |
@@ -60,13 +60,13 @@ RRECOMMENDS_task-poky-tools-profile = "\ | |||
60 | # qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu | 60 | # qemux86/qemux86-64/qemuppc/emenlow/atom-pc since upstream liburcu |
61 | # (which is required by lttng-ust) may not build on other platforms, like | 61 | # (which is required by lttng-ust) may not build on other platforms, like |
62 | # MIPS and qemu ARMv5te that poky uses now. | 62 | # MIPS and qemu ARMv5te that poky uses now. |
63 | RDEPENDS_task-poky-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" | 63 | RDEPENDS_task-core-tools-profile_append_qemux86 = " valgrind lttng-ust systemtap" |
64 | RDEPENDS_task-poky-tools-profile_append_qemux86-64 = " lttng-ust systemtap" | 64 | RDEPENDS_task-core-tools-profile_append_qemux86-64 = " lttng-ust systemtap" |
65 | RDEPENDS_task-poky-tools-profile_append_qemuppc = " lttng-ust systemtap" | 65 | RDEPENDS_task-core-tools-profile_append_qemuppc = " lttng-ust systemtap" |
66 | RDEPENDS_task-poky-tools-profile_append_emenlow = " lttng-ust systemtap" | 66 | RDEPENDS_task-core-tools-profile_append_emenlow = " lttng-ust systemtap" |
67 | RDEPENDS_task-poky-tools-profile_append_atom-pc = " lttng-ust systemtap" | 67 | RDEPENDS_task-core-tools-profile_append_atom-pc = " lttng-ust systemtap" |
68 | 68 | ||
69 | RDEPENDS_task-poky-tools-testapps = "\ | 69 | RDEPENDS_task-core-tools-testapps = "\ |
70 | blktool \ | 70 | blktool \ |
71 | fstests \ | 71 | fstests \ |
72 | tslib-calibrate \ | 72 | tslib-calibrate \ |
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index d7a40c2479..ea36674d15 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer | |||
@@ -252,8 +252,8 @@ get_qemu_image() | |||
252 | check_result | 252 | check_result |
253 | 253 | ||
254 | for image_type in $select_rootfs; do | 254 | for image_type in $select_rootfs; do |
255 | #echo_info "[ADT_INST] Downloading rootfs file: poky-image-$image_type-qemu$1.tar.bz2" | 255 | #echo_info "[ADT_INST] Downloading rootfs file: core-image-$image_type-qemu$1.tar.bz2" |
256 | filename="poky-image-$image_type-qemu$target.tar.bz2" | 256 | filename="core-image-$image_type-qemu$target.tar.bz2" |
257 | download_file qemu$1/$filename | 257 | download_file qemu$1/$filename |
258 | check_result | 258 | check_result |
259 | done | 259 | done |
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal index 65b1b54c72..0fd9e47e98 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
@@ -172,7 +172,7 @@ echo_info "Installing target sysroot for arch: $1, rootfs type: $target_sysroot_ | |||
172 | 172 | ||
173 | 173 | ||
174 | qemu_type=`echo "$1" | sed -e 's/x86_64/x86-64/'` | 174 | qemu_type=`echo "$1" | sed -e 's/x86_64/x86-64/'` |
175 | sysroot_image_name="poky-image-$target_sysroot_image-qemu$qemu_type.tar.bz2" | 175 | sysroot_image_name="core-image-$target_sysroot_image-qemu$qemu_type.tar.bz2" |
176 | #echo_info "Extracting rootfs: $sysroot_image_name, using pseudo..." | 176 | #echo_info "Extracting rootfs: $sysroot_image_name, using pseudo..." |
177 | 177 | ||
178 | scripts/extract_rootfs $sysroot_image_name $target_sysroot $POKY_NATIVE_SYSROOT $user_inst_type | 178 | scripts/extract_rootfs $sysroot_image_name $target_sysroot $POKY_NATIVE_SYSROOT $user_inst_type |
diff --git a/meta/recipes-extended/images/poky-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb index 76d5dc2c7a..86972c3660 100644 --- a/meta/recipes-extended/images/poky-image-basic.bb +++ b/meta/recipes-extended/images/core-image-basic.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | 1 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" |
2 | 2 | ||
3 | IMAGE_INSTALL = "\ | 3 | IMAGE_INSTALL = "\ |
4 | task-poky-boot \ | 4 | task-core-boot \ |
5 | task-poky-basic \ | 5 | task-core-basic \ |
6 | " | 6 | " |
7 | 7 | ||
8 | # ${POKY_BASE_INSTALL} | 8 | # ${POKY_BASE_INSTALL} |
diff --git a/meta/recipes-extended/images/poky-image-lsb-dev.bb b/meta/recipes-extended/images/core-image-lsb-dev.bb index 578fbd0f06..86baf23de1 100644 --- a/meta/recipes-extended/images/poky-image-lsb-dev.bb +++ b/meta/recipes-extended/images/core-image-lsb-dev.bb | |||
@@ -2,8 +2,8 @@ IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh" | |||
2 | 2 | ||
3 | IMAGE_INSTALL = "\ | 3 | IMAGE_INSTALL = "\ |
4 | ${POKY_BASE_INSTALL} \ | 4 | ${POKY_BASE_INSTALL} \ |
5 | task-poky-basic \ | 5 | task-core-basic \ |
6 | task-poky-lsb \ | 6 | task-core-lsb \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit poky-image | 9 | inherit poky-image |
diff --git a/meta/recipes-extended/images/core-image-lsb-live.bb b/meta/recipes-extended/images/core-image-lsb-live.bb new file mode 100644 index 0000000000..72f10f78fe --- /dev/null +++ b/meta/recipes-extended/images/core-image-lsb-live.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "LSB 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-lsb-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "core-image-lsb:do_rootfs" | ||
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk-live.bb b/meta/recipes-extended/images/core-image-lsb-sdk-live.bb new file mode 100644 index 0000000000..b01ae060f1 --- /dev/null +++ b/meta/recipes-extended/images/core-image-lsb-sdk-live.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | DESCRIPTION = "LSB SDK 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-lsb-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "core-image-lsb-sdk:do_rootfs" | ||
diff --git a/meta/recipes-extended/images/poky-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index 967bb023d3..74ad1d2d8c 100644 --- a/meta/recipes-extended/images/poky-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb | |||
@@ -2,8 +2,8 @@ IMAGE_FEATURES += "apps-console-core tools-debug tools-profile tools-sdk dev-pkg | |||
2 | 2 | ||
3 | IMAGE_INSTALL = "\ | 3 | IMAGE_INSTALL = "\ |
4 | ${POKY_BASE_INSTALL} \ | 4 | ${POKY_BASE_INSTALL} \ |
5 | task-poky-basic \ | 5 | task-core-basic \ |
6 | task-poky-lsb \ | 6 | task-core-lsb \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit poky-image | 9 | inherit poky-image |
diff --git a/meta/recipes-extended/images/poky-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index 33532eac24..63180f5613 100644 --- a/meta/recipes-extended/images/poky-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb | |||
@@ -2,8 +2,8 @@ IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | |||
2 | 2 | ||
3 | IMAGE_INSTALL = "\ | 3 | IMAGE_INSTALL = "\ |
4 | ${POKY_BASE_INSTALL} \ | 4 | ${POKY_BASE_INSTALL} \ |
5 | task-poky-basic \ | 5 | task-core-basic \ |
6 | task-poky-lsb \ | 6 | task-core-lsb \ |
7 | " | 7 | " |
8 | 8 | ||
9 | inherit poky-image | 9 | inherit poky-image |
diff --git a/meta/recipes-extended/images/poky-image-lsb-live.bb b/meta/recipes-extended/images/poky-image-lsb-live.bb deleted file mode 100644 index baa9ea0e4f..0000000000 --- a/meta/recipes-extended/images/poky-image-lsb-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "LSB 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-lsb-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-lsb:do_rootfs" | ||
diff --git a/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb b/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb deleted file mode 100644 index 370780a062..0000000000 --- a/meta/recipes-extended/images/poky-image-lsb-sdk-live.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | DESCRIPTION = "LSB SDK 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-lsb-sdk-${MACHINE}.ext3" | ||
8 | |||
9 | LICENSE = "MIT" | ||
10 | |||
11 | do_bootimg[depends] += "poky-image-lsb-sdk:do_rootfs" | ||
diff --git a/meta/recipes-extended/libzypp/libzypp/config-release.patch b/meta/recipes-extended/libzypp/libzypp/config-release.patch index 9128237755..e5963dfc3b 100644 --- a/meta/recipes-extended/libzypp/libzypp/config-release.patch +++ b/meta/recipes-extended/libzypp/libzypp/config-release.patch | |||
@@ -3,7 +3,7 @@ Configure distro version package | |||
3 | We need to configure a package that the system can use to determine the | 3 | We need to configure a package that the system can use to determine the |
4 | system distribution version. | 4 | system distribution version. |
5 | 5 | ||
6 | Hack: for now set to task-poky-rpm. | 6 | Hack: for now set to task-core-rpm. |
7 | 7 | ||
8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | 8 | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> |
9 | 9 | ||
@@ -15,7 +15,7 @@ diff -ur git.orig/zypp/ZConfig.cc git/zypp/ZConfig.cc | |||
15 | 15 | ||
16 | std::string ZConfig::distroverpkg() const | 16 | std::string ZConfig::distroverpkg() const |
17 | - { return "redhat-release"; } | 17 | - { return "redhat-release"; } |
18 | + { return "task-poky-rpm"; } | 18 | + { return "task-core-rpm"; } |
19 | 19 | ||
20 | /////////////////////////////////////////////////////////////////// | 20 | /////////////////////////////////////////////////////////////////// |
21 | 21 | ||
diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-core-basic.bb index 68c996dc88..e2a37d1160 100644 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ b/meta/recipes-extended/tasks/task-core-basic.bb | |||
@@ -9,59 +9,59 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-basic \ | 12 | task-core-basic \ |
13 | task-poky-base-utils \ | 13 | task-core-base-utils \ |
14 | task-poky-base-utils-dbg \ | 14 | task-core-base-utils-dbg \ |
15 | task-poky-base-utils-dev \ | 15 | task-core-base-utils-dev \ |
16 | task-poky-basic-libs \ | 16 | task-core-basic-libs \ |
17 | task-poky-basic-libs-dbg \ | 17 | task-core-basic-libs-dbg \ |
18 | task-poky-basic-libs-dev \ | 18 | task-core-basic-libs-dev \ |
19 | task-poky-basic-utils \ | 19 | task-core-basic-utils \ |
20 | task-poky-basic-utils-dbg \ | 20 | task-core-basic-utils-dbg \ |
21 | task-poky-basic-utils-dev \ | 21 | task-core-basic-utils-dev \ |
22 | task-poky-basic-extended \ | 22 | task-core-basic-extended \ |
23 | task-poky-basic-extended-dbg \ | 23 | task-core-basic-extended-dbg \ |
24 | task-poky-basic-extended-dev \ | 24 | task-core-basic-extended-dev \ |
25 | task-poky-dev-utils \ | 25 | task-core-dev-utils \ |
26 | task-poky-dev-utils-dbg \ | 26 | task-core-dev-utils-dbg \ |
27 | task-poky-dev-utils-dev \ | 27 | task-core-dev-utils-dev \ |
28 | task-poky-multiuser \ | 28 | task-core-multiuser \ |
29 | task-poky-multiuser-dbg \ | 29 | task-core-multiuser-dbg \ |
30 | task-poky-multiuser-dev \ | 30 | task-core-multiuser-dev \ |
31 | task-poky-initscripts \ | 31 | task-core-initscripts \ |
32 | task-poky-initscripts-dbg \ | 32 | task-core-initscripts-dbg \ |
33 | task-poky-initscripts-dev \ | 33 | task-core-initscripts-dev \ |
34 | task-poky-rpm \ | 34 | task-core-rpm \ |
35 | task-poky-rpm-dbg \ | 35 | task-core-rpm-dbg \ |
36 | task-poky-rpm-dev \ | 36 | task-core-rpm-dev \ |
37 | task-poky-sys-services \ | 37 | task-core-sys-services \ |
38 | task-poky-sys-services-dbg \ | 38 | task-core-sys-services-dbg \ |
39 | task-poky-sys-services-dev \ | 39 | task-core-sys-services-dev \ |
40 | " | 40 | " |
41 | 41 | ||
42 | ALLOW_EMPTY = "1" | 42 | ALLOW_EMPTY = "1" |
43 | 43 | ||
44 | RDEPENDS_task-poky-basic = "\ | 44 | RDEPENDS_task-core-basic = "\ |
45 | task-poky-base-utils \ | 45 | task-core-base-utils \ |
46 | task-poky-basic-libs \ | 46 | task-core-basic-libs \ |
47 | task-poky-basic-utils \ | 47 | task-core-basic-utils \ |
48 | task-poky-basic-extended \ | 48 | task-core-basic-extended \ |
49 | task-poky-dev-utils \ | 49 | task-core-dev-utils \ |
50 | task-poky-multiuser \ | 50 | task-core-multiuser \ |
51 | task-poky-initscripts \ | 51 | task-core-initscripts \ |
52 | task-poky-rpm \ | 52 | task-core-rpm \ |
53 | task-poky-sys-services \ | 53 | task-core-sys-services \ |
54 | " | 54 | " |
55 | 55 | ||
56 | RDEPENDS_task-poky-base-utils = "\ | 56 | RDEPENDS_task-core-base-utils = "\ |
57 | busybox \ | 57 | busybox \ |
58 | " | 58 | " |
59 | 59 | ||
60 | RDEPENDS_task-poky-basic-libs = "\ | 60 | RDEPENDS_task-core-basic-libs = "\ |
61 | glib-2.0 \ | 61 | glib-2.0 \ |
62 | " | 62 | " |
63 | 63 | ||
64 | RDEPENDS_task-poky-basic-utils = "\ | 64 | RDEPENDS_task-core-basic-utils = "\ |
65 | bash \ | 65 | bash \ |
66 | acl \ | 66 | acl \ |
67 | attr \ | 67 | attr \ |
@@ -92,7 +92,7 @@ RDEPENDS_task-poky-basic-utils = "\ | |||
92 | zlib \ | 92 | zlib \ |
93 | " | 93 | " |
94 | 94 | ||
95 | RDEPENDS_task-poky-basic-extended = "\ | 95 | RDEPENDS_task-core-basic-extended = "\ |
96 | iproute2 \ | 96 | iproute2 \ |
97 | iputils \ | 97 | iputils \ |
98 | iptables \ | 98 | iptables \ |
@@ -100,7 +100,7 @@ RDEPENDS_task-poky-basic-extended = "\ | |||
100 | openssl \ | 100 | openssl \ |
101 | " | 101 | " |
102 | 102 | ||
103 | RDEPENDS_task-poky-dev-utils = "\ | 103 | RDEPENDS_task-core-dev-utils = "\ |
104 | byacc \ | 104 | byacc \ |
105 | diffutils \ | 105 | diffutils \ |
106 | m4 \ | 106 | m4 \ |
@@ -108,7 +108,7 @@ RDEPENDS_task-poky-dev-utils = "\ | |||
108 | patch \ | 108 | patch \ |
109 | " | 109 | " |
110 | 110 | ||
111 | RDEPENDS_task-poky-initscripts = "\ | 111 | RDEPENDS_task-core-initscripts = "\ |
112 | initscripts \ | 112 | initscripts \ |
113 | sysvinit \ | 113 | sysvinit \ |
114 | ethtool \ | 114 | ethtool \ |
@@ -116,7 +116,7 @@ RDEPENDS_task-poky-initscripts = "\ | |||
116 | sysklogd \ | 116 | sysklogd \ |
117 | " | 117 | " |
118 | 118 | ||
119 | RDEPENDS_task-poky-multiuser = "\ | 119 | RDEPENDS_task-core-multiuser = "\ |
120 | cracklib \ | 120 | cracklib \ |
121 | gzip \ | 121 | gzip \ |
122 | libuser \ | 122 | libuser \ |
@@ -125,13 +125,13 @@ RDEPENDS_task-poky-multiuser = "\ | |||
125 | sudo \ | 125 | sudo \ |
126 | " | 126 | " |
127 | 127 | ||
128 | RDEPENDS_task-poky-rpm = "\ | 128 | RDEPENDS_task-core-rpm = "\ |
129 | beecrypt \ | 129 | beecrypt \ |
130 | rpm \ | 130 | rpm \ |
131 | zypper \ | 131 | zypper \ |
132 | " | 132 | " |
133 | 133 | ||
134 | RDEPENDS_task-poky-sys-services = "\ | 134 | RDEPENDS_task-core-sys-services = "\ |
135 | at \ | 135 | at \ |
136 | bzip2 \ | 136 | bzip2 \ |
137 | cronie \ | 137 | cronie \ |
diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb index b56c07beb2..ef8acb1359 100644 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ b/meta/recipes-extended/tasks/task-core-lsb.bb | |||
@@ -9,50 +9,50 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 9 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-lsb \ | 12 | task-core-lsb \ |
13 | task-poky-sys-extended \ | 13 | task-core-sys-extended \ |
14 | task-poky-sys-extended-dbg \ | 14 | task-core-sys-extended-dbg \ |
15 | task-poky-sys-extended-dev \ | 15 | task-core-sys-extended-dev \ |
16 | task-poky-db \ | 16 | task-core-db \ |
17 | task-poky-db-dbg \ | 17 | task-core-db-dbg \ |
18 | task-poky-db-dev \ | 18 | task-core-db-dev \ |
19 | task-poky-misc \ | 19 | task-core-misc \ |
20 | task-poky-misc-dbg \ | 20 | task-core-misc-dbg \ |
21 | task-poky-misc-dev \ | 21 | task-core-misc-dev \ |
22 | task-poky-perl \ | 22 | task-core-perl \ |
23 | task-poky-perl-dbg \ | 23 | task-core-perl-dbg \ |
24 | task-poky-perl-dev \ | 24 | task-core-perl-dev \ |
25 | task-poky-python \ | 25 | task-core-python \ |
26 | task-poky-python-dbg \ | 26 | task-core-python-dbg \ |
27 | task-poky-python-dev \ | 27 | task-core-python-dev \ |
28 | task-poky-tcl \ | 28 | task-core-tcl \ |
29 | task-poky-tcl-dbg \ | 29 | task-core-tcl-dbg \ |
30 | task-poky-tcl-dev \ | 30 | task-core-tcl-dev \ |
31 | task-poky-lsb-perl-add \ | 31 | task-core-lsb-perl-add \ |
32 | task-poky-lsb-python-add \ | 32 | task-core-lsb-python-add \ |
33 | task-poky-lsb-graphic-add \ | 33 | task-core-lsb-graphic-add \ |
34 | task-poky-lsb-runtime-add \ | 34 | task-core-lsb-runtime-add \ |
35 | task-poky-lsb-command-add \ | 35 | task-core-lsb-command-add \ |
36 | " | 36 | " |
37 | 37 | ||
38 | 38 | ||
39 | ALLOW_EMPTY = "1" | 39 | ALLOW_EMPTY = "1" |
40 | 40 | ||
41 | RDEPENDS_task-poky-lsb = "\ | 41 | RDEPENDS_task-core-lsb = "\ |
42 | task-poky-sys-extended \ | 42 | task-core-sys-extended \ |
43 | task-poky-db \ | 43 | task-core-db \ |
44 | task-poky-misc \ | 44 | task-core-misc \ |
45 | task-poky-perl \ | 45 | task-core-perl \ |
46 | task-poky-python \ | 46 | task-core-python \ |
47 | task-poky-tcl \ | 47 | task-core-tcl \ |
48 | task-poky-lsb-perl-add \ | 48 | task-core-lsb-perl-add \ |
49 | task-poky-lsb-python-add \ | 49 | task-core-lsb-python-add \ |
50 | task-poky-lsb-graphic-add \ | 50 | task-core-lsb-graphic-add \ |
51 | task-poky-lsb-runtime-add \ | 51 | task-core-lsb-runtime-add \ |
52 | task-poky-lsb-command-add \ | 52 | task-core-lsb-command-add \ |
53 | " | 53 | " |
54 | 54 | ||
55 | RDEPENDS_task-poky-sys-extended = "\ | 55 | RDEPENDS_task-core-sys-extended = "\ |
56 | binutils \ | 56 | binutils \ |
57 | chkconfig \ | 57 | chkconfig \ |
58 | curl \ | 58 | curl \ |
@@ -81,19 +81,19 @@ RDEPENDS_task-poky-sys-extended = "\ | |||
81 | zip \ | 81 | zip \ |
82 | " | 82 | " |
83 | 83 | ||
84 | RDEPENDS_task-poky-db = "\ | 84 | RDEPENDS_task-core-db = "\ |
85 | db \ | 85 | db \ |
86 | sqlite3 \ | 86 | sqlite3 \ |
87 | " | 87 | " |
88 | 88 | ||
89 | RDEPENDS_task-poky-perl = "\ | 89 | RDEPENDS_task-core-perl = "\ |
90 | gdbm \ | 90 | gdbm \ |
91 | perl \ | 91 | perl \ |
92 | zlib \ | 92 | zlib \ |
93 | " | 93 | " |
94 | 94 | ||
95 | 95 | ||
96 | RDEPENDS_task-poky-python = "\ | 96 | RDEPENDS_task-core-python = "\ |
97 | expat \ | 97 | expat \ |
98 | gdbm \ | 98 | gdbm \ |
99 | gmp \ | 99 | gmp \ |
@@ -104,11 +104,11 @@ RDEPENDS_task-poky-python = "\ | |||
104 | zip \ | 104 | zip \ |
105 | " | 105 | " |
106 | 106 | ||
107 | RDEPENDS_task-poky-tcl = "\ | 107 | RDEPENDS_task-core-tcl = "\ |
108 | tcl \ | 108 | tcl \ |
109 | " | 109 | " |
110 | 110 | ||
111 | RDEPENDS_task-poky-misc = "\ | 111 | RDEPENDS_task-core-misc = "\ |
112 | elfutils \ | 112 | elfutils \ |
113 | gettext \ | 113 | gettext \ |
114 | groff \ | 114 | groff \ |
@@ -124,7 +124,7 @@ RDEPENDS_task-poky-misc = "\ | |||
124 | zlib \ | 124 | zlib \ |
125 | " | 125 | " |
126 | 126 | ||
127 | RDEPENDS_task-poky-lsb-command-add = "\ | 127 | RDEPENDS_task-core-lsb-command-add = "\ |
128 | localedef \ | 128 | localedef \ |
129 | fontconfig-utils \ | 129 | fontconfig-utils \ |
130 | mailx \ | 130 | mailx \ |
@@ -133,19 +133,19 @@ RDEPENDS_task-poky-lsb-command-add = "\ | |||
133 | " | 133 | " |
134 | # cups | 134 | # cups |
135 | 135 | ||
136 | RDEPENDS_task-poky-lsb-perl-add = "\ | 136 | RDEPENDS_task-core-lsb-perl-add = "\ |
137 | perl-modules \ | 137 | perl-modules \ |
138 | perl-dev \ | 138 | perl-dev \ |
139 | perl-misc \ | 139 | perl-misc \ |
140 | perl-pod \ | 140 | perl-pod \ |
141 | " | 141 | " |
142 | 142 | ||
143 | RDEPENDS_task-poky-lsb-python-add = "\ | 143 | RDEPENDS_task-core-lsb-python-add = "\ |
144 | python-modules \ | 144 | python-modules \ |
145 | python-misc \ | 145 | python-misc \ |
146 | " | 146 | " |
147 | 147 | ||
148 | RDEPENDS_task-poky-lsb-graphic-add = "\ | 148 | RDEPENDS_task-core-lsb-graphic-add = "\ |
149 | libqtcore4 \ | 149 | libqtcore4 \ |
150 | libqtgui4 \ | 150 | libqtgui4 \ |
151 | libqtsql4 \ | 151 | libqtsql4 \ |
@@ -166,19 +166,19 @@ RDEPENDS_task-poky-lsb-graphic-add = "\ | |||
166 | gdk-pixbuf-loader-ani \ | 166 | gdk-pixbuf-loader-ani \ |
167 | " | 167 | " |
168 | 168 | ||
169 | RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ | 169 | RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\ |
170 | libqtopengl4 \ | 170 | libqtopengl4 \ |
171 | " | 171 | " |
172 | RDEPENDS_task-poky-lsb-graphic-add_atom-pc = "\ | 172 | RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\ |
173 | libqtopengl4 \ | 173 | libqtopengl4 \ |
174 | " | 174 | " |
175 | RDEPENDS_task-poky-lsb-graphic-add_qemuppc = "\ | 175 | RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\ |
176 | libqtopengl4 \ | 176 | libqtopengl4 \ |
177 | " | 177 | " |
178 | 178 | ||
179 | # mesa-dri | 179 | # mesa-dri |
180 | 180 | ||
181 | RDEPENDS_task-poky-lsb-runtime-add = "\ | 181 | RDEPENDS_task-core-lsb-runtime-add = "\ |
182 | ldd \ | 182 | ldd \ |
183 | pam-plugin-wheel \ | 183 | pam-plugin-wheel \ |
184 | e2fsprogs-mke2fs \ | 184 | e2fsprogs-mke2fs \ |
diff --git a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb b/meta/recipes-gnome/tasks/task-core-sdk-gmae.bb index b5c2fda159..6cb14107d9 100644 --- a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb +++ b/meta/recipes-gnome/tasks/task-core-sdk-gmae.bb | |||
@@ -15,7 +15,7 @@ require task-sdk-gmae.inc | |||
15 | PACKAGES = "${PN}" | 15 | PACKAGES = "${PN}" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | task-poky-sdk \ | 18 | task-core-sdk \ |
19 | libglade-dev \ | 19 | libglade-dev \ |
20 | ${SDK-GMAE} \ | 20 | ${SDK-GMAE} \ |
21 | ${SDK-EXTRAS}" | 21 | ${SDK-EXTRAS}" |
diff --git a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb index ad6270adf4..32e60a8582 100644 --- a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb | |||
@@ -15,7 +15,7 @@ require task-sdk-gmae.inc | |||
15 | PACKAGES = "${PN} ${PN}-dbg" | 15 | PACKAGES = "${PN} ${PN}-dbg" |
16 | 16 | ||
17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS_${PN} = "\ |
18 | task-poky-standalone-sdk-target \ | 18 | task-core-standalone-sdk-target \ |
19 | libglade-dev \ | 19 | libglade-dev \ |
20 | ${SDK-GMAE} \ | 20 | ${SDK-GMAE} \ |
21 | ${SDK-EXTRAS}" | 21 | ${SDK-EXTRAS}" |
diff --git a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch index 210b9492c6..e9dc8a2c65 100644 --- a/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gst/enable_tests.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Install example binary needed for poky-image-clutter | 1 | Install example binary needed for core-image-clutter |
2 | 2 | ||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> |
4 | Index: git/examples/Makefile.am | 4 | Index: git/examples/Makefile.am |
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch index e91b8272f6..c18ffecefd 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch +++ b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Install the test binary needed for poky-image-clutter | 1 | Install the test binary needed for core-image-clutter |
2 | 2 | ||
3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> | 3 | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> |
4 | 4 | ||
diff --git a/meta/recipes-graphics/images/poky-image-clutter.bb b/meta/recipes-graphics/images/core-image-clutter.bb index a1dcb51b5b..66839f4f96 100644 --- a/meta/recipes-graphics/images/poky-image-clutter.bb +++ b/meta/recipes-graphics/images/core-image-clutter.bb | |||
@@ -4,8 +4,8 @@ LICENSE = "MIT" | |||
4 | 4 | ||
5 | IMAGE_INSTALL = "\ | 5 | IMAGE_INSTALL = "\ |
6 | ${POKY_BASE_INSTALL} \ | 6 | ${POKY_BASE_INSTALL} \ |
7 | task-poky-clutter-core \ | 7 | task-core-clutter-core \ |
8 | task-poky-clutter-tests \ | 8 | task-core-clutter-tests \ |
9 | task-poky-clutter-apps" | 9 | task-core-clutter-apps" |
10 | 10 | ||
11 | inherit poky-image | 11 | inherit poky-image |
diff --git a/meta/recipes-graphics/tasks/task-poky-clutter.bb b/meta/recipes-graphics/tasks/task-core-clutter.bb index 555a9ee0f0..43c65251a4 100644 --- a/meta/recipes-graphics/tasks/task-poky-clutter.bb +++ b/meta/recipes-graphics/tasks/task-core-clutter.bb | |||
@@ -10,27 +10,27 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
10 | PR = "r4" | 10 | PR = "r4" |
11 | 11 | ||
12 | PACKAGES = "\ | 12 | PACKAGES = "\ |
13 | task-poky-clutter-core \ | 13 | task-core-clutter-core \ |
14 | task-poky-clutter-core-dbg \ | 14 | task-core-clutter-core-dbg \ |
15 | task-poky-clutter-core-dev \ | 15 | task-core-clutter-core-dev \ |
16 | task-poky-clutter-apps \ | 16 | task-core-clutter-apps \ |
17 | task-poky-clutter-apps-dbg \ | 17 | task-core-clutter-apps-dbg \ |
18 | task-poky-clutter-apps-dev \ | 18 | task-core-clutter-apps-dev \ |
19 | task-poky-clutter-tests \ | 19 | task-core-clutter-tests \ |
20 | task-poky-clutter-tests-dbg \ | 20 | task-core-clutter-tests-dbg \ |
21 | task-poky-clutter-tests-dev \ | 21 | task-core-clutter-tests-dev \ |
22 | " | 22 | " |
23 | 23 | ||
24 | ALLOW_EMPTY = "1" | 24 | ALLOW_EMPTY = "1" |
25 | 25 | ||
26 | RDEPENDS_task-poky-clutter-core = "\ | 26 | RDEPENDS_task-core-clutter-core = "\ |
27 | clutter-1.4 \ | 27 | clutter-1.4 \ |
28 | clutter-gst-1.4 \ | 28 | clutter-gst-1.4 \ |
29 | clutter-gtk-1.4" | 29 | clutter-gtk-1.4" |
30 | 30 | ||
31 | RDEPENDS_task-poky-clutter-tests = "\ | 31 | RDEPENDS_task-core-clutter-tests = "\ |
32 | clutter-gst-1.4-examples \ | 32 | clutter-gst-1.4-examples \ |
33 | clutter-gtk-1.4-examples" | 33 | clutter-gtk-1.4-examples" |
34 | 34 | ||
35 | #RDEPENDS_task-poky-clutter-apps = "\ | 35 | #RDEPENDS_task-core-clutter-apps = "\ |
36 | # clutter-box2d " | 36 | # clutter-box2d " |
diff --git a/meta/recipes-qt/tasks/task-poky-qt.bb b/meta/recipes-qt/tasks/task-core-qt.bb index 762dff8e3e..69512a4b9f 100644 --- a/meta/recipes-qt/tasks/task-poky-qt.bb +++ b/meta/recipes-qt/tasks/task-core-qt.bb | |||
@@ -9,9 +9,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
9 | PR = "r3" | 9 | PR = "r3" |
10 | 10 | ||
11 | PACKAGES = "\ | 11 | PACKAGES = "\ |
12 | task-poky-qt-demos \ | 12 | task-core-qt-demos \ |
13 | task-poky-qt-demos-dbg \ | 13 | task-core-qt-demos-dbg \ |
14 | task-poky-qt-demos-dev \ | 14 | task-core-qt-demos-dev \ |
15 | " | 15 | " |
16 | 16 | ||
17 | ALLOW_EMPTY = "1" | 17 | ALLOW_EMPTY = "1" |
@@ -19,4 +19,4 @@ ALLOW_EMPTY = "1" | |||
19 | QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" | 19 | QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall" |
20 | #QTDEMOS_disabled = "fotowall" | 20 | #QTDEMOS_disabled = "fotowall" |
21 | 21 | ||
22 | RDEPENDS_task-poky-qt-demos = "${QTDEMOS}" | 22 | RDEPENDS_task-core-qt-demos = "${QTDEMOS}" |
diff --git a/meta/recipes-qt/tasks/task-qte-toolchain-target.bb b/meta/recipes-qt/tasks/task-qte-toolchain-target.bb index 659df47fa1..7ee575f2eb 100644 --- a/meta/recipes-qt/tasks/task-qte-toolchain-target.bb +++ b/meta/recipes-qt/tasks/task-qte-toolchain-target.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 8 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS_${PN} += " \ |
11 | task-poky-standalone-sdk-target \ | 11 | task-core-standalone-sdk-target \ |
12 | qt4-embedded-mkspecs \ | 12 | qt4-embedded-mkspecs \ |
13 | libqt-embeddedmultimedia4-dev \ | 13 | libqt-embeddedmultimedia4-dev \ |
14 | libqt-embeddedphonon4-dev \ | 14 | libqt-embeddedphonon4-dev \ |
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" |