From 756e695b4869486a76eaa631bd4ac09e05fc18d6 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 21 Dec 2020 09:46:26 -0500 Subject: [PATCH] arm-bsp/linux: remove unused kmeta variables gem5 is no longer in meta-arm-bsp, and kmeta entry should be removed. sgi575 has no usage of the meta-arm-bsp kmeta and would be better suited to use the generic one. corstone700 is defining kmeta, but that variable is only used in the generic kmeta src_uri, and not the meta-arm-bsp that it is using. Change-Id: I01e80c433a9a02bad1f6337b0df27cbf6a96231f Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc | 2 -- meta-arm-bsp/recipes-kernel/linux/linux-yocto-corstone700.inc | 1 - 2 files 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 01c47946..1c9fdc16 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc @@ -12,8 +12,6 @@ SRC_URI_KMETA = "file://arm-platforms-kmeta;type=kmeta;name=arm-platforms-kmeta; SRC_URI_append_fvp-base = " ${SRC_URI_KMETA}" SRC_URI_append_fvp-base-arm32 = " ${SRC_URI_KMETA}" SRC_URI_append_juno = " ${SRC_URI_KMETA}" -SRC_URI_append_sgi575 = " ${SRC_URI_KMETA}" -SRC_URI_append_gem5-arm64 = " ${SRC_URI_KMETA}" SRCREV_arm-platforms-kmeta = "6147e82375aa9df8f2a162d42ea6406c79c854c5" # diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto-corstone700.inc b/meta-arm-bsp/recipes-kernel/linux/linux-yocto-corstone700.inc index 58b849dc..f2a9a54c 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-yocto-corstone700.inc +++ b/meta-arm-bsp/recipes-kernel/linux/linux-yocto-corstone700.inc @@ -31,7 +31,6 @@ KERNEL_IMAGETYPE = "xipImage" KCONFIG_MODE = "--alldefconfig" -KMETA = "arm-platforms-kmeta" SRC_URI_append = " ${SRC_URI_KMETA}" KERNEL_EXTRA_FEATURES = "bsp/arm-platforms/corstone700-bsp.scc"