mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
zephyr-toolchain-zephyr.inc: Fix variable assignment whitespace
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Configure usage of the Zephyr SDK
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
DEPENDS += "zephyr-sdk-native"
|
||||
export ZEPHYR_SDK_INSTALL_DIR="${STAGING_DIR_NATIVE}${prefix}/zephyr-sdk"
|
||||
export ZEPHYR_SDK_INSTALL_DIR = "${STAGING_DIR_NATIVE}${prefix}/zephyr-sdk"
|
||||
OE_TERMINAL_EXPORTS += "ZEPHYR_SDK_INSTALL_DIR"
|
||||
|
||||
# The Zephyr SDK does not require a CMake toolchain file
|
||||
|
||||
Reference in New Issue
Block a user