mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
rootfs_rpm: set target architecture and do not tell yum which arch we will use
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5391 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -18,7 +18,7 @@ fakeroot rootfs_rpm_do_rootfs () {
|
||||
set -x
|
||||
|
||||
mkdir -p ${IMAGE_ROOTFS}/etc/rpm/
|
||||
#echo "arm" > ${IMAGE_ROOTFS}/etc/rpm/platform
|
||||
echo ${TARGET_ARCH} >${IMAGE_ROOTFS}/etc/rpm/platform
|
||||
|
||||
# Generate an apprpriate yum.conf
|
||||
rm -rf ${YUMCONF}
|
||||
@@ -31,8 +31,6 @@ logfile=/var/log2/yum.log
|
||||
exactarch=0
|
||||
obsoletes=1
|
||||
tolerant=1
|
||||
arch=arm
|
||||
basearch=arm
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user