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-09 23:00:46 +0100 |
commit | 83d4fab23c9981090da79d4bc21d850f16813f30 (patch) | |
tree | efb5cc20cb6d34d0f6ba4c81757cc4b6860bf174 /meta-poky/conf | |
parent | 52cfdb6a88060605f3a0d21e0227477db1049f12 (diff) | |
download | poky-83d4fab23c9981090da79d4bc21d850f16813f30.tar.gz |
local.conf.sample: remove reference to adt
(From meta-yocto rev: 990c40fcbbf341a933ee9b22ca26948cfe886b91)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 15dcc48b3c..3b69b23df2 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample | |||
@@ -108,9 +108,9 @@ DISTRO ?= "poky" | |||
108 | PACKAGE_CLASSES ?= "package_rpm" | 108 | PACKAGE_CLASSES ?= "package_rpm" |
109 | 109 | ||
110 | # | 110 | # |
111 | # SDK/ADT target architecture | 111 | # SDK target architecture |
112 | # | 112 | # |
113 | # This variable specifies the architecture to build SDK/ADT items for and means | 113 | # This variable specifies the architecture to build SDK items for and means |
114 | # you can build the SDK packages for architectures other than the machine you are | 114 | # you can build the SDK packages for architectures other than the machine you are |
115 | # running the build on (i.e. building i686 packages on an x86_64 host). | 115 | # running the build on (i.e. building i686 packages on an x86_64 host). |
116 | # Supported values are i686 and x86_64 | 116 | # Supported values are i686 and x86_64 |