From dca248effc1fafc0cb4512ce3df839f7a1632827 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 30 Mar 2017 21:28:43 -0700 Subject: Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 388f010..cd9ba3e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ The above also disables meta-photography, so we have to edit conf/bblayers.conf ``` sed -i '/meta-photography/d' .repo/manifests/conf/bblayers.conf ``` +We also need to add in the new meta-de10-nano layer to the bblayers.conf + +``` +sed -i '/meta-altera/a \ \ \$\{TOPDIR\}\/layers\/meta-de10-nano \\' .repo/manifests/conf/bblayers.conf +``` ### Step 3: Fetch the repositories provided in the manifest ``` -- cgit v1.1