summaryrefslogtreecommitdiff
path: root/HACKING.textile
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.textile')
-rw-r--r--HACKING.textile22
1 files changed, 22 insertions, 0 deletions
diff --git a/HACKING.textile b/HACKING.textile
new file mode 100644
index 0000000..2c29768
--- /dev/null
+++ b/HACKING.textile
@@ -0,0 +1,22 @@
+h2. Initial setup
+
+bc. mkdir openembedded
+cd openembedded
+git clone git://git.linaro.org/openembedded/meta-aarch64.git
+bash meta-aarch64/scripts/init.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 "core-image-minimal" to build simple rootfs.
+
+h2. Usable build targets
+
+* core-image-minimal - very minimal rootfs
+* linaro-image-lamp - LAMP stack
+* linaro-image-sdk - image with toolchain present