packaged-staging.bbclass: Change PSTAGE_PKGARCH to something dynamic
commitc402cf9096a72e0c2d899d2c131327d2366a418c
authorTom Rini <tom_rini@mentor.com>
Wed, 23 Jun 2010 17:44:40 +0000 (23 10:44 -0700)
committerTom Rini <tom_rini@mentor.com>
Wed, 23 Jun 2010 19:36:06 +0000 (23 12:36 -0700)
treea4d247c55a1ed809a62b8429e1af9cab44171bd6
parent3c655e5663f57d28cb285fe159804c2185f62764
packaged-staging.bbclass: Change PSTAGE_PKGARCH to something dynamic

Currently, we make all pstage packages be locked to BUILD_SYS which causes
annoying warnings in some cases and doesn't allow for sharing between say 32
and 64bit (which is valid for target bits).

We now change to ${PACKAGE_ARCH}-${HOST_OS} for everything except for cross
where we need to encode HOST_SYS into the name as well.

Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/packaged-staging.bbclass