From c9e1f1fe25adfad4d358dc64db4d901ddfacf9a2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 9 Feb 2022 17:46:20 +0000 Subject: [PATCH] arm-bsp/linux-yocto: drop redundant KMACHINE assignments KMACHINE defaults to MACHINE, so remove the redundant assignments. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc index a8d12841..b7defe49 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc @@ -25,7 +25,6 @@ SRCREV:arm-platforms-kmeta = "6147e82375aa9df8f2a162d42ea6406c79c854c5" # Corstone-500 KMACHINE # COMPATIBLE_MACHINE:corstone500 = "corstone500" -KMACHINE:corstone500 = "corstone500" KBUILD_DEFCONFIG:corstone500 = "multi_v7_defconfig" KCONFIG_MODE:corstone500 = "--alldefconfig" @@ -119,7 +118,6 @@ SRC_URI:append:fvp-baser-aemv8r64 = " file://fvp-baser-aemv8r64.dts;subdir=git/a # Juno KMACHINE # COMPATIBLE_MACHINE:juno = "juno" -KMACHINE:juno = "juno" KBUILD_DEFCONFIG:juno = "defconfig" KCONFIG_MODE:juno = "--alldefconfig" #FIXME - temporarily pin kernel version to allow for juno patches to apply @@ -170,7 +168,6 @@ KCONF_AUDIT_LEVEL:n1sdp:pn-linux-yocto-rt = "0" # SGI575 KMACHINE # COMPATIBLE_MACHINE:sgi575 = "sgi575" -KMACHINE:sgi575 = "sgi575" KBUILD_DEFCONFIG:sgi575 = "defconfig" KCONFIG_MODE:sgi575 = "--alldefconfig"