Skip to content

Instantly share code, notes, and snippets.

@achest
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achest/50064d29865f9d94f3c2 to your computer and use it in GitHub Desktop.
Save achest/50064d29865f9d94f3c2 to your computer and use it in GitHub Desktop.
Yocto ppp add files
FILESEXTRAPATHS_prepend :="${THISDIR}/files"
SRC_URI += "file://apn\
"
do_install_append () {
mkdir -p ${D}${sysconfdir}/chatscripts
install -m 0644 ${WORKDIR}/apn ${D}${sysconfdir}/chatscripts/apn
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment