diff options
| author | Richard Purdie <rpurdie@rpsys.net> | 2007-01-01 16:10:22 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@rpsys.net> | 2007-01-01 16:10:22 +0000 |
| commit | ca7658fb6fe2edf45495375df6b494fa3173254a (patch) | |
| tree | 49570aa11d2c8998e1a53a665de7d8966577bfa2 /classes | |
| parent | f3736a87786cc70de5165ae403fae0ea7b11f3ed (diff) | |
site: Start to refactor files to benefit from common site files. Much more work is needed but this is a start
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/siteinfo.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 5a37768b52..f1671d9613 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -49,6 +49,7 @@ def get_siteinfo_list(d): if target in targetinfo: info = targetinfo[target].split() info.append(target) + info.append("common") return info else: bb.error("Information not available for target '%s'" % target) |
