Skip to content

GitLab

  • Menu
    • Projects Groups Snippets
      Help
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M meta-tensorflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wanghuo-open
  • meta-tensorflow
  • Repository

Switch branch/tag
  • meta-tensorflow
  • .gitignore
Find file BlameHistoryPermalink
  • Hongxu Jia's avatar
    add python3 3.10.6 for tensorflow · 446c506e
    Hongxu Jia authored 2 years ago
    The official TensorFlow is tested and supported Python 3.7-3.10 [1][2]
    Add python3 3.10 back for tensorflow
    
    In order to distinguish with python3 3.11 in oe-core, add required distro
    features `tensorflow' to python3 3.10.6 recipe.
    
    Set the following in local.conf to apply python3 3.10.6
    
      DISTRO_FEATURES += "tensorflow"
      PYTHON_BASEVERSION:class-target = "3.10"
      PYTHON_BASEVERSION:class-native = "3.10"
      PYTHON_BASEVERSION:class-nativesdk = "3.10"
    
    [1] https://www.tensorflow.org/install
    [2] https://www.tensorflow.org/install/source#tested_build_configurations
    
    Signed-off-by: default avatarHongxu Jia <hongxu.jia@windriver.com>
    Signed-off-by: default avatarHongxu Jia <hongxu.jia@eng.windriver.com>
    446c506e
.gitignore 43 Bytes
1 2 3 4 5 6 7
*.pyc
*.pyo
/*.patch
*.swp
*.orig
*.rej
*~

Replace .gitignore

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Menu

Projects Groups Snippets
Help