From 22c85d4972d26c002865ff4b49246bfe2f0039ce Mon Sep 17 00:00:00 2001 From: exkc Date: Tue, 3 Jun 2025 00:59:30 +0800 Subject: [PATCH] device-radxa-zero: switch from linux-edge to linux-postmarketos-amlogic linux-edge is being removed from Alpine and linux-postmarketos-amlogic has all the necessary config options. Part-of: https://gitlab.postmarketos.org/postmarketos/pmaports/-/merge_requests/6592 --- device/testing/device-radxa-zero/APKBUILD | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/device/testing/device-radxa-zero/APKBUILD b/device/testing/device-radxa-zero/APKBUILD index dcec8c50e..e54f982cc 100644 --- a/device/testing/device-radxa-zero/APKBUILD +++ b/device/testing/device-radxa-zero/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: exkc pkgname=device-radxa-zero pkgver=2 -pkgrel=1 +pkgrel=2 pkgdesc="Radxa Zero" url="https://postmarketos.org" license="MIT" arch="aarch64" options="!check !archcheck" -depends="postmarketos-base linux-edge u-boot-amlogic-radxa-zero" +depends="postmarketos-base linux-postmarketos-amlogic u-boot-amlogic-radxa-zero" makedepends="devicepkg-dev" subpackages="$pkgname-nonfree-firmware:nonfree_firmware" source="deviceinfo modules-initfs" @@ -18,14 +18,6 @@ build() { } package() { - # Due to linux-edge bugs in boot-deploy (see boot-deploy!20) - # This device could not be use generated extlinux.conf. - # There are hack for the boot-deploy bugs. - # However,if i put the hack in the deviceinfo modules-initfs file directly - # the ci will fail. - # so i have to use those command at below to put the hack in the deviceinfo. - echo '# Hack for lnux-edge bugs in boot-deploy (see boot-deploy!20)' >> $srcdir/deviceinfo - echo 'kernel_filename="vmlinuz-edge"' >> $srcdir/deviceinfo devicepkg_package $startdir $pkgname }