diff mbox series

[isar-cip-core] images: Enable inclusion of swupdate.inc by external layers

Message ID 096ae2a4-58bf-e622-7073-453e29bb7136@siemens.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [isar-cip-core] images: Enable inclusion of swupdate.inc by external layers | expand

Commit Message

Jan Kiszka July 26, 2021, 6:38 a.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

Analogously to secureboot.inc, this file needs to ensure that
sw-description.tmpl artifact it pulls can be found even if the including
recipe is in a different layer.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 recipes-core/images/swupdate.inc | 2 ++
 1 file changed, 2 insertions(+)

Comments

Srinuvasan Arjunan July 27, 2021, 11:48 a.m. UTC | #1
Jan,

We added swupdate recipe in downstream isar-siemens layer now it pulls the sw-description.tmpl file. It's working fine. Please sync with master. Thanks.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6634): https://lists.cip-project.org/g/cip-dev/message/6634
Mute This Topic: https://lists.cip-project.org/mt/84453358/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/10495289/4520388/727948398/xyzzy [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-
diff mbox series

Patch

diff --git a/recipes-core/images/swupdate.inc b/recipes-core/images/swupdate.inc
index 6708a7e..06ad5af 100644
--- a/recipes-core/images/swupdate.inc
+++ b/recipes-core/images/swupdate.inc
@@ -9,6 +9,8 @@ 
 # SPDX-License-Identifier: MIT
 #
 
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
 EXTRACT_PARTITIONS = "img4"
 ROOTFS_PARTITION_NAME="img4.gz"