Go to file
Tom Zanussi 4b6657ce65 meta-intel/common: fix ptr->int and Werror=address compile errors
A couple of things that had previously been warnings are now errors,
so they need to be fixed up.

The first problem is a comparison between the address of a static
struct and NULL, which can never be valid.  A different fix for this
is upstream, which includes an API usage change; we don't need that to
fix this problem.

The second problem is a cast from pointer to integer in fbdevhw.c.
This also is fixed upstream by removing the whole section of code
which is bogus anyway, which is also done here.

This also adds a missing PR to the xserver-xorg recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-12 12:27:30 -06:00
common meta-intel/common: fix ptr->int and Werror=address compile errors 2012-01-12 12:27:30 -06:00
conf meta-intel: change EMGD xserver libva dependency to libva-x11 2011-12-22 09:22:37 -06:00
meta-cedartrail meta-cedartrail: Create new layer for cedartrail System. 2012-01-09 17:55:07 -06:00
meta-crownbay meta-crownbay: use gst-va-intel 2011-12-05 14:26:35 -06:00
meta-emenlow meta-emenlow: fix ptr->int and Werror=address compile errors 2012-01-10 22:19:30 -06:00
meta-fishriver meta-fishriver: remove 2.6.34 .bbappend 2011-12-01 18:13:48 -06:00
meta-fri2 fri2: Update SRCREV to include efi patches and meta-data 2011-12-13 08:50:58 -08:00
meta-jasperforest meta-jasperforest: remove 2.6.34 .bbappend 2011-12-01 18:13:57 -06:00
meta-n450 n450: drop ROOTLESS_X as it breaks X 2011-12-09 12:47:03 -08:00
meta-romley meta-intel: update kernel SRCREVs 2011-12-01 18:13:15 -06:00
meta-sugarbay meta-intel: update kernel SRCREVs 2011-12-01 18:13:15 -06:00
meta-tlk meta-tlk: Add COPYING MIT 2011-12-09 13:42:54 -08:00
MAINTAINERS meta-cedartrail: Create new layer for cedartrail System. 2012-01-09 17:55:07 -06:00
README meta-intel: point the top-level README to the BSP READMEs 2011-12-01 11:57:39 -06:00

meta-intel

This is the location for Intel maintained BSPs.

Please see the README files contained in the individual BSP layers for BSP-specific information.