forked from leograba/meta-godot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (25 loc) · 812 Bytes
/
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
This README file contains information on the contents of the meta-godot layer.
Please see the corresponding sections below for details.
Dependencies
============
TBD
URI: <first dependency>
branch: <branch name>
URI: <second dependency>
branch: <branch name>
Patches
=======
Please submit any patches against the meta-godot layer to
https://github.com/leograba/meta-godot by pull request.
Maintainer: Leonardo Graboski Veiga <[email protected]>
Table of Contents
=================
I. Adding the meta-godot layer to your build
II. Misc
I. Adding the meta-godot layer to your build
=================================================
Run 'bitbake-layers add-layer meta-godot'
II. Misc
========
Add to your image using IMAGE_INSTALL_apend = "godot", for instance, to your
`local.conf`.