Commit Graph

54 Commits

Author SHA1 Message Date
Tom Zanussi
651ca742a0 meta-crownbay: prefer mesa version 7.8 for bernard
bernard uses emgd 1.5, which requires mesa 7.8.  It was inadvertently
picking up 7.10 instead - we need to explicitly specify 7.8.

Fixes [YOCTO #971]

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-27 18:31:27 -05:00
Andre Haupt
c18eb8d8a4 meta-intel/bernard: Fix compile_perf build breakage in linux-yocto-stable for crownbay.
This way new users of yocto can start with a working default configuration for crownbay.

The issue is described in more detail in the following thread  on the
yocto mailing list.

http://lists.yoctoproject.org/pipermail/yocto/2011-July/002129.html

[tom.zanussi@intel.com] The crownbay branch in the repo missed getting
the standard branch containing the NO_LIBPERL/NO_LIBPYTHON merged in,
which it now has been, so we need to update the SRCREVs and pick it
up.

Signed-off-by: Andre Haupt <andre@bitwigglers.org>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-02 09:05:21 -05:00
Tom Zanussi
4c6271df29 crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS
PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom
include following it, preventing the atom BASE_PACKAGE_ARCH from being
included in the final PACKAGE_ARCHS and causing do_rootfs to fail.
Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf
file and allow the values in tune-atom to be used as intended.

Fixes [BUGID #986].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-19 11:20:31 -05:00
Tom Zanussi
65422458de crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS
PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom
include following it, preventing the atom BASE_PACKAGE_ARCH from being
included in the final PACKAGE_ARCHS and causing do_rootfs to fail.
Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf
file and allow the values in tune-atom to be used as intended.

Fixes [BUGID #986].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-19 11:19:56 -05:00
Otavio Salvador
ef9440f180 README.sources: use git.yoctoproject.org as server for the BSP repository
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-18 00:59:02 -05:00
Tom Zanussi
ceef176529 meta-intel: add README.sources
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-16 11:29:46 -05:00
Tom Zanussi
a57cff8ecd meta-intel: use default rootfs size for BSPS
The default rootfs size if left unspecified is the actual rootfs size
+ 20%.  There doesn't seem to be a reason to make the default for
these BSPs anything different, so remove the IMAGE_ROOTFS_SIZE
overrides.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-03 09:42:55 -05:00
Tom Zanussi
e46e66370b meta-crownbay: update documentation with hw and build details
Add missing info on supported hardware, and update the details with
respect to building with/without emgd.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-25 15:52:00 -05:00
Tom Zanussi
ac640c9c48 meta-emenlow: add hw blurb to README
Add a small description of the eMenlow platform, for release notes.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-04-25 14:33:01 -05:00
Tom Zanussi
4b6844f97b 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 16:05:02 -05:00
Tom Zanussi
83384c3e83 crownbay: update a handful of EMGD licenses for linux-yocto and linux-yocto-stable
Fixes [YOCTO #888].

The version of the EMGD driver we use had a few included license
mistakes.  Correct these as per upstream.

This is the SRC_URI version of the previous pull request, as a backup
in case the previous pull request can't be done in time...

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-03-18 15:18:35 -05:00
Joshua Lock
60cc271adb 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:59:52 -07:00
Darren Hart
49bffc5de0 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 20:16:54 -07:00
Darren Hart
0f633ae9ca 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:36:46 -07:00
Tom Zanussi
648b2c8f22 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:30:07 -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
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