summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-imx (2.6.35.3): reduce delta against kernel source imx23evk_defconfigOtavio Salvador2012-08-152-16/+28
| | | | | | | | Update the imx23evk defconfig to reduce the delta against the imx23evk_defconfig so it is more in line of expected feature set by Freescale. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use 10.12.01 based kernel for mxs SoC familyOtavio Salvador2012-08-153-8/+102
| | | | | | | | | | | | Freescale maintains specific patches for their SoC families on respective branches so we now have specific SRCREV for each family. For mxs we're using the 10.12.01 branch while for mx5 we keep using 11.09.01 one and we ended keeping the specific patches of each SoC applying only on the right family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.0.15): update to use linux-imxOtavio Salvador2012-08-151-24/+6
| | | | | | | This simplify the recipe a lot and avoid code duplication among kernel recipes. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): update to use linux-imx.incOtavio Salvador2012-08-151-51/+18
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx.inc: add to avoid duplicating code among linux-imx' recipesOtavio Salvador2012-08-151-0/+64
| | | | | | | | | | | The linux-imx.inc hosts the common code of linux-imx recipes making it easy to maintain and work. To easily identify that the kernel running is built from Yocto and give an indication of versioning, until we have a proper GIT revision to point to, we use a local version with '+yocto-<date>' for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: Calculate BOOT_BLOCKS for new boot partition numJeremy Stashluk2012-08-061-1/+1
| | | | | | | | The empty 1K at the beginning of the disk is no longer a partition, so the numbers reported by parted have shifted by one. Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): Kernel patches from Freescale GITMahesh Mahadevan2012-08-0519-2099/+3
| | | | | | | | | | | | | The Freescale external GIT repository has been updated, below is the link: http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/log/?h=imx_2.6.35_11.09.01 Delete the patches locally applied as they are available on the GIT server. Tested video playback of an .mp4 file using the QT player and did not see the black screen issue mentioned with the VPU. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
* linux-imx (2.6.35.3): reduce delta against kernel source mx5_defconfigMahesh Mahadevan2012-08-022-6/+51
| | | | | | | Update the imx53qsb defconfig to reduce the delta against the mx5_defconfig so it is more in line of expected feature set by Freescale. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
* imx-firmware: Install the atheros wifi firmwareMahesh Mahadevan2012-07-261-1/+5
| | | | | | | Install the firmware needed for the atheros wifi. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabrelite: do not recommends BSP package are they are not public yetOtavio Salvador2012-07-251-2/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* alsa-state: custom asound.conf file for iMX targetsDaiane Angolini2012-07-253-0/+582
| | | | | | | asound.conf file for iMX5 family is from FSL BSP 2.6.35_11.09.01_ER asound.conf file for MXS family is from FSL BSP L2.6.35_10.12.01_SDK Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* xserver-xf86-config (mx6): refactor default configurationOtavio Salvador2012-07-202-37/+8
| | | | | | | | We refactor the default configuration to the same defaults used in mx5 machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xserver-xf86-config (mx5): disable DPMS functions by defaultOtavio Salvador2012-07-202-1/+8
| | | | | | | | By default, the device shouldn't turn the display off so we change the server setting but allow for easy customization by user, if need. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: refactor packaging to use .inc file properlyOtavio Salvador2012-07-192-30/+32
| | | | | | | | | The .inc file was not being used by complete and had most code on the versioned .bb one. This patch refactor it so newer versions are easy to add. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: bump PROtavio Salvador2012-07-191-1/+1
| | | | | | | | imx-lib has change library packaging to respect the soname but all packages linking to it need to be rebuild. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* linux-imx (2.6.35.3): enable SPDIF support for imx53qsbOtavio Salvador2012-07-182-2/+4
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* imx-test: depends on imx-lib so vpu testing application is buildOtavio Salvador2012-07-181-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* imx-lib: fix packaging of librariesOtavio Salvador2012-07-183-153/+5
| | | | | | | | | The package was mistakenly removing the links of libraries making runtime applications to fail to run. The patch that caused it has been removed and package files adjusted. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx (2.6.35.3): enable support for NFS v4Otavio Salvador2012-07-186-6/+6
| | | | | | | | | | | | | | | | To easy use with newer host versions, that defaults to NFS v4, we enabled the support for it on the development boards. It has been applied to: - imx23evk - imx28evk - imx51evk - imx53ard - imx53qsb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx (2.6.35.3): fix sysroot populate with backward compatibilityOtavio Salvador2012-07-181-4/+8
| | | | | | | | The way kernel.bbclass works has change since denzil release and we need to cope with both ways. This supports old /kernel deployment and new /usr/src/kernel one. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): fix copy of native binaries onto sysrootOtavio Salvador2012-07-171-0/+4
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: change mx53loco default environmentOtavio Salvador2012-07-171-2/+2
| | | | | | | As we changed the partition layout used in sdcard, for i.MX based SoCs the mx53loco needs to be adjusted according. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: do not create a partition from 0 to 1MB in i.MX sdcardOtavio Salvador2012-07-171-2/+1
| | | | | | | | | | | | | | | | | | | | | The bootrom boots from a fixed 1K offset so we don't need a partition there and having one makes udev or kernel to probe for it and output error messages in bootlog: ,----[ boot error messages ] | ... | EXT4-fs (mmcblk0p1): VFS: Can't find ext4 filesystem | EXT3-fs (mmcblk0p1): error: can't find ext3 filesystem on dev mmcblk0p1. | EXT2-fs (mmcblk0p1): error: can't find an ext2 filesystem on dev mmcblk0p1. | FAT: bogus number of reserved sectors | VFS: Can't find a valid FAT filesystem on dev mmcblk0p1. | cramfs: wrong magic | FAT: bogus number of reserved sectors | VFS: Can't find a valid FAT filesystem on dev mmcblk0p1. | ... `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: set PACKAGE_ARCH as the package is machine dependantOtavio Salvador2012-07-171-1/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: depends on virtual/kernelOtavio Salvador2012-07-171-1/+2
| | | | | | | The build of imx-test requires the kernel source to be deployed onto sysroot so we do depends on kernel to be previously built. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): install native binaries onto sysrootOtavio Salvador2012-07-171-7/+10
| | | | | | | | The native binaries that are used during imx-test building need to be in sysroot, not target packages, as their are built for host architecture. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: set common machine featuresAdrian Alonso2012-07-044-1/+7
| | | | | | | | * Set common machine features * imx53qsb, imx53ard add wifi and bluetooth support * imx6qsabrelite add pci to machine features Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* amd-gpu-x11-bin-mx51: Fix lib installationDaiane Angolini2012-07-041-2/+2
| | | | | | Copy every .so* file instead of copy only .so file Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base: add wifi and bluetooth machine featuresAdrian Alonso2012-07-041-1/+1
| | | | | | * Add wifi and bluetooh machine features. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx (2.6.35.3): allow offline buildAdrian Alonso2012-07-031-2/+5
| | | | | | | | | Using the specific revision we avoid the calling of git ls-remote command, thus allowing for offline building. Bump PR. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-default-revisions.inc: remove as we ought to have it per recipeAdrian Alonso2012-07-033-4/+0
| | | | | | | | The revision ought to be set for every recipe as we support different versions per machine. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* Add Qt4.7.4-X11 bbappendRogerio Pimentel2012-07-021-0/+10
| | | | | | This bbappend applies a patch on QT4.7.4-X11 to make phonon work with Freescale codecs Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* gst-fsl-plugin: fix mfw_v4lsink to play on X11Rogerio Pimentel2012-07-022-2/+34
| | | | | | | This patch applies a patch on gst-fsl-plugin package to fixing mfw_v4lsink to play on X11. Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* QT4.7.4 codec patch: Fix to work on X11Rogerio Pimentel2012-07-022-2/+2
| | | | | | This patch fixes the patch that makes phonon works with Freescale codecs and X11 Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* imx-base.inc: Add udev-extra-rules packageDaiane Angolini2012-07-021-1/+3
| | | | | | | Add udev extra rules from 10-imx.rules file in MACHINE_EXTRA_RRECOMENDS Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-plugins-base: gstplaybin2 rawvideo supportAdrian Alonso2012-06-292-0/+40
| | | | | | | | | * Add gstplaybin2 rawvideo support * Direct rendering support for mfw_v4lsink Signed-off-by: Adrian Alonso <aalonso@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* Revert "amd-gpu-x11-bin-mx51: set libgl provider and reorder packages"Otavio Salvador2012-06-201-16/+10
| | | | | | | This change broke the rootfs generation and needs to be redone, with more testing. This reverts commit 89a2fa84d42ea9a944e2c9278f3434e912284389.
* amd-gpu-x11-bin-mx51: set libgl provider and reorder packagesAdrian Alonso2012-06-191-10/+16
| | | | | | | | | * Set libgl preferred provider so it could be used instead of default mesa libgl provider * Reorder package provider definitions * Bump PR Signed-off-by: Adrian Alonso <aalonso@freescale.com>
* amd-gpu-x11-bin-mx51: clean up install functionAdrian Alonso2012-06-191-14/+10
| | | | | | | * Cleanup install fucntion, make it more generic * Bump PR Signed-off-by: Adrian Alonso <aalonso@freescale.com>
* linux-imx (2.6.35.3): Fix support for NFS rootOtavio Salvador2012-06-187-6/+38
| | | | | | | This allows use of alternative NFS ports and regular NFS root on same kernel. This has also enabled the feature for the supported machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: cleanup recommended packages removing multimedia onesOtavio Salvador2012-06-171-6/+0
| | | | | | | The multimedia packages need to be moved to a specific task to allow images to use, or not it, and avoid enforcing it onto every image. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Add QT4.7.4 patch to support Freescale codecsRogerio Pimentel2012-06-142-0/+463
| | | | | | | This patch adds a QT4.7.4 patch file to add support for Freescale Multimedia codecs Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* udev: add 173 bbappend to use GIT for source fetchingOtavio Salvador2012-06-121-0/+23
| | | | | | | | | To avoid fetching errors due uncomplete kernel.org mirrors we're now using the GIT server to fetch the sources; this is how new udev recipes are doing and we now uses this as a workaround in denzil branch for 173 version. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-versions.inc: force use of udev 173 versionOtavio Salvador2012-06-121-0/+1
| | | | | | | | | The change 8b39b81ae4b has removed the the 164 preferred version however the last meta-openembedded version, the 182 and 175 versions, lack the init script so we need to enforce the last version that works with regular init to avoid the requirement on systemd. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (2.6.35.3): add patch to export accept4 syscallOtavio Salvador2012-06-122-2/+56
| | | | | | | | This patch has been backported from 2.6.36 and needs to be included here, besides the kernel, to properly export the syscall to libc headers. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use accept4 patch that was included mainlineOtavio Salvador2012-06-123-32/+55
| | | | | | This patch has been included in 2.6.36. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extra-rules: addOtavio Salvador2012-06-113-11/+19
| | | | | | | | | The BSP expect to have meta-openembedded layer available so we don't override udev-extraconf but udev-extra-rules; the recipe is also fixed to be machine specific to avoid changing the behavior of the udev for other machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* README: document dependency of denzil branchOtavio Salvador2012-06-101-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Move code to .inc fileDaiane Angolini2012-06-062-31/+39
| | | | | | | | | | | Add imx-lib.inc to avoid duplication of code if a new imx-lib release was included. Change LICENSE field to LGPLv2.1. Include PLATFORM variable to make easier to include a new platform. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* fsl-default-versions: remove udev preferred versionAdrian Alonso2012-06-061-1/+0
| | | | | | | * Remove udev preferred version * Kernel defconfig files fixed for udev Signed-off-by: Adrian Alonso <aalonso00@gmail.com>