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
07a7853b
Unverified
Commit
07a7853b
authored
4 years ago
by
Martijn Braam
Committed by
Clayton Craft
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device-pine64-pinephone: add autofocus firmware (MR 1656)
[ci:skip-build]: already built successfully in CI
parent
628aabf2
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#199973
passed
4 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/community/device-pine64-pinephone/APKBUILD
+3
-3
3 additions, 3 deletions
device/community/device-pine64-pinephone/APKBUILD
device/community/firmware-pine64-ov5640/APKBUILD
+17
-0
17 additions, 0 deletions
device/community/firmware-pine64-ov5640/APKBUILD
with
20 additions
and
3 deletions
device/community/device-pine64-pinephone/APKBUILD
+
3
−
3
View file @
07a7853b
...
...
@@ -4,7 +4,7 @@
# Co-Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
device-pine64-pinephone
pkgver
=
0.10
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"PINE64 PinePhone"
url
=
"https://postmarketos.org"
license
=
"MIT"
...
...
@@ -76,8 +76,8 @@ package() {
}
nonfree_firmware
()
{
pkgdesc
=
"Wifi
and
Bluetooth firmware"
depends
=
"linux-firmware-rtlwifi linux-firmware-rtl_bt firmware-pine64-rtl8723bt"
pkgdesc
=
"Wifi
,
Bluetooth
and Autofocus
firmware"
depends
=
"linux-firmware-rtlwifi linux-firmware-rtl_bt firmware-pine64-rtl8723bt
firmware-pine64-ov5640
"
mkdir
"
$subpkgdir
"
}
...
...
This diff is collapsed.
Click to expand it.
device/community/firmware-pine64-ov5640/APKBUILD
0 → 100644
+
17
−
0
View file @
07a7853b
# Maintainer: Martijn Braam <martijn@brixit.nl>
pkgname
=
firmware-pine64-ov5640
pkgver
=
0_git20201028
pkgrel
=
0
_commit
=
"61beaa4eb1ad87ad067cfbe123fbcd0a0cf01246"
pkgdesc
=
"Firmware for the ov5640 autofocus"
url
=
"https://github.com/pmsourcedump/ov5640"
arch
=
"aarch64"
license
=
"proprietary"
options
=
"!check !strip !archcheck"
source
=
"
$pkgname
-
$_commit
.bin::https://github.com/pmsourcedump/ov5640/blob/
$_commit
/ov5640_af.bin?raw=true"
package
()
{
install
-Dm644
"
$srcdir
"
/
$pkgname
-
$_commit
.bin
"
$pkgdir
"
/lib/firmware/postmarketos/ov5640_af.bin
}
sha512sums
=
"4e0c050f483e2e6c4584874a70e90748f8adfb612c8eef38b877d69d8085dbe29f3ae36bb9c299dc5a3986223d82bd51d4eefcaa9709bcfbca5a249098cfb0f0 firmware-pine64-ov5640-61beaa4eb1ad87ad067cfbe123fbcd0a0cf01246.bin"
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