public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] u-boot-script: Drop runtime dependency on a kernel
@ 2022-01-14 17:23 Jan Kiszka
  2022-01-21 10:36 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2022-01-14 17:23 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

From: Jan Kiszka <jan.kiszka@siemens.com>

There is not technical dependency on a kernel being install for
installing this packages - analogously to other bootloaders not
depending on a kernel.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Tested with meta-iot2050 by additionally making the kernel depend on
u-boot-script - all fine. So this elegantly obsoletes "Fix u-boot-script
packages conflict".

  meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
index e07deeee..0b491fba 100644
--- a/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
+++ b/meta/recipes-bsp/u-boot-script/u-boot-script_1.1.bb
@@ -14,7 +14,7 @@ SRC_URI = " \
      file://u-boot-script \
      file://zz-u-boot-script"
  
-DEBIAN_DEPENDS = "u-boot-tools, linux-image-${KERNEL_NAME}"
+DEBIAN_DEPENDS = "u-boot-tools"
  
  do_install() {
  	install -v -d ${D}/usr/sbin
-- 
2.31.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-21 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 17:23 [PATCH] u-boot-script: Drop runtime dependency on a kernel Jan Kiszka
2022-01-21 10:36 ` Anton Mikanovich

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