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-core/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-core/images')
-rw-r--r-- | meta/recipes-core/images/core-image-minimal.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/images/self-hosted-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 687f72a4cc..7953b805a6 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | DESCRIPTION = "A small image just capable of allowing a device to boot." | 4 | DESCRIPTION = "A small image just capable of allowing a device to boot." |
5 | 5 | ||
6 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}" | 6 | IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" |
7 | 7 | ||
8 | IMAGE_LINGUAS = " " | 8 | IMAGE_LINGUAS = " " |
9 | 9 | ||
diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 5029ac2fbb..a0a7592091 100644 --- a/meta/recipes-core/images/self-hosted-image.bb +++ b/meta/recipes-core/images/self-hosted-image.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" | 1 | IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" |
2 | 2 | ||
3 | POKY_EXTRA_INSTALL = "\ | 3 | CORE_IMAGE_EXTRA_INSTALL = "\ |
4 | task-self-hosted \ | 4 | task-self-hosted \ |
5 | " | 5 | " |
6 | 6 | ||