mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 10:16:14 +01:00
revert last change. We must not build for local, but for a real arch.
While kiwi runs architecture neutral in product mode, we do still need dependency calculation for setting up the kiwi runtime enviroment.
This commit is contained in:
parent
cbdbb9516c
commit
7589a20da7
18
osc/build.py
18
osc/build.py
@ -32,15 +32,15 @@ change_personality = {
|
||||
}
|
||||
|
||||
can_also_build = {
|
||||
'armv4l': [ 'armv4l', 'local'],
|
||||
'armv5el':[ 'armv4l', 'armv5el', 'local'],
|
||||
'armv7el':[ 'armv4l', 'armv5el', 'armv7el', 'local'],
|
||||
's390x': ['s390', 'local'],
|
||||
'ppc64': [ 'ppc', 'ppc64', 'local'],
|
||||
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4', 'local'],
|
||||
'i586': [ 'i386', 'armv4l', 'armv5el', 'armv7el', 'sh4', 'local'],
|
||||
'i686': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4', 'local'],
|
||||
'x86_64': ['i686', 'i586', 'i386', 'armv4l', 'armv5el', 'armv7el', 'sh4', 'local'],
|
||||
'armv4l': [ 'armv4l' ],
|
||||
'armv5el':[ 'armv4l', 'armv5el' ],
|
||||
'armv7el':[ 'armv4l', 'armv5el', 'armv7el' ],
|
||||
's390x': ['s390' ],
|
||||
'ppc64': [ 'ppc', 'ppc64', ],
|
||||
'i386': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
'i586': [ 'i386', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
'i686': [ 'i586', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
'x86_64': ['i686', 'i586', 'i386', 'armv4l', 'armv5el', 'armv7el', 'sh4' ],
|
||||
}
|
||||
|
||||
# real arch of this machine
|
||||
|
Loading…
Reference in New Issue
Block a user