Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check_yocto_rules: Add new rules for recent changes | Ryan Eatmon | 2025-07-17 | 1 | -2/+3 |
| | | | | | | | | | - The S change needs to skip the APPEND-2 check since S should never have a space in a path. - 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: Add new config file | Ryan Eatmon | 2025-05-16 | 1 | -0/+31 |
TI is starting to run an automated checker for all incoming patches to the mailing list. One of the checks is to scan all of the files in the repository looking for things that we have flagged as the "right way" of doing recipes. This file contains a set of exceptions that the checking script is finding but can be skipped due to manual review. Signed-off-by: Ryan Eatmon <reatmon@ti.com> |