diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-27 08:54:17 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-27 08:54:17 +0000 |
commit | 3b3846951a722240ebc8556d6f358724c4977c23 (patch) | |
tree | 34474a453b49ead5992702a1ab3c8a324c1f237d /build/conf/local.conf.sample | |
parent | b284e39a7ea5b46e7c78c540d296968d903d63c5 (diff) | |
download | ast2050-yocto-poky-3b3846951a722240ebc8556d6f358724c4977c23.zip ast2050-yocto-poky-3b3846951a722240ebc8556d6f358724c4977c23.tar.gz |
local.conf.sample: fix typo, tools-dbg -> tools-debug
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2806 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build/conf/local.conf.sample')
-rw-r--r-- | build/conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index c5bef88..9ef08d0 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -50,7 +50,7 @@ DISTRO ?= "poky" # There are other application targets too, see meta/classes/poky-image.bbclass # and meta/packages/tasks/task-poky.bb for more details. -IMAGE_FEATURES = "tools-dbg tools-profile tools-testapps debug-tweaks" +IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" # A list of packaging systems used in generated images # The first package type listed will be used for rootfs generation |