From: Joshua Lock Date: Fri, 4 Jun 2010 16:45:31 +0000 (+0100) Subject: packaged-staging: Add the correct architectures to the opkg conf X-Git-Tag: 2011-1~5929 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f367b6930a0cc4c711996dc1bfb8203fedd37fa;p=openembedded-core.git packaged-staging: Add the correct architectures to the opkg conf Signed-off-by: Joshua Lock --- diff --git a/meta/classes/packaged-staging.bbclass b/meta/classes/packaged-staging.bbclass index cda16d1cc5..9ae16f1932 100644 --- a/meta/classes/packaged-staging.bbclass +++ b/meta/classes/packaged-staging.bbclass @@ -152,7 +152,7 @@ staging_helper () { conffile=${PSTAGE_MACHCONFIG} mkdir -p ${PSTAGE_WORKDIR}/pstaging_lists if [ ! -e $conffile ]; then - ipkgarchs="${BUILD_SYS}" + ipkgarchs="${BUILD_ARCH} ${BUILD_ARCH}_${TARGET_ARCH}" priority=1 for arch in $ipkgarchs; do echo "arch $arch $priority" >> $conffile