Browse Source

layerscape: update build guide in README

Added package feeds updating and installing in build guide
of README.

Signed-off-by: Yangbo Lu <[email protected]>
Yangbo Lu 8 years ago
parent
commit
5f36f3193f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      target/linux/layerscape/README

+ 4 - 0
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
 -------------------