Files
poky/meta-emenlow
Jeff Dike 833390e533 libdrm-poulsbo: Provide libdrm-poulsbo instead of libdrm
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>
2010-07-22 23:18:26 +01:00
..

To use this layer, you will need to add ${OEROOT}/meta-emenlow to the BBLAYERS variable in build/conf/bblayers.conf, like this:

BBLAYERS = " \
  ${OEROOT}/meta-emenlow \ 
  ${OEROOT}/meta \
  "

Also, per the comment, increment LCONF_VERSION in build/conf/bblayers.conf and build/conf/bblayers.conf.sample, and LAYER_CONF_VERSION in meta/conf/sanity.conf so that they all match.

In conf/local.conf, set MACHINE to "emenlow".

Then build the image of your choice (this was tested with sato), copy it to your device, and boot it.