image-rauc-ubi: Attempt to fix when building from sstate-cache

These are set by image.bbclass and they appear to resolve the
issue of the exception during SetScene.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-08 13:35:11 +02:00
parent 72f1df181d
commit 3c84414af4
1 changed files with 2 additions and 0 deletions

View File

@ -8,12 +8,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS = "mtd-utils-native"
do_fetch[cleandirs] = "${S}"
do_unpack[noexec] = "1"
do_patch[noexec] = "1"
do_configure[noexec] = "1"
do_compile[noexec] = "1"
do_install[noexec] = "1"
do_populate_sysroot[noexec] = "1"
do_package[noexec] = "1"
do_packagedata[noexec] = "1"
do_package_write_ipk[noexec] = "1"
do_package_write_deb[noexec] = "1"
do_package_write_rpm[noexec] = "1"