Commit Graph

178 Commits

Author SHA1 Message Date
Tom Zanussi
920aacf81f meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
The fri2 linux-yocto-rt .bbappend is missing settings needed for use
with fri2-noemgd - this adds them.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-02-22 11:57:24 -06:00
Tom Zanussi
9eae795606 meta-crownbay: add linux-yocto-rt_3.0.bbappend
commit 061f3187e8 (meta-intel: move
emgd-driver-bin_1.8 to common) somehow mistakenly removed the
unrelated linux-yocto-rt_3.0.bbappend from meta-crownbay.  This adds
it back.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-02-22 11:57:12 -06:00
Tom Zanussi
8ace164d33 meta-fri2: README correction
In the instructions for manually extracting the binaries from the EMGD
Linux tarball, an additional step for removing the emgd_drv_video
shared library is necessary; this adds it for fri2.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-02-22 11:55:45 -06:00
Tom Zanussi
bedbf95865 meta-crownbay: README correction
In the instructions for manually extracting the binaries from the EMGD
Linux tarball, an additional step for removing the emgd_drv_video
shared library is necessary; this adds it for crownbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-02-22 11:55:36 -06:00
Darren Hart
f027873495 n450: drop ROOTLESS_X as it breaks X
Fixes [YOCTO #1797]

Building with ROOTLESS_X results in X failing start with
the following error:

i915 0000:00:02.0: VGA-1: EDID block 0 invalid.
(EE) AIGLX error: dlopen of /usr/lib/dri/i915_dri.so failed
(/usr/lib/dri/i915_dri)
(EE) AIGLX: reverting to software rendering
(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed
(/usr/lib/dri/swrast)
(EE) GLX: could not load software renderer

The n450 BSP is the only BSP in meta-intel using ROOTLESS_X. Dropping
it restores functionality and brings it inline with the rest of the BSPs.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-02-21 17:21:45 -08:00
Tom Zanussi
34478f24de meta-cedartrail: update linux-yocto-3.0 SRCREVs
Update SRCREVs to cover new cedartrail linux-yocto-3.0 kernel commits.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-12-16 17:17:28 -06:00
Rahul Saxena
454d5fc30e meta-cedartrail: new layer for Cedar Trail Systems
This layer provides the initial version of the BSP for Cedar Trail
platform. The Cedar Trail platform is based on the Cedarview processor
and Tiger Point Chipset.

Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@.intel.com>
2011-12-16 17:03:47 -06:00
Darren Hart
10e3a043fb fri2: include linux-firmware for iwlwifi in images
Include the firmware package for the iwlwifi card for task-base based images
using the MACHINE_EXTRA_RRECOMMENDS variable. This will exclude the firmware
from being installed in core-image-minimal, but it doesn't have the tooling
required to connect over wifi anyway.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-08 13:55:04 -08:00
Darren Hart
d141e55c45 linux-firmware: append support for the iwlwifi-6000g2a-5 firmware
Add firmware required by the Intel Centrino Adnanced-N 6205 mini-pcie card.
The content is already available in the linux-firmware repository, this patch
just adds the meta-data to include the right files and define a package.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-08 13:55:04 -08:00
Darren Hart
2a31006a08 fri2: change preferred display order
The current PortOrder value assumes LVDS. Change the value to first try the
primary SDVO output, then the secondary SDVO, and fallback to LVDS if neither
are present.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-08 13:55:04 -08:00
Darren Hart
5bad886cb2 fri2: use ttyS0,115200 for serial console and syslinux
The FRI2 has an optional serial expansion board. Enable the use of this
as a console for both syslinux and the OS.

Note: while the settings all appear to be correct, the serial port is
      not working on my test device in syslinux or the getty. The
      kernel messages do make their way to the serial port after PCI
      initialization.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-12-08 13:55:04 -08:00
Tom Zanussi
c3e12aa981 meta-emenlow: switch edison back to linux-yocto-2.6.37 kernel
To minimize risk for the edison release, back up to the tried-and-true
2.6.37 kernel until more testing can be done in master.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-11 13:54:59 -05:00
Tom Zanussi
9ec23b476b meta-emenlow: restore /usr/lib/dri for xpsb-glx
A previous fix for a QA warning in this package (commit 2097a9e7)
inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer
work.  This restores it.

Fixes [YOCTO #1235], again.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-08 20:15:03 -05:00
Tom Zanussi
fd7eee18e3 meta-sugarbay: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:11:51 -05:00
Tom Zanussi
78db67daca meta-n450: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:11:38 -05:00
Tom Zanussi
aa50b1a78b meta-jasperforest: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:11:30 -05:00
Tom Zanussi
38ea572c1e meta-fri2: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:11:15 -05:00
Tom Zanussi
da74e40359 meta-fishriver: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:11:03 -05:00
Tom Zanussi
4f9ac1f760 meta-emenlow: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:10:41 -05:00
Tom Zanussi
33cd2917af meta-crownbay: update README.sources
Update README.sources to reflect final Yocto tarball location for
edison.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-05 08:10:32 -05:00
Tom Zanussi
a1f24817ab meta-intel: update SRCREVs
Update linux-yocto_3.0 kernel SRCREVS for crownbay, emenlow,
fishriver, fri2, jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-04 16:17:06 -05:00
Tom Zanussi
cfae52448a meta-sugarbay: update README
Update meta-sugarbay to reflect the new image names and a couple other
minor cleanups.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-03 11:04:26 -05:00
Tom Zanussi
6c2a262ced meta-jasperforest: update README
Update meta-jasperforest to reflect the new image names and a couple
other minor cleanups.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-03 11:03:45 -05:00
Tom Zanussi
447b9f51c0 meta-fishriver: update README
Update meta-fishriver to reflect the new image names and a couple
other minor cleanups.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-03 11:03:36 -05:00
Tom Zanussi
361062bb29 meta-emenlow: update README
Update meta-emenlow to reflect the new image names and a couple
other minor cleanups.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-10-03 11:03:29 -05:00
Tom Zanussi
2097a9e792 xpsb-glx: Move the pkgconfig file(s) to the -dev package
pkgconfig files belong in the -dev package.  They automatically add
a runtime dependency (when packaging with RPM) for "pkgconfig", which
is not desired to be installed with this package.

This also fixes another problem in that FILES_{PN} was being assigned
instead of being appended and was adding libdir/*, preventing the
above from taking effect.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-29 08:24:57 -05:00
Tom Zanussi
6041dcd0e6 meta-crownbay: remove emgd-1.6
emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-26 23:03:48 -05:00
Tom Zanussi
2b8bb988cf meta-intel: fix symlink typo and QA checks in emgd-driver-bin
There was a typo in the libEGL.so symlink creation - this fixes it.

It also adds a missing symlink for scope services, and fixes the QA
warnings for 'non-dev package contains symlink .so...'.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-26 23:03:33 -05:00
Tom Zanussi
23bda6d373 meta-intel: update SRCREVs
Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2,
jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-26 23:03:25 -05:00
Tom Zanussi
f6d312c717 meta-emenlow: switch to linux-yocto 3.0 kernel
Switch emenlow to the 3.0 kernel, lock it down, and update kernel
SRCREVs.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-23 13:47:10 -07:00
Tom Zanussi
87ca6f811e meta-intel: update SRCREVs
Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2,
jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-23 13:47:00 -07:00
Tom Zanussi
49277afd9e meta-intel/common: remove initramfs-live-install .bbappend
This has been moved into oe-core, so remove it and init-install.sh
from meta-intel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14 22:57:10 -05:00
Tom Zanussi
072b217edf meta-intel: update BSPs to use grub2
grub2 is now the default, so explicit preferred entries are
unnecessary.  It also needs to be installed in the rootfs, so we need
to add it as a dependency.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14 22:56:13 -05:00
Tom Zanussi
12c2a2c710 meta-intel/MAINTAINERS: remove grub
Remove the entry for grub, since it is no longer a part of meta-intel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14 22:55:54 -05:00
Tom Zanussi
3c33593795 meta-intel/common: remove grub-1.98
This has been moved into oe-core, so remove it from meta-intel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14 22:55:42 -05:00
Tom Zanussi
354080ceaf meta-intel: update SRCREVs
Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2,
jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-14 22:44:44 -05:00
Tom Zanussi
3b5a3cb739 grub2: update license version
The license version specified in the recipe is wrong - it should be v3
rather than 2+.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-09 15:13:16 -05:00
Darren Hart
b86f811663 n450: update linux-yocto PREFERRED_VERSION to 3.0%
Avoid bitbake warnings about 3.0+git% not being available. The kernel version
contains the stable release as well (e.g. 3.0.4), so use the now standard
3.0% to select the latest 3.0 release of the linux-yocto kernel recipe.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-09-07 12:21:35 -07:00
Darren Hart
5ad6153af8 n450: update linux-yocto SRCREV to 3.0.4
Update n450 to use the 3.0.4 commit from the atom-pc branch.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-09-07 12:21:35 -07:00
Tom Zanussi
69824cfb0c meta-intel: update SRCREVs
Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2,
jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-06 14:53:32 -05:00
Tom Zanussi
b4ae4edff5 meta-intel: update SRCREVs
Update linux-yocto_3.0 kernel SRCREVS for crownbay, fishriver, fri2,
jasperforest, and sugarbay.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-06 08:26:12 -05:00
Tom Zanussi
5f37a56318 crownbay: change preferred display order
The current PortOrder value assumes LVDS.  Change the value to first
try SDVO output, and fallback to LVDS if not present.

Fixes [YOCTO #1430]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-04 21:25:02 -05:00
Darren Hart
24a30eaf49 grub: remove the dependency on freetype, disable grub-mkfont
Grub's configure task was picking up the host freetype libraries if
bitbake hadn't gotten around building freetype yet. We could add a
dependency on freetype, but it's only used for the optional grub-mkfont
utility which we don't really need.

Disable grub-mkfont via EXTRA_OECONF, removing the dependency on freetype.

Testing: core-image-minimal build and install on sugarbay.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Tested-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-31 19:32:04 -07:00
Yu Ke
902d2f3c91 emenlow xpsb-glx: add package libglu to fix lsb image build warning
lsb image requires libglu, so split the xpsb-glx to provide the libglu
package. mesa-dri also do in the same way. so this patch make xpsb-glx
in sync with mesa-dri.

Fix [YOCTO #1395]

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-28 08:03:54 -05:00
Tom Zanussi
dc00302411 meta-intel: update meta-emenlow kernel SRCREVs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-26 10:28:11 -05:00
Tom Zanussi
fded1e7490 meta-fri2: update README
Update the meta-fri2 README to reflect the addtion of the EMGD
capabilities and new machine.

Changes were also made to reflect the new image names and a couple
other minor cleanups.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25 22:35:18 -05:00
Tom Zanussi
b3cf3a9825 meta-crownbay: update README
With the new emgd-driver-bin recipe, some of the extensive
instructions on how to manually download and set up EMGD for the build
are no longer necessary.

Changes to reflect the new image names and a couple other minor
cleanups are also included.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25 22:26:18 -05:00
Tom Zanussi
3f002cdb9a meta-intel: update meta-crownbay kernel SRCREVs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25 12:19:32 -05:00
Tom Zanussi
8f5e888450 meta-fri2: add common/recipes-graphics to BBFILES
Add common/recipes-graphics so fri2 can pick up the EMGD bits in
emgd-driver-bin.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25 12:19:31 -05:00
Tom Zanussi
061f3187e8 meta-intel: move emgd-driver-bin_1.8 to common
emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to
start with, so move them into /common.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25 12:19:31 -05:00