On Thu, Jul 27, 2023 at 07:20:32PM -0500, Randolph Sapp via lists.yoctoproject.org wrote: > From: Randolph Sapp <[email protected]> > > This image install override is interesting. Perhaps we should move to > the separate build target distro configs like pokey uses [1] to avoid
What's "pokey"? It's Poky - https://elinux.org/Poky > configuration collisions while still allowing for some base image > templating through include files like arago-image.inc > > [1] > https://git.yoctoproject.org/poky/tree/meta-poky/conf/distro/poky-tiny.conf?h=kirkstone Either way, the above commit log doesn't seem to have anything to do with the actual change... > Signed-off-by: Randolph Sapp <[email protected]> > --- > meta-arago-distro/recipes-core/images/arago-tiny-image.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-arago-distro/recipes-core/images/arago-tiny-image.inc > b/meta-arago-distro/recipes-core/images/arago-tiny-image.inc > index 242e763c..77ee9ea2 100644 > --- a/meta-arago-distro/recipes-core/images/arago-tiny-image.inc > +++ b/meta-arago-distro/recipes-core/images/arago-tiny-image.inc > @@ -6,4 +6,5 @@ IMAGE_FEATURES:remove = "splash" > > IMAGE_INSTALL = " \ > packagegroup-arago-sysvinit-boot \ > + packagegroup-arago-boot \ This include file is shared among tiny and bootstrap images. While addind irqbalance and/or other tools might be useful for bootstrapping (?) it is not so clear for the tiny image. It was meant to be the very bare minimum and also used as initramfs and jailhouse cells. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14815): https://lists.yoctoproject.org/g/meta-arago/message/14815 Mute This Topic: https://lists.yoctoproject.org/mt/100402241/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
