summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/conf
AgeCommit message (Collapse)Author
2010-11-18linux-wrs: rename to linux-yoctoBruce Ashfield
The existing preferred yocto kernel wasn't named appropriately and needs to be updated. In keeping the changes small and isolated, this commit simply renames the recipe and some internal variables. Future commits will refactor the code into more usable blocks. Now that linuy-wrs has been renamed linux-yocto, we need to rename and update an board configurations and append files. Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-11-02meta-emenlow: Rename packages to recipes in line with main repositoryRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09emenlow: switch kernel from "linux" to "linux-wrs"Tom Zanussi
Fixes [BUGID #396] Make the emenlow machine point to the windriver kernel instead. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-07-30emenlow: Add BASE_PACKAGE_ARCH and modification to hal.inc for emenlowSaul Wold
[BUGID #171] [Netbook] Xserver version mismatch makes mouse/keyboard not work Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-07-25emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. ↵Richard Purdie
Need to revisit this issue later Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21emenlow: Make sure the provider of virtual/kernel is setRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-21meta-emenlow: Layer for eMenlow-based systems.Jeff Dike
This layer provides a kernel suitable for booting on eMenlow-based systems, plus support for Poulsbo graphics. The Poulsbo support includes a kernel patch for the graphics driver, a couple of libraries, the 2D and 3D X drivers, and a properly configured X server. The closed portions of this support are in the 3D driver, xpsb-glx. This package contains the binaries for the libraries that communicate with the kernel driver and a mesa library which uses those libraries. There is a README in meta-emenlow/ describing how to enable this layer. Where possible, the recipes use bitbake's new .bbappend facility in order to avoid copying recipes from meta/. There are checksums and license information for all of the new packages. Signed-off-by: Jeff Dike <jdike@linux.intel.com>