* [PATCH 0/7] New meta-romley BSP created.
@ 2011-10-26 23:25 kishore.k.bodke
2011-10-26 23:25 ` [PATCH 1/7] New Romley BSP added kishore.k.bodke
` (7 more replies)
0 siblings, 8 replies; 12+ messages in thread
From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw)
To: yocto
From: Kishore Bodke <kishore.k.bodke@intel.com>
Hi All,
This layer provides new BSP meta-romley and tested against the master branch.
This provides the support for Romley + Patsburg Chipset for Intel Systems.
Romley refers to the Intel Rosecity Board.
This has been verified by Tom Zanussi, and wanted to pull this BSP into the
main line.
Please let me know if anything is required further to get into the main line.
Please pull.
Thanks
Kishore.
The following changes since commit b5c9f0af18b80c2b4c478fd7cfb537e0a04a4e22:
meta-fri2: README correction (2011-10-25 14:52:36 -0500)
are available in the git repository at:
git://git.pokylinux.org/meta-intel-contrib master0
http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=master0
Kishore Bodke (3):
New Romley BSP added.
Romley BSP tested against master branch and with new xorg changes.
Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Tom Zanussi (4):
meta-romley: remove meta-intel/common from BBFILES
meta-romley: xserver-xorg renaming updates
add enable-dga to the xserver to get rid of DGAInit startup error
add missing xaa module
MAINTAINERS | 4 +
meta-romley/COPYING.MIT | 17 ++++
meta-romley/README | 86 ++++++++++++++++++++
meta-romley/README.sources | 17 ++++
meta-romley/conf/layer.conf | 10 +++
meta-romley/conf/machine/romley.conf | 46 +++++++++++
.../formfactor/formfactor/romley/machconfig | 3 +
.../recipes-bsp/formfactor/formfactor_0.0.bbappend | 3 +
.../recipes-core/tasks/task-core-tools.bbappend | 2 +
.../xorg-driver/xf86-video-mga_1.4.13.bb | 19 +++++
.../xserver-xf86-config/romley/xorg.conf | 26 ++++++
.../xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 +
.../xorg-xserver/xserver-xorg_1.11.1.bbappend | 1 +
.../linux/linux-yocto-rt_3.0.bbappend | 8 ++
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 ++
meta-sugarbay/conf/machine/sugarbay.conf | 4 +-
16 files changed, 253 insertions(+), 3 deletions(-)
create mode 100644 meta-romley/COPYING.MIT
create mode 100644 meta-romley/README
create mode 100644 meta-romley/README.sources
create mode 100644 meta-romley/binary/.gitignore
create mode 100644 meta-romley/conf/layer.conf
create mode 100644 meta-romley/conf/machine/romley.conf
create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig
create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend
create mode 100644 meta-romley/recipes-core/tasks/task-core-tools.bbappend
create mode 100755 meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb
create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf
create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend
create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend
--
1.7.5.4
^ permalink raw reply [flat|nested] 12+ messages in thread* [PATCH 1/7] New Romley BSP added. 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-27 0:01 ` Tom Zanussi 2011-10-26 23:25 ` [PATCH 2/7] meta-romley: remove meta-intel/common from BBFILES kishore.k.bodke ` (6 subsequent siblings) 7 siblings, 1 reply; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Kishore Bodke <kishore.k.bodke@intel.com> --- meta-romley/COPYING.MIT | 17 ++++ meta-romley/README | 86 ++++++++++++++++++++ meta-romley/README.sources | 17 ++++ meta-romley/conf/layer.conf | 12 +++ meta-romley/conf/machine/romley.conf | 41 +++++++++ .../formfactor/formfactor/romley/machconfig | 3 + .../recipes-bsp/formfactor/formfactor_0.0.bbappend | 3 + .../recipes-core/tasks/task-core-tools.bbappend | 2 + .../xorg-driver/xf86-video-mga_1.4.13.bb | 19 +++++ .../xserver-xf86-config/romley/xorg.conf | 26 ++++++ .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 + .../linux/linux-yocto-rt_3.0.bbappend | 8 ++ .../linux/linux-yocto_2.6.37.bbappend | 7 ++ .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 ++ 14 files changed, 251 insertions(+), 0 deletions(-) create mode 100644 meta-romley/COPYING.MIT create mode 100644 meta-romley/README create mode 100644 meta-romley/README.sources create mode 100644 meta-romley/binary/.gitignore create mode 100644 meta-romley/conf/layer.conf create mode 100644 meta-romley/conf/machine/romley.conf create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend create mode 100644 meta-romley/recipes-core/tasks/task-core-tools.bbappend create mode 100755 meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend diff --git a/meta-romley/COPYING.MIT b/meta-romley/COPYING.MIT new file mode 100644 index 0000000..fb950dc --- /dev/null +++ b/meta-romley/COPYING.MIT @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/meta-romley/README b/meta-romley/README new file mode 100644 index 0000000..54776bf --- /dev/null +++ b/meta-romley/README @@ -0,0 +1,86 @@ +This README file contains information on building the meta-romley +BSP layer, and booting the images contained in the /binary directory. +Please see the corresponding sections below for details. + +The 'romley' platform consists of the Intel Sandy Bridge processor, +plus the Patsburg chipset. This BSP assumes Matrox graphics is being used. + +Table of Contents +================= + + I. Building the meta-romley BSP layer + II. Booting the images in /binary + + +I. Building the meta-romley BSP layer +======================================= + +In order to build an image with BSP support for a given release, you +need to download the corresponding BSP tarball from the 'Board Support +Package (BSP) Downloads' page of the Yocto Project website. + +Having done that, and assuming you extracted the BSP tarball contents +at the top-level of your yocto build tree, you can build a romley +image by adding the location of the meta-romley layer to +bblayers.conf e.g.: + + yocto/meta-intel/meta-romley \ + +To enable the romley layer, add the romley MACHINE to local.conf: + + MACHINE ?= "romley" + +You should then be able to build a romley image as such: + + $ source oe-init-build-env + $ bitbake core-image-sato + +At the end of a successful build, you should have a live image that +you can boot from a USB flash drive (see instructions on how to do +that below, in the section 'Booting the images from /binary'). + +As an alternative to downloading the BSP tarball, you can also work +directly from the meta-intel git repository. For each BSP in the +'meta-intel' repository, there are multiple branches, one +corresponding to each major release starting with 'laverne' (0.90), in +addition to the latest code which tracks the current master (note that +not all BSPs are present in every release). Instead of extracting a +BSP tarball at the top level of your yocto build tree, you can +equivalently check out the appropriate branch from the meta-intel +repository at the same location. + + +II. Booting the images in /binary +================================= + +This BSP contains bootable live images, which can be used to directly +boot Yocto off of a USB flash drive. + +Under Linux, insert a USB flash drive. Assuming the USB flash drive +takes device /dev/sdf, use dd to copy the live image to it. For +example: + +# dd if=core-image-sato-romley-20111007220323.hddimg of=/dev/sdf +# sync +# eject /dev/sdf + +This should give you a bootable USB flash device. Insert the device +into a bootable USB socket on the target, and power on. This should +result in a system booted to the Sato graphical desktop. + +If you want a terminal, use the arrows at the top of the UI to move to +different pages of available applications, one of which is named +'Terminal'. Clicking that should give you a root terminal. + +If you want to ssh into the system, you can use the root terminal to +ifconfig the IP address and use that to ssh in. The root password is +empty, so to log in type 'root' for the user name and hit 'Enter' at +the Password prompt: and you should be in. + +---- + +If you find you're getting corrupt images on the USB (it doesn't show +the syslinux boot: prompt, or the boot: prompt contains strange +characters), try doing this first: + +# dd if=/dev/zero of=/dev/sdf bs=1M count=512 diff --git a/meta-romley/README.sources b/meta-romley/README.sources new file mode 100644 index 0000000..8e006fb --- /dev/null +++ b/meta-romley/README.sources @@ -0,0 +1,17 @@ +The sources for the packages comprising the images shipped with this +BSP can be found at the following location: + +http://downloads.yoctoproject.org/mirror/sources/ + +The metadata used to generate the images shipped with this BSP, in +addition to the code contained in this BSP, can be found at the +following location: + +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 + +The metadata used to generate the images shipped with this BSP, in +addition to the code contained in this BSP, can also be found at the +following locations: + +git://git.yoctoproject.org/poky.git +git://git.yoctoproject.org/meta-intel diff --git a/meta-romley/binary/.gitignore b/meta-romley/binary/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf new file mode 100644 index 0000000..f9dd569 --- /dev/null +++ b/meta-romley/conf/layer.conf @@ -0,0 +1,12 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ + ${LAYERDIR}/../common/recipes-*/*/*.bb \ + ${LAYERDIR}/../common/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "romley" +BBFILE_PATTERN_romley := "^${LAYERDIR}/" +BBFILE_PRIORITY_romley = "6" diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf new file mode 100644 index 0000000..3fae18d --- /dev/null +++ b/meta-romley/conf/machine/romley.conf @@ -0,0 +1,41 @@ +#@TYPE: Machine +#@NAME: romley + +#@DESCRIPTION: Machine configuration for Sugar Bay systems +# i.e. Sandy Bridge + Patsburg Chipset + +require conf/machine/include/tune-x86_64.inc + +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ + acpi serial usbgadget" + +KERNEL_IMAGETYPE = "bzImage" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" +PREFERRED_VERSION_linux-yocto = "3.0%" + +PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" +PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" +PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" +PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" +XSERVER ?= "xserver-xf86-dri-lite \ + xf86-input-mouse \ + xf86-input-keyboard \ + xf86-input-evdev \ + xf86-input-synaptics \ + xf86-video-mga \ + xf86-video-intel \ + mesa-dri \ + mesa-dri-driver-i965" + +SERIAL_CONSOLE = "115200 ttyS0" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" + +IMAGE_FSTYPES ?= "ext3 cpio.gz live" + +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" diff --git a/meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig b/meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig new file mode 100644 index 0000000..ffce012 --- /dev/null +++ b/meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig @@ -0,0 +1,3 @@ +# Assume a USB mouse and keyboard are connected +HAVE_TOUCHSCREEN=0 +HAVE_KEYBOARD=1 diff --git a/meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend new file mode 100644 index 0000000..54da0ff --- /dev/null +++ b/meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PRINC = "1" diff --git a/meta-romley/recipes-core/tasks/task-core-tools.bbappend b/meta-romley/recipes-core/tasks/task-core-tools.bbappend new file mode 100644 index 0000000..aba487f --- /dev/null +++ b/meta-romley/recipes-core/tasks/task-core-tools.bbappend @@ -0,0 +1,2 @@ +RRECOMMENDS_task-core-tools-profile_append_romley = " systemtap" + diff --git a/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb b/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb new file mode 100755 index 0000000..9905a28 --- /dev/null +++ b/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb @@ -0,0 +1,19 @@ +require recipes-graphics/xorg-driver/xf86-video-common.inc + +SUMMARY = "X.Org X server -- Matrox MGA display driver" + +DESCRIPTION = "mga is an Xorg driver for Matrox video cards" + +LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc" + +DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ + virtual/libgl xineramaproto libpciaccess" + +EXTRA_OECONF += "--enable-dri" + +PR = "r0" + +COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' + +SRC_URI[md5sum] = "f967fb3e655f6f68aa3f495eaadcaac2" +SRC_URI[sha256sum] = "b657bd5fec4aade6396c683886739b7c8ce57924278bee0e36f13a966eeddff6" diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf new file mode 100644 index 0000000..28ad0bf --- /dev/null +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf @@ -0,0 +1,26 @@ +Section "Device" + Identifier "Matrox MGA" + Driver "mga" +EndSection + +Section "Monitor" + Identifier "Generic Monitor" + Option "DPMS" +EndSection + +Section "Screen" + Identifier "Default Screen" + Device "Matrox MGA" + Monitor "Generic Monitor" + DefaultDepth 24 +EndSection + +Section "ServerLayout" + Identifier "Default Layout" + Screen "Default Screen" +EndSection + +Section "ServerFlags" + Option "DontZap" "0" + Option "AutoAddDevices" "False" +EndSection diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend new file mode 100644 index 0000000..4b8d0e6 --- /dev/null +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend @@ -0,0 +1,3 @@ +THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" +FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" + diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend new file mode 100644 index 0000000..d630dc4 --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend @@ -0,0 +1,8 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +COMPATIBLE_MACHINE_romley = "romley" +KMACHINE_romley = "romley" + +# Update the following to use a different BSP branch or meta SRCREV +#KBRANCH_sugarbay = "yocto/standard/preempt-rt/base" +#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX +#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend new file mode 100644 index 0000000..e48f8b0 --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_sugarbay = "romley" +KMACHINE_romley = "yocto/standard/common-pc-64/romley" + +SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" +SRCREV_meta_pn-linux-yocto_romley ?= "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 0000000..9a1d252 --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_romley = "romley" +KMACHINE_romley = "yocto/standard/common-pc-64/romley" + +SRCREV_machine_pn-linux-yocto_romley ?= "dbe820c277dfa6cbc249d410e8b083286ec484b7" +SRCREV_meta_pn-linux-yocto_romley ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 1/7] New Romley BSP added. 2011-10-26 23:25 ` [PATCH 1/7] New Romley BSP added kishore.k.bodke @ 2011-10-27 0:01 ` Tom Zanussi 0 siblings, 0 replies; 12+ messages in thread From: Tom Zanussi @ 2011-10-27 0:01 UTC (permalink / raw) To: kishore.k.bodke@intel.com; +Cc: yocto@yoctoproject.org On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke <kishore.k.bodke@intel.com> > Please add a comment describing this BSP, and also add a Signed-off-by: line. Tom > --- > meta-romley/COPYING.MIT | 17 ++++ > meta-romley/README | 86 ++++++++++++++++++++ > meta-romley/README.sources | 17 ++++ > meta-romley/conf/layer.conf | 12 +++ > meta-romley/conf/machine/romley.conf | 41 +++++++++ > .../formfactor/formfactor/romley/machconfig | 3 + > .../recipes-bsp/formfactor/formfactor_0.0.bbappend | 3 + > .../recipes-core/tasks/task-core-tools.bbappend | 2 + > .../xorg-driver/xf86-video-mga_1.4.13.bb | 19 +++++ > .../xserver-xf86-config/romley/xorg.conf | 26 ++++++ > .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 + > .../linux/linux-yocto-rt_3.0.bbappend | 8 ++ > .../linux/linux-yocto_2.6.37.bbappend | 7 ++ > .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 ++ > 14 files changed, 251 insertions(+), 0 deletions(-) > create mode 100644 meta-romley/COPYING.MIT > create mode 100644 meta-romley/README > create mode 100644 meta-romley/README.sources > create mode 100644 meta-romley/binary/.gitignore > create mode 100644 meta-romley/conf/layer.conf > create mode 100644 meta-romley/conf/machine/romley.conf > create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig > create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend > create mode 100644 meta-romley/recipes-core/tasks/task-core-tools.bbappend > create mode 100755 meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb > create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf > create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend > create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend > create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend > > diff --git a/meta-romley/COPYING.MIT b/meta-romley/COPYING.MIT > new file mode 100644 > index 0000000..fb950dc > --- /dev/null > +++ b/meta-romley/COPYING.MIT > @@ -0,0 +1,17 @@ > +Permission is hereby granted, free of charge, to any person obtaining a copy > +of this software and associated documentation files (the "Software"), to deal > +in the Software without restriction, including without limitation the rights > +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > +copies of the Software, and to permit persons to whom the Software is > +furnished to do so, subject to the following conditions: > + > +The above copyright notice and this permission notice shall be included in > +all copies or substantial portions of the Software. > + > +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE > +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, > +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN > +THE SOFTWARE. > diff --git a/meta-romley/README b/meta-romley/README > new file mode 100644 > index 0000000..54776bf > --- /dev/null > +++ b/meta-romley/README > @@ -0,0 +1,86 @@ > +This README file contains information on building the meta-romley > +BSP layer, and booting the images contained in the /binary directory. > +Please see the corresponding sections below for details. > + > +The 'romley' platform consists of the Intel Sandy Bridge processor, > +plus the Patsburg chipset. This BSP assumes Matrox graphics is being used. > + > +Table of Contents > +================= > + > + I. Building the meta-romley BSP layer > + II. Booting the images in /binary > + > + > +I. Building the meta-romley BSP layer > +======================================= > + > +In order to build an image with BSP support for a given release, you > +need to download the corresponding BSP tarball from the 'Board Support > +Package (BSP) Downloads' page of the Yocto Project website. > + > +Having done that, and assuming you extracted the BSP tarball contents > +at the top-level of your yocto build tree, you can build a romley > +image by adding the location of the meta-romley layer to > +bblayers.conf e.g.: > + > + yocto/meta-intel/meta-romley \ > + > +To enable the romley layer, add the romley MACHINE to local.conf: > + > + MACHINE ?= "romley" > + > +You should then be able to build a romley image as such: > + > + $ source oe-init-build-env > + $ bitbake core-image-sato > + > +At the end of a successful build, you should have a live image that > +you can boot from a USB flash drive (see instructions on how to do > +that below, in the section 'Booting the images from /binary'). > + > +As an alternative to downloading the BSP tarball, you can also work > +directly from the meta-intel git repository. For each BSP in the > +'meta-intel' repository, there are multiple branches, one > +corresponding to each major release starting with 'laverne' (0.90), in > +addition to the latest code which tracks the current master (note that > +not all BSPs are present in every release). Instead of extracting a > +BSP tarball at the top level of your yocto build tree, you can > +equivalently check out the appropriate branch from the meta-intel > +repository at the same location. > + > + > +II. Booting the images in /binary > +================================= > + > +This BSP contains bootable live images, which can be used to directly > +boot Yocto off of a USB flash drive. > + > +Under Linux, insert a USB flash drive. Assuming the USB flash drive > +takes device /dev/sdf, use dd to copy the live image to it. For > +example: > + > +# dd if=core-image-sato-romley-20111007220323.hddimg of=/dev/sdf > +# sync > +# eject /dev/sdf > + > +This should give you a bootable USB flash device. Insert the device > +into a bootable USB socket on the target, and power on. This should > +result in a system booted to the Sato graphical desktop. > + > +If you want a terminal, use the arrows at the top of the UI to move to > +different pages of available applications, one of which is named > +'Terminal'. Clicking that should give you a root terminal. > + > +If you want to ssh into the system, you can use the root terminal to > +ifconfig the IP address and use that to ssh in. The root password is > +empty, so to log in type 'root' for the user name and hit 'Enter' at > +the Password prompt: and you should be in. > + > +---- > + > +If you find you're getting corrupt images on the USB (it doesn't show > +the syslinux boot: prompt, or the boot: prompt contains strange > +characters), try doing this first: > + > +# dd if=/dev/zero of=/dev/sdf bs=1M count=512 > diff --git a/meta-romley/README.sources b/meta-romley/README.sources > new file mode 100644 > index 0000000..8e006fb > --- /dev/null > +++ b/meta-romley/README.sources > @@ -0,0 +1,17 @@ > +The sources for the packages comprising the images shipped with this > +BSP can be found at the following location: > + > +http://downloads.yoctoproject.org/mirror/sources/ > + > +The metadata used to generate the images shipped with this BSP, in > +addition to the code contained in this BSP, can be found at the > +following location: > + > +http://www.yoctoproject.org/downloads/yocto-1.1/poky-edison-6.0.tar.bz2 > + > +The metadata used to generate the images shipped with this BSP, in > +addition to the code contained in this BSP, can also be found at the > +following locations: > + > +git://git.yoctoproject.org/poky.git > +git://git.yoctoproject.org/meta-intel > diff --git a/meta-romley/binary/.gitignore b/meta-romley/binary/.gitignore > new file mode 100644 > index 0000000..e69de29 > diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf > new file mode 100644 > index 0000000..f9dd569 > --- /dev/null > +++ b/meta-romley/conf/layer.conf > @@ -0,0 +1,12 @@ > +# We have a conf and classes directory, add to BBPATH > +BBPATH := "${BBPATH}:${LAYERDIR}" > + > +# We have a recipes directory, add to BBFILES > +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ > + ${LAYERDIR}/recipes-*/*/*.bbappend \ > + ${LAYERDIR}/../common/recipes-*/*/*.bb \ > + ${LAYERDIR}/../common/recipes-*/*/*.bbappend" > + > +BBFILE_COLLECTIONS += "romley" > +BBFILE_PATTERN_romley := "^${LAYERDIR}/" > +BBFILE_PRIORITY_romley = "6" > diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf > new file mode 100644 > index 0000000..3fae18d > --- /dev/null > +++ b/meta-romley/conf/machine/romley.conf > @@ -0,0 +1,41 @@ > +#@TYPE: Machine > +#@NAME: romley > + > +#@DESCRIPTION: Machine configuration for Sugar Bay systems > +# i.e. Sandy Bridge + Patsburg Chipset > + > +require conf/machine/include/tune-x86_64.inc > + > +MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ > + acpi serial usbgadget" > + > +KERNEL_IMAGETYPE = "bzImage" > + > +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" > +PREFERRED_VERSION_linux-yocto = "3.0%" > + > +PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" > +PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" > +PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" > +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" > +PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" > +XSERVER ?= "xserver-xf86-dri-lite \ > + xf86-input-mouse \ > + xf86-input-keyboard \ > + xf86-input-evdev \ > + xf86-input-synaptics \ > + xf86-video-mga \ > + xf86-video-intel \ > + mesa-dri \ > + mesa-dri-driver-i965" > + > +SERIAL_CONSOLE = "115200 ttyS0" > + > +MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" > + > +IMAGE_FSTYPES ?= "ext3 cpio.gz live" > + > +GLIBC_ADDONS = "nptl" > +GLIBC_EXTRA_OECONF = "--with-tls" > + > +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" > diff --git a/meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig b/meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig > new file mode 100644 > index 0000000..ffce012 > --- /dev/null > +++ b/meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig > @@ -0,0 +1,3 @@ > +# Assume a USB mouse and keyboard are connected > +HAVE_TOUCHSCREEN=0 > +HAVE_KEYBOARD=1 > diff --git a/meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend > new file mode 100644 > index 0000000..54da0ff > --- /dev/null > +++ b/meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend > @@ -0,0 +1,3 @@ > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > + > +PRINC = "1" > diff --git a/meta-romley/recipes-core/tasks/task-core-tools.bbappend b/meta-romley/recipes-core/tasks/task-core-tools.bbappend > new file mode 100644 > index 0000000..aba487f > --- /dev/null > +++ b/meta-romley/recipes-core/tasks/task-core-tools.bbappend > @@ -0,0 +1,2 @@ > +RRECOMMENDS_task-core-tools-profile_append_romley = " systemtap" > + > diff --git a/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb b/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb > new file mode 100755 > index 0000000..9905a28 > --- /dev/null > +++ b/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb > @@ -0,0 +1,19 @@ > +require recipes-graphics/xorg-driver/xf86-video-common.inc > + > +SUMMARY = "X.Org X server -- Matrox MGA display driver" > + > +DESCRIPTION = "mga is an Xorg driver for Matrox video cards" > + > +LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc" > + > +DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \ > + virtual/libgl xineramaproto libpciaccess" > + > +EXTRA_OECONF += "--enable-dri" > + > +PR = "r0" > + > +COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)' > + > +SRC_URI[md5sum] = "f967fb3e655f6f68aa3f495eaadcaac2" > +SRC_URI[sha256sum] = "b657bd5fec4aade6396c683886739b7c8ce57924278bee0e36f13a966eeddff6" > diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf > new file mode 100644 > index 0000000..28ad0bf > --- /dev/null > +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf > @@ -0,0 +1,26 @@ > +Section "Device" > + Identifier "Matrox MGA" > + Driver "mga" > +EndSection > + > +Section "Monitor" > + Identifier "Generic Monitor" > + Option "DPMS" > +EndSection > + > +Section "Screen" > + Identifier "Default Screen" > + Device "Matrox MGA" > + Monitor "Generic Monitor" > + DefaultDepth 24 > +EndSection > + > +Section "ServerLayout" > + Identifier "Default Layout" > + Screen "Default Screen" > +EndSection > + > +Section "ServerFlags" > + Option "DontZap" "0" > + Option "AutoAddDevices" "False" > +EndSection > diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend > new file mode 100644 > index 0000000..4b8d0e6 > --- /dev/null > +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend > @@ -0,0 +1,3 @@ > +THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}" > +FILESPATH =. "${@base_set_filespath(["${THISDIR}/${PN}"], d)}:" > + > diff --git a/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend > new file mode 100644 > index 0000000..d630dc4 > --- /dev/null > +++ b/meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend > @@ -0,0 +1,8 @@ > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > +COMPATIBLE_MACHINE_romley = "romley" > +KMACHINE_romley = "romley" > + > +# Update the following to use a different BSP branch or meta SRCREV > +#KBRANCH_sugarbay = "yocto/standard/preempt-rt/base" > +#SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX > +#SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX > diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > new file mode 100644 > index 0000000..e48f8b0 > --- /dev/null > +++ b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > @@ -0,0 +1,7 @@ > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > + > +COMPATIBLE_MACHINE_sugarbay = "romley" > +KMACHINE_romley = "yocto/standard/common-pc-64/romley" > + > +SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" > +SRCREV_meta_pn-linux-yocto_romley ?= "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" > diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend > new file mode 100644 > index 0000000..9a1d252 > --- /dev/null > +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend > @@ -0,0 +1,7 @@ > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > + > +COMPATIBLE_MACHINE_romley = "romley" > +KMACHINE_romley = "yocto/standard/common-pc-64/romley" > + > +SRCREV_machine_pn-linux-yocto_romley ?= "dbe820c277dfa6cbc249d410e8b083286ec484b7" > +SRCREV_meta_pn-linux-yocto_romley ?= "d05450e4aef02c1b7137398ab3a9f8f96da74f52" > -- > 1.7.5.4 > > _______________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto ^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 2/7] meta-romley: remove meta-intel/common from BBFILES 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke 2011-10-26 23:25 ` [PATCH 1/7] New Romley BSP added kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-26 23:25 ` [PATCH 3/7] meta-romley: xserver-xorg renaming updates kishore.k.bodke ` (5 subsequent siblings) 7 siblings, 0 replies; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Tom Zanussi <tom.zanussi@intel.com> There's nothing in meta-intel/common used by romley, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- meta-romley/conf/layer.conf | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf index f9dd569..c5eeaab 100644 --- a/meta-romley/conf/layer.conf +++ b/meta-romley/conf/layer.conf @@ -3,9 +3,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}" # We have a recipes directory, add to BBFILES BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend \ - ${LAYERDIR}/../common/recipes-*/*/*.bb \ - ${LAYERDIR}/../common/recipes-*/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "romley" BBFILE_PATTERN_romley := "^${LAYERDIR}/" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/7] meta-romley: xserver-xorg renaming updates 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke 2011-10-26 23:25 ` [PATCH 1/7] New Romley BSP added kishore.k.bodke 2011-10-26 23:25 ` [PATCH 2/7] meta-romley: remove meta-intel/common from BBFILES kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-26 23:25 ` [PATCH 4/7] add enable-dga to the xserver to get rid of DGAInit startup error kishore.k.bodke ` (4 subsequent siblings) 7 siblings, 0 replies; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Tom Zanussi <tom.zanussi@intel.com> Update romley to reflect the new xserver-xorg naming. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- meta-romley/conf/machine/romley.conf | 12 +++++++++--- .../xorg-driver/xf86-video-mga_1.4.13.bb | 2 +- meta-sugarbay/conf/machine/sugarbay.conf | 4 +--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 3fae18d..625fa60 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -17,9 +17,15 @@ PREFERRED_VERSION_linux-yocto = "3.0%" PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" -PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" -PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" -XSERVER ?= "xserver-xf86-dri-lite \ +PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" +PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xorg" +XSERVER ?= "xserver-xorg \ + xserver-xorg-extension-dri \ + xserver-xorg-extension-dri2 \ + xserver-xorg-extension-glx \ + xserver-xorg-extension-extmod \ + xserver-xorg-extension-dbe \ + xserver-xorg-module-libint10 \ xf86-input-mouse \ xf86-input-keyboard \ xf86-input-evdev \ diff --git a/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb b/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb index 9905a28..b48e56d 100755 --- a/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb +++ b/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb @@ -1,4 +1,4 @@ -require recipes-graphics/xorg-driver/xf86-video-common.inc +require recipes-graphics/xorg-driver/xorg-driver-video.inc SUMMARY = "X.Org X server -- Matrox MGA display driver" diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index 3ea9ca3..c606cf4 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf @@ -30,9 +30,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-keyboard \ xf86-input-evdev \ xf86-input-synaptics \ - xf86-video-intel \ - mesa-dri \ - mesa-dri-driver-i965" + mesa-dri" SERIAL_CONSOLE = "115200 ttyS0" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/7] add enable-dga to the xserver to get rid of DGAInit startup error 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke ` (2 preceding siblings ...) 2011-10-26 23:25 ` [PATCH 3/7] meta-romley: xserver-xorg renaming updates kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-26 23:25 ` [PATCH 5/7] add missing xaa module kishore.k.bodke ` (3 subsequent siblings) 7 siblings, 0 replies; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- .../xorg-xserver/xserver-xorg_1.11.1.bbappend | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend diff --git a/meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend b/meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend new file mode 100644 index 0000000..b2808ef --- /dev/null +++ b/meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend @@ -0,0 +1 @@ +EXTRA_OECONF += "--enable-dga" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/7] add missing xaa module 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke ` (3 preceding siblings ...) 2011-10-26 23:25 ` [PATCH 4/7] add enable-dga to the xserver to get rid of DGAInit startup error kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-26 23:25 ` [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes kishore.k.bodke ` (2 subsequent siblings) 7 siblings, 0 replies; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> --- meta-romley/conf/machine/romley.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 625fa60..1035d82 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -26,6 +26,7 @@ XSERVER ?= "xserver-xorg \ xserver-xorg-extension-extmod \ xserver-xorg-extension-dbe \ xserver-xorg-module-libint10 \ + xserver-xorg-module-xaa \ xf86-input-mouse \ xf86-input-keyboard \ xf86-input-evdev \ -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes. 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke ` (4 preceding siblings ...) 2011-10-26 23:25 ` [PATCH 5/7] add missing xaa module kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-27 0:03 ` Tom Zanussi 2011-10-26 23:25 ` [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> kishore.k.bodke 2011-10-26 23:59 ` [PATCH 0/7] New meta-romley BSP created Tom Zanussi 7 siblings, 1 reply; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Kishore Bodke <kishore.k.bodke@intel.com> --- .../linux/linux-yocto_2.6.37.bbappend | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend index e48f8b0..4e0af5a 100644 --- a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend +++ b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -COMPATIBLE_MACHINE_sugarbay = "romley" +COMPATIBLE_MACHINE_romley = "romley" KMACHINE_romley = "yocto/standard/common-pc-64/romley" SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes. 2011-10-26 23:25 ` [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes kishore.k.bodke @ 2011-10-27 0:03 ` Tom Zanussi 0 siblings, 0 replies; 12+ messages in thread From: Tom Zanussi @ 2011-10-27 0:03 UTC (permalink / raw) To: kishore.k.bodke@intel.com; +Cc: yocto@yoctoproject.org On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke <kishore.k.bodke@intel.com> > This .bbappend was added in the initial BSP and goes away in the next patch, so please squash it with the others... Tom > --- > .../linux/linux-yocto_2.6.37.bbappend | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > index e48f8b0..4e0af5a 100644 > --- a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > +++ b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > @@ -1,6 +1,6 @@ > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > > -COMPATIBLE_MACHINE_sugarbay = "romley" > +COMPATIBLE_MACHINE_romley = "romley" > KMACHINE_romley = "yocto/standard/common-pc-64/romley" > > SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" ^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke ` (5 preceding siblings ...) 2011-10-26 23:25 ` [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes kishore.k.bodke @ 2011-10-26 23:25 ` kishore.k.bodke 2011-10-27 0:05 ` Tom Zanussi 2011-10-26 23:59 ` [PATCH 0/7] New meta-romley BSP created Tom Zanussi 7 siblings, 1 reply; 12+ messages in thread From: kishore.k.bodke @ 2011-10-26 23:25 UTC (permalink / raw) To: yocto From: Kishore Bodke <kishore.k.bodke@intel.com> --- MAINTAINERS | 4 ++++ meta-romley/conf/machine/romley.conf | 4 +--- .../linux/linux-yocto_2.6.37.bbappend | 7 ------- 3 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend diff --git a/MAINTAINERS b/MAINTAINERS index fda48ad..54559dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -61,3 +61,7 @@ SUGARBAY M: Tom Zanussi <tom.zanussi@intel.com> F: meta-sugarbay/ +ROMLEY +M: Kishore Bodke <kishore.k.bodke@intel.com> +F: meta-romley/ + diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 1035d82..38bd17a 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf @@ -32,9 +32,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-evdev \ xf86-input-synaptics \ xf86-video-mga \ - xf86-video-intel \ - mesa-dri \ - mesa-dri-driver-i965" + mesa-dri" SERIAL_CONSOLE = "115200 ttyS0" diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend deleted file mode 100644 index 4e0af5a..0000000 --- a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -COMPATIBLE_MACHINE_romley = "romley" -KMACHINE_romley = "yocto/standard/common-pc-64/romley" - -SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" -SRCREV_meta_pn-linux-yocto_romley ?= "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" -- 1.7.5.4 ^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> 2011-10-26 23:25 ` [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> kishore.k.bodke @ 2011-10-27 0:05 ` Tom Zanussi 0 siblings, 0 replies; 12+ messages in thread From: Tom Zanussi @ 2011-10-27 0:05 UTC (permalink / raw) To: kishore.k.bodke@intel.com; +Cc: yocto@yoctoproject.org On Wed, 2011-10-26 at 16:25 -0700, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke <kishore.k.bodke@intel.com> > > --- > MAINTAINERS | 4 ++++ > meta-romley/conf/machine/romley.conf | 4 +--- > .../linux/linux-yocto_2.6.37.bbappend | 7 ------- > 3 files changed, 5 insertions(+), 10 deletions(-) > delete mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > > diff --git a/MAINTAINERS b/MAINTAINERS > index fda48ad..54559dd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -61,3 +61,7 @@ SUGARBAY > M: Tom Zanussi <tom.zanussi@intel.com> > F: meta-sugarbay/ > > +ROMLEY > +M: Kishore Bodke <kishore.k.bodke@intel.com> > +F: meta-romley/ > + This is fine, and should be the only thing in the patch. Also please add your Signed-off-by. > diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf > index 1035d82..38bd17a 100644 > --- a/meta-romley/conf/machine/romley.conf > +++ b/meta-romley/conf/machine/romley.conf > @@ -32,9 +32,7 @@ XSERVER ?= "xserver-xorg \ > xf86-input-evdev \ > xf86-input-synaptics \ > xf86-video-mga \ > - xf86-video-intel \ > - mesa-dri \ > - mesa-dri-driver-i965" > + mesa-dri" > > SERIAL_CONSOLE = "115200 ttyS0" > > diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > deleted file mode 100644 > index 4e0af5a..0000000 > --- a/meta-romley/recipes-kernel/linux/linux-yocto_2.6.37.bbappend > +++ /dev/null > @@ -1,7 +0,0 @@ > -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > - > -COMPATIBLE_MACHINE_romley = "romley" > -KMACHINE_romley = "yocto/standard/common-pc-64/romley" > - > -SRCREV_machine_pn-linux-yocto_romley ?= "7f495be2ccaa209bf505b8a8899cea64cfd968bb" > -SRCREV_meta_pn-linux-yocto_romley ?= "d5d3c6480d61f83503ccef7fbcd765f7aca8b71b" Please squash these into previous patches as mentioned. Thanks, Tom ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 0/7] New meta-romley BSP created. 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke ` (6 preceding siblings ...) 2011-10-26 23:25 ` [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> kishore.k.bodke @ 2011-10-26 23:59 ` Tom Zanussi 7 siblings, 0 replies; 12+ messages in thread From: Tom Zanussi @ 2011-10-26 23:59 UTC (permalink / raw) To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org On Wed, 2011-10-26 at 16:25 -0700, Bodke, Kishore K wrote: > From: Kishore Bodke <kishore.k.bodke@intel.com> > > Hi All, > > > This layer provides new BSP meta-romley and tested against the master branch. > This provides the support for Romley + Patsburg Chipset for Intel Systems. > Romley refers to the Intel Rosecity Board. > This has been verified by Tom Zanussi, and wanted to pull this BSP into the > main line. > > Please let me know if anything is required further to get into the main line. > > Please pull. > Hi Kishore, In general it looks ok, but one thing that's missing is a Signed-off-by: for each of your patches. You can have them added automatically by using -s with 'git commit'. Also, several of the commits are missing comments, especially the first one containing the bulk of the BSP - these are needed so we can see what each patch does when looking at the git history. You can see examples of what the comments look like for previous commits by doing a 'git log'. Also, we normally don't want to see the gory details of each commit you made when developing the BSP - if there's a logical set of commits that progressively add functionality and each makes sense on its own that's fine, but things that just fix up problems in previous patches should typically be squashed into those previous patches. For example, the final two patches in this series essentially back out changes added by previous patches. You can use 'git rebase -i' to do that as well as the other changes mentioned. Thanks, Tom > Thanks > Kishore. > > > The following changes since commit b5c9f0af18b80c2b4c478fd7cfb537e0a04a4e22: > > meta-fri2: README correction (2011-10-25 14:52:36 -0500) > > are available in the git repository at: > git://git.pokylinux.org/meta-intel-contrib master0 > http://git.pokylinux.org/cgit.cgi/meta-intel-contrib/log/?h=master0 > > Kishore Bodke (3): > New Romley BSP added. > Romley BSP tested against master branch and with new xorg changes. > Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. > Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> > > Tom Zanussi (4): > meta-romley: remove meta-intel/common from BBFILES > meta-romley: xserver-xorg renaming updates > add enable-dga to the xserver to get rid of DGAInit startup error > add missing xaa module > > MAINTAINERS | 4 + > meta-romley/COPYING.MIT | 17 ++++ > meta-romley/README | 86 ++++++++++++++++++++ > meta-romley/README.sources | 17 ++++ > meta-romley/conf/layer.conf | 10 +++ > meta-romley/conf/machine/romley.conf | 46 +++++++++++ > .../formfactor/formfactor/romley/machconfig | 3 + > .../recipes-bsp/formfactor/formfactor_0.0.bbappend | 3 + > .../recipes-core/tasks/task-core-tools.bbappend | 2 + > .../xorg-driver/xf86-video-mga_1.4.13.bb | 19 +++++ > .../xserver-xf86-config/romley/xorg.conf | 26 ++++++ > .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 3 + > .../xorg-xserver/xserver-xorg_1.11.1.bbappend | 1 + > .../linux/linux-yocto-rt_3.0.bbappend | 8 ++ > .../recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 ++ > meta-sugarbay/conf/machine/sugarbay.conf | 4 +- > 16 files changed, 253 insertions(+), 3 deletions(-) > create mode 100644 meta-romley/COPYING.MIT > create mode 100644 meta-romley/README > create mode 100644 meta-romley/README.sources > create mode 100644 meta-romley/binary/.gitignore > create mode 100644 meta-romley/conf/layer.conf > create mode 100644 meta-romley/conf/machine/romley.conf > create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor/romley/machconfig > create mode 100644 meta-romley/recipes-bsp/formfactor/formfactor_0.0.bbappend > create mode 100644 meta-romley/recipes-core/tasks/task-core-tools.bbappend > create mode 100755 meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb > create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config/romley/xorg.conf > create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend > create mode 100644 meta-romley/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bbappend > create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend > create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.0.bbappend > ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2011-10-27 0:05 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-10-26 23:25 [PATCH 0/7] New meta-romley BSP created kishore.k.bodke 2011-10-26 23:25 ` [PATCH 1/7] New Romley BSP added kishore.k.bodke 2011-10-27 0:01 ` Tom Zanussi 2011-10-26 23:25 ` [PATCH 2/7] meta-romley: remove meta-intel/common from BBFILES kishore.k.bodke 2011-10-26 23:25 ` [PATCH 3/7] meta-romley: xserver-xorg renaming updates kishore.k.bodke 2011-10-26 23:25 ` [PATCH 4/7] add enable-dga to the xserver to get rid of DGAInit startup error kishore.k.bodke 2011-10-26 23:25 ` [PATCH 5/7] add missing xaa module kishore.k.bodke 2011-10-26 23:25 ` [PATCH 6/7] Romley BSP tested against master branch and with new xorg changes kishore.k.bodke 2011-10-27 0:03 ` Tom Zanussi 2011-10-26 23:25 ` [PATCH 7/7] Updated the romley.conf and removed linux-yocto_2.6.37.bbappend file. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> kishore.k.bodke 2011-10-27 0:05 ` Tom Zanussi 2011-10-26 23:59 ` [PATCH 0/7] New meta-romley BSP created Tom Zanussi
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.