summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
Commit message (Collapse)AuthorAgeFilesLines
...
* linux: Add a long DESCRIPTION for some kernel recipesDaiane Angolini2014-03-273-1/+8
| | | | | | Change-Id: I24b1d2e13726907a112dc647f5d5701bc0eb6f72 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux: Use SUMMARY to describe the linux providerDaiane Angolini2014-03-273-3/+4
| | | | | | | | | | | Replace DESCRIPTION to SUMMARY on linux recipes. The SUMMARY content may be used in Release Notes to describe the each kernel provider. Change-Id: I4cb505fd0260278df1e598cb0e7e123a37d83aa2 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: add myself as maintainerTrevor Woerner2014-03-261-0/+1
| | | | | Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Fix QT_CONFIG_FLAGS to work for non-X11.Ann Thornton2014-03-241-1/+1
| | | | | | | | | eglfs is needed for FB and Wayland backends. Change-Id: I83a1dfbbdf620e51ddc783c5dfe12452c4815ce1 Signed-off-by: Ann Thornton <ra43240@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: Use 'autotools-brokensep' as out of tree build is ↵Otavio Salvador2014-03-181-0/+2
| | | | | | | | | | | | not supported The out of tree build is not currently supported so disable it for now; this change is need to allow autotools to default to out of tree builds in future. Change-Id: I89103b39bba524403be5bb1916ea5d99bb1662b4 Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxsldr: Use 'autotools-brokensep' as out of tree build is not supportedOtavio Salvador2014-03-171-1/+1
| | | | | | | | | | The out of tree build is not currently supported so disable it for now; this change is need to allow autotools to default to out of tree builds in future. Change-Id: Ib7827d3b6c818235da2d8fcb2f0f8e953a84c515 Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: Avoid wrong dependency for no bootloaderOtavio Salvador2014-03-171-1/+2
| | | | | | | | | | | When IMAGE_BOOTLOADER is empty we shouldn't add '':do_deploy as dependency as it does not exist. So handle this corner case to allow bootloader-less images to build fine. Change-Id: I04dc81bbb4184f79e88e1693239f2628a9819d7d Reported-by: Ilya Smelykh <ilya.smelykh@gmail.com> Reported-by: Tarek El-Sherbiny <tarek.elsherbiny@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* clutter-1.0, cogl-1.0: Use Framebuffer API for WaylandOtavio Salvador2014-03-172-2/+2
| | | | | | | | The Vivante default backend is X11 so we must ensure we use the Framebuffer API when building for Wayland otherwise it fails badly. Change-Id: I64940b5f9dbf28e5e52e5e297cba4e7daa6a7a43 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Depends on 'wayland' when neededOtavio Salvador2014-03-171-1/+8
| | | | | | | | | When using Wayland support, a dependency on 'wayland' is needed so the shlib dependency can be done accordingly and we can have a deterministic build. Change-Id: Ief7caced3abf282d83fcd93c8bcb4a5622414c20 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.0.35): Drop recipe from base BSPOtavio Salvador2014-03-1415-8393/+0
| | | | | | | | | | | | | The 1.6 release cycle is focused in the 3.10.17-1.0.0 BSP and has no compromise in test and maintain the 3.0.35 compatibility. This does not mean the support as a whole will be dropped but no board in meta-fsl-arm BSP ought to use it. Users which need to use Freescale reference designs with 3.0.35 ought to keep using the Dora branch. Change-Id: I65927e26f54a6c2da824212b94d5e8c5f4a8bc07 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Use 3.10.17 as defaultOtavio Salvador2014-03-141-2/+0
| | | | | | | | | | The new features are going to be added on top of 3.10.17-1.0.0 kernels so we ought to support it in Yocto Project 1.6 cycle. To get faster feedback from regressions we should make it the default. Change-Id: I9f014e8451a9792a5c2a99d2c56e56216625788a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.14-rc6Otavio Salvador2014-03-143-26/+33
| | | | | | | | | | | This updates to 3.14-rc6 (and merged fixes into Linus' tree) and syncs the defconfig files: * imx_v6_v7_defconfig -> defconfig * mxs_defconfig -> mxs/defconfig Change-Id: Ibde77fda960d6a79c939d9457fe2ded12301bf6e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cogl-1.0: Rename bbappend to generic versionOtavio Salvador2014-03-121-1/+1
| | | | | | | | | | This allow for version independant matching so we don't need to bump it every time OE-Core updates. This also removes the -DUSE_API_FB for X11 case as X11 cannot use it. Change-Id: I20eef5c08ee8e6799c5038d5aa3dcd3ba4cb6f3f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* clutter-1.0: Rename bbappend to generic versionOtavio Salvador2014-03-121-4/+4
| | | | | | | | | | | This allow for version independant matching so we don't need to bump it every time OE-Core updates. This also removes the -DUSE_API_FB for X11 case as X11 cannot use it and fix the base_contains syntax in PACKAGECONFIG setting. Change-Id: I7b757906354e7c815e62fff6fd059a82f1ecff78 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mfgtool-initramfs-image.bbclass: rename PACKAGE_GROUP to FEATURE_PACKAGESJavier Viguera2014-03-111-2/+2
| | | | | | | Clean bitbake warning: WARNING: PACKAGE_GROUP is deprecated, please use FEATURE_PACKAGES instead Signed-off-by: Javier Viguera <javier.viguera@digi.com>
* qtbase: Disable eglfs build for i.MX6 SoCs using X11Otavio Salvador2014-03-112-0/+28
| | | | | | | | | | | | | The eglfs hooks require the Framebuffer API calls which are not available when building for X11; to allow qtbase to build for X11 we must disable eglfs support due this restriction. A patch to workaround EGL initialization failure due visual mismatch has been included as well, forcing Visual ID 33. Change-Id: I564b0d30f137e55885268b656e68fdc3151fb93d Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* amd-gpu-x11-bin: Add pkgconfig files for EGL and OpenGL ES 2Otavio Salvador2014-03-113-0/+30
| | | | | | | | | | | | The pkgconfig files are need for some applications which use it to check for library avaiability. The culprit which triggered it was the addition of glmark2 into the test image, thus causing a build failure in our autobuilder. The build has been tested in X11 and Framebuffer backends. Change-Id: I4fca032f5c2c8768b92430f05bc80e5ba51854be Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl: Use explicit task dependency to boost buildOtavio Salvador2014-03-111-5/+13
| | | | | | | | | Instead of depending of all tasks of recipes, we should depend on the required task so we can start building the rootfs earlier in the build process and earn some build time gain. Change-Id: I770afe79edba0320ae697f9bcdaf340fbcb09eeb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc (3.12): Update to 3.12.13 stable releaseOtavio Salvador2014-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the 3.12.13 stable release * tag 'v3.12.13': (1211 commits) Linux 3.12.13 EDAC: Correct workqueue setup path EDAC: Poll timeout cannot be zero, p2 drivers/edac/edac_mc_sysfs.c: poll timeout cannot be zero genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n target: Fix free-after-use regression in PR unregister ring-buffer: Fix first commit on sub-buffer having non-zero delta power: max17040: Fix NULL pointer dereference when there is no platform_data time: Fix overflow when HZ is smaller than 60 i2c: mv64xxx: refactor message start to ensure proper initialization md/raid5: Fix CPU hotplug callback registration md/raid1: restore ability for check and repair to fix read errors. tick: Clear broadcast pending bit when switching to oneshot KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio() IB/qib: Add missing serdes init sequence compiler/gcc4: Make quirk for asm_volatile_goto() unconditional ACPI / hotplug / PCI: Relax the checking of _STA return values block: add cond_resched() to potentially long running ioctl discard loop block: Fix nr_vecs for inline integrity vectors block: __elv_next_request() shouldn't call into the elevator if bypassing ... Change-Id: I4b2e0e41f11dc03f23c97c739f4c173aa1991589 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4-x11-free: workaround QT/EGL mismatch for MX6Javier Viguera2014-03-072-0/+37
| | | | | | | | | | | Fix following error: Warning: EGL suggested using X Visual ID 33 (ARGB0888) for EGL config 28 (ARGB0444), but this is incompatable Unable to find an X11 visual which matches EGL config 28 Change-Id: I4b122fdf88a8ddbb54b109587e8c0482311d4cd2 Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* PRINC removal from recipesOtavio Salvador2014-03-077-12/+0
| | | | | | | | | The PRINC use is deprecated and a patch bumping those is applied in OE-Core. As consequence we must drop those here as soon as possible to avoid PR changes in users feeds. Change-Id: I5bb3947d96b76716db67e2122c6a00ea695ca7bb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Bump PR so version does not go backwardsOtavio Salvador2014-03-051-1/+1
| | | | | | | | | | This allow removal of the PRINC, which is deprecated and will be removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The equivalent change need to be updated in meta-fsl-arm-extra at same time, to avoid version to go backwards. Change-Id: I373a009a9d167b9b733274d0c17c95dedc1d9293 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-bootlets: Bump PR so version does not go backwardsOtavio Salvador2014-03-051-1/+1
| | | | | | | | | | This allow removal of the PRINC, which is deprecated and will be removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The equivalent change need to be updated in meta-fsl-arm-extra at same time, to avoid version to go backwards. Change-Id: I440291fa887d7028fabc3b8a03660c991a8aa670 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Bump PR so version does not go backwardsOtavio Salvador2014-03-053-4/+2
| | | | | | | | | | | | | | This allow removal of the PRINC, which is deprecated and will be removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The equivalent change need to be updated in meta-fsl-arm-extra at same time, to avoid version to go backwards. While dropping it, we also drop the INC_PR variable as it were in use just for the PRINC case and the other linux-imx.inc users do not use it. Change-Id: Ia66f686f584a72a0b173b8e2fdd00c015c519e2b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Unify package used by MX23, MX28, MX5 and MX6Otavio Salvador2014-03-058-3470/+36
| | | | | Change-Id: Ic898b2562b08272ce6934321ed36ad9cf0a38c05 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Don't install clocks.sh in MX6 as it uses 3.10 kernelOtavio Salvador2014-03-054-6/+10
| | | | | | | | | | | | | | Kernel 3.10 uses the common clock framework, so the clock tree information can be retrieved from the standard /sys/kernel/debug location, which means we don't really need a custom clocks.sh script for the 3.10 kernel. You just don't need to install it if you use a recent kernel that deploys the common clock tree framework (like it is the case for MX6 running 3.10). Change-Id: Ief01c62025faa2927a226f9cd670e52dabb304be Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Change the compatibility filter to allow MX23 useOtavio Salvador2014-03-051-1/+1
| | | | | Change-Id: I4563849c808bd3ee6dff6ba17c7ee57bb213700b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslparser: Change the compatibility filter to allow MX23 useOtavio Salvador2014-03-051-1/+1
| | | | | Change-Id: I15002e2fb110af0c96a24264e7c2efa013fea42e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-timesys: Remove twr-vf65gs10 specific patches from SRC_URIAnthony Felice2014-03-051-1/+3
| | | | | | | | | | | | The two patches specified under SRC_URI are specific for the twr-vf65gs10 machine, and should not be applied to every instance of the linux-timesys kernel. They are now only applied to the linux-timesys kernel built for the twr-vf65gs10 machine. This is in preparation for adding the pcl052 and pcm052 to meta-fsl-arm-extra - as these patches are not applicable to the pcl052 and pcm052. Signed-off-by: Anthony Felice <tony.felice@timesys.com>
* fsl-image-mfgtool-initramfs: Add imageOtavio Salvador2014-03-031-0/+8
| | | | | | | | | | | | | Small image to be used with Manufacturing Tool (mfg-tool) in a production environment. This should be used as the initramfs used for the installation process. The image provides the utilities which are used, in the target, during the process and receive the commands from the MfgTool application. Change-Id: Ibcab8826a70339d0cbf507311c6268ad74491df5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mfgtool-initramfs-image.bbclass: Abstracts the MfgTool's initramfs needsOtavio Salvador2014-03-031-0/+40
| | | | | | | | Manage the initramfs requirements for Manufacturing Tool use and allow future addition of new filesystem support if needed. Change-Id: Ia3a1f0d32d1a12209262096162adeb36909c509b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I90b97f83620ad5bcda659d0ec5190a3ef98f5acd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6solosabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ibf61f4744cba8ae6db14d8b2b278879c2f1e420d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ia96cffe65f0ce4a97c705a1c5dd69de2f6bfc5bd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I21f406b6c83629c87ca1ba75c6ba749111d61ffd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: I4d14ebdc314586ef0aabca8a966c1a7d680f9758 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabreauto: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-0/+1
| | | | | | | This allow the mfgtool variant into the UBOOT_CONFIG set. Change-Id: Ia1f0262790aee7feef0220a76d33fd2cb4b1638f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add U-Boot Manufacturing Tool configOtavio Salvador2014-03-031-1/+3
| | | | | | | | | As the machine were not using UBOOT_CONFIG, the first step was to convert the recipe to use the variable. After that, the mfgtool variant is added. Change-Id: I73ab7cdaef1d85cfd7cb3e3d650aed09682be2f4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-mfgtool: Add 3.10.17 versionOtavio Salvador2014-03-032-0/+345
| | | | | | | | | | | | Add the FSL Linux i.MX 3.10.17 version in the Manufacturing Tool variant to allow building a specific version for use with it. This also includes the defconfig used to provide the FSL UTP driver and reduce the amount of build drivers. This is the current 3.10.17-1.0.0-beta original defconfig for MfgTool. Change-Id: I7808d79ff004266a25d909ac296725d576de7f3b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-mfgtool.inc: Build a Manufactoring Tool variantOtavio Salvador2014-03-031-0/+80
| | | | | | | | This makes a separated binary set for Manufacturing Tool use without clobbering the Linux Kernel used for normal use. Change-Id: I8db032610b9453b6c86f26c373871e7d4bdd3b1e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx-mfgtool: Add 2013.04 versionOtavio Salvador2014-03-031-0/+4
| | | | | | | | Add the FSL U-Boot i.MX 2013.04 version in the Manufacturing Tool variant to allow building a specific version for use with it. Change-Id: I1ccf806f283acb336efd06c018e0a206e261d22c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-mfgtool.inc: Build a Manufactoring Tool variantOtavio Salvador2014-03-031-0/+21
| | | | | | | | This makes a separated binary set for Manufacturing Tool use without clobbering the U-Boot used for normal use. Change-Id: Ie059e65581c999546586018975d3fa4a4b04e5d2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* packagegroup-fsl-mfgtool: Provide the required packagesOtavio Salvador2014-03-031-0/+46
| | | | | | | | This provides the set of packages needed for Manufactoring Tool initramfs images. Change-Id: I895934110d4ffcfdb9d283c7ea015223093a95d2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-kobs: Upgrade to 3.10.17-1.0.0 versionLauren Post2014-03-032-19/+15
| | | | | | | | | | | This removes the virtual/kernel dependency as it builds properly against standard Linux headers; doing those changes the package stops to be machine specific and can be reused amount SoCs of same architecture. Change-Id: Ibea18acdfe25d40406b0a8e2e0f8583f4087ecb6 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: Add 0.4 recipeOtavio Salvador2014-03-035-0/+530
| | | | | | | | | This provides the Universal Adapter user-space utility that is used to receive commands from the Manufacturing Tool by the Freescale UTP Protocol. Change-Id: I8b0532d45afefc3c50eb01aca8c595ed60be2552 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto.conf: Add sata uboot config supportLauren Post2014-03-031-0/+1
| | | | | Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto.conf: Add ecspi and flexcan1 device tree supportLauren Post2014-03-031-1/+2
| | | | | | | | | | The flexcan1 device tree supports flexcan1 enabled with fec disabled because of a pin conflict between flexcan1 and fec. The ecspi device tree supports ecspi by fixing the pin conflict with i2c3. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabreauto.conf: Add ecspi and flexcan1 device tree supportLauren Post2014-03-031-1/+2
| | | | | | | | | | The flexcan1 device tree supports flexcan1 enabled with fec disabled because of a pin conflict between flexcan1 and fec. The ecspi device tree supports ecspi by fixing the pin conflict with i2c3. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add new device tree imx6sl-evk-csi.dtbLauren Post2014-03-031-1/+1
| | | | | | | | | | 3.10.17-1.0.0-beta changed the imx6sl-evk.dts file to work with EPDC but as a consequence it breaks CSI function as its pins are shared. A new imx6sl-evk-csi.dts file has been add to allow use of CSI in case it is desired. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Update to 3.10.17-1.0.0_betaLauren Post2014-03-033-10/+9
| | | | | | | | Add gmem tool installation Upgrade to p13 version Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>