samsung-i9305: Update architecture to armv7

According to the wiki pages, some interfaces can't be built for the
armhf architecture. This device is configured to armhf but it actually
supports armv7 architecture. Tested with a samsung-i9300.
This commit is contained in:
Thiago Foganholi 2020-10-11 21:04:53 -03:00 committed by Bart Ribbers
parent b8b6ec3634
commit 7fc133578e
5 changed files with 11 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-i9305
pkgver=1
pkgrel=26
pkgrel=27
pkgdesc="Samsung Galaxy SIII LTE"
url="https://postmarketos.org"
arch="armhf"
arch="armv7"
license="MIT"
depends="postmarketos-base linux-samsung-i9305 mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
@ -32,5 +32,5 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="67763e348fa209f4891e00cb2ada26edc20132f56851e54e1ee05b6408abf5398ef9c661bc4d2fd3e5f3df1e84ad687cfb218d59c000f8ec612c2aa446a3336c deviceinfo
sha512sums="08b1afd30769b9d958713bf60d928212f338ed3b84e72663f6a239b67e7a3738275c38dccb4fce2c880af41b9354058b85f4b597ef9f36cc16c987c29ff14a21 deviceinfo
d70a03210458c771f94db920a8d3162a03fc7727f0fbafef4c1575ebc659c937c082f5c7a4dcdd1572925b973d628c6f4cf895c3b8b2a59af8142824468fe7c4 90-android-touch-dev.rules"

View File

@ -11,7 +11,7 @@ deviceinfo_modules_initfs=""
deviceinfo_external_storage="true"
deviceinfo_flash_method="heimdall-bootimg"
deviceinfo_generate_bootimg="true"
deviceinfo_arch="armhf"
deviceinfo_arch="armv7"
# Device related
deviceinfo_chassis="handset"

View File

@ -1,10 +1,10 @@
pkgname=firmware-samsung-i9305
pkgver=1
pkgrel=2
pkgrel=3
_commit="d5a8735a6ad1fff3091f100383ac004f411d7528"
pkgdesc="Samsung Galaxy SIII LTE Firmware"
url="https://github.com/Androguide/android_vendor_samsung"
arch="armhf"
arch="armhf armv7"
license="proprietary"
source="$pkgname-$_commit.tar.gz::https://github.com/Androguide/android_vendor_samsung/archive/$_commit.tar.gz"
options="!check !strip !archcheck !spdx"

View File

@ -14,7 +14,6 @@
_flavor=samsung-i9305
_hash="fa8fa332fdec11744ffe0c742775cc22efe0d041"
_config="config-$_flavor.armhf"
pkgname=linux-$_flavor
pkgver=3.0.101
@ -22,11 +21,12 @@ case $pkgver in
*.*.*) _kernver=${pkgver%.*};;
*.*) _kernver=$pkgver;;
esac
pkgrel=7
arch="armhf"
pkgrel=8
arch="armv7"
_config="config-$_flavor.$arch"
pkgdesc="Samsung Galaxy SIII LTE kernel from LineageOS"
url="https://github.com/LineageOS/android_kernel_samsung_smdk4412"
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev xz busybox-static-armhf gcc6"
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev xz busybox-static-$arch gcc6"
options="!strip !check !tracedeps pmb:cross-native"
source="
$pkgname-$_hash.tar.gz::https://github.com/LineageOS/android_kernel_samsung_smdk4412/archive/$_hash.tar.gz
@ -116,5 +116,5 @@ package() {
}
sha512sums="d87dd54152980b30012fead62e639dde6ff0862d376790eac32800aeffd91482a220c7b1f233933a1879796dcaa3722e86c42a5f0e4df4168ae1f65362952779 linux-samsung-i9305-fa8fa332fdec11744ffe0c742775cc22efe0d041.tar.gz
c1c667ff55603101ae0bb3cfb085a0536a4e817ee9e116b62bead734f758099b1abcbe21c2d8e4790de2a62bd48e3b60ae8e0eb529b829ad71e2ddf1e0296b8d config-samsung-i9305.armhf
c1c667ff55603101ae0bb3cfb085a0536a4e817ee9e116b62bead734f758099b1abcbe21c2d8e4790de2a62bd48e3b60ae8e0eb529b829ad71e2ddf1e0296b8d config-samsung-i9305.armv7
d80980e9474c82ba0ef1a6903b434d8bd1b092c40367ba543e72d2c119301c8b2d05265740e4104ca1ac5d15f6c4aa49e8776cb44264a9a28dc551e0d1850dcc compiler-gcc6.h"