diff options
-rw-r--r-- | meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb b/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb index 2c14a88..7dbd3bf 100644 --- a/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb +++ b/meta-rcar-gen2/recipes-bsp/bootfiles/porter-bootfiles.bb @@ -8,7 +8,7 @@ COMPATIBLE_MACHINE = "porter" S = "${WORKDIR}" -SRC_URI_append_sota = "file://uEnv-ota.txt" +SRC_URI_append_sota = " file://uEnv-ota.txt" do_deploy() { install -d ${DEPLOYDIR}/${PN} |