device-sony-sirius: fix booting problem (MR 2618)

These changes update the configuration to make sure the kernel boots.

Previously boot image was generated without dtb, fix this.
This commit is contained in:
Edward Halls 2021-10-20 21:56:06 -06:00 committed by Alexey Min
parent 038186fd71
commit 3318c2ca74
No known key found for this signature in database
GPG key ID: 0B19D2A65870B448
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-sony-sirius
pkgver=1
pkgrel=18
pkgrel=19
pkgdesc="Sony Xperia Z2 device package"
url="https://postmarketos.org"
arch="armv7"
@ -33,7 +33,6 @@ package() {
"$pkgdir"/etc/udev/rules.d/99-touch.rules
install -D -m644 "$srcdir"/brcmfmac4339-sdio.txt \
"$pkgdir"/lib/firmware/brcm/brcmfmac4339-sdio.txt
}
x11() {
@ -57,8 +56,7 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="
dab9afd38a381121cc11385878ee1399a266e7a38278f9ebcfe86612dde63c7eb970a08219e29a823a12a88fd391e16afd4ff93dc57c2934cd12527b7a3abd58 deviceinfo
sha512sums="27ea6b5aac4bf701d334acccf3479349f234cd7536063441ed249a354f1dd1a2c4874a6f398550236bec20d610e702d62dceed6b249857759546f723d67a2f76 deviceinfo
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini
ec5e26e60a77e74befabf5cc3f85a2636ce07261e725c0a051999d321ddec056f307001ba659c91e403770ac99d38b3160fd46e235c467fefc03d0901452314d 99-touch.rules
35a5dbd90eef6c567822f1a805c6adf620bb9c6c9c2e1755407409c2fab044baa40dda9e526c45108b4a2bbf43e0ad67e3dd90c35f6a6c6e29ec5930f2d1c4a7 modules-load.conf

View file

@ -8,6 +8,8 @@ deviceinfo_codename="sony-sirius"
deviceinfo_year="2014"
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_dtb="qcom-msm8974-sony-xperia-sirius"
deviceinfo_append_dtb="true"
deviceinfo_modules_initfs="pm8941_pwrkey max1187x"
deviceinfo_external_storage="false"
deviceinfo_flash_method="fastboot"
@ -19,7 +21,6 @@ deviceinfo_screen_height="1920"
# Fastboot related
deviceinfo_generate_bootimg="true"
deviceinfo_bootimg_qcdt="false"
deviceinfo_flash_offset_base="0"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x2900000"