OPTEE: bump to update to v1.2.0 (3.3.0-stm32mp-r3)
Change-Id: Ie9655fa7fdc62037869a9bf5afbdf12b70ec96ac Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
This commit is contained in:
parent
15ed5233ef
commit
c9b7e9bc54
|
|
@ -0,0 +1,12 @@
|
|||
SUMMARY = "Python 2 and 3 compatibility library"
|
||||
HOMEPAGE = "https://pypi.org/project/terminaltables/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
|
||||
|
||||
SRC_URI[md5sum] = "863797674d8f75d22e16e6c1fdcbeb41"
|
||||
SRC_URI[sha256sum] = "f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81"
|
||||
|
||||
inherit pypi
|
||||
|
||||
BBCLASSEXTEND += "native nativesdk"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools3
|
||||
require python-terminaltables.inc
|
||||
|
|
@ -9,7 +9,8 @@ SRC_URI[sha256sum] = "7b62e9fe650e197473eb2f4dc35c09d1e6395eb48dc1c16cc139d401b3
|
|||
SRC_URI += " \
|
||||
file://0001-st-updates-r1.patch \
|
||||
file://0002-st-updates-r2.patch \
|
||||
"
|
||||
file://0003-st-updates-r3.patch \
|
||||
"
|
||||
|
||||
OPTEE_VERSION = "3.3.0"
|
||||
PV = "${OPTEE_VERSION}"
|
||||
|
|
@ -20,6 +21,9 @@ COMPATIBLE_MACHINE = "(stm32mpcommon)"
|
|||
|
||||
PROVIDES += "optee-os"
|
||||
|
||||
# The package is empty but must be generated to avoid apt-get installation issue
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
require optee-os-stm32mp-common.inc
|
||||
|
||||
# ---------------------------------
|
||||
|
|
@ -33,7 +37,7 @@ include ${@oe.utils.ifelse(d.getVar('ST_ARCHIVER_ENABLE') == '1', 'optee-os-stm3
|
|||
BBCLASSEXTEND = "devupstream:target"
|
||||
|
||||
SRC_URI_class-devupstream = "git://github.com/STMicroelectronics/optee_os.git;protocol=https;name=opteeos;branch=3.3.0-stm32mp"
|
||||
SRCREV_class-devupstream = "2d2ec9752d49db633b4295ee509629642dfd8748"
|
||||
SRCREV_class-devupstream = "273094317924bd18d2b7e7ed1d98e5118ed9c1fa"
|
||||
SRCREV_FORMAT_class-devupstream = "opteeos"
|
||||
PV_class-devupstream = "${OPTEE_VERSION}+github+${SRCPV}"
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue