Fix the package_arch=machine_arch logic to use FILESPATH*
authorChris Larson <chris_larson@mentor.com>
Thu, 19 Aug 2010 16:53:31 +0000 (09:53 -0700)
committerChris Larson <chris_larson@mentor.com>
Sat, 21 Aug 2010 00:56:07 +0000 (17:56 -0700)
commit2b7ea6f52dfa7c6cdbbb426e13efba1b4914e7b9
tree6d0a2664ce14ff6b40f106a2888257e91791c85b
parente325cc7b38be32e6352f19b4712f96144be3ffe5
Fix the package_arch=machine_arch logic to use FILESPATH*

- Use FILESPATHPKG and FILESPATHBASE to locate the machine specific dirs
- Use the fetch urldata rather than poking at urls ourselves
- Move the logic into utils.bbclass as def'd python functions
- Simplify

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/base.bbclass
classes/utils.bbclass