[Feature]add MT2731_MP2_MR2_SVN388 baseline version
Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus.inc b/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus.inc
new file mode 100644
index 0000000..75d4e4a
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus.inc
@@ -0,0 +1,13 @@
+DESCRIPTION = "PyCryptoPlus is an extension to the Python Crypto module"
+HOMEPAGE = "https://github.com/doegox/python-cryptoplus"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51c9a5b8457c0adeb11e1946915de2f2"
+
+SRC_URI = "git://github.com/doegox/python-cryptoplus;protocol=http"
+SRCREV = "a5a1f8aecce4ddf476b2d80b586822d9e91eeb7d"
+S = "${WORKDIR}/git"
+
+
+do_compile[noexec] = "1"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus_git.bb b/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus_git.bb
new file mode 100644
index 0000000..ce47365
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-cryptoplus_git.bb
@@ -0,0 +1,3 @@
+require python-cryptoplus.inc
+
+inherit setuptools
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-ecdsa.inc b/meta/meta-mediatek-ivt/recipes-devtools/python/python-ecdsa.inc
new file mode 100644
index 0000000..4c88ec3
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-ecdsa.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "ECDSA cryptographic signature library"
+HOMEPAGE = "https://github.com/warner/python-ecdsa"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d"
+
+
+SRC_URI[md5sum] = "d593df1ab57da611dca76f7328c47b21"
+SRC_URI[sha256sum] = "494c6a853e9ed2e9be33d160b41d47afc50a6629b993d2b9c5ad7bb226add892"
+
+PYPI_PACKAGE = "ecdsa"
+PYPI_PACKAGE_EXT = "tar.gz"
+
+inherit pypi
+
+do_compile[noexec] = "1"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-ecdsa_0.16.0.bb b/meta/meta-mediatek-ivt/recipes-devtools/python/python-ecdsa_0.16.0.bb
new file mode 100644
index 0000000..c3578be
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-ecdsa_0.16.0.bb
@@ -0,0 +1,3 @@
+require python-ecdsa.inc
+
+inherit setuptools
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-jsoncomment.inc b/meta/meta-mediatek-ivt/recipes-devtools/python/python-jsoncomment.inc
new file mode 100644
index 0000000..f0f814f
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-jsoncomment.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "A wrapper to JSON parsers allowing comments, multiline strings and trailing commas"
+HOMEPAGE = "https://pypi.org/project/jsoncomment"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bf7cd414c4b1aeeaefd42ea09968b724"
+
+SRC_URI[md5sum] = "59b90514c54bf5d0ab46a600ba693863"
+SRC_URI[sha256sum] = "b63aae518ba037f0148c3ca1b18215ab1ba1e6a0d19f4407a7e1d45617ff3c52"
+
+PYPI_PACKAGE = "jsoncomment"
+PYPI_PACKAGE_EXT = "tar.gz"
+
+inherit pypi
+
+do_compile[noexec] = "1"
+
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/meta-mediatek-ivt/recipes-devtools/python/python-jsoncomment_0.3.2.bb b/meta/meta-mediatek-ivt/recipes-devtools/python/python-jsoncomment_0.3.2.bb
new file mode 100644
index 0000000..2577dbc
--- /dev/null
+++ b/meta/meta-mediatek-ivt/recipes-devtools/python/python-jsoncomment_0.3.2.bb
@@ -0,0 +1,3 @@
+require python-jsoncomment.inc
+
+inherit setuptools