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
9ba72cea
Verified
Commit
9ba72cea
authored
3 years ago
by
Raymond Hackley
Committed by
Alexey Minnekhanov
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
samsung-gprime: remove device (MR 3026)
parent
0e349cd4
Branches
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-gprime/APKBUILD
+0
-33
0 additions, 33 deletions
device/testing/device-samsung-gprime/APKBUILD
device/testing/device-samsung-gprime/deviceinfo
+0
-34
0 additions, 34 deletions
device/testing/device-samsung-gprime/deviceinfo
with
0 additions
and
67 deletions
device/testing/device-samsung-gprime/APKBUILD
deleted
100644 → 0
+
0
−
33
View file @
0e349cd4
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
device-samsung-gprime
pkgdesc
=
"Samsung Galaxy Grand Prime"
pkgver
=
2
pkgrel
=
2
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
options
=
"!check !archcheck"
depends
=
"postmarketos-base mkbootimg soc-qcom-msm8916"
makedepends
=
"devicepkg-dev"
source
=
"deviceinfo"
subpackages
=
"
$pkgname
-kernel-mainline:kernel_mainline
"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
kernel_mainline
()
{
pkgdesc
=
"Mainline kernel (no charging, no modem, audio routed directly)"
depends
=
"linux-postmarketos-qcom-msm8916"
devicepkg_subpackage_kernel
$startdir
$pkgname
$subpkgname
}
sha512sums
=
"
1f335ef38b06b6c80b1f405cc0d6706b2a78501d47001c02021c72384587aa6a3546726137ec4795f5b0163cae8f4a858822135d5933c527e9b4504b47fb68be deviceinfo
"
This diff is collapsed.
Click to expand it.
device/testing/device-samsung-gprime/deviceinfo
deleted
100644 → 0
+
0
−
34
View file @
0e349cd4
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell scripts.
deviceinfo_format_version="0"
deviceinfo_name="Samsung Galaxy Grand Prime"
deviceinfo_manufacturer="Samsung"
deviceinfo_codename="samsung-gprime"
deviceinfo_year="2014"
deviceinfo_dtb_mainline="qcom/msm8916-samsung-gprime"
deviceinfo_append_dtb="true"
deviceinfo_arch="aarch64"
# Device related
deviceinfo_chassis="handset"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="540"
deviceinfo_screen_height="960"
deviceinfo_getty="ttyMSM0;115200"
# MSM DRM cannot take over the framebuffer from the bootloader at the moment
deviceinfo_no_framebuffer="true"
# Bootloader related
deviceinfo_flash_method="fastboot"
deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 PMOS_NO_OUTPUT_REDIRECT"
deviceinfo_generate_bootimg="true"
deviceinfo_flash_offset_base="0x80000000"
deviceinfo_flash_offset_kernel="0x00080000"
deviceinfo_flash_offset_ramdisk="0x02000000"
deviceinfo_flash_offset_second="0x00f00000"
deviceinfo_flash_offset_tags="0x01e00000"
deviceinfo_flash_pagesize="2048"
deviceinfo_flash_sparse="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