Skip to content
Snippets Groups Projects
Unverified Commit 0b00e232 authored by Martijn Braam's avatar Martijn Braam Committed by Bart Ribbers
Browse files

main/linux-postmarketos-allwinner: upgrade to 5.7.0_git20200704 (MR 1393)

This enables mult-sensor support in sun6i-csi, support for the
gc2145 front camera, the new panel driver from mainline linux
and a small fix for the anx7688 that prevents it spamming the
kernel log when no cable is plugged in on 1.2a hardware.
parent 38579298
No related branches found
No related tags found
No related merge requests found
Pipeline #197561 passed
_flavor=postmarketos-allwinner
_config="config-$_flavor.$CARCH"
pkgname=linux-$_flavor
pkgver=5.7.0_git20200629
pkgver=5.7.0_git20200704
pkgrel=0
arch="aarch64"
pkgdesc="Kernel fork with Pine64 patches"
......@@ -9,7 +9,7 @@ url="https://gitlab.com/pine64-org/linux/"
license="GPL-2.0-only"
makedepends="devicepkg-dev perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex rsync xz"
options="!strip !check !tracedeps pmb:cross-native pmb:kconfigcheck-anbox"
_commit="aad90c10f4ff90ec9c541447ccddd6a0d58afd1e"
_commit="b7b625b8b43859aa1c46d34106541eb5cda373a5"
source="$pkgname-$_commit.tar.gz::https://gitlab.com/pine64-org/linux/-/archive/$_commit/linux-$_commit.tar.gz
config-$_flavor.aarch64
disable-power-save.patch
......@@ -64,7 +64,7 @@ dev() {
INSTALL_HDR_PATH="$subpkgdir"/usr
}
sha512sums="2a5b845a9879a2dd2757b51160d712a4375bf3db2bea4a212191c68f6c4472b131b64066af2b83889ac0ccdf1e4443ef83c789aabeca93db7502e6ac21eb3934 linux-postmarketos-allwinner-aad90c10f4ff90ec9c541447ccddd6a0d58afd1e.tar.gz
82b01ae04c813a5d3d4c07d35864824a0db1149a4949decc22af0aed299c0a53f400dbbbf839e41317d0fe51f08898593b44983262d76fa164898377e244af69 config-postmarketos-allwinner.aarch64
sha512sums="99adf9816c40691ebe2213f16c4c3ccbefdc564974115482f772ff3252fcb4b419f63368964e999a946997ce90e0e339fbe1653a4bc4c2cee69f51fd528175d9 linux-postmarketos-allwinner-b7b625b8b43859aa1c46d34106541eb5cda373a5.tar.gz
8bf4c9811e8e4abef7210567c5901efc9a8a80a8434289b9c92d0d3755508c246f13e00f1c83d83b69dafb61336d5e0a9e671ab5341bbba77e9269d7fdb100f5 config-postmarketos-allwinner.aarch64
3c0d9d282a36a5f6a442b434839d77851f9b20185725cb73aee88e6e209c68fd3d71df8e2a36ffcdb605c47f86df5dbcda5d00353c75c23303861936196924e0 disable-power-save.patch
c6e1ff1c060f68a59fa57a7cfc573a500fc8d200f56193530f7c1967e4f70f17cb2c930496f6a6489a6a10de130a2e66f5cd328eb6c4ae936f4af348a7413c3b touch-dts.patch"
......@@ -2844,6 +2844,7 @@ CONFIG_VIDEO_OV5640=m
# CONFIG_VIDEO_S5K5BAF is not set
# CONFIG_VIDEO_SMIAPP is not set
# CONFIG_VIDEO_ET8EK8 is not set
# CONFIG_VIDEO_HM5065 is not set
#
# Lens drivers
......@@ -2852,6 +2853,7 @@ CONFIG_VIDEO_OV5640=m
# CONFIG_VIDEO_AK7375 is not set
# CONFIG_VIDEO_DW9714 is not set
# CONFIG_VIDEO_DW9807_VCM is not set
CONFIG_VIDEO_GC2145=m
#
# Flash devices
......
  • Administrator @root

    mentioned in commit acf2331c

    By Martijn Braam on 2020-07-06T10:06:46

    · Imported

    mentioned in commit acf2331c

    By Martijn Braam on 2020-07-06T10:06:46

    Edited by Ghost User
    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment