diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 11:43:33 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-11-04 11:43:33 +0000 |
commit | 51be1fad9c2889755787f94f07174f854d23f8db (patch) | |
tree | f22a5a4ec17ff97eedfd95b366482f05ec74d9a3 /meta/classes | |
parent | f27cbd1a4e76ae4ce9728a380ee678df9953ed21 (diff) | |
download | poky-51be1fad9c2889755787f94f07174f854d23f8db.tar.gz |
linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINE
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/base.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 824ce05fc9..9cf3863ff1 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -743,11 +743,12 @@ def generate_git_config(e): | |||
743 | ignore_count = 1 | 743 | ignore_count = 1 |
744 | ignore_host = data.getVar('GIT_PROXY_IGNORE_1', e.data, True) | 744 | ignore_host = data.getVar('GIT_PROXY_IGNORE_1', e.data, True) |
745 | while (ignore_host): | 745 | while (ignore_host): |
746 | f.write(" gitproxy = non for %s" % ignore_host) | 746 | f.write(" gitproxy = none for %s\n" % ignore_host) |
747 | ignore_count += 1 | 747 | ignore_count += 1 |
748 | ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count, e.data, True) | 748 | ignore_host = data.getVar('GIT_PROXY_IGNORE_%s' % ignore_count, e.data, True) |
749 | f.write(proxy_command) | 749 | f.write(proxy_command) |
750 | f.close | 750 | f.close |
751 | if | ||
751 | 752 | ||
752 | 753 | ||
753 | METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}" | 754 | METADATA_REVISION ?= "${@base_get_metadata_monotone_revision(d)}" |