This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
69 lines (44 loc) · 1.51 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
This README file contains information on building the meta-odroid
BSP layer.
Please see the corresponding sections below for details.
Dependencies
============
This layer depends on:
URI: git://git.openembedded.org/bitbake
branch: master
URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master
URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe, meta-gnome, meta-python, meta-networking, meta-xfce
branch: master
URI: https://github.com/akuster/meta-odroid
branch: master
Patches
=======
Please submit any patches against this BSP to the Yocto mailing list
(yocto@yoctoproject.org) and cc: the maintainer:
Maintainer: Armin Kuster <akuster808@gmail.com>
Table of Contents
=================
I. Building the meta-odroid BSP layer
I. Building the meta-odroid BSP layer
========================================
yocto/meta-odroid \
To enable the odroid layer, add the odroid MACHINE to local.conf:
MACHINE ?= "odroid"
You should then be able to build a basic odroid image as such:
$ source oe-init-build-env
$ bitbake core-image-odroid
You should then be able to build a XFCE odroid image as such:
layers:
{path}/poky/meta \
{path}/poky/meta-yocto \
{path}/meta-openembedded/meta-oe \
{path}/meta-openembedded/meta-python \
{path}/meta-openembedded/meta-networking \
{path}/meta-openembedded/meta-gnome \
{path}/meta-openembedded/meta-xfce \
{path}/meta-odroid \
$ source oe-init-build-env
$ bitbake core-image-odroid-xfce