From e229c0bdf052c1f7ea0565054204b6a5c89ed037 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 11 Jun 2026 22:16:54 +1200 Subject: Add a custom kernel target --- meta-yerba/conf/machine/yerba-x86_64.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-yerba/conf/machine') diff --git a/meta-yerba/conf/machine/yerba-x86_64.conf b/meta-yerba/conf/machine/yerba-x86_64.conf index 9eeb645..29ef3de 100644 --- a/meta-yerba/conf/machine/yerba-x86_64.conf +++ b/meta-yerba/conf/machine/yerba-x86_64.conf @@ -3,7 +3,8 @@ require conf/machine/include/x86/x86-base.inc require conf/machine/include/x86/tune-core2.inc # Replace this later -PREFERRED_PROVIDER_virtual/kernel ??= "linux-dummy" +PREFERRED_PROVIDER_virtual/kernel ??= "linux-yocto" +PREFERRED_VERSION_linux-yocto ??= "7.0.11%" KERNEL_IMAGETYPE = "bzImage" -- cgit v1.2.3