-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
46 lines (29 loc) · 1.07 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
This README file contains information on the contents of the meta-stm32 layer.
Please see the corresponding sections below for details.
Dependencies
============
URI: git//git.openembedded.org/bitbake
branch: master
URI: git//git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master
URI: git//git.openembedded.org/openembedded-core
branch: master
Patches
=======
Please submit any patches against the meta-stm32 layer pull-request on github,
or by email to the maintainer using git-send-email.
Maintainer: Moritz Fischer <[email protected]>
Table of Contents
=================
I. Adding the meta-stm32 layer to your build
II. Building a standalone recipe
I. Adding the meta-stm32 layer to your build
=================================================
Run 'bitbake-layers add-layer meta-stm32'
II. Building a standalone recipe
================================
An example for a standalone recipe is given in the
recipes-standalone/chromium-ec.bb
recipe. It builds the Chromium-EC firmware for the
discovery-stm32f072 and nucleo-f411re boards.