From 3c84414af48eb59b574411e729521f410c184207 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 8 Aug 2015 13:35:11 +0200 Subject: [PATCH] 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. --- recipes-core/images/image-rauc-ubi.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-core/images/image-rauc-ubi.bb b/recipes-core/images/image-rauc-ubi.bb index c71c813..3410fc6 100644 --- a/recipes-core/images/image-rauc-ubi.bb +++ b/recipes-core/images/image-rauc-ubi.bb @@ -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"