]> code.ossystems Code Review - openembedded-core.git/commit
siteinfo.bbclass: Port over oe.dev logic for site files
authorTom Rini <tom_rini@mentor.com>
Tue, 12 Jul 2011 16:29:34 +0000 (09:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jul 2011 09:46:54 +0000 (10:46 +0100)
commitcb3d7cd1c0f2bbcd448abbb832074ca965e0af5e
tree129d1a69c468ba6d36318ea90ad804403638951d
parenta788f8262481706d5311eb9b2573f2d69ab2a5d6
siteinfo.bbclass: Port over oe.dev logic for site files

In oe.dev we have a sets to pick out hostos/hostarch/etc site
files out of and include things like a common-linux site file.
This should also help out with adding multilib-specific site files
(ie x32).  In oe.dev we have an iterator but at Richard's request
we continue to return a list of files in siteinfo_get_files().

Signed-off-by: Tom Rini <tom_rini@mentor.com>
meta/classes/siteinfo.bbclass
meta/site/common-linux [new file with mode: 0644]