Skip to content

Instantly share code, notes, and snippets.

@evadeflow
Created July 22, 2019 21:27
Show Gist options
  • Save evadeflow/13a35f9fd52003515c85032267baf091 to your computer and use it in GitHub Desktop.
Save evadeflow/13a35f9fd52003515c85032267baf091 to your computer and use it in GitHub Desktop.
FILESEXTRAPATHS_prepend := "${THISDIR}:"
LICENSE = "CLOSED"
SRC_URI = "file://data.tar.gz"
PR = "r1"
do_install_append () {
install -d ${D}/usr/local/lib
install -d ${D}/usr/local/sbin
install -m 0755 ${WORKDIR}${prefix}/local/lib/xyz_installer_functions.sh ${D}${prefix}/local/lib/
install -m 0755 ${WORKDIR}${prefix}/local/sbin/execute-signed-install ${D}${prefix}/local/sbin/
}
FILES_${PN} = " \
${prefix}/local/sbin/execute-signed-install \
${prefix}/local/lib/xyz_installer_functions.sh \
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment