20 lines
540 B
BlitzBasic
20 lines
540 B
BlitzBasic
# Copyright 2023 Digi International Inc.
|
|
|
|
#
|
|
# Reuse meta-freescale's optee-os_3.19.0.imx.bb
|
|
#
|
|
require recipes-security/optee-imx/optee-os_3.19.0.imx.bb
|
|
|
|
SRC_URI = " \
|
|
git://github.com/nxp-imx/imx-optee-os.git;protocol=https;branch=${SRCBRANCH} \
|
|
file://0007-allow-setting-sysroot-for-clang.patch \
|
|
file://0001-core-imx-support-ccimx93-dvk.patch \
|
|
"
|
|
SRCBRANCH = "lf-6.1.36_2.1.0"
|
|
# Tag: lf-6.1.36-2.1.0
|
|
SRCREV = "4e32281904b15af9ddbdf00f73e1c08eae21c695"
|
|
|
|
PLATFORM_FLAVOR:ccimx93 = "ccimx93dvk"
|
|
|
|
COMPATIBLE_MACHINE = "(ccimx93)"
|