Hi,
I am Interested to know more about ARM because I think it is a great piece of technology and wants to learn it by porting some RPMs to ARM (mostly RPMs related to container technology).
I have a Rasberry pi 3 with me ( thanks to KB for that :) ). I have the mock setup in it ready now.
However I could not find the arm config file for ARM in /etc/mock (I mean EL7 ARM config file) . Do I have to create one or we have standard config files hosted somewhere?
Thanks, Lala
On 11/03/16 17:59, Lalatendu Mohanty wrote:
Hi,
I am Interested to know more about ARM because I think it is a great piece of technology and wants to learn it by porting some RPMs to ARM (mostly RPMs related to container technology).
I have a Rasberry pi 3 with me ( thanks to KB for that :) ). I have the mock setup in it ready now.
However I could not find the arm config file for ARM in /etc/mock (I mean EL7 ARM config file) . Do I have to create one or we have standard config files hosted somewhere?
Thanks, Lala
Hi Lala,
You can create a mock config file based on this one : http://armv7.dev.centos.org/repodir/c7-pass-1.cfg , but be sure also to include newer repositories that are on mirror.centos.org/altarch , as that one was the first one we used to build the 7.1.1503 SRPMS and then it was changed to include updates + 7.2.1511 + updates (and so on)
On Fri, Mar 11, 2016 at 10:39 PM Fabian Arrotin arrfab@centos.org wrote:
You can create a mock config file based on this one : http://armv7.dev.centos.org/repodir/c7-pass-1.cfg , but be sure also to include newer repositories that are on mirror.centos.org/altarch , as that one was the first one we used to build the 7.1.1503 SRPMS and then it was changed to include updates + 7.2.1511 + updates (and so on)
Hi Fabian,
I tried this and came with this [1] .cfg file, does it look fine or am I missing something from it? It works, though.
[1] : http://paste.fedoraproject.org/339266/57933583/
Thanks for your time, Shubham
On Mar 14 05:35, Shubham Minglani wrote:
On Fri, Mar 11, 2016 at 10:39 PM Fabian Arrotin arrfab@centos.org wrote:
You can create a mock config file based on this one : http://armv7.dev.centos.org/repodir/c7-pass-1.cfg , but be sure also to include newer repositories that are on mirror.centos.org/altarch , as that one was the first one we used to build the 7.1.1503 SRPMS and then it was changed to include updates + 7.2.1511 + updates (and so on)
Hi Fabian,
I tried this and came with this [1] .cfg file, does it look fine or am I missing something from it? It works, though.
[1] : http://paste.fedoraproject.org/339266/57933583/
Thanks for your time, Shubham
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
We're hoping to include this config in the next build of mock that we ship in CentOS-Extras. I'll put the spec, this config, and other files in a repo so we can collaborate on any changes.
Cheers! --Brian
On 03/16/2016 12:07 AM, Brian Stinson wrote:
We're hoping to include this config in the next build of mock that we ship in CentOS-Extras. I'll put the spec, this config, and other files in a repo so we can collaborate on any changes.
Have we released the ARM config as part of mock package in CentOS-Extras? I did a yum update mock , but did not get in Pi3 .
-Lala
Cheers! --Brian _______________________________________________ Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On Apr 13 01:02, Lalatendu Mohanty wrote:
On 03/16/2016 12:07 AM, Brian Stinson wrote:
We're hoping to include this config in the next build of mock that we ship in CentOS-Extras. I'll put the spec, this config, and other files in a repo so we can collaborate on any changes.
Have we released the ARM config as part of mock package in CentOS-Extras? I did a yum update mock , but did not get in Pi3 .
-Lala
Cheers! --Brian _______________________________________________ Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
That version hasn't been released yet. Hopefully coming soon.
--Brian
On 04/12/2016 02:53 PM, Brian Stinson wrote:
On Apr 13 01:02, Lalatendu Mohanty wrote:
On 03/16/2016 12:07 AM, Brian Stinson wrote:
We're hoping to include this config in the next build of mock that we ship in CentOS-Extras. I'll put the spec, this config, and other files in a repo so we can collaborate on any changes.
Have we released the ARM config as part of mock package in CentOS-Extras? I did a yum update mock , but did not get in Pi3 .
I did just push a mock config to git.centos.org:
https://git.centos.org/summary/sig-core!bld-seven.git
Specifically, it is centos-7-armhfp.cfg in bld-seven/mock/
That only points to released packages .. but we have some that are built and not released. Here lives all the armhfp built repos:
http://armv7.dev.centos.org/repodir/
I am going to see if we can grow/increase the released package set soon.
Thanks, Johnny Hughes
On 13/04/16 13:53, Johnny Hughes wrote:
On 04/12/2016 02:53 PM, Brian Stinson wrote:
On Apr 13 01:02, Lalatendu Mohanty wrote:
On 03/16/2016 12:07 AM, Brian Stinson wrote:
We're hoping to include this config in the next build of mock that we ship in CentOS-Extras. I'll put the spec, this config, and other files in a repo so we can collaborate on any changes.
Have we released the ARM config as part of mock package in CentOS-Extras? I did a yum update mock , but did not get in Pi3 .
I did just push a mock config to git.centos.org:
https://git.centos.org/summary/sig-core!bld-seven.git
Specifically, it is centos-7-armhfp.cfg in bld-seven/mock/
That only points to released packages .. but we have some that are built and not released. Here lives all the armhfp built repos:
http://armv7.dev.centos.org/repodir/
I am going to see if we can grow/increase the released package set soon.
Can we get the aarch64 config into the mock rpm as well ? and we should really have some centos-<ver>-<arch> ones for x86 and i686 as well.
Regards