diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:27:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 18:47:32 +0100 |
commit | 27147ae60f22f5be257727b1ec69f48a7192ffb3 (patch) | |
tree | cdadbe3d5a2534721c0378b9055eb2e29877a7e4 /meta/conf/local.conf.sample | |
parent | adbf55721ee956897c0951cff63aeb1defb3c738 (diff) | |
download | openembedded-core-27147ae60f22f5be257727b1ec69f48a7192ffb3.tar.gz openembedded-core-27147ae60f22f5be257727b1ec69f48a7192ffb3.tar.bz2 openembedded-core-27147ae60f22f5be257727b1ec69f48a7192ffb3.zip |
Catch task-poky -> task-core renaming
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/local.conf.sample')
-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 896ce55483..6d9e4074fa 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -41,7 +41,7 @@ BBMASK = "" # "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 -# and meta/packages/tasks/task-poky.bb for more details. +# and meta/packages/tasks/task-core.bb for more details. EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" |