3ed9591e41
This cmdline argument is now a no-op. Drop it everywhere and add a new CI check to enforce this. Adjust the deprecated "minimal" initramfs variant to use pmos.debug-shell to enable logging instead. It doesn't /support/ dropping to a shell, so the variable takes on a different meaning. But that's ok since it's at least more consistent. [ci:ignore-count] [ci:skip-vercheck] Signed-off-by: Caleb Connolly <caleb@postmarketos.org> Tweaked-by: Oliver Smith <ollieparanoid@postmarketos.org> [ci:skip-build]: kernel builds are very likely to go through now
62 lines
1.7 KiB
Text
62 lines
1.7 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-sipeed-licheezero
|
|
pkgdesc="Sipeed Lichee Zero"
|
|
pkgver=1
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-edge
|
|
postmarketos-base
|
|
u-boot-sunxi
|
|
u-boot-tools
|
|
"
|
|
makedepends="devicepkg-dev dtc"
|
|
source="
|
|
deviceinfo
|
|
modules-initfs
|
|
uboot-script.cmd
|
|
overlay.txt
|
|
overlay/i2c0-user.dts
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
mkimage \
|
|
-A arm \
|
|
-O linux \
|
|
-T script \
|
|
-C none \
|
|
-a 0 \
|
|
-e 0 \
|
|
-n postmarketos \
|
|
-d "$srcdir"/uboot-script.cmd \
|
|
"$srcdir"/boot.scr
|
|
|
|
dtc \
|
|
-@ \
|
|
-I dts \
|
|
-O dtb \
|
|
-o "$srcdir"/i2c0-user.dtbo \
|
|
"$srcdir"/i2c0-user.dts
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -Dm644 "$srcdir"/boot.scr \
|
|
"$pkgdir"/boot/boot.scr
|
|
install -Dm644 "$srcdir"/overlay.txt \
|
|
"$pkgdir"/boot/overlay.txt
|
|
install -Dm644 "$srcdir"/i2c0-user.dtbo \
|
|
"$pkgdir"/boot/overlay/i2c0-user.dtbo
|
|
}
|
|
|
|
sha512sums="
|
|
2e2ef72fa7b8d723065afddafdf008c3154ddc385fa8de21fa3240e96d46fd654cf2151fa62fefbeee3e39f7e290f739d30bfb680a7539e6e5d25ee5a13a9d6b deviceinfo
|
|
27b3ef04bea6d690099c1928f80bac63f9bfa94e6cea61f847dcd078f385af7895d176f7916f6c6203ccb9f5724a27d7ff94b62c8af746b36cb7aacd8741175b modules-initfs
|
|
ebe1caa9f87d348a91c8ff8609df0f6ba9f6ad0e6fbf935fb31bca3ce61acf1a988621eb0c86564e8a0623691b15a3aed6d2b4a9be076ac37a67c7c03953e37f uboot-script.cmd
|
|
3893ee2b0d8ddd018cc909d8157d79e6637fe546670430899c463452fd92ae9d9d6c4d212631d93b55e838f29b9e34fd22ab58a3ce628fec75a2d21944f8313d overlay.txt
|
|
8980f09f9afd276d0373545f203ee362f663ae055bf87df22e8085e8a4e53a4e46e96e2b4f8adb24b1dc77fffdf050fb8663008a742ad77c6cfbc50e3aff043f i2c0-user.dts
|
|
"
|