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

fix(device-tree):Add pl-conf.dtsi to system-top

* Remove DT_FROM_BD_ENABLE. We don't have anything particular in BD.
* Adding pl-conf.dtsi in system-top otherwise is gets lost and unused.
parent d0351803
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " \
file://pl-conf.dtsi \
"
# Force for overlay
DTC_OFLAGS_append =' -f'
# We need what's in pl-conf.
# We are not using DTBO for now (cannot build)
do_configure_append() {
echo '/include/ "pl-conf.dtsi"' >> ${DT_FILES_PATH}/system-top.dts
}
......@@ -30,8 +30,6 @@ IMAGE_INSTALL_append = " fofb-opcua-server"
IMAGE_INSTALL_append = " fofb-init"
IMAGE_INSTALL_append = " xilinx-xvc-server"
IMAGE_FEATURES_append = " fpga-manager"
# We do not need that
IMAGE_INSTALL_remove = " git python3-pip sudo"
IMAGE_INSTALL_remove = " fpgautil-init"
......@@ -50,6 +48,3 @@ EXTRA_USERS_PARAMS = "\
usermod -s /bin/zsh -P 'fofb' root; \
useradd -s /bin/zsh -G sudo -P 'diag91' diag; \
"
# If the FPGA system has a Block Design, try to generate the Device Tree
DT_FROM_BD_ENABLE = "1"
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