From 6d5de038d08ac55cfe35177e46db29db39bd9822 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 6 Oct 2020 12:16:46 +0000 Subject: [PATCH] core152: Ship Python 3 Signed-off-by: Michael Tremer --- config/rootfiles/core/152/filelists/aarch64/python3 | 1 + config/rootfiles/core/152/filelists/armv5tel/python3 | 1 + config/rootfiles/core/152/filelists/i586/python3 | 1 + config/rootfiles/core/152/filelists/x86_64/python3 | 1 + 4 files changed, 4 insertions(+) create mode 120000 config/rootfiles/core/152/filelists/aarch64/python3 create mode 120000 config/rootfiles/core/152/filelists/armv5tel/python3 create mode 120000 config/rootfiles/core/152/filelists/i586/python3 create mode 120000 config/rootfiles/core/152/filelists/x86_64/python3 diff --git a/config/rootfiles/core/152/filelists/aarch64/python3 b/config/rootfiles/core/152/filelists/aarch64/python3 new file mode 120000 index 0000000000..81af8b7552 --- /dev/null +++ b/config/rootfiles/core/152/filelists/aarch64/python3 @@ -0,0 +1 @@ +../../../../common/aarch64/python3 \ No newline at end of file diff --git a/config/rootfiles/core/152/filelists/armv5tel/python3 b/config/rootfiles/core/152/filelists/armv5tel/python3 new file mode 120000 index 0000000000..d649e350f7 --- /dev/null +++ b/config/rootfiles/core/152/filelists/armv5tel/python3 @@ -0,0 +1 @@ +../../../../common/armv5tel/python3 \ No newline at end of file diff --git a/config/rootfiles/core/152/filelists/i586/python3 b/config/rootfiles/core/152/filelists/i586/python3 new file mode 120000 index 0000000000..348dbdcb9c --- /dev/null +++ b/config/rootfiles/core/152/filelists/i586/python3 @@ -0,0 +1 @@ +../../../../common/i586/python3 \ No newline at end of file diff --git a/config/rootfiles/core/152/filelists/x86_64/python3 b/config/rootfiles/core/152/filelists/x86_64/python3 new file mode 120000 index 0000000000..d4cb2cd1db --- /dev/null +++ b/config/rootfiles/core/152/filelists/x86_64/python3 @@ -0,0 +1 @@ +../../../../common/x86_64/python3 \ No newline at end of file -- 2.39.5