mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
core155: It looks like our tooling can't handle this
Python3 has a common rootfile for x86_64 and aarch64 and separate files for armv5tel and i586. The core update build scripts cannot deal with this which makes it necessary to create individual links to the correct rootfile for each architecture. Third time lucky. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
config/rootfiles/core/155/filelists/aarch64/python3
Symbolic link
1
config/rootfiles/core/155/filelists/aarch64/python3
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/python3
|
||||
1
config/rootfiles/core/155/filelists/armv5tel/python3
Symbolic link
1
config/rootfiles/core/155/filelists/armv5tel/python3
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/python3
|
||||
1
config/rootfiles/core/155/filelists/i586/python3
Symbolic link
1
config/rootfiles/core/155/filelists/i586/python3
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/i586/python3
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/python3
|
||||
1
config/rootfiles/core/155/filelists/x86_64/python3
Symbolic link
1
config/rootfiles/core/155/filelists/x86_64/python3
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/python3
|
||||
Reference in New Issue
Block a user