mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-08 03:21:35 +00:00
arm-bsp/corstone500: upgrade kernel to v5.19
This change is to upgrade kernel to 5.19 for corstone500 target Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
committed by
Jon Mason
parent
bb1a229176
commit
797e43e09b
@@ -12,7 +12,7 @@ require conf/machine/include/arm/armv7a/tune-cortexa5.inc
|
||||
# apply.
|
||||
#
|
||||
PREFERRED_PROVIDER_virtual/kernel:forcevariable = "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ?= "5.15%"
|
||||
PREFERRED_VERSION_linux-yocto ?= "5.19%"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "trusted-firmware-a u-boot"
|
||||
|
||||
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
Upstream-Status: Pending [Not submitted to upstream yet]
|
||||
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
|
||||
|
||||
From 7ee0e1c0a6498d376b38679c908f01a1528a1450 Mon Sep 17 00:00:00 2001
|
||||
From: Vishnu Banavath <vishnu.banavath@arm.com>
|
||||
Date: Thu, 29 Sep 2022 17:16:45 +0100
|
||||
Subject: [PATCH] arm: defconfig: drop CONFIG_SND_SOC_AC97 from
|
||||
multi_v7_defconfig
|
||||
|
||||
The CONFIG_SND_SOC_AC97 symbol was recently enabled but does not
|
||||
actually exist. This change is to remove it to fix warnings when
|
||||
used some of the build tools like yocto.
|
||||
|
||||
Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
|
||||
|
||||
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
|
||||
index ce9826bce29b..b3662f126efa 100644
|
||||
--- a/arch/arm/configs/multi_v7_defconfig
|
||||
+++ b/arch/arm/configs/multi_v7_defconfig
|
||||
@@ -817,7 +817,6 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
|
||||
CONFIG_SND_SOC_TEGRA_ALC5632=m
|
||||
CONFIG_SND_SOC_TEGRA_MAX98090=m
|
||||
CONFIG_SND_SOC_DAVINCI_MCASP=m
|
||||
-CONFIG_SND_SOC_AC97=m
|
||||
CONFIG_SND_SOC_AK4642=m
|
||||
CONFIG_SND_SOC_CPCAP=m
|
||||
CONFIG_SND_SOC_CS42L51_I2C=m
|
||||
--
|
||||
2.17.1
|
||||
|
||||
@@ -27,6 +27,10 @@ SRCREV:arm-platforms-kmeta = "6147e82375aa9df8f2a162d42ea6406c79c854c5"
|
||||
COMPATIBLE_MACHINE:corstone500 = "corstone500"
|
||||
KBUILD_DEFCONFIG:corstone500 = "multi_v7_defconfig"
|
||||
KCONFIG_MODE:corstone500 = "--alldefconfig"
|
||||
FILESEXTRAPATHS:prepend:corstone500 := "${ARMBSPFILESPATHS}"
|
||||
SRC_URI:append:corstone500 = " \
|
||||
file://0001-arm-defconfig-drop-CONFIG_SND_SOC_AC97-from-multi_v7.patch \
|
||||
"
|
||||
|
||||
#
|
||||
# Corstone1000 KMACHINE
|
||||
|
||||
Reference in New Issue
Block a user