All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] abd-partition: add runtime dependency
@ 2024-09-18 19:01 Trevor Woerner
  0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2024-09-18 19:01 UTC (permalink / raw)
  To: yocto-patches

The rauc demo implementation provided by this layer uses ext4-formatted
partitions. Therefore the tool required to format ext4 partitions is required
otherwise the repartitioning will fail.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 .../rk-rauc-demo/recipes-core/systemd/abd-partition.bb          | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb b/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb
index 1952805f4a6d..d5cb42738e72 100644
--- a/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb
+++ b/dynamic-layers/rk-rauc-demo/recipes-core/systemd/abd-partition.bb
@@ -24,3 +24,5 @@ do_install() {
 	install -d ${D}${sysconfdir}/systemd/system
 	install -m 0644 ${UNPACKDIR}/data.mount ${D}${sysconfdir}/systemd/system/
 }
+
+RDEPENDS:${PN} += "e2fsprogs-mke2fs"
-- 
2.44.0.501.g19981daefd7c



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

only message in thread, other threads:[~2024-09-18 19:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-18 19:01 [meta-rockchip][PATCH] abd-partition: add runtime dependency Trevor Woerner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.