public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] image: Add dependency from isar-apt
@ 2018-02-08 15:13 Alexander Smirnov
  0 siblings, 0 replies; only message in thread
From: Alexander Smirnov @ 2018-02-08 15:13 UTC (permalink / raw)
  To: isar-users; +Cc: Alexander Smirnov

There are two components in Isar who uses isar-apt:
 - buildchroot
 - images

At the moment the only buildchroot has dapendency from isar-apt, this
patch adds it also for images.

Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
Reported-by: Henning Schild <henning.schild@siemens.com>
---
 meta/classes/image.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index cbd74b3..2c255f4 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -19,6 +19,7 @@ INITRD_IMAGE ?= "${@get_image_name(d, 'initrd.img')}"
 inherit ${IMAGE_TYPE}
 
 do_rootfs[stamp-extra-info] = "${MACHINE}-${DISTRO}"
+do_rootfs[depends] = "isar-apt:do_cache_config"
 
 do_rootfs() {
     die "No root filesystem function defined, please implement in your recipe"
-- 
2.1.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-08 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08 15:13 [PATCH] image: Add dependency from isar-apt Alexander Smirnov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox