summaryrefslogtreecommitdiff
path: root/classes/toradex-kernel-deploy-config.bbclass
AgeCommit message (Collapse)Author
2023-08-22toradex-kernel: move deployment of .config into classMax Krummenacher
After building the kernel we want the used config being deployed. This is already implemented for the linux-toradex-mainline recipe, however the downstream vendor based kernels to not deploy the config. Move the functionality to a class and inherit that in the mainline kernel recipe to allow reusing the class in the downstream kernel recipes. Related-to: ELB-5149 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>