Mike Garrett | 6d539b9 | 2021-08-27 16:50:20 -0500 | [diff] [blame^] | 1 | KBRANCH ?= "dev-5.10-gxp-openbmc" |
2 | LINUX_VERSION ?= "5.10.17" | ||||
3 | SRCREV="8d942b456304d3a21597cda47387a45ace61a225" | ||||
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" |