diff options
author | Dalon Westergreen <dalon.westergreen@intel.com> | 2017-03-30 21:28:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 21:28:43 -0700 |
commit | dca248effc1fafc0cb4512ce3df839f7a1632827 (patch) | |
tree | 3a71c6dbdee58b2fa5cfed517b8a20fa994bbecb | |
parent | 47bc374b8b0681d0663635f968d4741d9612673c (diff) | |
download | meta-de10-nano-dca248effc1fafc0cb4512ce3df839f7a1632827.tar.xz |
Update README.md
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ``` |