firmware-thundercomm-rubikpi3: Add WiFi firmware
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8400>
This commit is contained in:
parent
96fc094233
commit
86283c7cf0
1 changed files with 7 additions and 9 deletions
|
|
@ -1,29 +1,27 @@
|
|||
maintainer="Aelin <aelin@postmarketos.org>"
|
||||
pkgname=firmware-thundercomm-rubikpi3
|
||||
pkgver=2
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for Thundercomm Rubik Pi 3"
|
||||
url="https://github.com/rubikpi-ai/meta-rubikpi"
|
||||
url="https://github.com/mainlining/firmware-thundercomm-rubikpi3"
|
||||
arch="aarch64"
|
||||
license="proprietary"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native textrels"
|
||||
_repo="meta-rubikpi"
|
||||
_commit="8a9ac7927f48a5c28a7e052d3ee22fe045f83fd0"
|
||||
_commit="b26e5b2aca0722b1139d310edc3d11e7c9c3c990"
|
||||
source="
|
||||
$_repo-$_commit.tar.gz::https://github.com/rubikpi-ai/meta-rubikpi/archive/$_commit/$_repo-$_commit.tar.gz
|
||||
$pkgname-$_commit.tar.gz::https://github.com/mainlining/firmware-thundercomm-rubikpi3/archive/$_commit/firmware-thundercomm-rubikpi3-$_commit.tar.gz
|
||||
30-initramfs-$pkgname.files
|
||||
"
|
||||
builddir="$srcdir/$_repo-$_commit"
|
||||
builddir="$srcdir/$pkgname-$_commit"
|
||||
|
||||
package() {
|
||||
install -Dm644 recipes-firmware/firmware/files/renesas_usb_fw.mem -t \
|
||||
"$pkgdir"/usr/lib/firmware
|
||||
find . -type f -exec install -Dm644 {} "$pkgdir"/{} \;
|
||||
|
||||
install -Dm644 "$srcdir/30-initramfs-$pkgname.files" -t \
|
||||
"$pkgdir"/usr/share/mkinitfs/files
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
34b9ecf72788ee915da6aa1baa244b9774f69650ba457dd32d55a3ca4ddb692d6f132e18bca78b4c8a2123222001b9d91113cf9dde914aa652df343ef370d649 meta-rubikpi-8a9ac7927f48a5c28a7e052d3ee22fe045f83fd0.tar.gz
|
||||
13b84f6633987c9e1a1564593348b3d8e98f6a7d8d65ec011a965b0825475679c2cc87682fe901f0c367d75bd493316b065858e5d1c81e39b164bf866a4ef01f firmware-thundercomm-rubikpi3-b26e5b2aca0722b1139d310edc3d11e7c9c3c990.tar.gz
|
||||
636ab7aec13593156f12fe5fcdd25fcfc550db34b1d8692bf76d3a85a7509a7fbc8ffeac714cd5430eaf17b79c39617a95d826c2fdb1aa4612f1bf29b16d3387 30-initramfs-firmware-thundercomm-rubikpi3.files
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue