* RFC: MACHINE_ namespace
@ 2007-05-27 14:38 Marcin Juszkiewicz
2007-05-27 15:39 ` Koen Kooi
2007-05-27 19:28 ` Paul Sokolovsky
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Juszkiewicz @ 2007-05-27 14:38 UTC (permalink / raw)
To: openembedded-devel
During usage of progear device (now packed due to lack of space) I found
a problems related to how we use machine configs and X11.
1. We have "alsa" as one of machine features but no way to control kernel
modules for it - all are added into machine config as
MACHINE_EXTRA_RRECOMMENDS. Same goes to other features.
2. Progear device use X.org instead of KDrive so I had to create own
images for it because by default we do not have a way to tell which X
drivers need to be present in images.
Proposed solution is adding MACHINE_ namespaces:
MACHINE_KERNEL_ALSA = "kernel-module-snd-ali5451"
MACHINE_KERNEL_PCMCIA = "kernel-module-yenta-socket"
And other MACHINE_KERNEL_feature to control stuff used in task-base.
MACHINE_X11_SERVER = "xserver-xorg"
MACHINE_X11_DRIVERS = "xf86-video-siliconmotion xf86-input-mutouch"
MACHINE_X11_SERVER will replace XSERVER used now, MACHINE_X11_DRIVERS will
allow to add needed drivers to X11 images for device without creating
custom ones.
What do you think about this proposal?
--
JID: hrw-jabber.org
OpenEmbedded developer/consultant
You can logoff, but you can never leave.
-- Nina Liedtke, "CyberJoly Drim"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RFC: MACHINE_ namespace
2007-05-27 14:38 RFC: MACHINE_ namespace Marcin Juszkiewicz
@ 2007-05-27 15:39 ` Koen Kooi
2007-05-27 19:28 ` Paul Sokolovsky
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2007-05-27 15:39 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Marcin Juszkiewicz schreef:
> During usage of progear device (now packed due to lack of space) I found
> a problems related to how we use machine configs and X11.
>
> 1. We have "alsa" as one of machine features but no way to control kernel
> modules for it - all are added into machine config as
> MACHINE_EXTRA_RRECOMMENDS. Same goes to other features.
>
> 2. Progear device use X.org instead of KDrive so I had to create own
> images for it because by default we do not have a way to tell which X
> drivers need to be present in images.
>
>
> Proposed solution is adding MACHINE_ namespaces:
>
> MACHINE_KERNEL_ALSA = "kernel-module-snd-ali5451"
> MACHINE_KERNEL_PCMCIA = "kernel-module-yenta-socket"
>
> And other MACHINE_KERNEL_feature to control stuff used in task-base.
>
> MACHINE_X11_SERVER = "xserver-xorg"
> MACHINE_X11_DRIVERS = "xf86-video-siliconmotion xf86-input-mutouch"
>
> MACHINE_X11_SERVER will replace XSERVER used now, MACHINE_X11_DRIVERS will
> allow to add needed drivers to X11 images for device without creating
> custom ones.
>
> What do you think about this proposal?
Sounds pretty good, do you have a patch for it?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFGWaY7MkyGM64RGpERAo7vAJ9XGOvAsqKq4cLXv1nhCIH0JCts9ACfVAMr
gb542366W8K6bgr2tOxroV8=
=iSVA
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: RFC: MACHINE_ namespace
2007-05-27 14:38 RFC: MACHINE_ namespace Marcin Juszkiewicz
2007-05-27 15:39 ` Koen Kooi
@ 2007-05-27 19:28 ` Paul Sokolovsky
1 sibling, 0 replies; 3+ messages in thread
From: Paul Sokolovsky @ 2007-05-27 19:28 UTC (permalink / raw)
To: Marcin Juszkiewicz; +Cc: openembedded-devel
Hello Marcin,
Sunday, May 27, 2007, 5:38:03 PM, you wrote:
> During usage of progear device (now packed due to lack of space) I found
> a problems related to how we use machine configs and X11.
> 1. We have "alsa" as one of machine features but no way to control kernel
> modules for it - all are added into machine config as
> MACHINE_EXTRA_RRECOMMENDS. Same goes to other features.
> 2. Progear device use X.org instead of KDrive so I had to create own
> images for it because by default we do not have a way to tell which X
> drivers need to be present in images.
> Proposed solution is adding MACHINE_ namespaces:
> MACHINE_KERNEL_ALSA = "kernel-module-snd-ali5451"
> MACHINE_KERNEL_PCMCIA = "kernel-module-yenta-socket"
This sounds good, especially if we anticipate from the start
that there may be several modules there. And generally, we need to add
more modules into task-base subtasks, targetting at aim when machine
configs will truly contain only machine-specific bits (like hardware
drivers), while other modules will be in task-base.
[]
--
Best regards,
Paul mailto:pmiscml@gmail.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-27 19:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-27 14:38 RFC: MACHINE_ namespace Marcin Juszkiewicz
2007-05-27 15:39 ` Koen Kooi
2007-05-27 19:28 ` Paul Sokolovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox