build.sh: make sure the clean command returns success

This is needed so jenkins jobs not using 'meta-digi-dey' (the layer
containing the cleaned recipe) can complete. Otherwise they fail with:

ERROR: Nothing PROVIDES 'packagegroup-dey-examples'

(for example using just the BSP layer 'meta-digi-arm' with standard
image recipes, e.g. core-image-minimal)

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-04-22 13:29:48 +02:00
parent 2769c4b7e4
commit 5569e543d0
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ copy_images() {
# builds. # builds.
# #
purge_sstate() { purge_sstate() {
bitbake -c cleansstate packagegroup-dey-examples bitbake -c cleansstate packagegroup-dey-examples || true
} }
# Sanity check (Jenkins environment) # Sanity check (Jenkins environment)