From ca7658fb6fe2edf45495375df6b494fa3173254a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 1 Jan 2007 16:10:22 +0000 Subject: site: Start to refactor files to benefit from common site files. Much more work is needed but this is a start --- classes/siteinfo.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'classes') 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) -- cgit v1.2.3