From: Tom Zanussi <tom.zanussi@intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] ia32-base.inc: new include file
Date: Fri, 18 Nov 2011 14:19:15 -0600 [thread overview]
Message-ID: <1321647555.9657.5.camel@elmorro> (raw)
In-Reply-To: <CAMKF1sobZc0XAprRePk9jAswGVxzpO-i9Z+4HpOOrKbgfUZDmw@mail.gmail.com>
On Fri, 2011-11-18 at 11:17 -0800, Khem Raj wrote:
> On Fri, Nov 18, 2011 at 8:59 AM, <tom.zanussi@intel.com> wrote:
> > From: Tom Zanussi <tom.zanussi@intel.com>
> >
> > The meta-intel BSPs currently have a number of machine settings common
> > to all - factor these out into a common include file.
> >
> > Also add several new intel-specific XSERVER variables for building
> > XSERVER variables in BSPs.
> >
>
> I think it belongs to bsp layer why do we need it in oe-core ?
>
Awhile back I submitted a similar patchset that kept things in
meta-intel. Richard suggested I use conf/machine/include/:
http://www.mail-archive.com/yocto@yoctoproject.org/msg01629.html
So was I right back then, or is there another place I should be putting
this?
Tom
> > Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
> > ---
> > meta/conf/machine/include/ia32-base.inc | 58 +++++++++++++++++++++++++++++++
> > 1 files changed, 58 insertions(+), 0 deletions(-)
> > create mode 100644 meta/conf/machine/include/ia32-base.inc
> >
> > diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc
> > new file mode 100644
> > index 0000000..5cf2f4f
> > --- /dev/null
> > +++ b/meta/conf/machine/include/ia32-base.inc
> > @@ -0,0 +1,58 @@
> > +#
> > +# base machine settings for ia32-architecture BSPs
> > +#
> > +
> > +#
> > +# common settings for Intel-based machines
> > +#
> > +MACHINE_FEATURES += "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
> > + acpi serial usbgadget"
> > +
> > +MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts"
> > +MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub"
> > +
> > +IMAGE_FSTYPES += "ext3 cpio.gz live"
> > +
> > +KERNEL_IMAGETYPE ?= "bzImage"
> > +
> > +SERIAL_CONSOLE ?= "115200 ttyS0"
> > +
> > +#
> > +# glibc-related variables
> > +#
> > +GLIBC_ADDONS ?= "nptl"
> > +GLIBC_EXTRA_OECONF += "--with-tls"
> > +
> > +#
> > +# kernel-related variables
> > +#
> > +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> > +PREFERRED_VERSION_linux-yocto ?= "3.0%"
> > +PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
> > +
> > +#
> > +# XSERVER subcomponents, used to build the XSERVER variable
> > +#
> > +XSERVER_IA32_BASE = "xserver-xorg \
> > + xf86-input-mouse \
> > + xf86-input-keyboard \
> > + xf86-input-evdev \
> > + xf86-input-synaptics \
> > + mesa-dri \
> > + "
> > +
> > +XSERVER_IA32_EXT = "xserver-xorg-extension-dri \
> > + xserver-xorg-extension-dri2 \
> > + xserver-xorg-extension-glx \
> > + xserver-xorg-extension-extmod \
> > + xserver-xorg-extension-dbe \
> > + xserver-xorg-module-libint10 \
> > + "
> > +
> > +XSERVER_IA32_I915 = "xf86-video-intel \
> > + mesa-dri-driver-i965 \
> > + "
> > +
> > +XSERVER_IA32_EMGD = "emgd-driver-bin"
> > +
> > +XSERVER_IA32_VESA = "xf86-video-vesa"
> > --
> > 1.7.0.4
> >
> >
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> >
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
next prev parent reply other threads:[~2011-11-18 20:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-18 16:59 [PATCH 0/1] add ia32-base.inc tom.zanussi
2011-11-18 16:59 ` [PATCH 1/1] ia32-base.inc: new include file tom.zanussi
2011-11-18 19:17 ` Khem Raj
2011-11-18 20:19 ` Tom Zanussi [this message]
2011-11-19 14:52 ` Otavio Salvador
-- strict thread matches above, loose matches on Subject: below --
2012-08-25 4:32 [PATCH 0/1] add ia32-base.inc tom.zanussi
2012-08-25 4:34 ` [PATCH 1/1] ia32-base.inc: new include file tom.zanussi
2012-08-25 7:35 ` Richard Purdie
2012-08-25 7:45 ` Koen Kooi
2012-08-25 8:13 ` Khem Raj
2012-08-25 11:53 ` Richard Purdie
2012-08-25 20:20 ` Khem Raj
2012-08-25 11:56 ` Richard Purdie
2012-08-25 14:17 ` Koen Kooi
2012-08-25 15:51 ` Richard Purdie
2012-08-25 7:59 ` Phil Blundell
2012-08-25 11:50 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1321647555.9657.5.camel@elmorro \
--to=tom.zanussi@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.