summaryrefslogtreecommitdiffstats
path: root/check_yocto_rules.json
blob: 7e8eb211913fb8b7603224fa295557fe78dc19d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
    "APPEND-1" : {
        "skip_vars" : [ "ALTERNATIVE", "FILES", "INSANE_SKIP", "RDEPENDS", "RRECOMMENDS" ]
    },
    "APPEND-2" : {
        "skip_vars" : [ "KERNEL_LOCALVERSION", "PR", "PV" ],
        "file_regex" : {
            "meta-ti-bsp\\/recipes-graphics\\/mesa\\/mesa-pvr_\\S+\\.bb" : {
                "skip_vars": [ "GALLIUMDRIVERS", "VULKAN_DRIVERS" ]
            },
            "meta-ti-bsp\\/recipes-graphics\\/mesa\\/mesa-pvr\\.inc" : {
                "skip_vars": [ "TOOLS", "TOOLS_DEPS", "GALLIUMDRIVERS", "VULKAN_DRIVERS" ]
            }
        }
    },
    "GUARD-1" : {
        "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"
        ]
    },
    "GUARD-2" : {
        "skip_vars" : [ "k3" , "ti-soc" ]
    },
    "SUMMARY-1" : {
        "skip_files" : [
            "meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb"
        ]
    }
}