diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-09 13:48:48 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-05-10 10:50:27 -0500 |
commit | 9d815c53eba15bf036cac35f5b2be6613bc53cea (patch) | |
tree | 29898ec02ad0e0edc5a9a3f7c962557d10d3e468 /recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch | |
parent | 851b55ca1e19bd8f28aadd8f93d582c4999d0d0b (diff) | |
download | meta-freescale-9d815c53eba15bf036cac35f5b2be6613bc53cea.tar.gz |
imx-seco-libs: Update for NXP release 5.15.5-1.0.0
Fixes:
06a9062 V2XA-767: add a delay for v2x signed msg
f0d294b HSM-630: update doc
e98a558 HSM-630: Update project name doxyfile
c22f003 HSM-630: update version and hsm api doc
e0886ae HSM-630: add fast mac flag to use cau for cmac
Includes patches:
- Fix for multilib
- Add v2x_test
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch')
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch b/recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch new file mode 100644 index 000000000..81a4c17ea --- /dev/null +++ b/recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From b62f020ea723dc33f28e5e865d0ddd13219971c9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristinel Panfir <cristinel.panfir@nxp.com> | ||
3 | Date: Mon, 29 Mar 2021 15:24:42 +0300 | ||
4 | Subject: [PATCH] Makefile: Add v2x test to the installed-binaries | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com> | ||
8 | [regenerate the patch to be applied after meta-imx patches] | ||
9 | Signed-off-by: Fausto Chiatante <fausto.chiatante@nxp.com> | ||
10 | |||
11 | --- | ||
12 | Makefile | 4 ++-- | ||
13 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
14 | |||
15 | diff --git a/Makefile b/Makefile | ||
16 | index 25ad333..a397814 100644 | ||
17 | --- a/Makefile | ||
18 | +++ b/Makefile | ||
19 | @@ -61,9 +61,9 @@ hsm_doc: include/hsm/hsm_api.h | ||
20 | cp doc/latex/refman.pdf doc/hsm_api_document.pdf | ||
21 | rm -rf doc/latex/ | ||
22 | |||
23 | -install: hsm_test she_test she_lib.a seco_nvm_manager.a hsm_lib.a | ||
24 | +install: hsm_test she_test v2x_test she_lib.a seco_nvm_manager.a hsm_lib.a | ||
25 | mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(INCLUDEDIR) | ||
26 | cp seco_nvm_manager.a hsm_lib.a she_lib.a $(DESTDIR)$(LIBDIR) | ||
27 | - cp hsm_test she_test $(DESTDIR)$(BINDIR) | ||
28 | + cp hsm_test she_test v2x_test $(DESTDIR)$(BINDIR) | ||
29 | cp -a include/* $(DESTDIR)$(INCLUDEDIR) | ||
30 | |||
31 | -- | ||
32 | 2.25.1 | ||
33 | |||