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

Remove overlay of device-tree-from-bd

It's better to fix it in Techlab layer.
parent 8f4f46fc
No related branches found
No related tags found
No related merge requests found
# Do not try to install variants if FPGA manager is not used
do_install() {
install -d ${D}/opt/mtca-tech-lab/dt
install -m 0644 ${B}/dts_app/${DT_FROM_BD_DTS_FILENAME} ${D}/opt/mtca-tech-lab/dt/
if [ ${FPGA_MNGR_RECONFIG_ENABLE} = "1" ]; then
install -m 0644 ${B}/dts_app/app_from_bd_*.dts ${D}/opt/mtca-tech-lab/dt/
fi
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment