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
!5600
testing/device-solidrun-cubox: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
testing/device-solidrun-cubox: new aport
cubox
into
master
Overview
18
Commits
2
Pipelines
21
Changes
6
Merged
Imported
Administrator
requested to merge
cubox
into
master
6 months ago
Overview
11
Commits
2
Pipelines
21
Changes
6
Expand
New port of the
CuBox
with the Marvell Armada 510 ArmV7 SoC with a 6.11.5 mainline kernel.
Status:
boot from sd
(no internal storage)
Ethernet
UART
LED
GPU (etnaviv)
USB host
IR remote receiver
HDMI out
SPDIF audio out
ESATA
(no cable & device for testing yet)
Edited
4 months ago
by
Robert Eckelmann
2
0
Merge request reports
Compare
master
version 7
d0e2aac9
4 months ago
version 6
a3282dad
5 months ago
version 5
885b245b
5 months ago
version 4
f694fb02
5 months ago
version 3
e19f8593
5 months ago
version 2
60faba21
5 months ago
version 1
60faba21
6 months ago
master (base)
and
latest version
latest version
8ac15569
2 commits,
4 months ago
version 7
d0e2aac9
2 commits,
4 months ago
version 6
a3282dad
4 commits,
5 months ago
version 5
885b245b
3 commits,
5 months ago
version 4
f694fb02
2 commits,
5 months ago
version 3
e19f8593
2 commits,
5 months ago
version 2
60faba21
1 commit,
5 months ago
version 1
60faba21
1 commit,
6 months ago
6 files
+
8213
−
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-solidrun-cubox/APKBUILD
0 → 100644
+
37
−
0
Options
# Reference: <https://postmarketos.org/devicepkg>
# Maintainer: Robert Eckelmann <longnoserob@postmarketos.org>
pkgname
=
device-solidrun-cubox
pkgdesc
=
"SolidRun CuBox"
pkgver
=
1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
depends
=
"
linux-postmarketos-marvell-dove
postmarketos-base
u-boot-tools
"
makedepends
=
"devicepkg-dev"
source
=
"
deviceinfo
boot.cmd
"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
mkimage
-A
arm
-O
linux
-T
script
-C
none
-n
"uBoot commands"
-d
"
$srcdir
"
/boot.cmd
"
$srcdir
"
/boot.scr
install
-Dm755
"
$srcdir
"
/boot.cmd
"
$pkgdir
"
/boot/boot.cmd
install
-Dm755
"
$srcdir
"
/boot.scr
"
$pkgdir
"
/boot/boot.scr
}
sha512sums
=
"
4c3acd850f2046f4c4bf18e9f757fd50f12f8efbd4339cf29997f66ba9adb2e7504ce533ae11eca59a174861a17aaaf7387945dd0afcc69c9804c5028540c71e deviceinfo
c651eb52066d6a8aa48388b391de0c9a4d85369adce3d2228bd3dfaa4d3ab797dbeca6965d5e3b898a378cb9d52215f946e497c44fc37b5fc668ec79d5f24ffc boot.cmd
"
Loading