mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
e7d00a9768
commit
b5388c085a
|
@ -1 +0,0 @@
|
|||
CONFIG_SENSORS_RPI_POE_FAN=m
|
|
@ -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)} \
|
||||
"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user