diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-07-12 09:29:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:18 +0100 |
commit | 997b1fc7f722ee20212107f8243fd71fef4fcf7e (patch) | |
tree | d93cac7247a83fd8c1d97afa823a67b4f8ff9165 /meta/site/common-linux | |
parent | fe7db148c2f0286c1e4106d718c650f86cbb5030 (diff) | |
download | openembedded-core-contrib-997b1fc7f722ee20212107f8243fd71fef4fcf7e.tar.gz |
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().
(From OE-Core rev: cb3d7cd1c0f2bbcd448abbb832074ca965e0af5e)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/common-linux')
-rw-r--r-- | meta/site/common-linux | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/meta/site/common-linux |