From 948370bd39ef093721866587758203acc2845d88 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Mar 2021 15:08:25 +0000 Subject: [PATCH] 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 --- config/rootfiles/core/155/filelists/aarch64/python3 | 1 + config/rootfiles/core/155/filelists/armv5tel/python3 | 1 + config/rootfiles/core/155/filelists/i586/python3 | 1 + config/rootfiles/core/155/filelists/python3 | 1 - config/rootfiles/core/155/filelists/x86_64/python3 | 1 + 5 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/155/filelists/aarch64/python3 create mode 120000 config/rootfiles/core/155/filelists/armv5tel/python3 create mode 120000 config/rootfiles/core/155/filelists/i586/python3 delete mode 120000 config/rootfiles/core/155/filelists/python3 create mode 120000 config/rootfiles/core/155/filelists/x86_64/python3 diff --git a/config/rootfiles/core/155/filelists/aarch64/python3 b/config/rootfiles/core/155/filelists/aarch64/python3 new file mode 120000 index 0000000000..be33d9fdd2 --- /dev/null +++ b/config/rootfiles/core/155/filelists/aarch64/python3 @@ -0,0 +1 @@ +../../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/armv5tel/python3 b/config/rootfiles/core/155/filelists/armv5tel/python3 new file mode 120000 index 0000000000..d649e350f7 --- /dev/null +++ b/config/rootfiles/core/155/filelists/armv5tel/python3 @@ -0,0 +1 @@ +../../../../common/armv5tel/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/i586/python3 b/config/rootfiles/core/155/filelists/i586/python3 new file mode 120000 index 0000000000..348dbdcb9c --- /dev/null +++ b/config/rootfiles/core/155/filelists/i586/python3 @@ -0,0 +1 @@ +../../../../common/i586/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/python3 b/config/rootfiles/core/155/filelists/python3 deleted file mode 120000 index 0885b1c580..0000000000 --- a/config/rootfiles/core/155/filelists/python3 +++ /dev/null @@ -1 +0,0 @@ -../../../common/python3 \ No newline at end of file diff --git a/config/rootfiles/core/155/filelists/x86_64/python3 b/config/rootfiles/core/155/filelists/x86_64/python3 new file mode 120000 index 0000000000..be33d9fdd2 --- /dev/null +++ b/config/rootfiles/core/155/filelists/x86_64/python3 @@ -0,0 +1 @@ +../../../../common/python3 \ No newline at end of file -- 2.39.2