From d7c168271c765c890e4f8dd3ea9fc13eb37ac2aa Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 30 Mar 2017 18:06:21 -0700 Subject: Update README.md Since de10-nano.xml removes meta-photography we need to disable it in the bblayers.conf Signed-off-by: Westergreen, Dalon --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 538c03b..c76b1c3 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Now using your favorite editor, create a file .repo/local_manifests/de10-nano.xm ``` +The above disables meta-photography, so we have to edit conf/bblayers.conf to remove the reference to it. +``` +sed -i '/meta-photography/d' .repo/manifests/conf/bblayers.conf +``` ### Step 3: Fetch the repositories provided in the manifest ``` -- cgit v1.1