zephyr-kernel-common: Add Board extension support

Add board extension support variables where user can specify the
BOARD_ROOT variable for out-of-tree custom boards.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
Sandeep Gundlupet Raju
2025-08-18 16:03:04 -06:00
committed by Lee Chee Yang
parent b1127c9744
commit 1f08e19450

View File

@@ -18,6 +18,11 @@ EXTRA_OECMAKE = "\
-DZEPHYR_BASE=${ZEPHYR_BASE} \
-DBOARD=${BOARD} \
-DARCH=${ARCH} \
-DBOARD_DIR=${BOARD_DIR} \
-DARCH_DIR=${ARCH_DIR} \
-DBOARD_ROOT=${BOARD_ROOT} \
-DBOARD_EXTENSION_DIRS=${BOARD_EXTENSION_DIRS} \
-DSOC_ROOT=${SOC_ROOT} \
-DZEPHYR_TOOLCHAIN_VARIANT=${ZEPHYR_TOOLCHAIN_VARIANT} \
-DZEPHYR_MODULES=${ZEPHYR_MODULES} \
"