summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
Commit message (Collapse)AuthorAgeFilesLines
* emenlow: Add BASE_PACKAGE_ARCH and modification to hal.inc for emenlowSaul Wold2010-07-301-1/+3
| | | | | | [BUGID #171] [Netbook] Xserver version mismatch makes mouse/keyboard not work Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* emenlow - boot to a GUIJeff Dike2010-07-303-4/+19
| | | | | | | | | | | | | Here are a couple of small fixes that allow an emenlow image to boot to a GUI. The X server now RDEPENDS on the packages that need to be in the image. xserver-xorg-video-psb needed a name change to depend on libdrm_poulsbo. 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>
* xspb-glx: Fix libdrm naming issuesRichard Purdie2010-07-252-2/+66
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libdrm-poulsbo: Fix naming to be consistentRichard Purdie2010-07-251-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libva: Add missing DEPENDS on libxextRichard Purdie2010-07-251-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* emenlow.conf: All tune-atom users need to share the same TARGET_ARCH, fix. ↵Richard Purdie2010-07-251-1/+1
| | | | | | Need to revisit this issue later Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* emenlow: Change libdrm-poulsbo to libdrm_poulsboJeff Dike2010-07-244-11/+36
| | | | | | | It turns out to be a lot easier to generate library names with underscores than with dashes. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* Add meta-emenlow to the default layers listRichard Purdie2010-07-222-16/+17
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libdrm-poulsbo: Provide libdrm-poulsbo instead of libdrmJeff Dike2010-07-226-33/+125
| | | | | | | | | | In order to allow this package to be build alongside the regular libdrm, it was made to export libdrm-poulsbo and its users make to use libdrm-poulsbo instead of libdrm. libva and xserver-psb were make to build against libdrm-poulsbo. While I was in there, I changed a couple of misspellings of COMPATIBLE and removed a bunch of ';patch=1'. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* emenlow: Set COMPATIBLE_MACHINE where neededRichard Purdie2010-07-226-0/+13
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xpsb-glx: Add missing dependency on makedepend-nativeRichard Purdie2010-07-221-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Fix emenlow append to coexist with existing usersRichard Purdie2010-07-222-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-emenlow/formfactor: Make sure the files work well with the existing ↵Richard Purdie2010-07-222-1/+2
| | | | | | recipe files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* emenlow: Make sure the provider of virtual/kernel is setRichard Purdie2010-07-211-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-emenlow: Layer for eMenlow-based systems.Jeff Dike2010-07-2156-0/+9035
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>