lg-hammerhead: switch arch to armv7 (!257)
This commit is contained in:
parent
d0cbf68aec
commit
e1dda38396
5 changed files with 4020 additions and 6 deletions
|
@ -3,7 +3,7 @@ pkgver=2
|
|||
pkgrel=2
|
||||
pkgdesc="Google Nexus 5"
|
||||
url="https://postmarketos.org"
|
||||
arch="armhf"
|
||||
arch="armv7"
|
||||
license="MIT"
|
||||
depends="postmarketos-base linux-postmarketos-qcom mkbootimg mesa-dri-freedreno ofono"
|
||||
makedepends=""
|
||||
|
@ -49,7 +49,7 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="6001408c4a95eecbef6f8e2fa20592c55be2994885d954349edfe474b467c6f67fbfbab30fbf5d2d69db99e8dd4f0c20edafd6b50aaa0bcd82c6a028a2071cfa deviceinfo
|
||||
sha512sums="9478a9a6781a9b7671e5594c4bde394347427aacdd0fc11d222f645b6222d6714d1147775ec967d932e0fe81936dc075f2591870b8ec5c27755bff2557fd5327 deviceinfo
|
||||
4c22070223f39c419260a6817e5cc2b7881c095deeba031363a5634842dd175dd67eecace980849f0553de79110ef4e43a66143d71433805cd916c37fe7248e9 weston.ini
|
||||
f86ef35730b89bcc8160c08db7a7fcd0970adf60c0b77af68bac397de49c0d1783e6b8db1762380c9bf874aff2d030c6f44ecb75c803d69e79ede11376409369 xorg.conf
|
||||
d8ce60ea7acaabf627ddca2f0887a4cda46f313b7aaf7934bef2fef8a6e0798ccefab849e4571e4e3fcd06ae34c1a6efe3b58b401e2e443416f6200e6d4ea769 modules-load.conf
|
||||
|
|
|
@ -12,7 +12,7 @@ deviceinfo_dtb="qcom-msm8974-lge-nexus5-hammerhead"
|
|||
deviceinfo_modules_initfs=""
|
||||
deviceinfo_external_storage="false"
|
||||
deviceinfo_flash_method="fastboot"
|
||||
deviceinfo_arch="armhf"
|
||||
deviceinfo_arch="armv7"
|
||||
|
||||
# Splash screen
|
||||
deviceinfo_screen_width="1080"
|
||||
|
|
|
@ -4,7 +4,7 @@ pkgrel=1
|
|||
pkgdesc="Firmware for LG hammerhead (Nexus 5)"
|
||||
subpackages="$pkgname-modem $pkgname-adsp"
|
||||
url="https://github.com/TheMuppets/proprietary_vendor_lge"
|
||||
arch="armhf"
|
||||
arch="armv7"
|
||||
license="proprietary"
|
||||
options="!check !strip !archcheck"
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@ _config="config-${_flavor}.${CARCH}"
|
|||
pkgname=linux-${_flavor}
|
||||
|
||||
pkgver=4.17_rc3
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
|
||||
arch="armhf"
|
||||
arch="armhf armv7"
|
||||
pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices"
|
||||
url="https://kernel.org/"
|
||||
depends=""
|
||||
|
@ -17,6 +17,7 @@ _commit="09efb4857f1a4119eced855912043817bd96e064"
|
|||
source="
|
||||
linux-${_commit}.tar.gz::https://gitlab.com/postmarketOS/linux-postmarketos/-/archive/${_commit}/linux-postmarketos-${_commit}.tar.gz
|
||||
config-${_flavor}.armhf
|
||||
config-${_flavor}.armv7
|
||||
0001-Fix-Hammerhead-backlight.patch
|
||||
"
|
||||
|
||||
|
@ -184,4 +185,5 @@ dev() {
|
|||
}
|
||||
sha512sums="02fd136d24914e30decd207c3b2e0168cc9d6e4a0fc981abf8d537cd95c70583f5239d0dc7f2ae94a2ddd2ba82d822933159167801a035731a24aa1300c5ceec linux-09efb4857f1a4119eced855912043817bd96e064.tar.gz
|
||||
fc151402f33f947fdfb1a0f60f7dee621b2299678c14bbc2d3425c22b3300795cddfba8635f3d2d9a409ea506e825d00957bffe14d54cd14612d364a1d03529a config-postmarketos-qcom.armhf
|
||||
fc151402f33f947fdfb1a0f60f7dee621b2299678c14bbc2d3425c22b3300795cddfba8635f3d2d9a409ea506e825d00957bffe14d54cd14612d364a1d03529a config-postmarketos-qcom.armv7
|
||||
caf6d5615548dda58261c1d0fb571b93f0bd057a7dd071980e2402bae62bb951e40375693776b846a431c9ea47b8e6098f292b83b3744b23f2e5663f830b3548 0001-Fix-Hammerhead-backlight.patch"
|
||||
|
|
4012
main/linux-postmarketos-qcom/config-postmarketos-qcom.armv7
Normal file
4012
main/linux-postmarketos-qcom/config-postmarketos-qcom.armv7
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue