Adrian Alonso [Wed, 19 Oct 2011 05:02:06 +0000 (00:02 -0500)]
imx53ard: cleanup machine descriptor
* Cleanup machine descriptor
Remove preferred versions and providers, this are set in upper
layer configuration.
* Rename xserver-xf86-lite to xserver-xorg-lite alling to Yocto's
upstream xserver-xorg naming changes.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Adrian Alonso [Tue, 30 Aug 2011 13:50:47 +0000 (08:50 -0500)]
imx-lib: add virtual/kernel dependency
* Add virtual/kernel dependency, at build time imx-lib
expects kernel headers to be available at STAGING_KERNEL_DIR
adding the dependency ensures that headers are available,
fixing posible include errors.
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Adrian Alonso [Tue, 30 Aug 2011 05:38:30 +0000 (00:38 -0500)]
linux-imx: replace overrided do_patch function
* Replace overrided do_patch function add task with
do_apply_dist_patchs to execute patch script to
apply FSL distributed patchs; Free base do_patch
function so additional patchs included in SRC_URI
can be applyed.
* Bump PR.
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Adrian Alonso [Fri, 26 Aug 2011 05:56:53 +0000 (00:56 -0500)]
gst-fsl-plugin: fix configure missing gst plugins base
* Fix missing gst pligins base library dependency
checking for GST_PLUGINS_BASE... no
configure: error: no GStreamer plugin base libs found
* Add gst-plugins-base to dependency list
* Increase PR
Signed-off-by: Adrian Alonso <b38018@freescale.com>
Adrian Alonso [Wed, 24 Aug 2011 22:32:39 +0000 (17:32 -0500)]
xf86-video-imxfb: framebuffer driver for iMx targets
* Framebuffer driver for iMx targets boards
* Fix m4 macros lookup location; remove /usr/share/aclocal path
This patchs allows to use Yocto sysroot settings and avoid
conflicts by using host tools.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
Adrian Alonso [Wed, 24 Aug 2011 22:24:13 +0000 (17:24 -0500)]
x11-common: xserver mouse option to use tslib
* Sets xserver mouse option to use tslib on Freescale
iMx targets, this is only used if Kdrive (Tiny X) Xserver
is used.
* Current xserver used is xserver-xf86-lite.
Signed-off-by: Adrian Alonso <b38018@freescale.com>
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>