summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index e820df0..ba30e14 100644
--- a/README
+++ b/README
@@ -53,10 +53,16 @@ URI: git://git.yoctoproject.org/poky
53branch: master 53branch: master
54revision: HEAD 54revision: HEAD
55 55
56URI: git://git.openembedded.org/meta-openembedded
57branch: master
58revision: HEAD
59
56How to use it: 60How to use it:
57 61
581. source poky/oe-init-build-env rpi-build 621. source poky/oe-init-build-env rpi-build
592. Add meta-raspberrypi in bblayers.conf 632. Add needed layers to bblayers.conf:
64 - meta-raspberrypi
65 - meta-openembedded/meta-oe
603 Set MACHINE to raspberrypi in local.conf 663 Set MACHINE to raspberrypi in local.conf
614. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf 674. Modify distro to DISTRO ?= "poky-raspberrypi" in local.conf
625. bitbake rpi-hwup-image 685. bitbake rpi-hwup-image