summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * imx-lib: Merge patches from Linux_20201112_20patch_bundle.tar.gzLeon Woestenberg2012-01-063-2/+71
| | | | | | | | | | | | | | ENGR00156800 VPU: Fix decoding mp4PackedPBFrame stream failure issue ENGR00162690 VPU: Fix the issue of rotation 180 degree in encoder Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* | Merge pull request #3 from denis-eukrea/masterOtavio Salvador2012-01-303-5/+8
|\ \ | | | | | | fix some includes for imx specific recipes
| * | recipes-multimedia: gst-fsl-plugin: fix compilationDenis Carikli2012-01-301-1/+3
| | | | | | | | | | | | | | | | | | | | | Without that fix we have: hwbuffer_allocator.c:49:23: fatal error: linux/ipu.h: No such file or directory Signed-off-by: Denis Carikli <denis@eukrea.com>
| * | recipes-multimedia: imx-lib : Fix compilationDenis Carikli2012-01-301-2/+3
| | | | | | | | | | | | | | | | | | | | | Without that fix we have: mxc_ipu_hl_lib.c:44:28: fatal error: linux/videodev.h: No such file or directory Signed-off-by: Denis Carikli <denis@eukrea.com>
| * | recipes-graphics: xf86-video-imxfb: Fix compilationDenis Carikli2012-01-301-2/+2
|/ / | | | | | | | | | | | | Without that fix we have: imx_driver.c:33:25: fatal error: linux/mxcfb.h: No such file or directory Signed-off-by: Denis Carikli <denis@eukrea.com>
* | x11-common: only adds the patch for compatible machinesOtavio Salvador2012-01-091-4/+4
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | fsl-default-versions.inc: set udev preferred version to 164Otavio Salvador2012-01-091-0/+2
|/ | | | | | | Current default kernel doesn't work with newer udev releases so we make it clear setting the preferred version for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* general: set linux-libc-headers provider as linux-libc-headers-imxOtavio Salvador2011-12-282-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers: rename to linux-libc-headers-imx and fetch from gitOtavio Salvador2011-12-283-52/+10
| | | | | | | | This avoids the need of setting a preferred version of linux-libc-headers-imx as this can be dynamically discovered by the available packages. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-versions.inc: allow linux-imx version to be dynamicaly choosenOtavio Salvador2011-12-261-1/+0
| | | | | | | There's no reason to globally restrict the use of one specific version of linux-imx as it can be done on the recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: drop git versionOtavio Salvador2011-12-261-15/+0
| | | | | | | | Currently GIT repository only provides tagged releases so the it's better to have a recipe for each version instead of using a global one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add 2.6.38 versionOtavio Salvador2011-12-261-0/+19
| | | | | | | Adds 2.6.38 version at 11.11.01 tag but set DEFAULT_PREFERENCE as '-1' for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gst-fsl-plugins: Package the aiur demux registry from /usr/share.Leon Woestenberg2011-12-231-1/+2
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* Added imx-firmware recipe.Leon Woestenberg2011-12-232-0/+26
| | | | Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* linux-imx: enable SIL9022 HDMI driverLeon Woestenberg2011-12-232-2/+2
| | | | | | | Tested on i.MX53QSB with HDMICARD, output in 1920x1080p30. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: enable devtmpfs supportOtavio Salvador2011-12-233-3/+5
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Workaround kernel oops when devtmpfs is enabled.Leon Woestenberg2011-12-232-1/+40
| | | | | | More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
* linux-imx: Allow larger DMA_ZONE, required by i.MX53 V4L2 sink.Leon Woestenberg2011-12-234-3/+39
| | | | | | | More details in head of patch. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: use git repository to fetch u-bootOtavio Salvador2011-12-232-17/+5
| | | | | | This removes the source tarball from the repository Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: use git repository to fetch the kernelOtavio Salvador2011-12-232-18/+3
| | | | | | This removes the patches tarball and simplify the recipe a bit. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #2 from OSSystems/masterAdrian Alonso2011-12-2114-84/+136
|\ | | | | | | General improvements Merged
| * Revert "u-boot-imx: change include path for u-boot inc file"Otavio Salvador2011-12-212-2/+2
| | | | | | | | | | | | | | | | This reverts commit a2a5645bd119ac9b4b9dce2fe566adafb33d20d6. Seems like a broken OE-Core were being in use for testing thus making it fail. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * xserver-xf86-config: move xorg.conf to being machine specificOtavio Salvador2011-12-213-2/+47
| | | | | | | | | | | | | | While on that we refactored the recipe to use PRINC and FILESEXTRAPATHS_prepend. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * imx53-base.inc: Do not append to IMAGE_FSTYPES in board config.Leon Woestenberg2011-12-201-1/+1
| | | | | | | | | | | | | | | | The user may want to override this setting. Use conditional assignment. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * gst-fsl-plugin: Use PLATFORM=MX51, even for i.MX53.Leon Woestenberg2011-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | This fixes non-working IPU decoder on i.MX53. The real fix is to make PLATFORM=<...> machine dependent, this is a to-do. Although the configure help says otherwise, the source code does not check for _MX53. Tested on i.MX53QSB. Signed-off-by: Leon Woestenberg <leon@sidebranch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * sdcard_image.bbclass: allow for easy creating of SD card imageOtavio Salvador2011-12-201-0/+38
| | | | | | | | | | | | | | This creates an image suitable for writting onto a SD card and use on i.MX53 boards allowing for easy image testing. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * linux-imx: set license as GPLv2Otavio Salvador2011-12-202-2/+2
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * .gitignore: ignore backup filesOtavio Salvador2011-12-201-0/+1
| |
| * move all common definitions for i.MX53 machines onto imx53-base.incOtavio Salvador2011-12-203-71/+39
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| * avoid changing settings under the hood of non-BSP machinesOtavio Salvador2011-12-204-5/+5
|/ | | | | | | | In case Meta-Freescale is used together with other layers it shouldn't change any setting except when using the BSD specific machines thus the include files are moved onto a imx53-base.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-audio: fix audio mixer settings for imx53qsbAdrian Alonso2011-12-182-4/+6
| | | | | | | | | * Fix audio mixer settings for imx53qsb platform * Set playback volume ~90% * Enable Jack Function for headset plug detection * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* u-boot-imx: change include path for u-boot inc fileAdrian Alonso2011-12-182-2/+2
| | | | | | | | | * Change include path for u-boot inc file; * Something went wrong with github pull request commit 9dc3f8a1b7187150babbbcd5a62f960fa4500767 already handle this error. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* amd-gpu-x11-bin-mx51: add libz160 to rdependsAdrian Alonso2011-12-131-1/+2
| | | | | | | | * Add libz160 runtime dependency; libz160 was not installed in rootfs, adding libz160 dependecy info fix this. * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* Merge pull request #1 from OSSystems/masterAdrian Alonso2011-12-133-2/+2
|\ | | | | Fix U-Boot location and build
| * u-boot: move to recipes-bsd/u-boot and fix parsing of recipeOtavio Salvador2011-12-133-2/+2
|/ | | | | | | | OE-Core has moved u-boot from recipes-bsd/uboot to recipes-bsd/u-boot. This moves the files and fixes the path for inclusion of u-boot.inc file on the recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-mm-mp3enc-codeclib: new filesAdrian Alonso2011-11-072-0/+25
| | | | | | | * Freescale mp3 encoder prebuilt shared libraries * Include shared libraries as part of metadata Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-mm-flc-codeclib: new filesAdrian Alonso2011-11-072-0/+25
| | | | | | | * Freescale Flash prebuilt shared libraries * Include shared libraries as part of metadata Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* gst-fsl-plugin: update to version 2.0.3Adrian Alonso2011-11-072-4/+4
| | | | | | | | | * Update to version 2.0.3 * Update checksums * Include gst-fsl plugin source code as part of metadata (No public repo where to fetch). Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-lib: update to release version 11.09.01Adrian Alonso2011-11-073-6/+154
| | | | | | | | | * Update to release version 11.09.01 * Distribute imx-lib source code as part of metadata * Remove libraries shared link creation, prevent QA test failure. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-mm-codeclib: update to version 2.0.3Adrian Alonso2011-11-072-5/+5
| | | | | | | | * Update to version 2.0.3 * Include prebuilt shared libraries as part of metadata (No public repos available). Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx: update to release version 11.09.01Adrian Alonso2011-11-072-8/+8
| | | | | | | | | | * Update to release version 11.09.01 * Fetch base kernel from official repo * Include Freescale kernel patches as part of metadata * Update checksums * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-libc-headers: update to release version 11.09.01Adrian Alonso2011-11-072-13/+8
| | | | | | | | | | * Update to release version 11.09.01 * Fetch base kernel from official repo * Include Freescale kernel patches as part of metadata * Update checksums * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* xorg-video-imx: update to release version 11.09.01Adrian Alonso2011-11-072-1/+3
| | | | | | | | * Update to release version 11.09.01 * Include xserver video source code as part of metadata (No public repos available). Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* libz160: update to release version 11.09.01Adrian Alonso2011-11-072-4/+4
| | | | | | | | * Update to release version 11.09.01 * Include prebuilt shared libraries as part of freescale meta layer. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* amd-gpu-x11-mx51: update to release version 11.09.01Adrian Alonso2011-11-072-4/+4
| | | | | | | * Update to release version 11.09.01 * Include in metadata amd-gpu-x11 prebuilt shared libraries Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* u-boot-imx: update to release 11.09.01Adrian Alonso2011-11-072-7/+9
| | | | | | | | | | | * Update u-boot release version to 11.09.01 * Fetch u-boot v2009.08 from Denx ftp site * Include Freescale distrubeted patchs * Rename do_patch function to allow new patchs to be applyed by appending them as SRC_URI files. * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* gst-fsl-plugin: define extra packaged filesAdrian Alonso2011-10-192-11/+24
| | | | | | | | | | * 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>
* fsl-mm-codeclib: remove simlinks from shipped librariesAdrian Alonso2011-10-191-2/+2
| | | | | | | * Remove simlinks from shipped libraries * Bump PR. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx53qsb: cleanup machine descriptorAdrian Alonso2011-10-191-7/+3
| | | | | | | | | | * 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>
* imx53ard: cleanup machine descriptorAdrian Alonso2011-10-191-8/+5
| | | | | | | | | | * 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>