aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalon Westergreen <dalon.westergreen@intel.com>2017-03-30 21:28:43 -0700
committerGitHub <noreply@github.com>2017-03-30 21:28:43 -0700
commitdca248effc1fafc0cb4512ce3df839f7a1632827 (patch)
tree3a71c6dbdee58b2fa5cfed517b8a20fa994bbecb
parent47bc374b8b0681d0663635f968d4741d9612673c (diff)
downloadmeta-de10-nano-dca248effc1fafc0cb4512ce3df839f7a1632827.tar.xz
Update README.md
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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
```