forked from meta-erlang/meta-erlang
-
Notifications
You must be signed in to change notification settings - Fork 0
Erlang support
License
EvoLogics/meta-erlang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
OpenEmbedded/Yocto Project layer for Erlang support =================================================== This layer provides support for Erlang for use with OpenEmbedded and/or Yocto Project build system: This layer depends on: URI: git://github.com/openembedded/oe-core.git branch: master revision: HEAD Contributing ------------ Send pull requests to [email protected] with '[meta-erlang]' in the subject' When sending single patches, please using something like: 'git send-email -M -1 --to [email protected] --subject-prefix=meta-erlang][PATCH' Interim layer maintainer: João Henrique Freitas <[email protected]> Usage instructions ------------------ For conf/bblayers.conf you have to add BBLAYERS ?= " \ ... path_to_source/sources/meta-erlang \ " Than run 'bitbake erlang-embedded-image-minimal' that will creates a image with embedded erlang. Or add 'IMAGE_INSTALL_append = " erlang"' in conf/local.conf and run 'bitbake core-image-minimal' to get an image with erlang support. Other Information ------------------ This layer can provide the entire Erlang installation, from the base runtime (erlang) to a full erlang development environment with all of the bells and whistles (erlang-modules). A list of all the packages provided can be found in the manifest file, at recipes-devtools/erlang/erlang-${PV}-manifest.inc. This file needs to be re-generated and new SRCREVs need to be added whenever the version changes.
About
Erlang support
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 93.3%
- BitBake 4.0%
- Python 2.6%
- Other 0.1%