Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
ece6c1e5
Commit
ece6c1e5
authored
10 months ago
by
Barnabás Czémán
Browse files
Options
Downloads
Patches
Plain Diff
firmware-motorola-ali: clean up firmwares
Remove every firmware what can be loaded with msm-firmware-loader.
parent
7fafc028
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
device/testing/firmware-motorola-ali/APKBUILD
+6
-26
6 additions, 26 deletions
device/testing/firmware-motorola-ali/APKBUILD
with
6 additions
and
26 deletions
device/testing/firmware-motorola-ali/APKBUILD
+
6
−
26
View file @
ece6c1e5
pkgname
=
firmware-motorola-ali
pkgver
=
1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Firmware for Motorola Moto G6"
url
=
"https://github.com/julianbraha/firmware-motorola-ali"
arch
=
"aarch64"
depends
=
"firmware-qcom-adreno-a530"
license
=
"proprietary"
_repository
=
"firmware-blobs"
_commit
=
"153ba76124497fb7ce22d87a90149a15bcf67942"
...
...
@@ -15,31 +14,12 @@ builddir="$srcdir/$_repository-$_commit"
_fwdir
=
"/lib/firmware/postmarketos"
package
()
{
#
Modem f
irmware
install
-Dm644
mba.mbn
-t
"
$pkgdir
/
$_fwdir
"
install
-Dm644
modem.
*
-t
"
$pkgdir
/
$_fwdir
"
#
GPU F
irmware
files
install
-Dm644
a506_zap.b02
-t
"
$pkgdir
/
$_fwdir
"
install
-Dm644
a506_zap.mdt
-t
"
$pkgdir
/
$_fwdir
"
# ADSP firmware
install
-Dm644
adsp.
*
-t
"
$pkgdir
/
$_fwdir
"
# GPU and video acceleration firmwares
install
-Dm644
a5
*
-t
"
$pkgdir
/
$_fwdir
"
install
-Dm644
venus.
*
-t
"
$pkgdir
/
$_fwdir
"
# /lib/firmware/postmarketos
_files
=
"wcnss.b00 wcnss.b01 wcnss.b02 wcnss.b04 wcnss.b06
wcnss.b09 wcnss.b10 wcnss.b11 wcnss.b12 wcnss.mdt"
for
_i
in
$_files
;
do
install
-Dm644
"
$_i
"
"
$pkgdir
"
$_fwdir
/
"
$_i
"
done
# /lib/firmware/postmarketos/wlan/prima
_files
=
"WCNSS_qcom_cfg.ini
WCNSS_qcom_wlan_nv.bin WCNSS_wlan_dictionary.dat"
for
_i
in
$_files
;
do
install
-Dm644
wlan/prima/
"
$_i
"
\
"
$pkgdir
"
$_fwdir
/wlan/prima/
"
$_i
"
done
# WLAN Firmware
install
-Dm644
wlan/prima/WCNSS_qcom_wlan_nv.bin
-t
"
$pkgdir
/
$_fwdir
/wlan/prima"
}
sha512sums
=
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment