mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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:
committed by
Lee Chee Yang
parent
b1127c9744
commit
1f08e19450
@@ -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} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user