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

fix(devicetree):Add force flag to DTC for overlays

* Else it is not possible to  make the device tree blob when several
  variants are given. Getting a duplicate node error.
parent 93c5ec7c
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " \
file://pl-conf.dtsi \
"
# Force for overlay
DTC_OFLAGS_append =' -f'
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