sony-tulip: move from downstream to testing and make myself as the maintainer
[ci:skip-vercheck] Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8185>
This commit is contained in:
parent
078b5564c4
commit
af799f41e5
11 changed files with 65 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Archived: Downstream port, only for testing. Use mainline port!
|
||||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
pkgname=device-sony-tulip
|
||||
pkgname=device-sony-tulip-downstream
|
||||
pkgdesc="Sony Xperia M4 Aqua"
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
# Archived: Downstream port, only for testing, use mainline port instead
|
||||
# Reference: <https://postmarketos.org/vendorkernel>
|
||||
# Kernel config based on: arch/arm64/configs/aosp_kanuti_tulip_defconfig
|
||||
|
||||
33
device/testing/device-sony-tulip/APKBUILD
Normal file
33
device/testing/device-sony-tulip/APKBUILD
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
maintainer="TuxMan <tuxkun09@gmail.com>"
|
||||
pkgname=device-sony-tulip
|
||||
pkgdesc="Sony Xperia M4 Aqua"
|
||||
pkgver=5
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
options="!check !archcheck"
|
||||
depends="
|
||||
device-qcom-msm8916-nonfree-firmware
|
||||
linux-postmarketos-qcom-msm8916
|
||||
mkbootimg
|
||||
postmarketos-base
|
||||
soc-qcom-msm8916
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo kernel-cmdline.conf"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
devicepkg_package $startdir $pkgname
|
||||
}
|
||||
|
||||
|
||||
sha512sums="
|
||||
2190e0ab90969b0ec672d150c6af14ff5fcc634eb3025f6d42deed7490f94fbbc9a1cb7952fd4e8d3db5cce7f49515b11a8774f903aa4b32f85230bb61512087 deviceinfo
|
||||
67a15c9304112e80e54e62da1bfc6c4c0b942f3a125723f6d007afaa07232fe61ec14c515570ae9abf2ef35a8bdd2f4e7df892904b79b0c1b0f54073603ac157 kernel-cmdline.conf
|
||||
"
|
||||
28
device/testing/device-sony-tulip/deviceinfo
Normal file
28
device/testing/device-sony-tulip/deviceinfo
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Reference: <https://postmarketos.org/deviceinfo>
|
||||
# Please use double quotes only. You can source this file in shell scripts.
|
||||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="Sony Xperia M4 Aqua"
|
||||
deviceinfo_manufacturer="Sony"
|
||||
deviceinfo_codename="sony-tulip"
|
||||
deviceinfo_year="2015"
|
||||
deviceinfo_arch="aarch64"
|
||||
deviceinfo_dtb="msm8939-sony-xperia-kanuti-tulip"
|
||||
deviceinfo_append_dtb="true"
|
||||
|
||||
# Device related
|
||||
deviceinfo_chassis="handset"
|
||||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="720"
|
||||
deviceinfo_screen_height="1280"
|
||||
deviceinfo_dev_touchscreen="/dev/input/event0"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_flash_offset_base="0x81dfff00"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x82000000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x81e00000"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
1
device/testing/device-sony-tulip/kernel-cmdline.conf
Normal file
1
device/testing/device-sony-tulip/kernel-cmdline.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
console=ttyHSL0,115200,n8
|
||||
Loading…
Add table
Add a link
Reference in a new issue