diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:49:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:49:29 +0100 |
commit | 4a35cdda31fe083ae465423b76b06fb9bdaa691d (patch) | |
tree | 6eebc1b212fa39f699b4e9736017a6bc82472f94 /meta/conf | |
parent | 747fcc030d2bdd7c0551e366ceb8f2a38c063b26 (diff) | |
download | openembedded-core-4a35cdda31fe083ae465423b76b06fb9bdaa691d.tar.gz openembedded-core-4a35cdda31fe083ae465423b76b06fb9bdaa691d.tar.bz2 openembedded-core-4a35cdda31fe083ae465423b76b06fb9bdaa691d.zip |
Rename poky-image.bbclass to core-image.bbclass
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 6d9e4074fa..5ba1b06f29 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -40,7 +40,7 @@ BBMASK = "" # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) # "debug-tweaks" - make an image for suitable of development # e.g. ssh root access has a blank password -# There are other application targets too, see meta/classes/poky-image.bbclass +# There are other application targets too, see meta/classes/core-image.bbclass # and meta/packages/tasks/task-core.bb for more details. EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" |