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
885f6e15
Commit
885f6e15
authored
3 years ago
by
Timon Baetz
Browse files
Options
Downloads
Patches
Plain Diff
samsung-i9100: Add front camera firmware
parent
ec01bd2c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/testing/device-samsung-i9100/APKBUILD
+9
-1
9 additions, 1 deletion
device/testing/device-samsung-i9100/APKBUILD
device/testing/firmware-samsung-s5k5baf/APKBUILD
+19
-0
19 additions, 0 deletions
device/testing/firmware-samsung-s5k5baf/APKBUILD
with
28 additions
and
1 deletion
device/testing/device-samsung-i9100/APKBUILD
+
9
−
1
View file @
885f6e15
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
device-samsung-i9100
pkgver
=
4
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Samsung Galaxy SII"
url
=
"https://postmarketos.org"
arch
=
"armv7"
...
...
@@ -14,6 +14,7 @@ subpackages="
$pkgname
-kernel-downstream:kernel_downstream
$pkgname
-kernel-mainline:kernel_mainline
$pkgname
-nonfree-firmware:nonfree_firmware
$pkgname
-nonfree-firmware-front-camera:nonfree_firmware_front_camera
$pkgname
-weston:weston
$pkgname
-media-pipeline:media_pipeline
"
...
...
@@ -52,6 +53,13 @@ nonfree_firmware() {
mkdir
"
$subpkgdir
"
}
nonfree_firmware_front_camera
()
{
pkgdesc
=
"Front camera firmware"
install_if
=
"
$pkgname
-kernel-mainline"
depends
=
"firmware-samsung-s5k5baf"
mkdir
"
$subpkgdir
"
}
weston
()
{
install_if
=
"
$pkgname
-kernel-mainline weston"
install
-Dm644
"
$srcdir
"
/weston.ini
\
...
...
This diff is collapsed.
Click to expand it.
device/testing/firmware-samsung-s5k5baf/APKBUILD
0 → 100644
+
19
−
0
View file @
885f6e15
# Maintainer: Timbz <timon.baetz@protonmail.com>
# See https://gitlab.com/postmarketOS/pmaports/-/merge_requests/2248#note_605868837
pkgname
=
firmware-samsung-s5k5baf
pkgver
=
1.0
pkgrel
=
0
pkgdesc
=
"Firmware for Samsung S5K5BAF(X) UXGA camera driver"
url
=
"https://github.com/timbz/firmware-samsung-s5k5baf"
arch
=
"armv7"
license
=
"GPL2"
options
=
"!check"
source
=
"https://github.com/timbz/firmware-samsung-s5k5baf/releases/download/v
$pkgver
/s5k5baf-cfg.bin"
package
()
{
install
-Dm644
"
$srcdir
"
/s5k5baf-cfg.bin
"
$pkgdir
"
/lib/firmware/postmarketos/s5k5baf-cfg.bin
}
sha512sums
=
"
912094e25f20e1cb78866a1f0cc3ba0459a788591550175ee077983cbfbed5eba4ddcb932771ff49894550439e096054b4d723dbeb95b7c0909ba3496f6e26b5 s5k5baf-cfg.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