main/linux-postmarketos-qcom: Disable the sample qmi and rpmsg clients (#1485)

This was done for testing locally and is not needed for any
functionality, it managed to slip into the initial qcom kernel package,
but it is not needed.
This commit is contained in:
Bhushan Shah 2018-05-12 17:57:39 +05:30 committed by Oliver Smith
parent 9edb856684
commit e911489338
2 changed files with 3 additions and 8 deletions

View File

@ -4,7 +4,7 @@ _config="config-${_flavor}.${CARCH}"
pkgname=linux-${_flavor} pkgname=linux-${_flavor}
pkgver=4.17_rc3 pkgver=4.17_rc3
pkgrel=3 pkgrel=4
arch="armhf" arch="armhf"
pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices" pkgdesc="Kernel close to mainline with extra patches for Qualcomm devices"
@ -184,4 +184,4 @@ dev() {
fi fi
} }
sha512sums="02fd136d24914e30decd207c3b2e0168cc9d6e4a0fc981abf8d537cd95c70583f5239d0dc7f2ae94a2ddd2ba82d822933159167801a035731a24aa1300c5ceec linux-09efb4857f1a4119eced855912043817bd96e064.tar.gz sha512sums="02fd136d24914e30decd207c3b2e0168cc9d6e4a0fc981abf8d537cd95c70583f5239d0dc7f2ae94a2ddd2ba82d822933159167801a035731a24aa1300c5ceec linux-09efb4857f1a4119eced855912043817bd96e064.tar.gz
7c1bde853b738c17a36a502ca0250c2a437bf561467739e31e7f6e93e757eba7283ad7542b5d51ef3c7667044f4f1794cfabf093739bcabb82ea46526e3cec37 config-postmarketos-qcom.armhf" 1961f051e2f4c3fad3fde69b08b277e3784a256115a8f30604e6b1973fd323e17ed9e5e55a3daf1a2d72770168d164ed060ff2a330d45d6cd6e3c59d4530d092 config-postmarketos-qcom.armhf"

View File

@ -3762,12 +3762,7 @@ CONFIG_TRACING_SUPPORT=y
# CONFIG_RUNTIME_TESTING_MENU is not set # CONFIG_RUNTIME_TESTING_MENU is not set
# CONFIG_MEMTEST is not set # CONFIG_MEMTEST is not set
# CONFIG_BUG_ON_DATA_CORRUPTION is not set # CONFIG_BUG_ON_DATA_CORRUPTION is not set
CONFIG_SAMPLES=y # CONFIG_SAMPLES is not set
# CONFIG_SAMPLE_KOBJECT is not set
# CONFIG_SAMPLE_KFIFO is not set
CONFIG_SAMPLE_QMI_CLIENT=m
CONFIG_SAMPLE_RPMSG_CLIENT=m
# CONFIG_SAMPLE_CONFIGFS is not set
CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set # CONFIG_KGDB is not set
# CONFIG_UBSAN is not set # CONFIG_UBSAN is not set