diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-11-07 10:28:21 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-11 08:45:05 -0600 |
| commit | 24fd5dc0935b9081280cbdae6fe0ed542c006039 (patch) | |
| tree | eab701ca2e4b3387952c3e6275d67b91f553e868 | |
| parent | a4210a51e1bf64dcdbeb32aef645afae4184584b (diff) | |
| download | meta-ti-master-wip.tar.gz | |
check_yocto_rules: Add new exception for packagegroup-ti-core-initramfs.bbappendmaster-wip
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | check_yocto_rules.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/check_yocto_rules.json b/check_yocto_rules.json index 56e8c771..fc516a51 100644 --- a/check_yocto_rules.json +++ b/check_yocto_rules.json | |||
| @@ -18,7 +18,8 @@ | |||
| 18 | "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend", | 18 | "meta-ti-bsp/recipes-core/udev/eudev_%.bbappend", |
| 19 | "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend", | 19 | "meta-ti-bsp/recipes-devtools/binutils/binutils-cross-canadian_%.bbappend", |
| 20 | "meta-ti-bsp/recipes-security/optee/optee-%.bbappend", | 20 | "meta-ti-bsp/recipes-security/optee/optee-%.bbappend", |
| 21 | "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend" | 21 | "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-bsp/u-boot/u-boot-ti-%.bbappend", |
| 22 | "meta-ti-bsp/dynamic-layers/openembedded-layer/recipes-ti/initramfs/packagegroup-ti-core-initramfs.bbappend" | ||
| 22 | ] | 23 | ] |
| 23 | }, | 24 | }, |
| 24 | "GUARD-2" : { | 25 | "GUARD-2" : { |
