forked from open-rnd/meta-erlang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
50 lines (34 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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 openembedded-devel@lists.openembedded.org with '[meta-erlang]' in the subject'
When sending single patches, please using something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-erlang][PATCH'
Interim layer maintainer: João Henrique Freitas <joaohf@gmail.com>
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.