Openembedded Devel Discussions
 help / color / mirror / Atom feed
* 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

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