Skip to content

pmb.aportgen: fix/rm -p arg from dtbTool{-sprd,}

Henrik Grimler requested to merge Grimler/pmbootstrap:dtbtool-fixes into master

The python version of dtbTool, that we currently use, does not make use of the -p arg so no need to have it in the template. I guess it was added to give compatibility with other dtbtool variants. For reference, here is the source, options.dtc is not used anywhere.

For dtbTool-sprd the arg should point to the folder where the dtc program is (if it is not found in PATH). If we are using an _outdir, as the template currently does, then the compiled dtc will be in $_outdir/scripts/dtc, and scripts/dtc just contains the source code.

Issue with dtbTool-sprd template was found by @MightyM17.

Merge request reports