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:
parent
2769c4b7e4
commit
5569e543d0
|
|
@ -81,7 +81,7 @@ copy_images() {
|
|||
# builds.
|
||||
#
|
||||
purge_sstate() {
|
||||
bitbake -c cleansstate packagegroup-dey-examples
|
||||
bitbake -c cleansstate packagegroup-dey-examples || true
|
||||
}
|
||||
|
||||
# Sanity check (Jenkins environment)
|
||||
|
|
|
|||
Loading…
Reference in New Issue