summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine/atom-pc.conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-yocto: Split into distro and bsp componentsRichard Purdie2012-09-051-39/+0
| | | | | | | | | | | | | 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>
* atom-pc: Drop glibc --with-tls option, its now the only option for glibcRichard Purdie2012-08-211-1/+0
| | | | | | | | | | | This option is unused by (e)glibc since 2011 and is the default. It has been shown to interact badly with the configure option in ia32-base.inc from meta-intel causing a rebuild of the whole system despite the only change being an assignment with += vs =. The easiest fix is simply to drop it. (From meta-yocto rev: d9596aaab2854a3b21e4d6c4c4587f878b8391dc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: remove kernel26 machine feature usageTom Zanussi2012-04-171-2/+1
| | | | | | | kernel26 is now obsolete so remove it from the machine configs that use it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Don't poke around providers which aren't machine specific/safeRichard Purdie2011-12-061-4/+0
| | | | | | | | | | Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't machine specific or at least machine safe. Kernels are machine specific and the xserver is selectable. libx11 and mesa are now really a distro choice and machine configurations shouldn't be poking around them as it just leads to corruption, conflicts and confusion. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* machine/atom-pc: enable soundJoshua Lock2011-11-031-1/+1
| | | | | | | Add alsa to the MACHINE_FEATURES - looks like this was an oversight. Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Sync with mesa/xserver changes and fix machinesRichard Purdie2011-10-141-3/+7
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Catch up with xserver and mesa upgrades/renameRichard Purdie2011-10-121-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0Bruce Ashfield2011-08-241-0/+1
| | | | | | | Updating two more yocto hardware reference platforms to use the 3.0 kernel by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* atom-pc.conf: Add live image typeSaul Wold2011-08-031-1/+1
| | | | | | | | This change will cause the live image to be built by default No longer is it necessary to build a -live image type. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Sync with TARGET_ARCH removal changesRichard Purdie2011-07-251-2/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* IMAGE_ROOTFS_SIZE: Cleanup machine conf filesSaul Wold2011-05-251-2/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* atom-pc: use linux-yocto (2.6.37) kernelDarren Hart2011-05-101-1/+1
| | | | | | | | | | | Tested boot, network, sato desktop, amixer, and audio playback on a Toshiba NB305 netbook. Depends on "linux-yocto: move non-core machines to meta-yocto" from Bruce Ashfield to the yocto list: Message-Id: <a258388e5b8d134009bb37cfc9f6b1c1dd8ba94e.1304707341.git.bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* conf/machine: Drop unused *GUI* variablesRichard Purdie2011-05-101-2/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-031-0/+46
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>