mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00: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 64f6a1b7cc6526a49b180ebc632520bbaad195bd) 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…
x
Reference in New Issue
Block a user