Here i just added to  /etc/yum.repos.d/
fedora-arm.repo:

[fedora-arm-latest]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
baseurl=http://arm.koji.fedoraproject.org/repos/dist-f13-build/latest/armv5tel
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&;
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch


---
then added --enablerepo=fedora-arm-latest --skip-broken to the yum  
line in mkrootfs script.

  It is downloading and installing packages, however it is only  
getting the noarch packages, not the arm5tel packages when I run it.  
But I am running it on an i386 machines and you can't override the  
basearch without yum extender so I kind of expected it not to work.





Quoting tuxdna <[email protected]>:

> As discussed on IRC:
>
> I downloaded the packages to build a roofs from the f12 rootfs's list
> of pacakges:
> wget -c -O rpmlist-f12-armv5tel.txt http://fpaste.org/Lo3B/raw/
>
> for f in `rpmlist-f12-armv5tel.txt` ; do arm-koji download-build
> --arch=armv5tel --latestfrom=dist-f13 ${f%.*} ; done >> down.log  2>&1
>
> grep 'has no build' down.log
>
> Following packages are still not available from arm-koji:
> http://fpaste.org/vGbr/
>
> /tuxdna
> _______________________________________________
> arm mailing list
> [email protected]
> https://admin.fedoraproject.org/mailman/listinfo/arm
>




_______________________________________________
arm mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/arm

Reply via email to