aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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
<project name="01org/meta-de10-nano" path="layers/meta-de10-nano" remote="github" revision="refs/tags/VERSION-2017.03.30"/>
</manifest>
```
+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
```