Commit Graph

3348 Commits

Author SHA1 Message Date
Tom Zanussi
1a60e04bba meta-crownbay: switch to linux-yocto kernel
Update kernel SRCREVs and switch crownbay/crownbay-noemgd to the
2.6.37 kernel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-04 10:15:17 -07:00
Tom Zanussi
95fd3fd977 meta-fishriver: new layer for Fish River Island (Z530/EG20T) systems
This layer provides support for Z530 + EG20T Intel systems.

Currently it supports only vesa graphics, which will be upgraded
shortly.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-30 17:34:44 -05:00
Tom Zanussi
4e208833a9 emenlow: update kernel SRCREVs
To update to latest and get past perf compile failure.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-21 15:57:20 -05:00
Joshua Lock
837edd3c95 emenlow.conf: no need to set PACKAGE_EXTRA_ARCHS
x86 and core2 are added to this variable by the tune-atom.inc file

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-18 09:57:37 -07:00
Darren Hart
6ddf87a8e9 gtk+: remove per-machine gtk+ FULL_OPTIMIZATION in favor of tune-atom.inc
Now that the FULL_OPTIMIZATION for gtk+ has been enabled in the core
tune-atom.inc, it is no longer necessary to do so for every atom based
bsp.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Ke Yu <ke.yu@intel.com>
CC: Richard Purdie <richard.purdie@intel.com>
2011-03-16 21:39:38 -07:00
Darren Hart
01ded1de3b n450: add optimization flags to gtk+ for n450 to avoid gcc core2 bug
Fixes [YOCTO #853]

Without these added optimization flags, the matchbox-panel (and possibly other)
applications would segfault. This patch applies the change only to the gtk+
recipe for the n450 bsp.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Ke Yu <ke.yu@intel.com>
2011-03-16 15:37:53 -07:00
Darren Hart
158530b6f2 Merge branch 'master' of ssh://git.pokylinux.org/meta-intel 2011-03-16 15:37:37 -07:00
Tom Zanussi
d2c068ada6 crownbay-noemgd: fix matchbox-panel segfault
This fixes [BUGID #738] for crownbay-noemgd.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-16 14:28:42 -07:00
Tom Zanussi
a1167962d6 crownbay: xserver-xf86-emgd sum fixes
Fixes [BUGID #885].  Fix changed md5 and sha256 sums for this package.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-16 14:26:01 -07:00
Darren Hart
14f57b958b n450: add xorg.conf to disable AutoAddDevices
Fixes [YOCTO #869] (2 of 2)

The n450 needs:

    Option        "AutoAddDevices"  "False"

In the ServerFlags, or it will fail to detect the keyboard.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-15 21:29:47 -07:00
Darren Hart
2bd6b798cb n450: add formfactor config
Fixes [YOCTO #869] (1 of 2)

Add a formfactor config for the n450 to include a keyboard and no
touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was
to set it to 1, and the matchbox session disables the cursor in
the case of a touchscreen device.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Acked-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-15 21:29:40 -07:00
Dexuan Cui
6c47bc3874 sugarbay.conf: add mesa library: correct previous wrong modification
This fixes [BUGID #727]

766c20ef21 added
mesa-dri-driver-i915, but actually it should be
mesa-dri-driver-i965.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Ke Yu <ke.yu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-15 18:28:53 -07:00
Darren Hart
e0c8928f6e n450: add formfactor config
Fixes [YOCTO #869]

Add a formfactor config for the n450 to include a keyboard and no
touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was
to set it to 1, and the matchbox session disables the cursor in
the case of a touchscreen device.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-15 16:16:33 -07:00
Tom Zanussi
497a147104 meta-jasperforest: update SRCREVS
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-14 09:57:08 -05:00
Darren Hart
d9ac50894e n450: replace n450-audio with a proper init script
Rewrite n450-audio based on /etc/init.d/skeleton. Update the install to
rewrite all the system paths.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-12 00:46:56 -08:00
Darren Hart
d1ba49be30 n450: revamp audio mixer init script
Fixes [YOCTO #798]

n450-audiofix suffered from various problems, including not getting installed.
This patch adds it via MACHINE_EXTRA_RRECOMMENDS and cleans up the various
bugs in the implementation. The structure has been renamed and the comments
updated for consistency. This should be considered a stop-gap measure, as
something along the lines of oe's alsa-state is a far better solution.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-03-12 00:46:41 -08:00
Darren Hart
4bbfc4f08b n450: Default to atom-pc SRCREVs for linux-yocto-stable
AUTOREV should only be used for local development and that can be set using
the meta-extras/meta-kernel-dev layer. Comment the subtle aspect of defaulting
to the atom-pc SRCREVs due to the shared KMACHINE.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
2011-03-11 11:20:19 -08:00
Darren Hart
232c1be664 n450: use KMACHINE instead of WRMACHINE (fix boot failure)
Fixes [YOCTO #837]

The n450 linux-yocto-stable bbappend was using WRMACHINE instead of KMACHINE.
This resulted in KMACHINE being set to UNDEFINED by the linux-yocto.inc which
resulted in bulding the common_pc-standard branch instead of the
atom-pc-standard branch. This build a kernel without vfat, blk loop, and the
requisite codepages.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
2011-03-11 11:20:19 -08:00
Tom Zanussi
9497c97702 meta-n450: compile fixes
- changed RDPENDS from amixer to alsa-utils-amixer
- fix typo in LIC_FILES_CHECKSUM
- fix audiofix init.d ln

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-03 15:39:53 -06:00
Tom Zanussi
2c360328c1 meta-n450: use linux-yocto-stable
n450 needs to use linux-yocto-stable instead of linux-wrs.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-03 11:24:01 -06:00
Tom Zanussi
a293968bd3 meta-jasperforest: update SRCREVs
This gets us past the perf compile failure.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-28 11:26:33 -06:00
Tom Zanussi
97b3dd5078 meta-jasperforest: update kernel SRCREVs
Update kernel SRCREVs to latest commits.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-28 11:25:57 -06:00
Tom Zanussi
041bb2d48a meta-sugarbay: update kernel SRCREVs
Update kernel SRCREVs to latest commits.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-28 01:37:32 -06:00
Tom Zanussi
16f47f04a2 meta-crownbay: 2.6.37 changes
This adds the code necessary to move meta-crownbay over to
linux-yocto.  A follow-on patch will actually do the switchover once
the kernel srcrevs are known.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-25 18:26:38 -08:00
Saul Wold
72041c6379 emenlow.conf: Change PACKAGE_EXTRA_ARCHS and BASE_PACKAGE_ARCH to core2
After machine specific sysroot is implemented, emenlow and atom-pc
    could build together as one architecture. Thus change emenlow
    architecture back to core2.

    Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-25 09:07:49 -08:00
Yu Ke
766c20ef21 sugarbay.conf: add mesa library to fix BUG 727
mesa lib is required for sugarbuy 3D application, so add it in the BSP config.

this fix [BUGID #727]

Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-02-24 10:50:25 -08:00
Tom Zanussi
17992386d3 meta-intel: fix for x86_32 build failures
Fixes [BUG #711].

gentrigtables was being build as a 64-bit binary which wouldn't run on
the build machine.  grub-mkfont was also causing compile failures, add
dependency on libfreetype for that.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-24 10:50:18 -08:00
Tom Zanussi
fd301c36a5 emenlow: update linux-yocto SRCREVs
Update SRCREVS to latest

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21 10:31:20 -06:00
Tom Zanussi
45f4ae55fc emenlow: update linux-yocto-stable SRCREVs
Update SRCREVS to latest

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21 09:23:43 -06:00
Tom Zanussi
365b897b9c emenlow: switch kernel to linux-yocto
Make emenlow use the 2.6.37 kernel.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-21 09:23:37 -06:00
Tom Zanussi
4b5bfdb939 crownbay: fix matchbox-panel segfault
This fixes [BUGID #738].

matchbox-panel[437]: segfault at c ip 4715bbed sp bff6e580 error 4 in
libgdk-x11-2.0.so.0.2000.1[470f6000+90000]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-18 13:57:53 -06:00
Saul Wold
bbb02ae3eb libva: add libxfixes to DEPENDS
Fixes [BUGID #716]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16 18:46:49 -08:00
Saul Wold
a8621f9a66 xpsb-glx: add libxfixes and libxdamages to DEPENDS
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-16 18:45:16 -08:00
Tom Zanussi
829f0b2db3 meta-jasperforest: new layer for Xeon C5500/C3500 + Intel 3420
This layer provides support for Jasper Forest + Ibex Peak Intel
systems. 'Jasper Forest' refers to the Intel Xeon C5500/C3500
processors, which combined with the Intel 3420 PCH chipset (Ibex Peak)
make up the 'Picket Post' CRB this BSP was developed on.

This BSP also makes use of the grub2 and associated live-install
changes in meta-intel/common.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-13 22:33:13 -06:00
Tom Zanussi
92c64651fe meta-sugarbay: switch from standard to standard/common-pc-64
To match the branch in linux-yocto.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-03 20:09:18 -06:00
Tom Zanussi
704552b82d sugarbay: update kernel SRCREVs
Update kernel SRCREVs to match linux-yocto.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-03 14:33:17 -06:00
Tom Zanussi
2deb57956f meta-sugarbay: new layer for Sandy Bridge/Cougar Point systems
This layer provides support for Sandy Bridge + Cougar Point Intel
systems.

The 'Sugar Bay' platform consists of the Intel Sandy Bridge processor,
plus the Cougar Point PCH (Q67 Express or B65 Express chipsets).

This BSP assumes that the Sandy Bridge integrated graphics are being
used, and makes use of the grub2 and associated live-install changes
in meta-intel/common.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-31 01:05:15 -06:00
Tom Zanussi
c5ecc11dec meta-intel: add a /common dir with grub2/live-install changes
Add a /common dir to contain code shared by multiple BSPs in the
meta-intel repo, along with a couple recipes to live there
temporarily.

In this case, there are two BSPs that need to share the common grub2
and associated initramfs-live-install changes (sugarbay and
jasperforest).

The grub2 and associated initramfs-live-install changes will soon be
submitted to the main poky repo, but for now it makes more sense to
keep them here - they're needed for live-install of the two BSPs
mentioned, but they contain a couple hacks that need to be addressed
and are untested with anything else.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-31 00:07:54 -06:00
Tom Zanussi
3a6fbfdf01 crownbay: Fix README
Fix typo.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-26 18:11:54 -06:00
Tom Zanussi
67d526df13 crownbay: update kernel SRCREVs
Update both crownbay and crownbay-noemgd kernel SRCREVs to incorporate
latest kernel changes (OHCI USB and AHCI SATA).

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-22 20:29:49 -06:00
Tom Zanussi
571dc19321 meta-crownbay: upgrade to master
Upgrade the meta-crownbay BSP to current master.

This updates the layer to reflect the naming changes that took place
between laverne and the current master, and allows the BSP to be built
for master.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03 16:46:31 -08:00
Tom Zanussi
be72384306 meta-crownbay: add a machine configuration that doesn't use EMGD graphics
This adds a second machine to the meta-crownbay BSP that uses generic
vesa graphics instead of the Intel-proprietary straight 'crownbay'
version that does.

The name of the new machine is 'crownbay-noemgd'.

Though the graphics quality isn't as nice, the binaries for this
version can be distributed without any need for license click-throughs
or the manual step currently required for the EMGD version.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03 16:46:31 -08:00
Saul Wold
158f88d766 meta-n450: Add new BSP for BlackSand / n450
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-03 16:46:14 -08:00
Tom Zanussi
ef1c55927c meta-crownbay: update crownbay SRCREVs
Update crownbay machine and meta SRCREVs to point the correct place in
the kernel tree.

In keeping with the 'self-contained' aspect of the BSP, also keep it
in the meta-crownbay layer.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03 16:45:27 -08:00
Tom Zanussi
7059fe6442 meta-crownbay: new layer for E6xx/EG20T systems
This layer provides support for Tunnel Creek + Topcliff Intel systems
to laverne (0.90).

It supports the E6xx embedded on-chip graphics via the Intel Embedded
Media and Graphics Driver (EMGD) 1.5 Gold Driver.

The EMGD and EG20T PCH kernel drivers are of course GPL'ed and are
submitted in a separate patchset for the 2.6.34 yocto kernel.

The userspace X drivers and supporting libraries however are closed
and need to be manually copied into the layer before building.  The
details on how to do this can be found in the README doc in
meta-crownbay/.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03 16:45:27 -08:00
Tom Zanussi
c14f24a2e9 meta-emenlow: upgrade to master
Upgrade the meta-emenlow BSP to current master.

This updates the layer to reflect the naming changes that took place
between laverne and the current master, and allows the BSP to be built
for master.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-28 00:42:24 -06:00
Tom Zanussi
af40e14ce3 meta-emenlow: move to meta-intel repo from poky repo
This is the meta-emenlow layer, moved from the poky repo in order to
keep all the meta-intel BSPs together.

This version builds against laverne (0.90) - detailed build
instruction can be found in the README file.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-12-27 16:32:21 -06:00
Saul Wold
ba8b8a99fd README: new file
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09 13:46:39 -08:00