From bffdceeb619e470098598a46412240147de7ab92 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Nov 2023 11:53:23 +0100 Subject: config: Update due to RTEMS changes --- config.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 82ef9bd4..37594f5f 100644 --- a/config.yml +++ b/config.yml @@ -5,7 +5,6 @@ build: [${arch}/${bsp}] RTEMS_SMP = True RTEMS_QUAL = True - RTEMS_QUAL_ONLY = True BUILD_TESTS = False BUILD_MEMBENCH = True BUILD_UNITTESTS = True @@ -16,7 +15,6 @@ build: - bsps/sparc/leon3 - INSTALL_LEGACY_MAKEFILES - RTEMS_QUAL - - RTEMS_QUAL_ONLY - RTEMS_SMP - sparc/gr712rc source-directory: modules/rtems @@ -24,12 +22,19 @@ build: - bsps/shared/doxygen.h - bsps/shared/cache/cacheimpl.h - bsps/shared/dev/clock/clockimpl.h + - bsps/sparc/leon3/include/tm27.h - bsps/sparc/shared/doxygen.h + - cpukit/compiler-rt/lib/builtins/int_div_impl.inc + - cpukit/compiler-rt/lib/builtins/int_endianness.h + - cpukit/compiler-rt/lib/builtins/int_lib.h + - cpukit/compiler-rt/lib/builtins/int_types.h + - cpukit/compiler-rt/lib/builtins/int_util.h - cpukit/doxygen.h - cpukit/doxygen/appl-config.h + - cpukit/doxygen/build.h + - cpukit/doxygen/hash-algorithms.h - cpukit/doxygen/top-level-groups.h - cpukit/libc/string/local.h - - cpukit/libcsupport/src/malloc_p.h - cpukit/libmisc/cpuuse/cpuuseimpl.h - cpukit/libtest/t-test-rtems.h - cpukit/score/cpu/sparc/syscall.h -- cgit v1.2.3