diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-04-08 14:07:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-08 07:52:38 +0100 |
commit | d28935d84ea4530fc1b7cedfdbc80f311c72f7dd (patch) | |
tree | a9cd7db35c438b1e7d67b9659dcc013c1ee83d69 | |
parent | 3d82961ce28866f0363a8cf1bbb2ffcaa9605a33 (diff) | |
download | openembedded-core-d28935d84ea4530fc1b7cedfdbc80f311c72f7dd.tar.gz openembedded-core-d28935d84ea4530fc1b7cedfdbc80f311c72f7dd.tar.bz2 openembedded-core-d28935d84ea4530fc1b7cedfdbc80f311c72f7dd.zip |
local.conf.sample: remove reference to adt
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 5e93caf54b..2c12ca5aa0 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -85,9 +85,9 @@ MACHINE ??= "qemux86" PACKAGE_CLASSES ?= "package_ipk" # -# SDK/ADT target architecture +# SDK target architecture # -# This variable specifies the architecture to build SDK/ADT items for and means +# This variable specifies the architecture to build SDK items for and means # you can build the SDK packages for architectures other than the machine you are # running the build on (i.e. building i686 packages on an x86_64 host). # Supported values are i686 and x86_64 |