All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][RESEND 1/2] beaglebone: make kernel machine-specific package
@ 2022-01-29 19:33 Vivien Didelot
  2022-01-29 19:33 ` [meta-ti][RESEND 2/2] ti33x: move screen feature to machine configs Vivien Didelot
  2022-02-14 22:15 ` [meta-ti][RESEND 1/2] beaglebone: make kernel machine-specific package Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Vivien Didelot @ 2022-01-29 19:33 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko, Praneeth Bajjuri, Vivien Didelot

Require kernel image and device tree as machine-specific packages with
MACHINE_ESSENTIAL_EXTRA_RDEPENDS instead of appending IMAGE_INSTALL.

This binds the packages to the packagegroup-core-boot package group,
allowing one to skip their installation, e.g. for container trees.

This patch reflects commit d4cbe0e43393 [1] from meta-yocto-bsp
("beaglebone-yocto: move kernel and dtb to packagegroup-core-boot").

[1] https://git.yoctoproject.org/meta-yocto/commit/?id=d4cbe0e43393ec70e98caf006372b5311597d377

Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
---
 conf/machine/beaglebone.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf
index dcb14cc9..fe3127bb 100644
--- a/conf/machine/beaglebone.conf
+++ b/conf/machine/beaglebone.conf
@@ -13,7 +13,7 @@ MACHINE_GUI_CLASS = "bigscreen"
 
 SERIAL_CONSOLES = "115200;ttyS0"
 
-IMAGE_INSTALL:append = " kernel-devicetree kernel-image-zimage"
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree kernel-image-zimage"
 
 # Refine the list of device targets for ti-pdk class recipes
 TI_PDK_LIMIT_BOARDS = "bbbAM335x"
-- 
2.35.0


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

end of thread, other threads:[~2022-02-14 23:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-29 19:33 [meta-ti][RESEND 1/2] beaglebone: make kernel machine-specific package Vivien Didelot
2022-01-29 19:33 ` [meta-ti][RESEND 2/2] ti33x: move screen feature to machine configs Vivien Didelot
2022-02-14 22:15 ` [meta-ti][RESEND 1/2] beaglebone: make kernel machine-specific package Denys Dmytriyenko
2022-02-14 17:59   ` Vivien Didelot

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.