summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/atom-pc.conf
Commit message (Collapse)AuthorAgeFilesLines
* atom-pc: add i965 Mesa driver so GL works on i965 onwardsRoss Burton2013-04-051-1/+2
| | | | | | | (From meta-yocto rev: 1a5f01c02404c9044f7e369e1be0d4cb017d7da1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc: Update to linux-yocto_3.8 (3.8.4)Darren Hart2013-04-031-1/+1
| | | | | | | | | | | | Bring atom-pc up to date with the latest available linux-yocto kernel, 3.8.4. Build and boot tested on the Toshiba NB-305 notebook with core-image-sato. (From meta-yocto rev: 19ca213d800809bc11d8b78c6361f6fca0dbbfbe) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc.conf: replace mesa-dri with mesaLaurentiu Palcu2013-03-221-1/+1
| | | | | | | | | | | | This is needed since the mesa-dri recipes in oe-core got renamed to just mesa. [YOCTO #3385] (From meta-yocto rev: 0aaada20aa7453f7a5d9342b7f26ff4fa8b044b2) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* atom-pc: Prefer linux-yocto_3.4Darren Hart2013-02-221-1/+1
| | | | | | | | | | | | Atom-pc missed the kernel refresh last time around. 3.0 is on its way out. Set the PREFERRED_PROVIDER to 3.4. Boot tested on a Toshiba NB-305 using core-image-minimal. (From meta-yocto rev: 5457e02d896f62d8b2e94be071083770a97dd38b) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* yocto-bsp: update configs after xorg upgradeLaurentiu Palcu2012-11-201-3/+0
| | | | | | | | | | | | There were some changes in the xserver-xorg upstream project that need to be reflected here too: * extmod module was removed completely as it became empty; * DRI1, DRI2, DBE (among others) were made built-in; (From meta-yocto rev: ed681441a2cf06dc55e71035ecbfc637ff83640d) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Split into distro and bsp componentsRichard Purdie2012-09-051-0/+39
Now we have settled on best practises and compliance criteria, bring meta-yocto into compliance by separating out the hardware support components into meta-yocto-bsp leaving policy configuration in meta-yocto. Also rename the meta-yocto scripts directory to OE-Core can be a clearly isolated component in poky. (From meta-yocto rev: eac90e27a032ea23d9a4f35c7eef8b1940c80e22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>