Skip to content
Snippets Groups Projects
Verified Commit 2ed1fdbe authored by Spencer Cook's avatar Spencer Cook Committed by Alexey Min
Browse files

linux-htc-m8: fix dt.img generation (MR 2649)

Indicate to dtbTool the non-default dt-tag used for sorting dtbs, as
required by the device's bootloader.

[ci:skip-build] Already built on CI in MR
parent 9f008a05
No related branches found
No related tags found
1 merge request!2649htc-m8: fix dt.img generation
Pipeline #400493460 passed
......@@ -2,7 +2,7 @@
pkgname=linux-htc-m8
pkgver=3.4.113
pkgrel=7
pkgrel=8
pkgdesc="HTC One M8 kernel fork"
arch="armv7"
_carch="arm"
......@@ -46,7 +46,7 @@ build() {
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
# Generate master DTB (deviceinfo_bootimg_qcdt)
dtbTool -s 2048 -p "scripts/dtc/" -o "arch/arm/boot/dt.img" "arch/arm/boot/"
dtbTool --dt-tag "htc,project-id" -s 2048 -p "scripts/dtc/" -o "arch/arm/boot/dt.img" "arch/arm/boot/"
}
package() {
......
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