Message ID | 20250723211613.16164-3-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,scarthgap,1/3] conf: machine: am64xx: Cleanup assignment whitespace | expand |
diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 7e8eb211..6d33c0aa 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json @@ -17,7 +17,8 @@ "skip_files" : [ "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend", "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend", - "meta-ti-bsp/recipes-security/optee/optee-%.bbappend" + "meta-ti-bsp/recipes-security/optee/optee-%.bbappend", + "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend" ] }, "GUARD-2" : {
- The UBOOT_VERSION bbappend does not need a guard since we are modifying our own layer. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- check_yocto_rules.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)