From 9151cfcc9994800ae13add63185184f9a47bf2c4 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Thu, 5 Nov 2020 08:32:18 +0530 Subject: qoriq cryptodev-{linux,tests,module}: remove All patches were merged in upstream cryptodev-linux repository. cryptodev recipes for qoriq in this layer used the same codes with the ones in poky. Remove to avoid maintenance efforts. Signed-off-by: Ting Liu --- conf/machine/include/qoriq-base.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index e982f370..e482b857 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -1,7 +1,4 @@ # common providers of QorIQ targets -PREFERRED_PROVIDER_cryptodev-linux = "cryptodev-qoriq-linux" -PREFERRED_PROVIDER_cryptodev-module = "cryptodev-qoriq-module" -PREFERRED_PROVIDER_cryptodev-tests = "cryptodev-qoriq-tests" PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq" PREFERRED_PROVIDER_virtual/bootloader ?= "${PREFERRED_PROVIDER_u-boot}" PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" @@ -35,6 +32,5 @@ MACHINE_SOCARCH_SUFFIX ?= "" MACHINE_SOCARCH_SUFFIX_qoriq = "-qoriq" MACHINE_ARCH_FILTER = "virtual/kernel" -MACHINE_SOCARCH_FILTER_append_qoriq = " cryptodev-qoriq-linux cryptodev-qoriq-module cryptodev-qoriq-test" INHERIT += "fsl-dynamic-packagearch" -- cgit v1.2.3-54-g00ecf