samsung-gprime: remove device (MR 3026)
This commit is contained in:
parent
0e349cd4c8
commit
9ba72cea2b
@ -1,33 +0,0 @@
|
|||||||
# 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
|
|
||||||
"
|
|
@ -1,34 +0,0 @@
|
|||||||
# 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"
|
|
Loading…
x
Reference in New Issue
Block a user