diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-07-22 18:59:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 11:54:52 +0100 |
commit | 0fc798640ba60cbb9074d617ba18518b113b7186 (patch) | |
tree | 19cf70956e5ea5b18454b2717859173223fa70a7 /meta/site | |
parent | 9226635ab28b5ca44ec04931d27c5c3313d56e61 (diff) | |
download | openembedded-core-contrib-0fc798640ba60cbb9074d617ba18518b113b7186.tar.gz |
siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout
I believe that powerpc-linux is now a common file across 32bit/64bit
linux for powerpc be it uclibc or glibc. I compared the differences
between powerpc-linux-uclibc and powerpc-linux files and it
powerpc-linux was more uptodate and all the new stuff it had was needed
for uclibc anyway so we do not need to keep exact copy of powerpc-linux
as powerpc-linux-uclibc instead we use powerpc-linux for powerpc/uclibc
targets.
Secondly linux specific files were added in archinfo dictionary
which I think logically belongs to targetinfo dictionary therefore
moved them to targetinfo
now uclibc/powerpc is buildable again
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/powerpc-linux-uclibc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/meta/site/powerpc-linux-uclibc b/meta/site/powerpc-linux-uclibc deleted file mode 100644 index e69de29bb2d..00000000000 --- a/meta/site/powerpc-linux-uclibc +++ /dev/null |