Skip to content
Snippets Groups Projects
Commit 7263d619 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(dtbo): Add overlay via fpga-manager-util

parent 50fa2719
No related branches found
No related tags found
No related merge requests found
...@@ -10,14 +10,3 @@ do_configure_append() { ...@@ -10,14 +10,3 @@ do_configure_append() {
cp ${WORKDIR}/pl-over.dtsi ${DT_FILES_PATH}/ cp ${WORKDIR}/pl-over.dtsi ${DT_FILES_PATH}/
} }
do_install_append() {
# Install the resulting dtbo
mkdir -p ${D}/opt/fofb/map
install -Dm 0664 ${B}/pl-over.dtbo ${D}/opt/fofb/map/device-tree-overlay.dtbo
}
FILES_${PN} += "/opt/fofb/map/device-tree-overlay.dtbo"
FILES_${PN}+="/opt/fofb/map/device-tree-overlay.dtbo"
do_install_prepend() {
install -d ${D}/opt/fofb/map
install -m 0644 ${RECIPE_SYSROOT}/boot/devicetree/pl-over.dtbo ${D}/opt/fofb/map/device-tree-overlay.dtbo
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment