freescale-layer: remove deprecated ml-security
This recipe was removed by NXP in their rel_imx_6.1.22_2.0.0 release https://onedigi.atlassian.net/browse/DEL-9011 https://onedigi.atlassian.net/browse/DEL-9081 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
3bf7a683ae
commit
a007862f80
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 2019-2021 NXP
|
||||
|
||||
DESCRIPTION = "Hardening Library for Machine Learning Security"
|
||||
SECTION = "security"
|
||||
LICENSE = "Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f35df765ff17e69043ea21f350e3229c"
|
||||
|
||||
DEPENDS = "opencv"
|
||||
|
||||
SRC_URI[md5sum] = "65833fea2bb270a1381c1ffc1a902c43"
|
||||
SRC_URI[sha256sum] = "bc9c47b8b609dd2fbf27de0c89ad3ad4bb3684461272bd8b6d1b47677a6d318b"
|
||||
|
||||
S = "${WORKDIR}/ml-security"
|
||||
|
||||
inherit fsl-eula2-unpack2
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/ml-security/examples/* \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "bash"
|
||||
Loading…
Reference in New Issue