]> code.ossystems Code Review - openembedded-core.git/commit
sanity.bbclass: add extra information when SSTATE_CACHE unusable
authorJoshua Lock <josh@linux.intel.com>
Wed, 23 May 2012 23:22:12 +0000 (16:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 May 2012 07:34:51 +0000 (08:34 +0100)
commit719d44305508c75a9f2decacdff6558ca14277bb
tree7e0d0a7aba0e02a585e07963395e0c27797e5c6a
parent9362702aa9dd82fed7e6d6e3cb1289521b802075
sanity.bbclass: add extra information when SSTATE_CACHE unusable

If the user does not have write permissions to SSTATE_CACHE, detected by
the check_create_long_filename() test failing with a "Permission denied"
value in strerror, then suggest they might want to use the location as
an entry in SSTATE_MIRRORS.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
meta/classes/sanity.bbclass