pmb.aportgen: rm -p scripts/dtc arg from dtbTool cmd (MR 2107)

The python variant of dtbTool, that we currently use, does not use
this arg as it does not run dtc in a shell.  I suppose the argument
was added only for compatibility with other dtbtools.
This commit is contained in:
Henrik Grimler 2021-09-05 15:52:55 +02:00
parent 393184672d
commit c524926295
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def generate_apkbuild(args, pkgname, deviceinfo, patches):
else:
makedepends.append("dtbtool")
build += """
dtbTool -p scripts/dtc/ -o "$_outdir/arch/$_carch/boot"/dt.img \\
dtbTool -o "$_outdir/arch/$_carch/boot"/dt.img \\
"$_outdir/arch/$_carch/boot/\""""
package += """
install -Dm644 "$_outdir/arch/$_carch/boot"/dt.img \\