diff --git a/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend b/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend index d1e0389..641646e 100644 --- a/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend +++ b/meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend @@ -2,7 +2,7 @@ SRC_URI_append = "https://raw.githubusercontent.com/opencardev/crankshaft/cranks SRC_URI[csngdefaultcfg.md5sum] = "908cf6de76e9800261fe344ae572605b" RDEPENDS_${PN} += "bash" -do_deploy_append() { +do_install_append() { install -d ${DEPLOYDIR}/${PN}/crankshaft - cp ${WORKDIR}/crankshaft_default_env.sh ${DEPLOYDIR}/${PN}/crankshaft/crankshaft_env.sh + cp ${S}/crankshaft_default_env.sh ${DEPLOYDIR}/${PN}/crankshaft/crankshaft_env.sh } \ No newline at end of file