[oe] [PATCH 00/12] Add 11 recipes to help integrating TensorFlow to Yocto

Hongxu Jia hongxu.jia at windriver.com
Fri Feb 15 06:04:44 UTC 2019


All these newly added recipes are fundamental packages of machine
leaning framework (such as TensorFlow).

//Hongxu

The following changes since commit d30d26c2796dc45ba274803815421e6f4aca9eb5:

  packagegroup-meta-oe: espeak-data is gone (2019-02-11 07:21:08 -0800)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/add-recipes-20190215
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=hongxu/add-recipes-20190215

Hongxu Jia (12):
  python3-protobuf: add cpp implementation support
  python3-pkgconfig: add version 1.4.0
  hdf5: add version 1.8.19
  python3-h5py: add version 2.9.0
  python3-termcolor: add version 1.1.0
  python3-markdown: add version 3.0.1
  python3-wheel: add version 0.32.3
  python3-absl: add version 0.7.0
  python3-astor: add version 0.7.1
  python3-gast: add version 0.2.2
  python3-keras-applications: add version 1.0.6
  python3-keras-preprocessing: add version 1.0.5

 meta-oe/licenses/HDF5                              |  92 ++
 .../hdf5/files/0001-cross-compiling-support.patch  |  71 ++
 ...ve-suffix-shared-from-shared-library-name.patch |  50 ++
 meta-oe/recipes-support/hdf5/files/H5Tinit.c       | 991 +++++++++++++++++++++
 .../recipes-support/hdf5/files/H5lib_settings.c    |  98 ++
 meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb        |  56 ++
 .../recipes-devtools/python/python-protobuf.inc    |   1 +
 .../recipes-devtools/python/python3-absl_0.7.0.bb  |  14 +
 .../recipes-devtools/python/python3-astor_0.7.1.bb |  14 +
 .../recipes-devtools/python/python3-gast_0.2.2.bb  |  14 +
 .../0001-cross-compiling-support.patch             |  46 +
 .../recipes-devtools/python/python3-h5py_2.9.0.bb  |  30 +
 .../python/python3-keras-applications_1.0.6.bb     |  19 +
 .../python/python3-keras-preprocessing_1.0.5.bb    |  15 +
 .../python/python3-markdown_3.0.1.bb               |  12 +
 .../python/python3-pkgconfig_1.4.0.bb              |  18 +
 .../0001-Add-Python-3.7-compatibility-4862.patch   |  98 ++
 .../python/python3-protobuf_3.6.1.bb               |   9 +
 .../python/python3-termcolor_1.1.0.bb              |  12 +
 .../python/python3-wheel_0.32.3.bb                 |  16 +
 20 files changed, 1676 insertions(+)
 create mode 100644 meta-oe/licenses/HDF5
 create mode 100644 meta-oe/recipes-support/hdf5/files/0001-cross-compiling-support.patch
 create mode 100644 meta-oe/recipes-support/hdf5/files/0002-Remove-suffix-shared-from-shared-library-name.patch
 create mode 100644 meta-oe/recipes-support/hdf5/files/H5Tinit.c
 create mode 100644 meta-oe/recipes-support/hdf5/files/H5lib_settings.c
 create mode 100644 meta-oe/recipes-support/hdf5/hdf5_1.8.19.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-absl_0.7.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-astor_0.7.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-gast_0.2.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-h5py/0001-cross-compiling-support.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-h5py_2.9.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-keras-applications_1.0.6.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-keras-preprocessing_1.0.5.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-markdown_3.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-protobuf/0001-Add-Python-3.7-compatibility-4862.patch
 create mode 100644 meta-python/recipes-devtools/python/python3-termcolor_1.1.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-wheel_0.32.3.bb

-- 
2.8.1



More information about the Openembedded-devel mailing list