From 7f2efa368bd267b079585c3ec2c1f45620d564c8 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 15 Feb 2021 22:56:05 +0000 Subject: [PATCH] added append --- 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 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