mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 02:11:00 +00:00
optee: remove bbappends with version bumps
meta-arm now has all optee components updated to the latest 3.20 version Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
32c76bb5df
commit
6fa8e2dbaa
@@ -1,7 +0,0 @@
|
||||
PV:ti-soc = "3.20.0+git${SRCPV}"
|
||||
SRCREV:ti-soc = "dd2d39b49975d2ada7870fe2b7f5a84d0d3860dc"
|
||||
|
||||
inherit pkgconfig
|
||||
DEPENDS:append:ti-soc = " util-linux"
|
||||
|
||||
EXTRA_OEMAKE:append:ti-soc = " PKG_CONFIG=pkg-config"
|
||||
@@ -1,2 +0,0 @@
|
||||
PV:ti-soc = "3.19.0+git${SRCPV}"
|
||||
SRCREV:ti-soc = "f301ee9df2129c0db683e726c91dc2cefe4cdb65"
|
||||
@@ -1,24 +0,0 @@
|
||||
require recipes-security/optee/optee-os_3.20.0.bb
|
||||
|
||||
SUMMARY = "OP-TEE Trusted OS TA devkit"
|
||||
DESCRIPTION = "OP-TEE TA devkit for build TAs"
|
||||
HOMEPAGE = "https://www.op-tee.org/"
|
||||
|
||||
DEPENDS += "python3-pycryptodome-native"
|
||||
|
||||
do_install() {
|
||||
#install TA devkit
|
||||
install -d ${D}${includedir}/optee/export-user_ta/
|
||||
for f in ${B}/export-ta_${OPTEE_ARCH}/* ; do
|
||||
cp -aR $f ${D}${includedir}/optee/export-user_ta/
|
||||
done
|
||||
}
|
||||
|
||||
do_deploy() {
|
||||
echo "Do not inherit do_deploy from optee-os."
|
||||
}
|
||||
|
||||
FILES:${PN} = "${includedir}/optee/"
|
||||
|
||||
# Build paths are currently embedded
|
||||
INSANE_SKIP:${PN}-dev += "buildpaths"
|
||||
@@ -1,2 +0,0 @@
|
||||
PV:ti-soc = "3.19.0+git${SRCPV}"
|
||||
SRCREV:ti-soc = "ab9863cc187724e54c032b738c28bd6e9460a4db"
|
||||
Reference in New Issue
Block a user