From 3e4b02f4d46ccaf14074a991a6c073f8efbfbb5f Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 15 Feb 2021 23:14:08 +0000 Subject: [PATCH] fxie #1 --- meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend b/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend index 641646e..27b2928 100644 --- a/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend +++ b/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend @@ -1,8 +1,8 @@ -SRC_URI_append = "https://raw.githubusercontent.com/opencardev/crankshaft/crankshaft-ng/stage3/03-crankshaft-base/files/opt/crankshaft/crankshaft_default_env.sh;name=csngdefaultcfg" +SRC_URI_append = " https://raw.githubusercontent.com/opencardev/crankshaft/crankshaft-ng/stage3/03-crankshaft-base/files/opt/crankshaft/crankshaft_default_env.sh;name=csngdefaultcfg" SRC_URI[csngdefaultcfg.md5sum] = "908cf6de76e9800261fe344ae572605b" RDEPENDS_${PN} += "bash" do_install_append() { install -d ${DEPLOYDIR}/${PN}/crankshaft - cp ${S}/crankshaft_default_env.sh ${DEPLOYDIR}/${PN}/crankshaft/crankshaft_env.sh + cp ${WORKDIR}/crankshaft_default_env.sh ${DEPLOYDIR}/${PN}/crankshaft/crankshaft_env.sh } \ No newline at end of file