generate-zephyr-machine: add leading whitespace to SRC_URI

Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Davide Gardenal
2022-04-05 14:51:34 +02:00
committed by Naveen Saini
parent 409b674344
commit 6544a70f57

View File

@@ -8,7 +8,7 @@ inherit ${ZEPHYR_INHERIT_CLASSES}
require recipes-kernel/zephyr-kernel/zephyr-sample.inc
SRC_URI:append = "file://0001-zephyr-Export-an-OpenEmbedded-machine-config.patch"
SRC_URI:append = " file://0001-zephyr-Export-an-OpenEmbedded-machine-config.patch"
ZEPHYR_SRC_DIR = "${S}/samples/hello_world"