-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
install apps to another location
petalinux-create -t apps --template <type> --name <app-name> --enabledo_install_append() {
install -d ${TOPDIR}/../images/linux/apps/
install -m 0755 ${D}${bindir}/<appname> ${TOPDIR}/../images/linux/apps/
}install modules to another location
MODULES_DIR="${TOPDIR}/../images/linux/modules"
do_install_append() {
mkdir -p ${MODULES_DIR}
cp ${B}/zynq-irq.ko ${MODULES_DIR}
}Metadata
Metadata
Assignees
Labels
No labels