]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-seco-libs: Fix host-user-contaminated QA issue
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 13 Feb 2021 02:26:51 +0000 (20:26 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 13 Feb 2021 12:56:03 +0000 (09:56 -0300)
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-bsp/imx-seco/imx-seco-libs/0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch [new file with mode: 0644]
recipes-bsp/imx-seco/imx-seco-libs_git.bb

diff --git a/recipes-bsp/imx-seco/imx-seco-libs/0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch b/recipes-bsp/imx-seco/imx-seco-libs/0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch
new file mode 100644 (file)
index 0000000..757b9a6
--- /dev/null
@@ -0,0 +1,34 @@
+From 59608dcb0f0a6f6d8154b1d331c2403d7c1143eb Mon Sep 17 00:00:00 2001
+From: Cristinel Panfir <cristinel.panfir@nxp.com>
+Date: Fri, 5 Feb 2021 19:27:00 +0200
+Subject: [PATCH] Makefile: Fix install to clear host-user-contaminated
+ warnings [HSM-483]
+
+WARNING: imx-seco-libs-git-r0 do_package_qa: QA Issue:
+imx-seco-libs: /usr/lib/hsm_lib.a is owned by uid 26292, which is the same as the user running bitbake. This may be due to host contamination
+imx-seco-libs: /usr/lib/she_lib.a is owned by uid 26292, which is the same as the user running bitbake. This may be due to host contamination
+imx-seco-libs: /usr/lib/seco_nvm_manager.a is owned by uid 26292, which is the same as the user running bitbake.
+This may be due to host contamination [host-user-contaminated]
+
+Upstream-Status: Pending
+
+Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 492d700..25ad333 100644
+--- a/Makefile
++++ b/Makefile
+@@ -63,7 +63,7 @@ hsm_doc: include/hsm/hsm_api.h
+ install: hsm_test she_test she_lib.a seco_nvm_manager.a hsm_lib.a
+       mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(INCLUDEDIR)
+-      cp -a seco_nvm_manager.a hsm_lib.a she_lib.a $(DESTDIR)$(LIBDIR)
++      cp seco_nvm_manager.a hsm_lib.a she_lib.a $(DESTDIR)$(LIBDIR)
+       cp hsm_test she_test $(DESTDIR)$(BINDIR)
+       cp -a include/* $(DESTDIR)$(INCLUDEDIR)
+-- 
+2.25.1
index 69b60847d5ef733fd351a53ff7a74f15a9aeb0d6..dc37cdfc34f9bd13996666db88a17296d1c413f1 100644 (file)
@@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://EULA.txt;md5=228c72f2a91452b8a03c4cab30f30ef9"
 DEPENDS = "zlib"
 
 SRCBRANCH = "imx_5.4.70_2.3.1"
-SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \
+           file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch"
 SRCREV = "79e5fb5d096c61b1c3163c9fa8e42719509d95a0"
 
 S = "${WORKDIR}/git"