mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
rootfs_rpm.bbclass: fix platform so rpm will be usable on device
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5432 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -19,7 +19,7 @@ fakeroot rootfs_rpm_do_rootfs () {
|
||||
set -x
|
||||
|
||||
mkdir -p ${IMAGE_ROOTFS}/etc/rpm/
|
||||
echo ${TARGET_ARCH} >${IMAGE_ROOTFS}/etc/rpm/platform
|
||||
echo "${TARGET_ARCH}-linux" >${IMAGE_ROOTFS}/etc/rpm/platform
|
||||
|
||||
# Generate an apprpriate yum.conf
|
||||
rm -rf ${YUMCONF}
|
||||
|
||||
Reference in New Issue
Block a user