diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2018-01-08 12:12:16 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:49 +0100 |
commit | 5f36f3193f793d9963d01da6796dcbb8d10edc99 (patch) | |
tree | a54905202565b29520b651512b31616975d132f9 /target/linux/layerscape/README | |
parent | a338491a306798868738fd8210b27bd2a4ab0daa (diff) | |
download | upstream-5f36f3193f793d9963d01da6796dcbb8d10edc99.tar.gz upstream-5f36f3193f793d9963d01da6796dcbb8d10edc99.tar.bz2 upstream-5f36f3193f793d9963d01da6796dcbb8d10edc99.zip |
layerscape: update build guide in README
Added package feeds updating and installing in build guide
of README.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/README')
-rw-r--r-- | target/linux/layerscape/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/layerscape/README b/target/linux/layerscape/README index eaeee32e8c..ecef32ba6a 100644 --- a/target/linux/layerscape/README +++ b/target/linux/layerscape/README @@ -12,6 +12,10 @@ Layerscape Quick Start 2. Build -------- +Before configuration and build, update and install package feeds. + +$ ./scripts/feeds update -a +$ ./scripts/feeds install -a 2.1 make menuconfig ------------------- |