[1/5] arm-bsp/linux-yocto: drop redundant KMACHINE assignments

Message ID 20220209174624.3824874-1-ross.burton@arm.com
State New
Headers show
Series [1/5] arm-bsp/linux-yocto: drop redundant KMACHINE assignments | expand

Commit Message

Ross Burton Feb. 9, 2022, 5:46 p.m. UTC
KMACHINE defaults to MACHINE, so remove the redundant assignments.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc | 3 ---
 1 file changed, 3 deletions(-)

Comments

Jon Mason Feb. 10, 2022, 12:59 a.m. UTC | #1
On Wed, 9 Feb 2022 17:46:20 +0000, Ross Burton wrote:
> KMACHINE defaults to MACHINE, so remove the redundant assignments.

Applied, thanks!

[1/5] arm-bsp/linux-yocto: drop redundant KMACHINE assignments
      commit: c9e1f1fe25adfad4d358dc64db4d901ddfacf9a2
[2/5] arm-bsp/sgi575: use the default linux-yocto version
      commit: ebef5db57cd407697f7eaf89ee0802ee57388710
[3/5] arm-bsp/juno: move to linux-yocto 5.15
      commit: 0d0bafe7f3f5cc72f6b7b2f11cbd72cb80bf47f8
[4/5] arm-bsp/firmware-image-juno: remove default dependencies
      commit: 11b4fd20a0eec7cd9013f3d9d8ae550c64f5107c
[5/5] arm-bsp/linux-yocto: remove unused 5.4 and 5.7 kernels
      (no commit info)

Best regards,
Jon Mason Feb. 11, 2022, 3:49 p.m. UTC | #2
On Wed, 9 Feb 2022 17:46:20 +0000, Ross Burton wrote:
> KMACHINE defaults to MACHINE, so remove the redundant assignments.

Applied, thanks!

[1/5] arm-bsp/linux-yocto: drop redundant KMACHINE assignments
      commit: c9e1f1fe25adfad4d358dc64db4d901ddfacf9a2
[2/5] arm-bsp/sgi575: use the default linux-yocto version
      commit: ebef5db57cd407697f7eaf89ee0802ee57388710
[3/5] arm-bsp/juno: move to linux-yocto 5.15
      commit: 0d0bafe7f3f5cc72f6b7b2f11cbd72cb80bf47f8
[4/5] arm-bsp/firmware-image-juno: remove default dependencies
      commit: 11b4fd20a0eec7cd9013f3d9d8ae550c64f5107c
[5/5] arm-bsp/linux-yocto: remove unused 5.4 and 5.7 kernels
      (no commit info)

Best regards,

Patch

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 0f62011c..4b395af4 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"
 
@@ -137,7 +136,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
@@ -188,7 +186,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"