From 313b34669c2d67635a473b6e3fa2ed5c593fc4c4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 27 May 2025 16:42:52 +0000 Subject: [PATCH] core196: Ship boost Signed-off-by: Michael Tremer --- config/rootfiles/core/196/filelists/aarch64/boost | 1 + config/rootfiles/core/196/filelists/riscv64/boost | 1 + config/rootfiles/core/196/filelists/x86_64/boost | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/196/filelists/aarch64/boost create mode 120000 config/rootfiles/core/196/filelists/riscv64/boost create mode 120000 config/rootfiles/core/196/filelists/x86_64/boost diff --git a/config/rootfiles/core/196/filelists/aarch64/boost b/config/rootfiles/core/196/filelists/aarch64/boost new file mode 120000 index 0000000000..807ad06be3 --- /dev/null +++ b/config/rootfiles/core/196/filelists/aarch64/boost @@ -0,0 +1 @@ +../../../../common/aarch64/boost \ No newline at end of file diff --git a/config/rootfiles/core/196/filelists/riscv64/boost b/config/rootfiles/core/196/filelists/riscv64/boost new file mode 120000 index 0000000000..cbc461c2ba --- /dev/null +++ b/config/rootfiles/core/196/filelists/riscv64/boost @@ -0,0 +1 @@ +../../../../common/riscv64/boost \ No newline at end of file diff --git a/config/rootfiles/core/196/filelists/x86_64/boost b/config/rootfiles/core/196/filelists/x86_64/boost new file mode 120000 index 0000000000..9ed31e1d50 --- /dev/null +++ b/config/rootfiles/core/196/filelists/x86_64/boost @@ -0,0 +1 @@ +../../../../common/x86_64/boost \ No newline at end of file -- 2.39.5