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
4cf9ccb8
Commit
4cf9ccb8
authored
9 months ago
by
Brady Norander
Browse files
Options
Downloads
Patches
Plain Diff
device-xunlong-orangepi5-plus: new device
parent
e5ff7e1c
No related branches found
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-xunlong-orangepi5-plus/APKBUILD
+36
-0
36 additions, 0 deletions
device/testing/device-xunlong-orangepi5-plus/APKBUILD
device/testing/device-xunlong-orangepi5-plus/deviceinfo
+25
-0
25 additions, 0 deletions
device/testing/device-xunlong-orangepi5-plus/deviceinfo
with
61 additions
and
0 deletions
device/testing/device-xunlong-orangepi5-plus/APKBUILD
0 → 100644
+
36
−
0
View file @
4cf9ccb8
# Reference: <https://postmarketos.org/devicepkg>
# Maintainer: WeirdTreeThing <bradyn127@protonmail.com>
pkgname
=
device-xunlong-orangepi5-plus
pkgdesc
=
"Xunlong Orange Pi 5 Plus"
pkgver
=
1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
options
=
"!check !archcheck"
depends
=
"
linux-postmarketos-rockchip-rk3588
postmarketos-base
systemd-boot
"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo"
subpackages
=
"
$pkgname
-nonfree-firmware:nonfree_firmware"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
nonfree_firmware
()
{
pkgdesc
=
"GPU/NIC firmware"
depends
=
"linux-firmware-arm linux-firmware-rtl_nic"
mkdir
"
$subpkgdir
"
}
sha512sums
=
"
1b4c429965a4e855b8f544a18afdeed6d89be1566a1b5583f51e7c73bd1db80153dcf854dca6859a0714c228be1495126e9ab5bf62eb34ea75ccffbc11fea5dd deviceinfo
"
This diff is collapsed.
Click to expand it.
device/testing/device-xunlong-orangepi5-plus/deviceinfo
0 → 100644
+
25
−
0
View file @
4cf9ccb8
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.
deviceinfo_format_version="0"
deviceinfo_name="Xunlong Orange Pi 5 Plus"
deviceinfo_manufacturer="Xunlong"
deviceinfo_codename="xunlong-orangepi5-plus"
deviceinfo_year="2023"
deviceinfo_dtb="rockchip/rk3588-orangepi-5-plus"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_gpu_accelerated="true"
deviceinfo_chassis="embedded"
deviceinfo_keyboard="true"
deviceinfo_external_storage="true"
deviceinfo_getty="ttyS2;1500000"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_kernel_cmdline="console=null"
deviceinfo_partition_type="gpt"
deviceinfo_boot_filesystem="fat32"
deviceinfo_generate_systemd_boot="true"
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