From cc96662db56c68a2452c075cf0cc1ca7195afe7f Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Mon, 25 Jan 2021 03:48:16 +0300 Subject: linux-linaro-qcomlt_5.7,-dev: drop unused ERROR_QA_remove Remove unused removal of 'arch' from ERROR_QA: kernel build no longer include WiFi firmware, so this is unused. Signed-off-by: Dmitry Baryshkov --- recipes-kernel/linux/linux-linaro-qcomlt-dev.bb | 3 --- recipes-kernel/linux/linux-linaro-qcomlt_5.7.bb | 3 --- 2 files changed, 6 deletions(-) diff --git a/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb b/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb index b402431..23a6d5c 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt-dev.bb @@ -21,6 +21,3 @@ SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-l LINUX_VERSION = "5.11+" PV = "${LINUX_VERSION}+git${SRCPV}" - -# Wifi firmware has a recognizable arch :( -ERROR_QA_remove = "arch" diff --git a/recipes-kernel/linux/linux-linaro-qcomlt_5.7.bb b/recipes-kernel/linux/linux-linaro-qcomlt_5.7.bb index 88b33be..6332b34 100644 --- a/recipes-kernel/linux/linux-linaro-qcomlt_5.7.bb +++ b/recipes-kernel/linux/linux-linaro-qcomlt_5.7.bb @@ -24,6 +24,3 @@ SRCBRANCH ?= "release/qcomlt-5.7" SRCREV ?= "4af49ea41ecf17e5e6243f3ac81dfc2f84d8a3a1" COMPATIBLE_MACHINE = "(qcom)" - -# Wifi firmware has a recognizable arch :( -ERROR_QA_remove = "arch" -- cgit