linux-raspberrypi: Drop unused rpi-kernel-misc config fragment

This config fragment was unconditionally disabled for the v5.4 kernel
so it can be dropped.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
(cherry picked from commit 64f6a1b7cc)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
Paul Barker 2020-11-25 15:42:50 +00:00 committed by Andrei Gherzan
parent e7d00a9768
commit b5388c085a
3 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
CONFIG_SENSORS_RPI_POE_FAN=m

View File

@ -12,7 +12,6 @@ inherit kernel siteinfo
require recipes-kernel/linux/linux-yocto.inc
SRC_URI += " \
file://rpi-kernel-misc.cfg \
${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "file://initramfs-image-bundle.cfg", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "file://vc4graphics.cfg", "", d)} \
"

View File

@ -6,7 +6,6 @@ SRC_URI = " \
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.4;destsuffix=${KMETA} \
"
SRC_URI_remove = "file://rpi-kernel-misc.cfg"
require linux-raspberrypi.inc