Mike Garrett | adbccbc | 2021-11-18 16:17:30 -0600 | [diff] [blame] | 1 | KBRANCH ?= "dev-5.14-gxp-openbmc" |
2 | LINUX_VERSION ?= "5.14.0" | ||||
3 | SRCREV="6f1a2c5c0cc59692d5beafe5ff8a4c7539b82d7d" | ||||
Mike Garrett | 6d539b9 | 2021-08-27 16:50:20 -0500 | [diff] [blame] | 4 | |
5 | require linux-obmc.inc | ||||
6 | require conf/machine/include/fitimage-sign.inc | ||||
7 | |||||
8 | # OpenBMC loads in kernel features via other mechanisms so this check | ||||
9 | # in the kernel-yocto.bbclass is not required | ||||
10 | #KERNEL_DANGLING_FEATURES_WARN_ONLY="1" |