diff options
author | Christian Hemp <c.hemp@phytec.de> | 2018-07-03 08:12:45 (GMT) |
---|---|---|
committer | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2018-07-03 09:36:26 (GMT) |
commit | 768078f7b9b5c2a7169cf993cb0946ad42aa6d68 (patch) | |
tree | 7b4f111364b7435521cd64c72f5e9bf16dabd46d | |
parent | 6cf6c43f45d16a4ff36be1b987c706d99e5d1908 (diff) | |
download | meta-phytec-768078f7b9b5c2a7169cf993cb0946ad42aa6d68.zip meta-phytec-768078f7b9b5c2a7169cf993cb0946ad42aa6d68.tar.bz2 |
kernel: cryptodev: remove duplicate cryptodev patch
Remove the patch 0001-Adjust-to-another-change-in-the-user-page-API.patch
from cryptodev-module SRC_URI for the i.MX8 boards. The patch is
available in the NXP BSP. For the i.MX8 Alpha Release we are using the
NXP Yocto layers so we have to remove the patch from one recipe.
Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
-rw-r--r-- | recipes-kernel/cryptodev/cryptodev-module_1.8.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-module_1.8.bbappend b/recipes-kernel/cryptodev/cryptodev-module_1.8.bbappend index 38dff0f..00484eb 100644 --- a/recipes-kernel/cryptodev/cryptodev-module_1.8.bbappend +++ b/recipes-kernel/cryptodev/cryptodev-module_1.8.bbappend @@ -3,3 +3,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "\ file://0001-Adjust-to-another-change-in-the-user-page-API.patch \ " + +# For the i.MX8 Alpha release we are using the NXP meta layer. This layers +# are add this patch allready. So we have to remove them for the i.MX8 boards + +SRC_URI_remove_mx8 = " file://0001-Adjust-to-another-change-in-the-user-page-API.patch" |