Skip to content

Commit

Permalink
added append
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Feb 15, 2021
1 parent cf96c12 commit 7f2efa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-crankshaft/recipes-bsp/bootfiles/bootfiles.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7f2efa3

Please sign in to comment.