From 6544a70f5710a54824c3af0074b5dea695521b2e Mon Sep 17 00:00:00 2001 From: Davide Gardenal <davidegarde2000@gmail.com> Date: Tue, 5 Apr 2022 14:51:34 +0200 Subject: [PATCH] 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> --- meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb b/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb index b93aa92..30d362c 100644 --- a/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb +++ b/meta-zephyr-bsp/recipes-meta/meta/generate-zephyr-machines.bb @@ -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" -- GitLab