Commit Graph

8095 Commits

Author SHA1 Message Date
Adrian Alonso
6554832a08 gst-fsl-plugin: define extra packaged files
* Define extra packaged libraries and utilities
* gst-fsl-plugin.inc file defines additional files to be
  shipped.
* Define run time dependency on fsl-mm-codeclib
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-19 00:10:05 -05:00
Adrian Alonso
82706508c7 fsl-mm-codeclib: remove simlinks from shipped libraries
* Remove simlinks from shipped libraries
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-19 00:06:54 -05:00
Adrian Alonso
847f49d96a imx53qsb: 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.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-19 00:03:54 -05:00
Adrian Alonso
cede93083e 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>
2011-10-19 00:02:06 -05:00
Adrian Alonso
3b041b3358 layer: include default bsp providers and versions
* Override preferred bsp application providers
  and versions

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-19 00:00:29 -05:00
Adrian Alonso
f8f9aba792 fsl-default-version: bsp preferred versions
* Definition of bsp preferred recipe versions for
  linux-imx = 2.6.35.3
  linux-libc-headers = 2.6.35.3
  u-boot = 2009.08

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-18 23:59:03 -05:00
Adrian Alonso
ae7e4c9044 fsl-default-providers: bsp preferred providers
* Definition of bsp preferred recipe providers for
  virtual/xserver
  virtual/xserver-xf86
  virtual/kernel
  u-boot

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-18 23:57:56 -05:00
Matthew McClintock
bd88e75b4f Update dtc and git to be included in lsb-sdk image
Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-10-11 10:07:13 -05:00
Adrian Alonso
6d645df88d imx-audio: alsa mixer settings for imx platforms
* Add alsa mixer setting to enable audio on imx
  platforms

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:49:26 -05:00
Adrian Alonso
c88ab1c271 gst-fsl-plugin: explicit set packaged files
* Explicit set packaged files
* Use INSANE_SKIP to avoid poky's QA tests
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:42:48 -05:00
Adrian Alonso
ab87c17440 imx-lib: fix static dev packaged files
* Fix static dev packaged files
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:38:21 -05:00
Adrian Alonso
2a57adfa64 fsl-mm-codeclib: explicit set packaged files
* Explicit set packaged files
* Fix warning dependency on pkgconfig
* Use INSANE_SKIP to avoid poky's QA tests
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:34:58 -05:00
Adrian Alonso
6bb087bf64 libz160: explicit set packaged files
* Explicit set packaged files
* Remove unused run time dependency variable RDEPENDS
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:32:18 -05:00
Adrian Alonso
959bb980d8 amd-gpu-x11-bin-mx51: explicit set packaged files
* Explicit set packaged files via FILES variable
* Add dependency to libx11 fixing warning
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:28:06 -05:00
Adrian Alonso
43208bde97 imx53qsb: add audio support
* Add audio support
* imx-audio startup script for imx audio
* ship experimental support for pulseaudio

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2011-10-06 00:25:12 -05:00
Matthew McClintock
2d2e083bd3 Initial commit for FSL Machines, Images, and Distro settings
Signed-off-by: Matthew McClintock <msm@freescale.com>
2011-10-04 12:46:59 -05:00
Adrian Alonso
f938744eb1 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>
2011-08-30 08:50:47 -05:00
Adrian Alonso
f96d2cc587 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>
2011-08-30 00:38:30 -05:00
Adrian Alonso
c041c7a89d 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>
2011-08-26 00:56:53 -05:00
Adrian Alonso
8d8a654b96 imx-lib: override parallel make settings
* Override parallel make settings
* Racecondition using parallel make, serialize build
  to avoid it.
* Increase PR

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-26 00:40:15 -05:00
Adrian Alonso
1959c545cd xf86-video-imx: fix source location
* Fix source location $REL varible undefided use
  instead $PV.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 23:04:27 -05:00
Adrian Alonso
0e48583ce4 gst-fsl-plugin: gstreamer freescale plugins
* Gstreamer Freescale plugins, builds by default plugins
  for imx53 targets.
