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
Branches
No related tags found
No related merge requests found
...@@ -3,4 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" ...@@ -3,4 +3,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " \ SRC_URI_append = " \
file://pl-conf.dtsi \ 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.
Please register or to comment