summaryrefslogtreecommitdiff
path: root/HACKING.textile
blob: 11e938a95233e607bed85abefd5eb5708574cdfd (plain)
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
h2. Initial setup

bc. mkdir openembedded
cd openembedded
git clone git://git.linaro.org/openembedded/jenkins-setup.git
cd jenkins-setup
git checkout release-13.04
cd ..
sudo bash jenkins-setup/pre-build-root-install-dependencies.sh
bash jenkins-setup/init-and-build.sh

p. This will clone all required repositories and does initial setup.

h2. Do a build

bc. cd openembedded/openembedded-core
. oe-init-build-env ../build
bitbake bash

p. Of course you can use other targets instead of "bash". Use "linaro-image-minimal" to build simple rootfs.

h2. Usable build targets

* linaro-image-minimal - very minimal rootfs
* linaro-image-lamp - LAMP stack and toolchain