summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* imx-vpuwrap: Upgrade to v4.3.4Yuqing Zhu2018-06-061-2/+4
| | | | | | | | | | | Add INSANE_SKIP for file-rdeps to fix QA Issue. set hasColorDesc and fullRange in VPU_DecGetInitialInfo. Fix H264 failure due to too many MBI buffers. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Upgrade to v4.3.4Yuqing Zhu2018-06-061-2/+2
| | | | | | | | | | | | | | | Fix crash issue when parse index list. Add mett atom in mp4 parser. MP4 PARSER 06.13.00 add interface PARSER_API_GET_TEXT_TRACK_MIME to get mime type from mett atom. Add protection for contentDescriptionObject in case the size is not correct and larger than qwSize, Otherwise, it will cause memory error. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-codec: Upgrade to v4.3.4Yuqing Zhu2018-06-062-3/+3
| | | | | | | | | | | | | | | | Add INSANE_SKIP for file-rdeps to fix QA Issue Update mp3_enc version to 02.03.01 Fix crash in lib_mp3_enc_arm12_elinux.so This crash error is caused by division by zero in noOfElements_mp3e() function When encoding 0 size file by using unit test so before performing a division operation, need to check whether divisor is zero or not to fix it. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Use i.MX fork of GST for customizationsYuqing Zhu2018-06-063-2/+271
| | | | | | | | | Create new gstreamer recipe with i.mx specific version. Switch to use i.MX fork of GST. Merge inc/bb. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-good: Use i.MX fork of GST for customizationsYuqing Zhu2018-06-061-0/+69
| | | | | | | | | Create the new gstreamer recipe with i.mx specific version. Switch to use i.MX fork of GST. Merge inc/bb. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: Use i.MX fork of GST for customizationsYuqing Zhu2018-06-065-0/+587
| | | | | | | | | Create the new gstreamer recipe with i.mx specific version Merge inc/bb. Switch to use i.MX fork of GST. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0: Use i.MX fork of GST for customizationsYuqing Zhu2018-06-064-0/+198
| | | | | | | | | | Create the new gstreamer recipe with i.mx specific version. Merge inc/bb. Switch to use i.MX fork of GST. All patches are put into the fork. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-itbimage: set dtb load line only if DTB_LOAD is setRichard Leitner2018-06-061-1/+5
| | | | | | | | | | | | The load address line for the dtb should only be given if DTB_LOAD was set accordingly before. Therefore add this check. Without this patch the dtb was loaded to 0x0 if no DTB_LOAD was set and the boot therefore failed. Now when no DTB_LOAD is set the bootloader uses the device tree in place. Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppa: remove invalid ARMV8_TOOLS_DIR and ARMV8_TOOLS_PREFIXChunrong Guo2018-06-061-2/+0
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppa-optee: remove invalid ARMV8_TOOLS_DIR and ARMV8_TOOLS_PREFIXChunrong Guo2018-06-061-2/+0
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: need install rev1.1 folder for ls2088ardbChunrong Guo2018-06-061-4/+3
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl-qoriq: disable PARALLEL_MAKEChunrong Guo2018-06-061-0/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ptpd-qoriq: Add RREPLACE/RPROVIDES/RCONFLICTS for ptpd-qoriq instead of ptpdChunrong Guo2018-06-061-0/+9
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Fix gbm provideOtavio Salvador2018-06-051-1/+1
| | | | | | | The gbm provide is virtual/libgbm, not gbm. Fix it. Change-Id: Iead2f2f1bc320136f9f75730e69afe8c7ec59b11 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Remove version 5.0.x versionOtavio Salvador2018-06-054-377/+0
| | | | | | | | The 5.0.x release is replaced by the new 6.0.x major releases. There is no reason to keep an untested version around. Change-Id: I08616b5c88ed1ee973ca58fd4cb1aedf506dde39 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Update to 2018.05-based final releaseOtavio Salvador2018-06-051-1/+1
| | | | | | | | The revision used was of a pre-release and we ought to instead point to the current final release. Fixup it. Change-Id: Ic1ff8641a3b1d135610b51b5051c2974daf9d88c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Upgrade to 2018.05-based forkOtavio Salvador2018-06-014-2/+2
| | | | | | This upgrades the fork for the latest stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* machine-overrides-extender.bbclass: Fix multilib parsingOtavio Salvador2018-06-011-1/+6
| | | | | | | | | | | The 'ConfigParsed' event was too early and when we mangled the MACHINEOVERRIDES using the extender, we ended overriding some values when using together with multilib. This fixes the multilib use-case and keep current ones working. Reported-by: Cristinel Panfir <cristinel.panfir@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* sg3-utils: Move bbappend to dynamic layerstexierp2018-06-011-0/+0
| | | | | | | | | The sg3-utils recipe can only be built if the meta-oe layer is present, so move it to the dynamic layers. Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Tested-by: Bas Mevissen <abuse@basmevissen.nl> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge branch 'utp-com/switch-git-repo' of ↵Otavio Salvador2018-05-252-22/+2
|\ | | | | | | | | | | | | | | | | https://github.com/nefethael/meta-freescale * 'utp-com/switch-git-repo' of https://github.com/nefethael/meta-freescale: utp-com: Switch git repo to Freescale github Change-Id: Idd01b48282cf18d87f4920cbe0c90586c8b87a49
| * utp-com: Switch git repo to Freescale githubVincent Prince2018-05-252-22/+2
| | | | | | | | | | | | | | | | | | | | | | - Switch from https://github.com/ixonos/utp_com to https://github.com/freescale/utp_com - Bump to latest version with following commits: dee512c Merge https://github.com/nefethael/utp_com 03681a3 Merge https://github.com/Tecphos/utp_com 33129ca Makefile: Allow variables override for cross-compilation e5cbd26 Added error if malloc fails on file load Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
* | ls1012ardb: rcw instead of rcw-binChunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | ls1012afrdm: rcw instead of rcw-binChunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | ls1012afrdm-32b: rcw instead of rcw-binChunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | ls1012ardb-32b: rcw instead of rcw-binChunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | ls1088ardb: rcw instead of rcw-binChunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | ls2088ardb: rcw instead of rcw-binChunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | optee-os-qoriq : use objcopy to output tee.elf binaryChunrong Guo2018-05-251-1/+2
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | ls2-phy: update COMPATIBLE_MACHINE for t2080 and t4240Chunrong Guo2018-05-251-1/+1
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | t4240rdb-64b: add machine configChunrong Guo2018-05-251-0/+24
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | t2080rdb-64b: add machine configChunrong Guo2018-05-251-0/+29
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | t1024rdb-64b: add machine configChunrong Guo2018-05-251-0/+29
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | p5040ds-64b: add machine configChunrong Guo2018-05-251-0/+28
| | | | | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | e6500-64b.inc: add recipesChunrong Guo2018-05-251-0/+11
|/ | | | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: bump to latest revisionMarc Ferland2018-05-241-1/+1
| | | | | | | | | | | Includes: * multi UDC support * linuxrc script fixes * use soc_uid as usb gadget serial number Signed-off-by: Marc Ferland <ferlandm@amotus.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge branch 'feature-add-utp-com' of ↵Otavio Salvador2018-05-243-0/+48
|\ | | | | | | | | | | | | | | | | https://github.com/nefethael/meta-freescale * 'feature-add-utp-com' of https://github.com/nefethael/meta-freescale: utp-com: Add recipe Change-Id: I82914ae1496da1688334de969c5ecb43852ccacf
| * utp-com: Add recipeVincent Prince2018-05-223-0/+48
| | | | | | | | | | | | | | This utility is used to send commands to the device using the NXP's UTP protocol. Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com>
* | gstreamer1.0-plugins-bad: Move bbappend to 1.14 versionOtavio Salvador2018-05-221-0/+0
| | | | | | | | | | | | | | | | This follows the OE-Core upgrade and moves the bbappend to the new version. Change-Id: I8f3d461c4002dacac2fbe4cab62a354bcaebebf3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | Revert "machine-overrides-extender.bbclass: Postpone until 'RecipeParsed' event"Otavio Salvador2018-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit 65144beb63673d215221d800e1905eedb9f2f8ed. The commit has side effects and must be better investigated. For now, we are reverting it so we don't cause problems for other use cases. Change-Id: I63333c974746bd7f95fa7a56153099256e206912 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* | machine-overrides-extender.bbclass: Postpone until 'RecipeParsed' eventOtavio Salvador2018-05-221-1/+1
|/ | | | | | | | | | | | The 'ConfigParsed' event was too early and when we mangled the MACHINEOVERRIDES using the extender, we ended overriding some values when using together with multilib. This fixes the multilib use-case and keep current ones working. Change-Id: I6f1d952dfe2d04fa10229a86763af4ca6b1e601f Reported-by: Cristinel Panfir <cristinel.panfir@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc-mxsboot: Add dtc as build dependencyOtavio Salvador2018-04-261-1/+1
| | | | | | | | | The dtc must be available during build time. It fixes a build error when host does not have it installed and we are building a native variant. Change-Id: I3a64d40575bce9ae4289a419ea8892fe006b7de6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-kernel-localversion.bbclass: Allow disabling SCMVERSIONJan Vermaete2018-04-261-1/+3
| | | | | | | | | Do not add the short git hash to the kernel name when SCMVERSION is not set. Change-Id: I15bf597eab3a811846f3bb28a95b0f8f8a393483 Signed-off-by: Jan Vermaete <jver@oip.be> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: support big endianChunrong Guo2018-04-251-1/+5
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq/4.9: support big endianChunrong Guo2018-04-251-1/+7
| | | | | | | *kernel bigendian option is enabled Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq/4.14: support big endianChunrong Guo2018-04-251-1/+7
| | | | | | | *kernel bigendian option is enabled Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2088ardb-be: add machine configChunrong Guo2018-04-251-0/+35
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1088ardb-be: add machine configChunrong Guo2018-04-251-0/+34
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-be: add machine configChunrong Guo2018-04-251-0/+37
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-be: add machine configChunrong Guo2018-04-251-0/+40
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* meta-freescale: Add LAYERSERIES_COMPAT markup to layer.confC.R. Guo2018-04-111-0/+1
| | | | | | | | | This means mismatched layers are more clearly identified to the user in cases where compatibility has not been tested. (From meta-yocto rev: ca35ea46708e0514e4d5a20950880be0bf1d4147) Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>