summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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>
* | 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>
* | imx6qsabrelite: use udev-extraconfOtavio Salvador2012-08-021-1/+1
| | | | | | | | | | | | | | | | The udev-extra-rules has been replaced by udev-extraconf so this needs to be changed on machine definitions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* | imx-base.inc: use udev-extraconfOtavio Salvador2012-08-021-1/+1
| | | | | | | | | | | | | | | | The udev-extra-rules has been replaced by udev-extraconf so this needs to be changed on machine definitions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* | udev-extra-rules: follow meta-oe and use udev-extraconfOtavio Salvador2012-08-022-3/+3
| | | | | | | | | | | | | | | | This has been dropped from meta-oe so we append udev-extraconf now. For compatibility with udev-extraconf, we need to add an empty space to SRC_URI or the final SRC_URI will be broken. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge remote branch 'freescale/denzil' into masterOtavio Salvador2012-07-261-1/+5
|\| | | | | | | | | * freescale/denzil: imx-firmware: Install the atheros wifi firmware
| * 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>
* | Merge remote-tracking branch 'freescale/denzil' into masterOtavio Salvador2012-07-254-2/+586
|\| | | | | | | | | | | * freescale/denzil: imx6qsabrelite: do not recommends BSP package are they are not public yet alsa-state: custom asound.conf file for iMX targets
| * 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>
* | Merge remote-tracking branch 'freescale/denzil' into masterOtavio Salvador2012-07-203-37/+15
|\| | | | | | | | | | | * freescale/denzil: xserver-xf86-config (mx6): refactor default configuration xserver-xf86-config (mx5): disable DPMS functions by default
| * 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>
* | Merge remote branch 'freescale/denzil' into masterOtavio Salvador2012-07-192-30/+32
|\| | | | | | | | | | | * freescale/denzil: gst-fsl-plugin: refactor packaging to use .inc file properly gst-fsl-plugin: bump PR
| * 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>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-1810-162/+16
|\| | | | | | | | | | | | | | | * freescale/denzil: linux-imx (2.6.35.3): enable SPDIF support for imx53qsb imx-test: depends on imx-lib so vpu testing application is build imx-lib: fix packaging of libraries linux-imx (2.6.35.3): enable support for NFS v4
| * 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>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-181-3/+7
|\| | | | | | | | | * freescale/denzil: linux-imx (2.6.35.3): fix sysroot populate with backward compatibility
| * 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>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-172-2/+6
|\| | | | | | | | | | | * freescale/denzil: linux-imx (2.6.35.3): fix copy of native binaries onto sysroot u-boot: change mx53loco default environment
| * 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>
* | linux-imx (2.6.35.3): OE-Core now handles the removal of kxgettext.oOtavio Salvador2012-07-171-4/+1
| | | | | | | | | | | | | | The OE-Core newer bbclass handles the removal of kxgettext.o file so we remove the handle on the kernel recipe. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Merge remote branch 'denzil' into masterOtavio Salvador2012-07-170-0/+0
|\| | | | | | | | | | | | | * denzil: imx-test: set PACKAGE_ARCH as the package is machine dependant imx-test: depends on virtual/kernel linux-imx (2.6.35.3): install native binaries onto sysroot
| * 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>
* | 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-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>
* | 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>
* | imx6qsabrelite: add device tree kernel targetOtavio Salvador2012-07-101-0/+2
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx53qsb: add device tree kernel targetOtavio Salvador2012-07-101-0/+2
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx53ard: add device tree kernel targetOtavio Salvador2012-07-101-0/+2
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx51evk: add device tree kernel targetOtavio Salvador2012-07-101-0/+2
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx28evk: add device tree kernel targetOtavio Salvador2012-07-101-0/+1
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx23evk: add device tree kernel targetOtavio Salvador2012-07-101-0/+1
| | | | | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | linux-mainline: add a 3.5 development recipeOtavio Salvador2012-07-104-0/+7038
| | | | | | | | | | | | | | | | | | | | | | | | | | This recipe is the ongoing effort to port Freescale platforms to mainline kernel. The tree is currently based on 3.5-rc6 and it is located at https://github.com/Freescale/linux-mainline and it has mainline kernel plus patches for platforms that are not yet merged on official kernel. Currently, it uses the default configs for mxs, mx5 and mx6 SoC families. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | image_types_fsl.bbclass: add support to use Device Tree for Linux kernelOtavio Salvador2012-07-101-2/+37
| | | | | | | | | | | | | | | | | | | | To support new kernel, which use Device Tree for description of hardware and machine, the image generation needs to be reworked. U-Boot supports it out of box, so it just need to be available for reading while the imx-bootlets we need to append the dtb file on the very end of the zImage file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | imx-bootlets: allow use of a zImage with appended device tree infoOtavio Salvador2012-07-102-5/+7
|/ | | | | | | | | For use of kernels, with device tree, and imx-bootlets we need to append it to the kernel image and use it for the linux.sb file. To avoid changing the built kernel we append a -dtb suffix for the binary name. 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>