From 5f36f3193f793d9963d01da6796dcbb8d10edc99 Mon Sep 17 00:00:00 2001
From: Yangbo Lu <yangbo.lu@nxp.com>
Date: Mon, 8 Jan 2018 12:12:16 +0800
Subject: [PATCH] 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>
---
 target/linux/layerscape/README | 4 ++++
 1 file changed, 4 insertions(+)

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
 -------------------
-- 
2.30.2