summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gstreamer1.0-imx: rename to gstreamer1.0-plugins-imxRogerio Nunes2014-02-141-0/+0
| | | | | | | | As the recipe requires gst-plugins-package.inc, this patch includes -plugins- in the recipe name to make it clear that it actually results in a set of plugin packages, following poky's convention. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* libfslparser: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: I116910aeb79d1e635367ba483bfabdc46a935eaf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libfslcodec: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: Iee83b7b057c5db01c5b7ea435f6b35b508e23119 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-g2d: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: I01d12cc0d69def46044cb2bf9ef1d507f8274e6e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gpu-viv-bin-mx6q: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: If33c4d164b853caeb1c14557cd5db5a7f5694fdf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Fix package strip logicOtavio Salvador2014-02-121-0/+1
| | | | | | | | | | | | | OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: Ia66db7a90e30bc587e74b40dca8979fa82c20de9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx31pdf, imx35pdf: Remove duplicate inclusion of soc-family.incOtavio Salvador2014-02-122-2/+0
| | | | | | | | | | | | This fixes following warning during build: ,----[ Warning ] | WARNING: Duplicate inclusion for .../meta/conf/machine/include/soc-family.inc | in .../sources/meta-fsl-arm/conf/machine/include/imx-base.inc `---- Change-Id: Ie23c6a25e23e1968a595969a3962d82284a6f1e9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: fix typo in 2009.08 recipeAndreas Henriksson2014-02-121-1/+1
| | | | | | | | I noticed SRCBRANCH_mx5 was being specified twice. The first one should probably be "mxs" instead as the row below which specifies SRCREV for mxs. Signed-off-by: Andreas Henriksson <andreas.henriksson@endian.se>
* libdrm: change .bbappend to use %John Weber2014-02-101-0/+0
| | | | | | | | Change file name to use % and append against any revision of the main libdrm recipe. This makes updating the .bbappend file name only necessary if recipe itself needs to change. Signed-off-by: John Weber <rjohnweber@gmail.com>
* qtbase: change .bbappend to use %Sébastien Taylor2014-02-101-0/+0
| | | | | | | | | | The meta-qt5 updated Qt version 5.1.1 to 5.2.0, change file name to use % and append against any revision of the main qtbase recipe. This makes updating the .bbappend file name only necessary if recipe itself needs to change. Change-Id: I16852d67c8becdf55a851ea3b52c411ffa805c28 Signed-off-by: Se?bastien Taylor <me@staylor.ca>
* gstreamer1.0-imx: Add GStreamer 1.0 pluginsCarlos Rafael Giani2014-02-061-0/+29
| | | | | | | | | | | | | | | | | | | gstreamer-imx is an ongoing project to write GStreamer 1.0 plugins for using the i.MX VPU,IPU, and GPU. With the plugins, the VPU en- and decoding features can be used, the IPU can transform images (deinterlacing, colorspace conversion etc.), and the GPU can display frames using OpenGL ES and the Vivante direct textures. Currently, the plugins have only been tested with the i.MX6 SoC series. All plugins are based on appropriate GStreamer base classes. Physical memory metadata structures make it possible to avoid costly frame copies, making it possible to use transcoding chains that do not involve CPU copies for example. This recipe is sent to meta-fsl-arm to make these plugins more visible and available to others. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
* gpu-viv-g2d: Split libg2d packageRogerio Nunes2014-02-061-5/+4
| | | | | | | | | | | Split lib and samples into two different packages: libg2d for the lib, and gpu-viv-g2d for samples. Default packages removed from PACKAGES variable. Source variable (S) removed, as it's the default. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* imx-test: add missing runtime dependencyRogerio Nunes2014-02-061-0/+2
| | | | | | | | | | The test scripts explicitly use bash instead of sh, so it's necessary to have bash as a runtime dependency in the imx-test recipe, otherwise, bitbake will fail when populating a rootfs that does not include bash. Change-Id: Ida97bbef7ca736cafa3874a7eabee8f8e942c715 Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* eglinfo: Add i.MX6 specific supportCarlos Rafael Giani2014-02-032-0/+6
| | | | | Change-Id: I1ae9dc8350827fd31ffc89338b00b9bc939d3f2b Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
* scripts/get-maintainer: Allow query of maintainerOtavio Salvador2014-01-291-0/+75
| | | | | | | | | | | | The number of boards has been raising in last months and, as result, the maintainance effort. It is quite difficult to keep all boards in good shape without sharing the maintenance load among several people. A maintainer field is now in machine configuration file of meta-fsl-arm and meta-fsl-arm-extra and this script prints that information. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* mx53ard: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx51evk: Add myself as maintainerDaiane Angolini2014-01-281-0/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6solosabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I1f5e1ff25334a01a4d2aeda0025d56b2ddcc617b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I0b511a73923a5876a960f427e165bc28c6cd7a44 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: Iac335650f96510c4ce6178fa69be92f157d01f0a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I92ca8f001480da993486f7e8be871b730edd8705 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I6b23b4f50cbc9db939b612e7270429e634b038bc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: Add myself as maintainerOtavio Salvador2014-01-271-0/+1
| | | | | Change-Id: I57c8a98958a2cdb3a74ee16b96578b85f9936811 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: Add U-Boot SPL supportdv@pseudoterminal.org2014-01-251-1/+6
| | | | | | | | | If the SPL_BINARY value is not empty, then the class will use an alternative code path for copying U-Boot on the SD card. u-boot.img is used (not .imx), and the SPL binary is prepended. With empty SPL_BINARY values, the behavior is just like before. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
* gst-fsl-plugin: remove unsupported configure optionsEric Nelson2014-01-251-1/+1
| | | | | | | | | | The gst-fsl-plugin configure script doesn't support the --disable-valgrind, --disable-debug, or --disable-examples arguments. Without this patch, a QA error will be generated. Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
* piglit: Add Vivante GPU supportRogerio Nunes2014-01-231-0/+5
| | | | | | | | This patch adds X11 and Wayland support with Vivante GPU. In case 'x11' and 'wayland' distro features are both enabled, defaults to X11. Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
* imx6slevk: Add WIFI supportLauren Post2014-01-181-0/+2
| | | | | Change-Id: I8225e52de382a20de05b8255574892fd63ffc002 Signed-off-by: Lauren Post <lauren.post@freescale.com>
* imx-test: Remove unused patchOtavio Salvador2014-01-181-26/+0
| | | | | | | The patch 'mxc_x11_test-exclude-IMX-5-6-platforms.patch' is unused, drop it. Change-Id: I2a46ed1db19331b9c3b7c9d1d662bfd455afe00d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: MX23/MX28 depends on virtual/kernel onlyOtavio Salvador2014-01-181-0/+1
| | | | | | | The MX23/MX28 does not have VPU so we depends on virtual/kernel only. Change-Id: I5f0c0496d5d53d80eb7da50c371d0754d0711750 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Fix build failure due lacking of module build systemOtavio Salvador2014-01-181-0/+7
| | | | | | | | | The 'module-base' class provides the infrastructure to ensure modules are buildable. This fixes the build failures caused by lacking of 'scripts/basic/fixdep' application. Change-Id: I996d169acdbec900042a21c0153799bbc57d09ee Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Change SRCREV to 31d023bJohn Weber2014-01-181-1/+1
| | | | | | | Change SRCREV to 31d023b to make zImage default boot image for Wandboard. Signed-off-by: John Weber <rjohnweber@gmail.com>
* linux-timesys: Add branch information for new BitBake fetchAndy Voltz2014-01-161-2/+3
| | | | Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
* fsl-default-providers.inc: Allow easy override of default U-BootOtavio Salvador2014-01-141-2/+2
| | | | | Change-Id: I2cd416548d92d27018496000f7c0790e1b1afeb6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update SRCREV to ceb6b623John Weber2014-01-141-1/+1
| | | | | | | | Update the SRCREV to ceb6b623 to grab the latest commit which updates the fdt_addr variable to a higher address to ensure that the device tree binary does not overlap larger kernels during the unpack process. Signed-off-by: John Weber <rjohnweber@gmail.com>
* u-boot-imx: Add branch informationOtavio Salvador2014-01-062-8/+8
| | | | | | | | | | The new BitBake fetching code requires the revision to be available in a know branch so we need to provide this information here. This patch fixes 2009.08 and 2013.04 recipes. Change-Id: Id4bbdcadb72e09eb7880ecf19b49bba0ede64f8e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Use the license text from common-licensesOtavio Salvador2014-01-062-2/+2
| | | | | | | | | The previous used license file (from OE-Core source) may change even if GPL-2 or MIT does not; so we now use the files from common-licenses. Change-Id: I6c3ea399461cc7b13721f7c33a83e227f460e448 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Add branch informationOtavio Salvador2014-01-062-4/+6
| | | | | | | | The new BitBake fetching code requires the revision to be available in a know branch so we need to provide this information here. Change-Id: I393070798ba3c47d0e76bc7d30d6a321e880ec5a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* clutter-1.0: Add support for Vivante GPUOtavio Salvador2014-01-061-0/+9
| | | | | | | | | | Add support for Vivante GPU for use with X11 and Wayland backends. In case 'x11' and 'wayland' distro features are both enabled, it defaults for X11 support. Change-Id: I437e9803214c8d1ea3febed3ed318a29bc667eed Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cogl-1.0: Add support for Vivante GPUOtavio Salvador2014-01-061-0/+10
| | | | | | | | | | Add support for Vivante GPU for use with X11 and Wayland backends. In case 'x11' and 'wayland' distro features are both enabled, it defaults for X11 support. Change-Id: I180b92818a3081c861b7f29fc35bbc75e2b56b9d Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4-x11-free: Enable multi-touch support for i.MX6Lauren Post2014-01-061-1/+2
| | | | | | | | Update QT_CONFIG_FLAGS to enable multi-touch adding the QT_QPA_EXPERIMENTAL_TOUCHEVENT flag. Change-Id: Id20a116c119fd5c2915dac7973ef8f4b035942a4 Signed-off-by: Lauren Post <lauren.post@freescale.com>
* u-boot-fslc-mxsboot: Update SRC_URI for new fetcher behavior.Daiane Angolini2013-12-271-1/+2
| | | | | | | If SRCREV is not in the master branch, the SRC_URI must specify the branch. Signed-off-by: Daiane Angolini <angolini@gmail.com>
* linux-imx: Update SRC_URI for new fetcher behavior.Daiane Angolini2013-12-134-1/+4
| | | | | | | If SRCREV is not in the master branch, the SRC_URI must specify the branch. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-fsl-plugin: Activate gstreamer AAC decoder.Stéphane Cerveau2013-12-132-0/+12
| | | | | | AAC decoder was not available on imx6 platform. Signed-off-by: Stéphane Cerveau <scerveau@gmail.com>
* u-boot-fslc: Add branch to SRC_URI and separate recipe filesDan McGregor2013-12-102-21/+32
| | | | | | | | | | | | | | | | | Separate the recipe into two files in the same fashion as the kernel recipes. A u-boot-fslc.inc file contains the common settings for the recipe, and a .bb file contains the settings specific to the version of u-boot to be built (e.g. SRCREV, branch name). In addition, new versions of bitbake require that a branch be specified and that the SRCREV be in the specified branch. Set the branch in the SRC_URI. Branch code based on patch from Dan McGregor <danismostlikely@gmail.com> Change-Id: I89d017fa4cc3e7addbea89d49605f78e3d84e246 Signed-off-by: John Weber <rjohnweber@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: Build fails on missing dependency on lzop-nativeMats Kärrman2013-12-071-1/+1
| | | | | Signed-off-by: Mats Kärrman <mats.karrman@tritech.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libdrm: Follow update of OE-Core to 2.4.49Otavio Salvador2013-12-031-0/+0
| | | | | Change-Id: If943d3f8954dccb3e25e7f4ae8ba8971d938e598 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qt4: Add include/uapi into headers search path for i.MX6Otavio Salvador2013-11-272-2/+6
| | | | | | | | The FSL specific headers, when using the 3.10.9 kernel, are installed in include/uapi so we need to check for them in this directory as well. Change-Id: I207e40caa739dc8fe4cd1b25caf2c0a65cf8ae1c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 3.12.1 based releaseOtavio Salvador2013-11-251-1/+1
| | | | | | | | This patch updates the revision to 9ab58339c5 which merges the 3.12.1 release into patches-3.12 branch. Change-Id: I8cc97f2efed68172011efa5b7971e348a1b744a0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-alsa-plugins: Update for 3.10 uapi headersLauren Post2013-11-141-1/+2
| | | | | | | Add include directory for uapi which contains the mxc_asrc.h header Change-Id: If4027ff5e7d7bc86704e095fe051aadfdf2f2e20 Signed-off-by: Lauren Post <lauren.post@freescale.com>