From 97faa7b6bbbac4b592aff597bb318ea9f5119e77 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Wed, 1 Jul 2026 21:19:51 -0500 Subject: [PATCH] check_yocto_rules: Add rule for new linux-firmware Signed-off-by: Ryan Eatmon --- check_yocto_rules.json | 1 + 1 file changed, 1 insertion(+) diff --git a/check_yocto_rules.json b/check_yocto_rules.json index aaded6db..6867614f 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -17,6 +17,7 @@ "skip_files" : [ "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend", "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend", + "meta-ti-bsp/recipes-kernel/linux-firmware/linux-firmware_%.bbappend", "meta-ti-bsp/recipes-security/optee/optee-%.bbappend", "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend", "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend",