summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-04-15 19:32:46 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-04-15 22:15:11 +0300
commit3b0a976b2f2d9807b9ea1c3bac5e8faf588e881d (patch)
tree1d80e7da61ec9aac0a36c985b2172bf6de80c2e3 /meta-phosphor
parent713d60c5a3f40702bf5d6eec57e5f10d94e739c3 (diff)
downloadopenbmc-3b0a976b2f2d9807b9ea1c3bac5e8faf588e881d.tar.xz
treewide: linux: remove cfg files from SRC_URI
When using a `feature.scc` file it is not necessary to also include the corresponding `feature.cfg` file in the `SRC_URI` field. Remove them to clean up. [1]: https://docs.yoctoproject.org/kernel-dev/advanced.html#recipe-space-metadata Tested: Built on Yosemite4 and observed MCTP configure options are still enabled. ``` root@yosemite4:~# zcat /proc/config.gz | grep MCTP CONFIG_MCTP=y CONFIG_MCTP_FLOWS=y # MCTP Device Drivers CONFIG_MCTP_SERIAL=y CONFIG_MCTP_TRANSPORT_I2C=y # end of MCTP Device Drivers ``` Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I76656cf9fbbe5cd2ac44f90c46b391111ca72410
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-kernel/linux/linux-%.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-kernel/linux/linux-%.bbappend b/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
index 99083021d5..1e008159b0 100644
--- a/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
+++ b/meta-phosphor/recipes-kernel/linux/linux-%.bbappend
@@ -4,5 +4,4 @@ SRC_URI:append = " \
"
SRC_URI:append:df-mctp = " \
file://mctp/mctp.scc \
- file://mctp/mctp.cfg \
"