]> code.ossystems Code Review - openembedded-core.git/commit
siteinfo: Rework the siteinfo for powerpc to fix uclibc fallout
authorKhem Raj <raj.khem@gmail.com>
Sat, 23 Jul 2011 01:59:48 +0000 (18:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2011 10:54:52 +0000 (11:54 +0100)
commit0fc798640ba60cbb9074d617ba18518b113b7186
tree19cf70956e5ea5b18454b2717859173223fa70a7
parent9226635ab28b5ca44ec04931d27c5c3313d56e61
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>
meta/classes/siteinfo.bbclass
meta/site/powerpc-linux-uclibc [deleted file]