summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/machine
Commit message (Collapse)AuthorAgeFilesLines
* beagleboard: document how to enable the hard floating point abiDarren Hart2011-09-071-0/+4
| | | | | | | | | | | | | | | | Closes [YOCTO #1203] Using the hard floating point abi is incompatible with some binary libaries and 3D support for the Beagleboard. While we do not provide these in poky and meta-yocto, softfp should remain the default for compatibility reasons. Provide documentation and a commented assignment to DEFAULT_TUNE instructing how to enable hardfp, but leave it disabled by default. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Jason Kridner <jkridner@beagleboard.org> CC: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: atom-pc/mpc8315e-rdb change preferred version to 3.0Bruce Ashfield2011-08-242-1/+4
| | | | | | | Updating two more yocto hardware reference platforms to use the 3.0 kernel by default. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* mpc8315e-rdb: add kernel modules to rootfsJingdong Lu2011-08-231-0/+2
| | | | | | | Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
* meta-yocto: allow for virtual/kernel overrideDarren Hart2011-08-182-2/+2
| | | | | | | | Conditionally assign the PREFERRED_PROVIDER_virtual/kernel in the meta-yocto machine configs to allow the user or other layers to override it. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.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>
* data|cooker: use saved environment variables when calling inheritFromOSJoshua Lock2011-07-261-1/+1
| | | | | | | | | | Now that we have a pristine copy of the variables available at launch time we can use them when looking to inherit the OS's environment. (Bitbake rev: 21c21fcc5871e81d8d497b6baed605cdd74c4571) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Sync with TARGET_ARCH removal changesRichard Purdie2011-07-254-7/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* mpc8315e-rdb: Set TARGET_FPU correctKumar Gala2011-07-221-1/+1
| | | | | | | | | The MPC8315E has a e300c3 core in it with 'classic' or normal PPC floating point. 'SPE' floating point is what exists on the e500v2 core. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* beagleboard: switch to xserver-xf86-liteDarren Hart2011-06-221-2/+6
| | | | | | | | Try to get closer to the meta-texasinstruments layer which uses xserver-xorg. Provide a default xorg.conf that matches the one from meta-texasinstruments. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* beagleboard: add basic audio mixer defaultsDarren Hart2011-06-221-0/+3
| | | | | | | | We need a generic alsa based mechanism that we can use a bbappend to save default mixer controls per bsp. Until that is ready, this ensures the Audio Out on the Beagleboard is enabled out of the box. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* beagleboard: cleanup machine config commentaryDarren Hart2011-06-221-5/+3
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* beagleboard: specify UBOOT_MACHINE in machine confDarren Hart2011-05-271-0/+1
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* machine confs: Add xserver-kdrive as PREFERRED_PROVIDERSaul Wold2011-05-272-0/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* IMAGE_ROOTFS_SIZE: Cleanup machine conf filesSaul Wold2011-05-252-3/+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-102-5/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-yocto: Move files inappropriate to OE-Core from metaRichard Purdie2011-03-034-0/+127
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>