]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Revert "classes/sstate: add a mode to error if sstate package unavailable" paule/esdk-fixes3
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Jan 2017 09:11:32 +0000 (22:11 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Jan 2017 18:25:41 +0000 (07:25 +1300)
commit95451fccdfefabfe196786303be959ac22888ce5
treee56172744f827d5d9cb4eb19d4e7e3911b99eeaa
parent44665c81d2059a0ea8a31b73cb1bff790855a423
Revert "classes/sstate: add a mode to error if sstate package unavailable"

It turns out that this check cannot work. We don't have the information
to know whether an sstate package is really needed at this point in the
execution, so we check the availability for things that we won't
actually end up needing later on. Thus we can't fail if some of these
aren't found or we'll get needless failures.

This check was intended to give earlier more accurate errors when sstate
artifacts failed to download, but that's not practical so we'll rely
solely on the task execution check that was added within the runqueue.

This reverts most of commit 9e711b54487c3141d7264b8cf0d74f9465020190 (we
still need to allow BB_SETSCENE_ENFORCE through from the external
environment since the eSDK relies upon that.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/sstate.bbclass