From b306b5907b9151f9a48ed23fd6aa393ec7cb912e Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Thu, 5 Dec 2024 09:59:32 +0000 Subject: [PATCH] aws-ec2-x86-64.conf: remove PREFERRED_VERSION_linux-yocto Thanks to @gportay for this suggestion. (cherry picked from commit 7e11446e14ac5eab5ff73c9ca136147a0bb904b2) --- conf/machine/aws-ec2-x86-64.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/machine/aws-ec2-x86-64.conf b/conf/machine/aws-ec2-x86-64.conf index 3ba4a443e..79458d065 100644 --- a/conf/machine/aws-ec2-x86-64.conf +++ b/conf/machine/aws-ec2-x86-64.conf @@ -8,7 +8,6 @@ DEFAULTTUNE ?= "core2-64" require conf/machine/include/x86/tune-core2.inc include conf/machine/include/x86/x86-base.inc -PREFERRED_VERSION_linux-yocto ?= "5.15%" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"