diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:14:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:33 +0100 |
commit | 765d380e33f485a5ba9f10adabbb88440f9eaf07 (patch) | |
tree | 37f01d84517cc360a5f60c1d0421ea855a69ac73 /meta-yocto/conf/local.conf.sample | |
parent | 949645e577d68c1e11b53e82df0459629bf4bddd (diff) | |
download | poky-765d380e33f485a5ba9f10adabbb88440f9eaf07.tar.gz |
meta-yocto: Catch up with OE-Core renaming
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 434c6841bf..c73912737e 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -51,8 +51,8 @@ BBMASK = "" | |||
51 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | 51 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) |
52 | # "debug-tweaks" - make an image for suitable of development | 52 | # "debug-tweaks" - make an image for suitable of development |
53 | # e.g. ssh root access has a blank password | 53 | # e.g. ssh root access has a blank password |
54 | # There are other application targets too, see meta/classes/poky-image.bbclass | 54 | # There are other application targets too, see meta/classes/core-image.bbclass |
55 | # and meta/packages/tasks/task-poky.bb for more details. | 55 | # and meta/recipes-core/tasks/task-core.bb for more details. |
56 | 56 | ||
57 | EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" | 57 | EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" |
58 | 58 | ||
@@ -75,7 +75,7 @@ PACKAGE_CLASSES ?= "package_rpm package_ipk" | |||
75 | # and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe | 75 | # and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe |
76 | # extended or upgraded later. | 76 | # extended or upgraded later. |
77 | #This enabled mklibs library size optimization just for the specified image. | 77 | #This enabled mklibs library size optimization just for the specified image. |
78 | #MKLIBS_OPTIMIZED_IMAGES ?= "poky-image-minimal" | 78 | #MKLIBS_OPTIMIZED_IMAGES ?= "core-image-minimal" |
79 | #This enable mklibs library size optimization will be for all the images. | 79 | #This enable mklibs library size optimization will be for all the images. |
80 | #MKLIBS_OPTIMIZED_IMAGES ?= "all" | 80 | #MKLIBS_OPTIMIZED_IMAGES ?= "all" |
81 | 81 | ||
@@ -102,7 +102,7 @@ USER_CLASSES ?= "image-mklibs image-prelink" | |||
102 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | 102 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard |
103 | # disk space, so make sure to free enough space. The default TMPDIR is | 103 | # disk space, so make sure to free enough space. The default TMPDIR is |
104 | # <build directory>/tmp | 104 | # <build directory>/tmp |
105 | #TMPDIR = "${POKYBASE}/build/tmp" | 105 | #TMPDIR = "${COREBASE}/build/tmp" |
106 | 106 | ||
107 | # The following are used to control options related to debugging. | 107 | # The following are used to control options related to debugging. |
108 | # | 108 | # |