summaryrefslogtreecommitdiff
path: root/meta-phosphor/nuvoton-layer/recipes-kernel/linux/linux-nuvoton_%.bbappend
blob: 88b3860186bb13b95dc00dbb5eca2cefcd1c7d70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://phosphor-gpio-keys.scc"
SRC_URI += "file://phosphor-gpio-keys.cfg"


python () {
    # OpenBMC loads in kernel features via other mechanisms so this check
    # in the kernel-yocto.bbclass is not required
    d.setVar("KERNEL_DANGLING_FEATURES_WARN_ONLY","1")
}