set system partition for flashing with heimdall (#596)
* add firmware for samsung-i9100 * add firmware package as dependecy for device package * fix sha sums * fix checksums * APKBUILD fixes * hopefully correct pkgrel versions * set kernel config for postmarketos firmware location * bump pkgrel * update checksum for linux-samsung-i9100 * fix path for downloading firmware files * update checksums * set device system partion for flash to FACTORYFS ( issue#422 ) (please check that I merged master correctly in previous commit)
This commit is contained in:
parent
3c988d76af
commit
3813e58108
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=device-samsung-i9100
|
||||
pkgver=1
|
||||
pkgrel=10
|
||||
pkgrel=11
|
||||
pkgdesc="Samsung Galaxy SII"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
|
@ -27,6 +27,6 @@ package() {
|
|||
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
||||
}
|
||||
|
||||
sha512sums="64f8526a8db3d428e83f826c22f41a589bed29381f3b3160446a401c44196d044dd6f2f895c080b0c45a6ad8c173439bb6127195329c3df677fd8408d4c69f85 deviceinfo
|
||||
sha512sums="f40ad78047359105471625a60ceb6958ea907476293ae3289c36f385988c8dedee6f6b6311b2cdd7570b8369eb8e0e6e30f2b04cfb8549fdfc653898f959b5a9 deviceinfo
|
||||
8aead706ddb118a44de7d049f07d10a27e727d17724058d132e4ec4fa73fed29c9ccfe03f02aca459c922ec0fbba24e171fe3c76e33f7c5462631e3dd5506e36 90-android-touch-dev.rules
|
||||
03da52725e676bc7db371cbf4b60bff8689eca469dae96a02ca7d6c194ed9f8c4ec9d19d1ac9212eeba0b73384fd213e86f2b93da94f37e5abe4cc3339281205 device-samsung-i9100.post-install"
|
||||
|
|
|
@ -21,6 +21,7 @@ deviceinfo_screen_height="800"
|
|||
# Heimdall related
|
||||
deviceinfo_flash_heimdall_partition_kernel="KERNEL"
|
||||
deviceinfo_flash_heimdall_partition_initfs="RECOVERY"
|
||||
deviceinfo_flash_heimdall_partition_system="FACTORYFS"
|
||||
|
||||
deviceinfo_weston_core_modules="xwayland.so"
|
||||
|
||||
|
|
Loading…
Reference in a new issue