diff options
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 9429202dca..3b41c69ef6 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -919,7 +919,7 @@ def check_sanity(sanity_data): | |||
919 | last_tmpdir = "" | 919 | last_tmpdir = "" |
920 | last_sstate_dir = "" | 920 | last_sstate_dir = "" |
921 | last_nativelsbstr = "" | 921 | last_nativelsbstr = "" |
922 | sanityverfile = sanity_data.expand("${TOPDIR}/conf/sanity_info") | 922 | sanityverfile = sanity_data.expand("${TOPDIR}/cache/sanity_info") |
923 | if os.path.exists(sanityverfile): | 923 | if os.path.exists(sanityverfile): |
924 | with open(sanityverfile, 'r') as f: | 924 | with open(sanityverfile, 'r') as f: |
925 | for line in f: | 925 | for line in f: |