diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-15 13:52:16 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-22 08:19:01 -0800 |
| commit | 322e23dc213d51a12345ca705b3776f189dc413f (patch) | |
| tree | e257ca97fa6d3eef83c845b67d711b2d8ecba5ba /meta-xilinx-core/recipes-devtools/python | |
| parent | dd95dde009dc7968f6e6e4c0609e7b443c55c627 (diff) | |
| download | meta-xilinx-322e23dc213d51a12345ca705b3776f189dc413f.tar.gz | |
Initial restructure/split of meta-xilinx-bsp
Create a new meta-xilinx-core, move core functionality to the core, keeping
board specific files in the bsp layer.
zynqmp-generic changed from require <board> to include, so if meta-xilinx-bsp
is not available it will not fail.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools/python')
6 files changed, 27 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb new file mode 100644 index 00000000..f5070be7 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-anytree_2.8.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "Powerful and Lightweight Python Tree Data Structure" | ||
| 2 | |||
| 3 | HOMEPAGE = "https://github.com/c0fec0de/anytree" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||
| 7 | |||
| 8 | DEPENDS += "python3-six" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/c0fec0de/anytree.git;protocol=https" | ||
| 11 | SRCREV = "75c0198636f8997967ba00df5077cd21350f68ce" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | do_install:append() { | ||
| 18 | rm -f ${D}/${datadir}/LICENSE | ||
| 19 | rmdir ${D}/${datadir} || : | ||
| 20 | } | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-flask-restful_%.bbappend b/meta-xilinx-core/recipes-devtools/python/python3-flask-restful_%.bbappend new file mode 100644 index 00000000..608377e3 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-flask-restful_%.bbappend | |||
| @@ -0,0 +1 @@ | |||
| BBCLASSEXTEND = "native nativesdk" | |||
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-flask_%.bbappend b/meta-xilinx-core/recipes-devtools/python/python3-flask_%.bbappend new file mode 100644 index 00000000..608377e3 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-flask_%.bbappend | |||
| @@ -0,0 +1 @@ | |||
| BBCLASSEXTEND = "native nativesdk" | |||
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-itsdangerous_%.bbappend b/meta-xilinx-core/recipes-devtools/python/python3-itsdangerous_%.bbappend new file mode 100644 index 00000000..608377e3 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-itsdangerous_%.bbappend | |||
| @@ -0,0 +1 @@ | |||
| BBCLASSEXTEND = "native nativesdk" | |||
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-pandas_%.bbappend b/meta-xilinx-core/recipes-devtools/python/python3-pandas_%.bbappend new file mode 100644 index 00000000..608377e3 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-pandas_%.bbappend | |||
| @@ -0,0 +1 @@ | |||
| BBCLASSEXTEND = "native nativesdk" | |||
diff --git a/meta-xilinx-core/recipes-devtools/python/python3-werkzeug_%.bbappend b/meta-xilinx-core/recipes-devtools/python/python3-werkzeug_%.bbappend new file mode 100644 index 00000000..608377e3 --- /dev/null +++ b/meta-xilinx-core/recipes-devtools/python/python3-werkzeug_%.bbappend | |||
| @@ -0,0 +1 @@ | |||
| BBCLASSEXTEND = "native nativesdk" | |||
