summaryrefslogtreecommitdiff
path: root/meta-emenlow/packages/linux/linux-2.6.33.2
Commit message (Collapse)AuthorAgeFilesLines
* emenlow: add support for the r8169 network cardJeff Dike2010-08-131-0/+1
| | | | | | This was reported by a user (Gary Thomas) on his board. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* emenlow: Add Intel sound supportJeff Dike2010-08-131-1/+4
| | | | | | | This adds CONFIG_SOUND, CONFIG_SND, and CONFIG_SND_HDA_INTEL to the emenlow deconfig. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* emenlow: linux - add enough config options to boot a live imageJeff Dike2010-07-271-0/+9
| | | | | | | | | | | USB_STORAGE is needed to see a USB key in the first place. BLK_DEV_INITRD and RD_GIP are needed to read the initrd in the image. BLK_DEV_RAM and BLK_DEV_LOOP enable the ramdisk and loop devices used during boot. NLS_CODEPAGE_437 and NLS_ISO8859_1 are needed by vfat in order to mount the filesystem on the key. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* meta-emenlow: Layer for eMenlow-based systems.Jeff Dike2010-07-211-0/+55
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>