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
!1589
cubietech-cubieboard: new device (Cubietech Cubieboard)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
cubietech-cubieboard: new device (Cubietech Cubieboard)
cubieboard
into
master
Overview
1
Commits
1
Pipelines
0
Changes
3
Merged
Imported
Administrator
requested to merge
cubieboard
into
master
4 years ago
Overview
1
Commits
1
Pipelines
0
Changes
3
Expand
https://wiki.postmarketos.org/wiki/Cubietech_Cubieboard_(cubietech-cubieboard)
Edited
4 years ago
by
Administrator
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2a34837d
1 commit,
4 years ago
3 files
+
62
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
device/testing/device-cubietech-cubieboard/APKBUILD
0 → 100644
+
30
−
0
Options
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
device-cubietech-cubieboard
pkgdesc
=
"Cubietech Cubieboard"
pkgver
=
0.1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
depends
=
"
linux-edge
mesa-dri-gallium
postmarketos-base
u-boot-cubieboard
"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo extlinux.conf"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
install
-Dm644
"
$srcdir
"
/extlinux.conf
\
"
$pkgdir
"
/boot/extlinux/extlinux.conf
}
sha512sums
=
"90e52b3bfff815a83f3a744a63d4ef0b59368f4227e5fb53a698da89a61a9cd464d63fa8534c3d2693bdd6899b17090b32feaf352d95d3d04cac0b192e151e46 deviceinfo
a33dd1a89548eb95d95e07a879bf412985bd01ebfef8e2ddaaa5c3e2d173743c3530148e36a9fc81a07e67b4a35509f06852bd2f652f64a9b6224ce8d7e12d56 extlinux.conf"
Loading