1. Feb 24, 2012
  2. Feb 11, 2012
  3. Feb 07, 2012
  4. Feb 03, 2012
  5. Jan 30, 2012
  6. Jan 27, 2012
  7. Jan 25, 2012
  8. Jan 17, 2012
  9. Jan 12, 2012
    • Tom Zanussi's avatar
      meta-intel/common: fix ptr->int and Werror=address compile errors · 4b6657ce
      Tom Zanussi authored
      
      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: default avatarTom Zanussi <tom.zanussi@intel.com>
      2 tags
      4b6657ce
  10. Jan 11, 2012
    • Tom Zanussi's avatar
      meta-emenlow: fix ptr->int and Werror=address compile errors · 9016be4d
      Tom Zanussi authored
      
      A couple of things that had previously been warnings are now errors,
      so they need to be fixed up.
      
      The first problem is the same problem encountered by xserver-kdrive,
      and has the same fix, namely create a new version of REGION_INIT and
      have all calls that pass in a pointer to a static struct use it
      instead.  A different fix for this is upstream, which includes an API
      change; we don't need all 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.
      
      Signed-off-by: default avatarTom Zanussi <tom.zanussi@intel.com>
      9016be4d
  11. Jan 09, 2012
  12. Dec 22, 2011
  13. Dec 13, 2011
  14. Dec 09, 2011
    • Saul Wold's avatar
      meta-tlk: Add COPYING MIT · 3f149a31
      Saul Wold authored
      
      Adds License File
      
      Fixes [YOCTO #1816]
      
      Signed-off-by: default avatarSaul Wold <sgw@linux.intel.com>
      3f149a31
    • Darren Hart's avatar
      n450: drop ROOTLESS_X as it breaks X · 3cb35ba4
      Darren Hart authored
      
      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: default avatarDarren Hart <dvhart@linux.intel.com>
      3cb35ba4
  15. Dec 08, 2011
  16. Dec 06, 2011
  17. Dec 05, 2011
  18. Dec 02, 2011