Skip to content

Commit

Permalink
fxie #1
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Feb 15, 2021
1 parent 7f2efa3 commit 3e4b02f
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
@@ -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
}

0 comments on commit 3e4b02f

Please sign in to comment.