Browse Source

modify sstate-cache folder config

lihm 3 years ago
parent
commit
4a78c262d1
2 changed files with 3 additions and 2 deletions
  1. 2 1
      .gitignore
  2. 1 1
      ice/conf/local.conf

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 */downloads
-*/conf/exttc_sanity_info
+*/conf/exttc_sanity_info
+sstate-cache

+ 1 - 1
ice/conf/local.conf

@@ -55,7 +55,7 @@ MACHINE ??= "qemux86-64"
 #
 # The default is a sstate-cache directory under TOPDIR.
 #
-SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
+SSTATE_DIR ?= "${TOPDIR}/../sstate-cache"
 
 #
 # Where to place the build output