packaged-staging: Add the correct architectures to the opkg conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-06-04 17:45:31 +01:00
parent 1ccbc1549e
commit 8f367b6930
1 changed files with 1 additions and 1 deletions

View File

@ -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