34307bd907
Switch from armhf to armv7 - Apart of the usual stuff CONFIG_CRYPTO_AES_ARM_BS must be disabled otherwise it breakes kernel compilation with some weird assembler error Netboot - CONFIG_BLK_DEV_NBD=y enables /dev/nbd support - nbd.max_part=16 kernel parameter must be added otherwise it's zero which causes that kpartx cannot create partitions [ci:skip-build]: Already built successfully in CI
24 lines
593 B
Text
24 lines
593 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-sony-coconut
|
|
pkgdesc="Live with Walkman"
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-sony-coconut mkbootimg msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
1618416cff7d4e4ac3d25538a953d1ebae0d5244c3d0348a5661dabde45c1300ab074913cc340318ffe6ef63e3c9765b20542fa2381fa28c8d9f168f06e82fde deviceinfo
|
|
"
|