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
Merge requests
!1576
xiaomi-scorpio: new device (Mi Note 2)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
xiaomi-scorpio: new device (Mi Note 2)
xiaomi-scorpio
into
master
Overview
9
Commits
1
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Merged
Imported
Administrator
requested to merge
xiaomi-scorpio
into
master
4 years ago
Overview
9
Commits
1
Pipelines
0
Changes
6
All threads resolved!
Hide all comments
Expand
New device port
this is a reattempt of
!1571 (closed)
after I messed it up.
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4d8473e2
1 commit,
4 years ago
6 files
+
4752
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
device/testing/device-xiaomi-scorpio/APKBUILD
0 → 100644
+
30
−
0
Options
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
device-xiaomi-scorpio
pkgdesc
=
"Xiaomi Mi Note 2"
pkgver
=
0.1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
options
=
"!check !archcheck"
depends
=
"
linux-xiaomi-scorpio
mdss-fb-init-hack
mesa-dri-gallium
mkbootimg
postmarketos-base
reboot-mode
"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
sha512sums
=
"06a42c3ebd24b96498a10ec87a8ce4b6c3e5663082b556da5033c1556364f35cca2a808d5bd257c70e541334d35e32cd01c65a1bebf6b34aa4c4c6eb034a6676 deviceinfo"
Loading