main/linux-postmarketos-qcom-msm8939: fix defconfig (MR 2519)
* Idol3 panel have been renamed, so update the defconfig to
reflect that.
* add finduitls to makedepends (MR 2519)
Gets rid of "find: unrecognized: -printf" in build log.
Fixes 80a70aab92
[ci:skip-build] Already built on CI in MR
This commit is contained in:
parent
5b8cf79134
commit
7c690db318
2 changed files with 15 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
_flavor="postmarketos-qcom-msm8939"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=5.14_git20210912
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel fork for Qualcomm MSM8939 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -15,7 +15,17 @@ options="!strip !check !tracedeps
|
|||
pmb:cross-native
|
||||
pmb:kconfigcheck-nftables
|
||||
"
|
||||
makedepends="bash bc bison devicepkg-dev installkernel flex openssl-dev perl"
|
||||
makedepends="
|
||||
bash
|
||||
bc
|
||||
bison
|
||||
devicepkg-dev
|
||||
findutils
|
||||
flex
|
||||
installkernel
|
||||
openssl-dev
|
||||
perl
|
||||
"
|
||||
provides="linux-huawei-kiwi=$pkgver-r$pkgrel" # for backwards compatibility
|
||||
replaces="linux-huawei-kiwi"
|
||||
|
||||
|
@ -54,5 +64,5 @@ package() {
|
|||
}
|
||||
sha512sums="
|
||||
b4ac9b2bd74ab556b7bab8cc91cc4d7c78306fbdc0d09cec59d4a6383f6639e8e69103f5b0cf16790de3cd44042163787940bb1aaf90ab7cd59fce75e7352451 linux-postmarketos-qcom-msm8939-5.14-v1.tar.gz
|
||||
b9f6e9843f4f42213b54344285b47f6b40ed61d3125cdb8581682c8ca51f9b53c6bb4d6b8a5089b863e35481eb7731b1b2f13b853454ab291ddd5fd7518715e0 config-postmarketos-qcom-msm8939.aarch64
|
||||
fb9b1d78fc751c3314cb758792795c97c63c8efe632c6a28ff0320225f80659e6625140d90b32bb940267b4136c9caf78170a835599cd4839fd42985ee554f98 config-postmarketos-qcom-msm8939.aarch64
|
||||
"
|
||||
|
|
|
@ -3063,6 +3063,8 @@ CONFIG_DRM_PANEL=y
|
|||
# Display Panels
|
||||
#
|
||||
# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set
|
||||
CONFIG_DRM_PANEL_ALCATEL_IDOL3_NT35596=m
|
||||
CONFIG_DRM_PANEL_ALCATEL_IDOL3_R63315=m
|
||||
# CONFIG_DRM_PANEL_ARM_VERSATILE is not set
|
||||
# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set
|
||||
# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set
|
||||
|
@ -3109,14 +3111,12 @@ CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m
|
|||
# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set
|
||||
# CONFIG_DRM_PANEL_SHARP_LS037V7DW01 is not set
|
||||
# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set
|
||||
CONFIG_DRM_PANEL_SHARP_R63315=m
|
||||
# CONFIG_DRM_PANEL_SITRONIX_ST7701 is not set
|
||||
# CONFIG_DRM_PANEL_SITRONIX_ST7703 is not set
|
||||
# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set
|
||||
# CONFIG_DRM_PANEL_SONY_ACX424AKP is not set
|
||||
# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set
|
||||
# CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set
|
||||
CONFIG_DRM_PANEL_TIANMA_NT35596=m
|
||||
# CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set
|
||||
# CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set
|
||||
# CONFIG_DRM_PANEL_TPO_TPG110 is not set
|
||||
|
|
Loading…
Reference in a new issue