mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +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>
This commit is contained in:
committed by
Andrei Gherzan
parent
2afeee9b82
commit
64f6a1b7cc
@@ -1 +0,0 @@
|
|||||||
CONFIG_SENSORS_RPI_POE_FAN=m
|
|
||||||
@@ -12,7 +12,6 @@ inherit kernel siteinfo
|
|||||||
require recipes-kernel/linux/linux-yocto.inc
|
require recipes-kernel/linux/linux-yocto.inc
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://rpi-kernel-misc.cfg \
|
|
||||||
${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "file://initramfs-image-bundle.cfg", "", d)} \
|
${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "file://initramfs-image-bundle.cfg", "", d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "file://vc4graphics.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://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} \
|
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
|
require linux-raspberrypi.inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user