samsung-j5: Add panel-simple and msm modules to initfs (MR 3078)

[ci:skip-build] already built successfully in CI
This commit is contained in:
Raymond Hackley 2022-04-19 13:14:05 +09:00 committed by Clayton Craft
parent 85cb669587
commit a4b90a31e2
No known key found for this signature in database
GPG key ID: 4A4CED6D7EDF950A
2 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-j5
pkgdesc="Samsung Galaxy J5 (2015)"
pkgver=3
pkgrel=2
pkgver=4
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
@ -27,5 +27,5 @@ nonfree_firmware() {
}
sha512sums="
fc9dbef4f6fa7847618e692aaa23eb994676186aa9530088f5368bd64fcefd1c950546c17206276fe5d567b2c5cb1ecabe9ee6b4601c1c35a308d363de4c67bc deviceinfo
0d9a6c27cd1cf577ad3c04c1ab4378db35c27dbdd2b3646c8b4497f3d7eed0bb66dcbf681af92ff27f03284f89857ef9ab73e2f2f120a810d276aa73c4924d03 deviceinfo
"

View file

@ -8,6 +8,7 @@ deviceinfo_codename="samsung-j5"
deviceinfo_year="2015"
deviceinfo_dtb="qcom/msm8916-samsung-j5"
deviceinfo_append_dtb="true"
deviceinfo_modules_initfs="panel-simple msm"
deviceinfo_arch="aarch64"
# Device related
@ -19,9 +20,6 @@ deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
deviceinfo_getty="ttyMSM0;115200"
# MSM DRM cannot take over the framebuffer from the bootloader at the moment
deviceinfo_no_framebuffer="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"