diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-02-03 15:49:39 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-02-07 15:05:42 -0800 |
commit | b14a92f4450bb08b9f11d3fd7a99155315527cdd (patch) | |
tree | 5ea90be81f648a4ee9e76d22345a0d3a25539bea /meta/recipes-core | |
parent | f6056cf0e7c76f2f3df650b088ce84df41ec14ca (diff) | |
download | openembedded-core-b14a92f4450bb08b9f11d3fd7a99155315527cdd.tar.gz openembedded-core-b14a92f4450bb08b9f11d3fd7a99155315527cdd.tar.bz2 openembedded-core-b14a92f4450bb08b9f11d3fd7a99155315527cdd.zip |
classes,recipes: Replace POKY_* with CORE_IMAGE_*
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core')
-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 @@ # DESCRIPTION = "A small image just capable of allowing a device to boot." -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}" +IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" IMAGE_LINGUAS = " " 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 @@ IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted" -POKY_EXTRA_INSTALL = "\ +CORE_IMAGE_EXTRA_INSTALL = "\ task-self-hosted \ " |