mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
Use relative path for all the include files to avoid overlaying the include files. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
5 lines
214 B
BlitzBasic
5 lines
214 B
BlitzBasic
require recipes-kernel/zephyr-kernel/zephyr-image.inc
|
|
require recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc
|
|
|
|
BBCLASSEXTEND = '${@" ".join(["zephyrtest:" + x for x in d.getVar("ZEPHYRTESTS", True).split()])}'
|