From e66be38a4a4df4c5e5d5695585393d95d0f93f5c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Aug 2020 11:45:48 -0700 Subject: [PATCH] cryptodev-qoriq: Upgrade to 1.11 OE-core is having 1.11 as well Signed-off-by: Khem Raj --- .../{cryptodev-qoriq-1.10.inc => cryptodev-qoriq-1.11.inc} | 2 +- ...ptodev-qoriq-linux_1.10.bb => cryptodev-qoriq-linux_1.11.bb} | 0 ...odev-qoriq-module_1.10.bb => cryptodev-qoriq-module_1.11.bb} | 0 ...ptodev-qoriq-tests_1.10.bb => cryptodev-qoriq-tests_1.11.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename recipes-kernel/cryptodev/{cryptodev-qoriq-1.10.inc => cryptodev-qoriq-1.11.inc} (92%) rename recipes-kernel/cryptodev/{cryptodev-qoriq-linux_1.10.bb => cryptodev-qoriq-linux_1.11.bb} (100%) rename recipes-kernel/cryptodev/{cryptodev-qoriq-module_1.10.bb => cryptodev-qoriq-module_1.11.bb} (100%) rename recipes-kernel/cryptodev/{cryptodev-qoriq-tests_1.10.bb => cryptodev-qoriq-tests_1.11.bb} (100%) diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc b/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc similarity index 92% rename from recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc rename to recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc index bb785831..e734cc4e 100644 --- a/recipes-kernel/cryptodev/cryptodev-qoriq-1.10.inc +++ b/recipes-kernel/cryptodev/cryptodev-qoriq-1.11.inc @@ -14,7 +14,7 @@ python() { } SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/cryptodev-linux;protocol=https;nobranch=1" -SRCREV = "f3007431120a1b4ae983c2b9ea09051311aa5e2f" +SRCREV = "2299d39475e91392abd050ea09f2d20feecb4adf" S = "${WORKDIR}/git" diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.10.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.11.bb similarity index 100% rename from recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.10.bb rename to recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.11.bb diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.10.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.11.bb similarity index 100% rename from recipes-kernel/cryptodev/cryptodev-qoriq-module_1.10.bb rename to recipes-kernel/cryptodev/cryptodev-qoriq-module_1.11.bb diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.10.bb b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.11.bb similarity index 100% rename from recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.10.bb rename to recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.11.bb -- 2.40.1