* Need a mechanism to override build platform settings.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 18:01:59 -05:00
Adrian Alonso
c7224349e0 imx-lib: specific libs for imx platforms
* Platform specific libraries for imx platforms

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 18:00:21 -05:00
Adrian Alonso
5d93d7c616 fsl-mm-codeclib: freescale multimedia codecs
* Freescale multimedia codec libs
* Prebuilt shared libraries which are just deployed in
  rootfs.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:57:35 -05:00
Adrian Alonso
9226609d13 linux-libc-headers: imx kernel headers
* linux-libc-headers for iMx targets, includes some
  Freescale kernel headers files not distributed in
  mainstream kernel sources.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:55:38 -05:00
Adrian Alonso
49830c0c41 linux-imx: kernel build descriptor
* Kernel build descriptor for iMx targets, fetch source
  from Freescale git repo.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:54:18 -05:00
Adrian Alonso
6b8bb00b0b egalax: touchscreen single event mode
* Kernel patch for enabling single event mode for
  eGalax touchscreen driver.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:52:27 -05:00
Adrian Alonso
3fa5d783b4 defconfig: kernel config for imx53qsb target
* Default kernel config for imx53 quick start board

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:49:41 -05:00
Adrian Alonso
a4b829fe71 defconfig: kernel config for imx53ard target
* Default kernel config for imx53ard target

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:48:37 -05:00
Adrian Alonso
7beaf8c29c linux-imx: kernel build descriptor
* Linux kernel build descriptor for iMx targets
* Inital version

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:47:18 -05:00
Adrian Alonso
9bead1c65d xserver-xf86-config: custom xorg.conf file for iMx targets
* Custom xorg config file for iMx targets
* Binds eGalaxy touchscreen to use evdev driver
* Sets framebuffet to use imx driver

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:37:49 -05:00
Adrian Alonso
9137e6546a 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>
2011-08-24 17:32:39 -05:00
Adrian Alonso
bea63a83fa 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>
2011-08-24 17:24:13 -05:00
Adrian Alonso
06218cd880 libz160: deploy shared lib and headers
* Deploy libz160 shared library
* Deploys libz160 include headers, this are needed for
  xorg-video-imxfb driver

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:16:50 -05:00
Adrian Alonso
d3cbabf828 amd-gpu-x11-bin-mx51: ship amd binaries to rootfs
* Ships Amd x11 binaries to rootfs, deploys prebuilt shared
  libraries.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:13:24 -05:00
Adrian Alonso
c5daa5215a udev-extraconf: add custom target udev rules to rootfs
* Add udev custom target rules 10-imx.rules
* Input devices udev rules are disabled since they are
  already covered in default yocto udev rules, keep custom
  settings.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:08:44 -05:00
Adrian Alonso
f1eca1f90c u-boot-imx: bootloader for imx targets
* u-boot-imx package build descriptor for imx targets
  fetch source from freescale git repo.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:07:06 -05:00
Adrian Alonso
68604bbe8a u-boot-imx: bootloader for imx targets
* u-boot-imx package build descriptor for imx targets
  version 2009.08

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 17:05:11 -05:00
Adrian Alonso
f622f854e9 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>
2011-08-24 16:59:18 -05:00
Adrian Alonso
e192aaa172 elftosb: creates boot stream files for iMx targets
* Helper app that creates boot stream files used by
  freescale iMX SoCs

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 16:55:45 -05:00
Adrian Alonso
dc60a260e6 imx53ard: machine config options
* Custom target config options
* Sets u-boot default loadaddress, u-boot target config
* Preferred linux and u-boot package descriptors
* Target basic support like alsa, touchscreen support

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 16:53:58 -05:00
Adrian Alonso
2174de1ecb imx53ard: machine config options
* Custom target config options
* Sets u-boot default loadaddress, u-boot target config
* Preferred linux and u-boot package descriptors
* Target basic support like alsa, touchscreen support

Signed-off-by: Adrian Alonso <b38018@freescale.com>
2011-08-24 16:50:18 -05:00
Adrian Alonso
83cab4d6b5 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>
2011-08-24 16:44:56 -05:00
Adrian Alonso
75a532f700 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>
2011-08-24 16:40:53 -05:00
Kumar Gala
f3a7de0d03 Add initial README
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-07-29 08:35:16 -05:00