zephyr/tests/kernel
Ulf Magnusson 92ef8582b9 Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's
The $srctree environment variable gives the path relative to which
'(o)source' statements work (the current directory is used if $srctree
is unset). It is set to $ZEPHYR_BASE in cmake/kconfig.cmake, so there's
no need to qualify the source of Kconfig.zephyr in sample Kconfig files
(or in external projects).

All 'source's in Zephyr assume that the Zephyr root directory is used as
the srctree as well, and would break otherwise.

Remove the $(ZEPHYR_BASE)s to make it clearer that all 'source'
statements work relative to the Zephyr root. There was some user
confusion on IRC.

Also explain how things work in the documentation.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-10-10 11:28:27 -05:00
..
alert/alert_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
arm_irq_vector_table Kconfig: Remove redundant $(ZEPHYR_BASE) from 'source's 2018-10-10 11:28:27 -05:00
arm_runtime_nmi cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
boot_page_table cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
common kernel: move to new logger 2018-10-08 17:49:12 -04:00
context cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
critical cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
device cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
early_sleep cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
errno cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
fatal arch: arm: Make ARM_MPU the sole option controlling MPU usage 2018-09-20 14:16:50 +02:00
fifo tests/kernel: fifo_timeout: Remove wake-up order checking 2018-10-02 14:06:50 -07:00
fp_sharing coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
gen_isr_table tests: gen_isr_table: Add barriers after triggering the irq 2018-08-29 18:48:42 -04:00
init tests: kernel: init: Fix integer overflow issue 2018-08-26 18:47:08 -07:00
irq_offload cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
lifo cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
mbox coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mem_heap/mheap_api_concept cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
mem_pool coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mem_protect arch: arm: fix mem domain sample/test for ARMv8-M access permissions 2018-10-09 19:33:24 -04:00
mem_slab coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mp cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
msgq/msgq_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
mutex cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
obj_tracing irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
pending irq: Fix irq_lock api usage 2018-08-16 19:47:41 -07:00
pipe tests: kernel: pipe : Update the stack size. 2018-09-20 20:35:25 -04:00
poll tests: k_poll: Add testcase to poll fifo which gets k_fifo_cancel_wait 2018-08-30 09:28:29 -04:00
profiling/profiling_api cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
queue cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
sched tests: sched: Use SCHED_MULTIQ for native posix platform 2018-09-21 08:50:13 -04:00
semaphore cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
sleep cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
smp tests: smp: Modify test to verify thread delay 2018-08-20 17:51:07 -07:00
spinlock cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
stack cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
static_idt cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
threads tests: test k_thread_name_set 2018-09-27 08:58:55 +05:30
tickless cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
timer cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
workq cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00
xip cmake: Prepend 'cmake_minimum_required()' into 'app' build scripts 2018-08-15 04:06:50 -07:00