a85db1dc7b
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
24 lines
895 B
Text
24 lines
895 B
Text
pkgname=firmware-google-crosshatch-mainline-dtbo
|
|
pkgver=1
|
|
pkgrel=1
|
|
_commit="20324c21169622e7c68eb36524c74fb1da8837d5"
|
|
pkgdesc="dtbo.img needed to boot mainline"
|
|
url="https://gitlab.com/zhuowei/dtbo-google-crosshatch-mainline"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
makedepends="dtc android-mkdtimg"
|
|
source="https://gitlab.com/zhuowei/dtbo-google-crosshatch-mainline/-/archive/$_commit.tar.gz"
|
|
options="!check !archcheck !split"
|
|
builddir="$srcdir/dtbo-google-crosshatch-mainline-$_commit"
|
|
|
|
build() {
|
|
dtc -O dtb -o sdm845-c1-dvt1.1.dtbo -b 0 -@ sdm845-c1-dvt1.1.dts
|
|
mkdtimg cfg_create dtbo.img dtboimg.cfg
|
|
}
|
|
|
|
package() {
|
|
install -D -m644 dtbo.img \
|
|
"$pkgdir"/boot/dtbo-google-crosshatch-mainline.img
|
|
}
|
|
|
|
sha512sums="620bc391a82a427bf91c394bbf300451ad7cf452144a27f9fe40322459e6ac473ba85be5cf7e7ebab49d439d3b84b5c1c224883094c1bad5c8f5246abb6db71f 20324c21169622e7c68eb36524c74fb1da8837d5.tar.gz"
|