[opensuse-arm] How to build 13.2 armv7l packages?
Hi, As far as I see, in case I want to build armv7l packages for Factory, then all I need is: <repository name="openSUSE_Factory_ARM"> <path project="openSUSE:Factory:ARM" repository="standard"/> <arch>armv7l</arch> </repository> in 'osc meta prj -e', and the packages will be built on Factory for armv7l, too. How can I do the same for 13.2? <repository name="openSUSE_13.2_ARM"> <path project="openSUSE:13.2:ARM" repository="standard"/> <arch>armv7l</arch> </repository> is what I tried, but osc says: Sending meta data... BuildService API error: unknown_project (404) openSUSE:13.2:ARM so that doesn't work, something else is needed. Thanks, Miklos
Hi, Am 15.03.2015 um 20:23 schrieb Miklos Vajna:
<repository name="openSUSE_13.2_ARM"> <path project="openSUSE:13.2:ARM" repository="standard"/> <arch>armv7l</arch> </repository>
is what I tried, but osc says:
Sending meta data... BuildService API error: unknown_project (404) openSUSE:13.2:ARM
so that doesn't work, something else is needed.
There is no openSUSE:13.2:ARM, see https://build.opensuse.org/project/subprojects/openSUSE:13.2 I think you should just use the "ports" repository from openSUSE:13.2. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG Nürnberg)
Hi, On Sun, Mar 15, 2015 at 09:19:08PM +0100, Andreas Färber <afaerber@suse.de> wrote:
There is no openSUSE:13.2:ARM, see
https://build.opensuse.org/project/subprojects/openSUSE:13.2
I think you should just use the "ports" repository from openSUSE:13.2.
Thanks, that was it. For the reference, here is the entry I was looking for: <repository name="openSUSE_13.2_ARM"> <path project="openSUSE:13.2" repository="ports"/> <arch>armv7l</arch> </repository> Regards, Miklos
participants (2)
-
Andreas Färber
-
Miklos Vajna