Adrian Alonso [Wed, 24 Aug 2011 21:59:18 +0000 (16:59 -0500)]
formfactor: set target input devices options
* Each machconfig file provides information that is used in
startup to set the input devices for the target platform.
HAVE_TOUCHSCREEN sets touchscreen support
HAVE_KEYBORD is set when a physical keyboard is attached to
the system otherwise a virtual keyboard is used.
* More info check formfacto recipe descriptor.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
Adrian Alonso [Wed, 24 Aug 2011 21:44:56 +0000 (16:44 -0500)]
fsl-default-revisions: sets default versions for packages
* If there is multiple recipe descriptor for package, this
file provides information on the preferred version.
* For packages that fecth its source code from a git repo
the package version can be set to match a branch.
* This file set u-boot-imx and linux-imx preferred version
to AUTO meaning that if the source is fetched from a git
repo the version will be the default branch.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
Adrian Alonso [Wed, 24 Aug 2011 21:40:53 +0000 (16:40 -0500)]
layer: meta-freescale bsp layer settings
* layer.conf: sets the search paths to include the
custom BSP package build descriptors (recipes)
* It also sets the priority to override common recipes
provided in multiple layers.
Signed-off-by: Adrian Alonso <b38018@freescale.com>