samsung-manta: Rename to google-manta
Rename both the device package, and the firmware package. Also drop unnecessary deviceinfo_boot_filesystem="fat32" flag, as it is no longer necessary when device uses u-boot. Signed-off-by: Lukas Timmermann <lukas@timmermann.space> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8433>
This commit is contained in:
parent
e79c23c612
commit
c554d8177e
7 changed files with 23 additions and 18 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Co-Maintainer: Lukas Timmermann <lukas@timmermann.space>
|
||||
maintainer="Alexandre Marquet <tb@a-marquet.fr>"
|
||||
pkgname=device-samsung-manta
|
||||
pkgname=device-google-manta
|
||||
pkgdesc="Google Nexus 10"
|
||||
pkgver=14
|
||||
pkgrel=1
|
||||
pkgver=15
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
|
@ -14,7 +14,7 @@ depends="
|
|||
firmware-samsung-manta
|
||||
linux-firmware-brcm
|
||||
linux-firmware-s5p-mfc
|
||||
linux-postmarketos-exynos5
|
||||
linux-postmarketos-exynos5>=6.18.33
|
||||
postmarketos-base
|
||||
systemd-boot
|
||||
u-boot-manta
|
||||
|
|
@ -28,7 +28,11 @@ source="
|
|||
ucm/HiFi.conf
|
||||
ucm/Manta_WM1811.conf
|
||||
"
|
||||
replaces="openrc" # for hwclock configuration
|
||||
replaces="
|
||||
device-samsung-manta
|
||||
openrc
|
||||
" # replaces openrc for hwclock configuration
|
||||
provides="device-samsung-manta=$pkgver-r$pkgrel"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
|
|
@ -65,7 +69,7 @@ disable_gsd_color() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
c7cf9e0796cb6e85130bf322e89a0839e97ede6edc90d38fc02d197c949bd3b93e52389761e5adc690e502a443aa723f5fd61fad4d9ba580bd3ad695af9a808c deviceinfo
|
||||
a48d23e90e7ed26cb83d24c4daa1542465910a9c759377d337827d25e38ccbbf1112a5d6d653b8f78084474839e07678fa5a50c94d38841771ed61a5074c5c3a deviceinfo
|
||||
e00c58936fa4340f8531538136ad028d002342a4399b68d26190b931831108007486257f9d8a48c3ed454696b45d176b1497d624c33ace21e61eba33ac7ce136 modules-initfs
|
||||
8a9756c66bf1eacd6a9717abf772a198123391deac7e32a520666dd6f72c4c5b09d1a4791437c8902f62cf4b49106ace195d57082972b1cb4c843c8e1b065875 hwclock
|
||||
0a3d0365369335fcb4793d6dce93b744111478e191f4725e06da431cd080874ba897ea5abf92da9fc9005a5520da253e199620229231b16fb58a41a1091e6a44 HiFi.conf
|
||||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
deviceinfo_format_version="0"
|
||||
deviceinfo_name="Google Nexus 10"
|
||||
deviceinfo_manufacturer="Samsung"
|
||||
deviceinfo_codename="samsung-manta"
|
||||
deviceinfo_manufacturer="Google"
|
||||
deviceinfo_codename="google-manta"
|
||||
deviceinfo_year="2012"
|
||||
deviceinfo_arch="armv7"
|
||||
deviceinfo_getty="ttySAC2;115200"
|
||||
|
|
@ -20,4 +20,4 @@ deviceinfo_flash_pagesize="2048"
|
|||
deviceinfo_boot_filesystem="fat32"
|
||||
|
||||
# Kernel options
|
||||
deviceinfo_dtb="exynos5250-samsung-nexus10-manta"
|
||||
deviceinfo_dtb="exynos5250-manta"
|
||||
|
|
@ -1,18 +1,19 @@
|
|||
# Co-Maintainer: Lukas Timmermann <lukas@timmermann.space>
|
||||
maintainer="Alexandre Marquet <tb@a-marquet.fr>"
|
||||
pkgname=firmware-samsung-manta
|
||||
pkgver=4
|
||||
pkgname=firmware-google-manta
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for Samsung Manta (Nexus 10)"
|
||||
pkgdesc="Firmware for Google Manta (Nexus 10)"
|
||||
url="https://developers.google.com/android/drivers#mantalmy49j"
|
||||
arch="armv7"
|
||||
license="proprietary"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||
replaces="firmware-samsung-manta"
|
||||
_commitfw="5d170b264b593b75734a2c4f10f06fbe42bb5067"
|
||||
_commitdev="f654b082d30391218c985cd2e2c9089e1b444e11"
|
||||
source="
|
||||
brcmfmac43241b0-sdio.samsung,nexus10-manta.txt::https://raw.githubusercontent.com/LineageOS/android_device_samsung_manta/$_commitdev/bcmdhd.cal
|
||||
BCM.samsung,nexus10-manta.hcd::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commitfw/manta/proprietary/vendor/firmware/bcm43241.hcd
|
||||
brcmfmac43241b0-sdio.google,manta.txt::https://raw.githubusercontent.com/LineageOS/android_device_samsung_manta/$_commitdev/bcmdhd.cal
|
||||
BCM.google,manta.hcd::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commitfw/manta/proprietary/vendor/firmware/bcm43241.hcd
|
||||
maxtouch.fw::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commitfw/manta/proprietary/vendor/firmware/maxtouch.fw
|
||||
es305_fw.bin::https://github.com/TheMuppets/proprietary_vendor_samsung/raw/$_commitfw/manta/proprietary/vendor/firmware/es305_fw.bin
|
||||
"
|
||||
|
|
@ -21,11 +22,11 @@ package() {
|
|||
cd "$srcdir"
|
||||
|
||||
# Wifi
|
||||
install -Dm644 "brcmfmac43241b0-sdio.samsung,nexus10-manta.txt" \
|
||||
install -Dm644 "brcmfmac43241b0-sdio.google,manta.txt" \
|
||||
-t "$pkgdir/usr/lib/firmware/postmarketos/brcm/"
|
||||
|
||||
# Bluetooth
|
||||
install -Dm644 "BCM.samsung,nexus10-manta.hcd" \
|
||||
install -Dm644 "BCM.google,manta.hcd" \
|
||||
-t "$pkgdir/usr/lib/firmware/postmarketos/brcm/"
|
||||
|
||||
# Touchscreen
|
||||
|
|
@ -38,8 +39,8 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
e5317fdd080ff7ea30bf326c48f230a68484e4339739553f537f9b1c0c379b48fd86b857112cf6f293f061b18d0ea82b92026ca79204c28fd2e0d71c2cd42140 brcmfmac43241b0-sdio.samsung,nexus10-manta.txt
|
||||
23cf1fb5cab6666d74eff1879c67b2c53308e1285900d40c95cc75507164cb3e1b525abec6fde2ef763df1813d291bac8a05c830e91ad1357380292a55e7d2fc BCM.samsung,nexus10-manta.hcd
|
||||
e5317fdd080ff7ea30bf326c48f230a68484e4339739553f537f9b1c0c379b48fd86b857112cf6f293f061b18d0ea82b92026ca79204c28fd2e0d71c2cd42140 brcmfmac43241b0-sdio.google,manta.txt
|
||||
23cf1fb5cab6666d74eff1879c67b2c53308e1285900d40c95cc75507164cb3e1b525abec6fde2ef763df1813d291bac8a05c830e91ad1357380292a55e7d2fc BCM.google,manta.hcd
|
||||
a7ada29e2d76c48941ae05abb6f972a628f9729ccabbea5d8adfa2fb7f107e652ef290a1770e54387b3ee798382cb4f6519344461c991b5193fdbc465b9c7644 maxtouch.fw
|
||||
b16ccf4c733564fc0e7e436915ca3185ebd6bbcd33106328813b1bd8a40ff1e34c818c71c86356596f75e1b739585ab562fa279cfd0d051c0216c64759bc5dc7 es305_fw.bin
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue