summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* layer: include default bsp providers and versionsAdrian Alonso2011-10-191-1/+3
| | | | | | | * Override preferred bsp application providers and versions Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-default-version: bsp preferred versionsAdrian Alonso2011-10-181-0/+5
| | | | | | | | | * 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>
* fsl-default-providers: bsp preferred providersAdrian Alonso2011-10-181-0/+6
| | | | | | | | | | * Definition of bsp preferred recipe providers for virtual/xserver virtual/xserver-xf86 virtual/kernel u-boot Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-audio: alsa mixer settings for imx platformsAdrian Alonso2011-10-063-0/+117
| | | | | | | * Add alsa mixer setting to enable audio on imx platforms Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* gst-fsl-plugin: explicit set packaged filesAdrian Alonso2011-10-061-3/+8
| | | | | | | | * Explicit set packaged files * Use INSANE_SKIP to avoid poky's QA tests * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-lib: fix static dev packaged filesAdrian Alonso2011-10-061-2/+2
| | | | | | | * Fix static dev packaged files * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-mm-codeclib: explicit set packaged filesAdrian Alonso2011-10-061-2/+12
| | | | | | | | | * 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>
* libz160: explicit set packaged filesAdrian Alonso2011-10-061-2/+3
| | | | | | | | * Explicit set packaged files * Remove unused run time dependency variable RDEPENDS * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* amd-gpu-x11-bin-mx51: explicit set packaged filesAdrian Alonso2011-10-061-2/+11
| | | | | | | | * Explicit set packaged files via FILES variable * Add dependency to libx11 fixing warning * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53qsb: add audio supportAdrian Alonso2011-10-061-1/+2
| | | | | | | | * Add audio support * imx-audio startup script for imx audio * ship experimental support for pulseaudio Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-lib: add virtual/kernel dependencyAdrian Alonso2011-08-301-1/+2
| | | | | | | | | | * 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>
* linux-imx: replace overrided do_patch functionAdrian Alonso2011-08-301-2/+4
| | | | | | | | | | | * 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>
* gst-fsl-plugin: fix configure missing gst plugins baseAdrian Alonso2011-08-261-2/+2
| | | | | | | | | | * 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>
* imx-lib: override parallel make settingsAdrian Alonso2011-08-261-2/+6
| | | | | | | | | * Override parallel make settings * Racecondition using parallel make, serialize build to avoid it. * Increase PR Signed-off-by: Adrian Alonso <b38018@freescale.com>
* xf86-video-imx: fix source locationAdrian Alonso2011-08-241-1/+1
| | | | | | | * Fix source location $REL varible undefided use instead $PV. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* gst-fsl-plugin: gstreamer freescale pluginsAdrian Alonso2011-08-241-0/+25
| | | | | | | | * 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>
* imx-lib: specific libs for imx platformsAdrian Alonso2011-08-241-0/+27
| | | | | | * Platform specific libraries for imx platforms Signed-off-by: Adrian Alonso <b38018@freescale.com>
* fsl-mm-codeclib: freescale multimedia codecsAdrian Alonso2011-08-241-0/+38
| | | | | | | | * Freescale multimedia codec libs * Prebuilt shared libraries which are just deployed in rootfs. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* linux-libc-headers: imx kernel headersAdrian Alonso2011-08-241-0/+57
| | | | | | | | * 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>
* linux-imx: kernel build descriptorAdrian Alonso2011-08-241-0/+15
| | | | | | | * Kernel build descriptor for iMx targets, fetch source from Freescale git repo. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* egalax: touchscreen single event modeAdrian Alonso2011-08-241-0/+30
| | | | | | | * Kernel patch for enabling single event mode for eGalax touchscreen driver. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* defconfig: kernel config for imx53qsb targetAdrian Alonso2011-08-241-0/+2491
| | | | | | * Default kernel config for imx53 quick start board Signed-off-by: Adrian Alonso <b38018@freescale.com>
* defconfig: kernel config for imx53ard targetAdrian Alonso2011-08-241-0/+2523
| | | | | | * Default kernel config for imx53ard target Signed-off-by: Adrian Alonso <b38018@freescale.com>
* linux-imx: kernel build descriptorAdrian Alonso2011-08-241-0/+30
| | | | | | | * Linux kernel build descriptor for iMx targets * Inital version Signed-off-by: Adrian Alonso <b38018@freescale.com>
* xserver-xf86-config: custom xorg.conf file for iMx targetsAdrian Alonso2011-08-242-0/+49
| | | | | | | | * 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>
* xf86-video-imxfb: framebuffer driver for iMx targetsAdrian Alonso2011-08-242-0/+79
| | | | | | | | | * 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>
* x11-common: xserver mouse option to use tslibAdrian Alonso2011-08-242-0/+18
| | | | | | | | | * 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>
* libz160: deploy shared lib and headersAdrian Alonso2011-08-241-0/+24
| | | | | | | | * Deploy libz160 shared library * Deploys libz160 include headers, this are needed for xorg-video-imxfb driver Signed-off-by: Adrian Alonso <b38018@freescale.com>
* amd-gpu-x11-bin-mx51: ship amd binaries to rootfsAdrian Alonso2011-08-241-0/+32
| | | | | | | * Ships Amd x11 binaries to rootfs, deploys prebuilt shared libraries. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* udev-extraconf: add custom target udev rules to rootfsAdrian Alonso2011-08-242-0/+33
| | | | | | | | | * 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>
* u-boot-imx: bootloader for imx targetsAdrian Alonso2011-08-241-0/+14
| | | | | | | * u-boot-imx package build descriptor for imx targets fetch source from freescale git repo. Signed-off-by: Adrian Alonso <b38018@freescale.com>
* u-boot-imx: bootloader for imx targetsAdrian Alonso2011-08-241-0/+27
| | | | | | | * u-boot-imx package build descriptor for imx targets version 2009.08 Signed-off-by: Adrian Alonso <b38018@freescale.com>
* formfactor: set target input devices optionsAdrian Alonso2011-08-243-0/+26
| | | | | | | | | | | * 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>
* elftosb: creates boot stream files for iMx targetsAdrian Alonso2011-08-241-0/+20
| | | | | | | * Helper app that creates boot stream files used by freescale iMX SoCs Signed-off-by: Adrian Alonso <b38018@freescale.com>
* imx53ard: machine config optionsAdrian Alonso2011-08-241-0/+45
| | | | | | | | | * 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>
* imx53ard: machine config optionsAdrian Alonso2011-08-241-0/+44
| | | | | | | | | * 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>
* fsl-default-revisions: sets default versions for packagesAdrian Alonso2011-08-241-0/+2
| | | | | | | | | | | | * 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>
* layer: meta-freescale bsp layer settingsAdrian Alonso2011-08-241-0/+13
* 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>