diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-03 15:49:39 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-08 00:50:29 +0000 |
commit | d6b885b1b5299d2c0c539f552bafc53569bbc2d3 (patch) | |
tree | 70436dc95247ecf7b435eea58a5dc78ad81eafd4 /meta/recipes-extended/images | |
parent | 41936cd5bcfddfbf3374174c1e3cdea951d2d10f (diff) | |
download | poky-d6b885b1b5299d2c0c539f552bafc53569bbc2d3.tar.gz |
classes,recipes: Replace POKY_* with CORE_IMAGE_*
(From OE-Core rev: b14a92f4450bb08b9f11d3fd7a99155315527cdd)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/images/core-image-basic.bb b/meta/recipes-extended/images/core-image-basic.bb index 5e58e60100..f801346376 100644 --- a/meta/recipes-extended/images/core-image-basic.bb +++ b/meta/recipes-extended/images/core-image-basic.bb | |||
@@ -8,6 +8,6 @@ IMAGE_INSTALL = "\ | |||
8 | task-core-basic \ | 8 | task-core-basic \ |
9 | " | 9 | " |
10 | 10 | ||
11 | # ${POKY_BASE_INSTALL} | 11 | # ${CORE_IMAGE_BASE_INSTALL} |
12 | 12 | ||
13 | inherit core-image | 13 | inherit core-image |
diff --git a/meta/recipes-extended/images/core-image-lsb-dev.bb b/meta/recipes-extended/images/core-image-lsb-dev.bb index 2d6f6744a8..e6d7bc9d47 100644 --- a/meta/recipes-extended/images/core-image-lsb-dev.bb +++ b/meta/recipes-extended/images/core-image-lsb-dev.bb | |||
@@ -5,7 +5,7 @@ standalone SDK." | |||
5 | IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh" | 5 | IMAGE_FEATURES += "apps-console-core dev-pkgs ssh-server-openssh" |
6 | 6 | ||
7 | IMAGE_INSTALL = "\ | 7 | IMAGE_INSTALL = "\ |
8 | ${POKY_BASE_INSTALL} \ | 8 | ${CORE_IMAGE_BASE_INSTALL} \ |
9 | task-core-basic \ | 9 | task-core-basic \ |
10 | task-core-lsb \ | 10 | task-core-lsb \ |
11 | " | 11 | " |
diff --git a/meta/recipes-extended/images/core-image-lsb-sdk.bb b/meta/recipes-extended/images/core-image-lsb-sdk.bb index 105c8db8a8..08928913f0 100644 --- a/meta/recipes-extended/images/core-image-lsb-sdk.bb +++ b/meta/recipes-extended/images/core-image-lsb-sdk.bb | |||
@@ -7,7 +7,7 @@ EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" | |||
7 | 7 | ||
8 | 8 | ||
9 | IMAGE_INSTALL = "\ | 9 | IMAGE_INSTALL = "\ |
10 | ${POKY_BASE_INSTALL} \ | 10 | ${CORE_IMAGE_BASE_INSTALL} \ |
11 | task-core-basic \ | 11 | task-core-basic \ |
12 | task-core-lsb \ | 12 | task-core-lsb \ |
13 | " | 13 | " |
diff --git a/meta/recipes-extended/images/core-image-lsb.bb b/meta/recipes-extended/images/core-image-lsb.bb index f6696183e6..b0a3a4dfa0 100644 --- a/meta/recipes-extended/images/core-image-lsb.bb +++ b/meta/recipes-extended/images/core-image-lsb.bb | |||
@@ -4,7 +4,7 @@ conform to Linux Standard Base (LSB)." | |||
4 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" | 4 | IMAGE_FEATURES += "apps-console-core ssh-server-openssh" |
5 | 5 | ||
6 | IMAGE_INSTALL = "\ | 6 | IMAGE_INSTALL = "\ |
7 | ${POKY_BASE_INSTALL} \ | 7 | ${CORE_IMAGE_BASE_INSTALL} \ |
8 | task-core-basic \ | 8 | task-core-basic \ |
9 | task-core-lsb \ | 9 | task-core-lsb \ |
10 | " | 10 | " |