Skip to content

kyoungmeyer/meta-micropython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-micropython

OpenEmbedded layer for MicroPython.

MicroPython is a lean and fast implementation of the Python 3 programming language that is optimised to run on embedded systems.

Available versions

MicroPython

  • 1.x

MicroPython-lib

  • 1.x

Available MicroPython core packages

  • micropython
  • micropython-native
  • micropython-lib
  • micropython-lib-native

Installation

Add meta-micropython layer to EXTRALAYERS in conf/bblayers.conf. For example:

```	EXTRALAYERS +=" \	${TOPDIR}/sources/meta-micropython \	" ``` 

Usage

Building MicroPython Packages

To build latest MicroPython package:

bitbake micropython

MicroPython as a dependency

Add MicroPython as a dependency in recipe with RDEPENDS (for runtime) or DEPENDS (for build):

DEPENDS += " micropython" RDEPENDS_${PN} += " micropython"

About

OpenEmbedded layer for MicroPython

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 100.0%