mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 12:59:04 +02:00

The series [1] changed the way sources are fetched/unpacked and S needs to follow that. Additionally for git repos it moved away from having 'git/' as the checkout directory. This has been partly tested by building weston based image for imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images. E.g. none of the recipes specific for qoriq is built time tested. As walnascar is no longer compatible with master/whinlatter drop it from LAYERSERIES_COMPAT. [1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
30 lines
709 B
BlitzBasic
30 lines
709 B
BlitzBasic
SUMMARY = "NXP i.MX Secure Enclave Userspace Library"
|
|
DESCRIPTION = "NXP i.MX Secure Enclave Userspace Library"
|
|
SECTION = "base"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=8636bd68fc00cc6a3809b7b58b45f982"
|
|
|
|
DEPENDS = "openssl"
|
|
|
|
inherit systemd
|
|
|
|
SRC_URI = "git://github.com/NXP/imx-secure-enclave.git;protocol=https;branch=lf-6.6.52_2.2.0"
|
|
SRCREV = "dffbb844e86f4a49058ffbb40548474059969c27"
|
|
|
|
PV = "lf-6.6.52_2.2.0"
|
|
|
|
EXTRA_OEMAKE += "PLAT=ele"
|
|
|
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
|
|
do_install () {
|
|
oe_runmake DESTDIR=${D} install
|
|
rm -rf ${D}/usr/share
|
|
}
|
|
|
|
SYSTEMD_AUTO_ENABLE = "disable"
|
|
SYSTEMD_SERVICE:${PN} = "nvm_daemon.service"
|
|
|
|
COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx9-nxp-bsp)"
|