summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* weston: Move i.MX-specific config file to recipeTom Hochstein2018-10-302-2/+22
| | | | | | Make it easier to customize the config file. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: BugfixesTom Hochstein2018-10-261-1/+1
| | | | | | | | | | | | | | | | | - g2d-renderer: Enable dither effect in the fbdev board - compositor-drm: avoid commit invalid framebuffer to plane - g2d-render: fix the render error in vg_gc2000 test - g2d-render: fix the residual image on display - g2d-renderer: import DMABuf should use offset in attributes - compositor-drm: Revert the fence support in DRM compositor - compositor-drm: fix video playback hang after add fence in glrender - MGS-4050 [#ccc] libweston/compositor-fbdev: Use fbGetDisplayByIndex when selecting the framebuffer - compositor-drm: Add display fence support - compositor-drm: fix cannot reuse current framebuffer if damage is empty - g2d-render: weston will be closed after executing weston-info - g2d-render: support new ion allocator Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* classes/use-imx-headers: Easy linux-imx-headers useOtavio Salvador2018-10-269-32/+42
| | | | | | | | | | | | | | | | | | | | | This allow to easy reuse of binary packages among similar SoCs. The usual use for this is to share SoC specific packages among different boards independently of the kernel version it is using, as far it is ABI compatible with the official version it will just work. Following recipes has been reworked to make use of the class: - imx-lib - imx-test - imx-vpu-hantro - imx-vpu - imx-alsa-plugins - gstreamer1.0-plugins-base - gstreamer1.0-plugins-imx - imx-gst1.0-plugin Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-gst1.0-plugin: Replace kernel dependence with linux-imx-headersTom Hochstein2018-10-261-8/+3
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* gstreamer1.0-plugins-imx: Replace kernel dependence with linux-imx-headersTom Hochstein2018-10-261-4/+3
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-alsa-plugins: Replace kernel dependence with linux-imx-headersTom Hochstein2018-10-261-5/+2
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-vpu: Use linux-imx-headersOtavio Salvador2018-10-261-4/+3
| | | | | | | This reworks make use of linux-imx-headers and set it as SoC arch compatible. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: Drop virtual/kernel dependencyOtavio Salvador2018-10-261-1/+1
| | | | | | | The code does not require anything that is machine specific and just use standard Linux APIs so it has no reason to depend on Linux kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Use linux-imx-headersOtavio Salvador2018-10-261-8/+4
| | | | | | | This reworks make use of linux-imx-headers and set it as SoC arch compatible. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Use linux-imx-headersOtavio Salvador2018-10-261-2/+4
| | | | | | | This reworks make use of linux-imx-headers and set it as SoC arch compatible. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-headers: Refactor recipeOtavio Salvador2018-10-261-6/+14
| | | | | | | | | | | | This builds on top of original recipe provided by Tom and do minor style and simplicity rework. - Add minor comments on the recipe for why it is doing each specific step - Add ALLOW_EMPTY for PN so it can be installed with SDK - Fix minor code style issues Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpu-hantro: Replace kernel dependence with linux-imx-headersTom Hochstein2018-10-264-124/+53
| | | | | | Find ion.h and version.h in linux-imx-headers instead of kernel. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* gstreamer1.0-plugins-base: Use linux-imx-headers instead of kernelTom Hochstein2018-10-261-11/+3
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux-imx-headers: Add recipe for i.MX custom kernel headersTom Hochstein2018-10-262-0/+89
| | | | | | | | | | | Add a separate package for installing custom i.MX kernel headers. This way packages depending on these headers will need to be rebuilt only when the headers change instead of for every kernel change. Headers are installed to ${includedir}/imx, in the expected sub-folder, and dependents of the headers will need to add this include path. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* optee-os-qoriq: support qoriq-arm64Chunrong Guo2018-10-261-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrwy-32b: add machine configChunrong Guo2018-10-261-0/+33
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppa: update LICENSEChunrong Guo2018-10-261-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: upgrade to 4.18.12Andreas Müller2018-10-261-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Do not pin gles2 when using open source graphic stackAndreas Müller2018-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | One of the advantages in using upstream mesa is that we have the freedom to use gl or gles2 for qtbase. So follow meta-qt5's default here which is desktop-gl and give other layers a more simple chance to change default if necessary. Notes: * Did performance tests with my images and did not find any performance issues. * Some recipes in meta-qt5-extra fail to build when qtbase is build for gles2. A patch addressing imx was applied [1] - but honestly it is not the way to go: use meta-qt5's default which is fine. [1] https://github.com/schnitzeltony/meta-qt5-extra/commit/0972828deb6a9e6a44d7596e6e4817fd74dbb51c Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1088ardb_pb: add machine configChunrong Guo2018-10-261-0/+31
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: add ls1088ardb_pb supportChunrong Guo2018-10-261-0/+2
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrwy: update KERNEL_DEVICETREEChunrong Guo2018-10-261-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-be : remove qe-ucodeChunrong Guo2018-10-261-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: Add recipe fw-utilsJoris Offouga2018-10-261-0/+45
| | | | | | | Initial support for fw utils for qoriq Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: use a u-boot-qoriq-common includeJoris Offouga2018-10-262-18/+20
| | | | | | | | Use a common file to make easier update, maintain and create others U-Boot recipes like U-Boot fw-utils. Signed-off-by: Joris Offouga <offougajoris@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-uuc: Bump to ecc2161Otavio Salvador2018-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Following changes are included: ecc2161 fix build error by gcc 8.2 7c7562b fix build error 114d98b launch dhcpd for usb<n> to avoid ipaddress lost in host machine 675c264 auto mount nfs by usb if command line have nfsroot= e05cc55 fix build error when gcc over 7.0 1b40fd0 Fix Sync command wait for wrong pid 1a58f13 Add OS DeviceInterfaceGUID to function fs 0c45898 write time too long to failure send response in time 87201ac mkfs.ext2 work, report status every 50ms e4aa701 dual dir ucopy work 77498f4 ufb copy work 06156a3 Update pid b7c19b0 wcie auto load winusb driver aa9e77a add super speed and MS_OS_DESC support 20d819c add functionfs to usb gadget support f2526dc Add ACmd, Sync, Open Command ce808f3 Create new daemon by use function_fs Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: Set PACKAGECONFIG_GL for use-mainline-bsp overrideFabio Berton2018-10-261-0/+1
| | | | | Change-Id: I2184d54e59a5c25e0353536cb7b576860580241b Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* gstreamer1.0-plugins-good: Set PACKAGECONFIG_GLFabio Berton2018-10-261-0/+3
| | | | | Change-Id: I8f045201dbc49fb3f556da968c73c7376a59838a Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* libdrm (imx): Set PACKAGE_ARCH to MACHINE_SOCARCHOtavio Salvador2018-10-251-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: Disable string format security build flagsOtavio Salvador2018-10-251-0/+3
| | | | | | | | | | | | | | The code has some possible flaws related to string manipulation functions which are know to be fragile. This commit disables this protection but this should be fixed by NXP for next releases. Flags being disabled: - -Wformat - -Wformat-security - -Werror=format-security Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpu-hantro: Fix h1 encoder build issueYuqing Zhu2018-10-151-1/+1
| | | | | | | | | | Modify the environment setting of h1 encoder to correct include header directory, make LINUX_VERSION_CODE come from kernel build folder instead of toolchain headers. Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fmlib: fix typoChunrong Guo2018-10-151-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dtc-145: Fix compile failure with latest master on muslKhem Raj2018-10-072-2/+59
| | | | | | | | This issue is primarily seen when building the target recipe on musl the fix is a partial backport from upstream to get over the hump Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx8mmevk.conf/imx-base.inc: Add i.MX 8MM EVK supportYuqing Zhu2018-10-062-0/+61
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* cairo: prevent mutually exclusive packageconfigsMax Krummenacher2018-10-061-0/+1
| | | | | | | | | | | | | | | | cairo does not allow to configure both for opengl and glesv2. With commit f8270871c in openembedde-core and distro features 'x11 opengl' enabled the opengl packageconfig gets added. Remove a potentially existing opengl from packageconfig. | checking for glesv2... yes | configure: error: use either --enable-gl=yes or --enable-glesv2=yes. Not both at the same time. ... | ERROR: Function failed: do_configure Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "dtc-145: Limit BSP specific recipes on relevant SOCs"Max Krummenacher2018-10-061-1/+0
| | | | | | | | | | | | | | | | | | | | This creates a regression. dtc-145-native is needed. The native.bbclass sets MACHINEOVERRIDES to "" which then makes buiding a recipe which DEPENDS on dtc-145-native fail. This reverts commit 16c528880f20c68731e645775d31c7445c95a8db for recipes-kernel/dtc/dtc-145_git.bb. compare with output of 'bitbake -e dtc-145-native | # set /build/krm/oe-core_master/build/../layers/openembedded-core/meta/classes/native.bbclass:113 | # "" | # pre-expansion value: | # "" | MACHINEOVERRIDES="" Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: fix build issueGary Bisson2018-10-041-0/+1
| | | | | | | | | Just like imx-vpu-hantro, this package now depends on LINUX_VERSION_CODE which should be retrieved from kernel build folder directly instead of relying on the toolchain kernel headers. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpu-hantro: fix build issueGary Bisson2018-10-042-1/+48
| | | | | | | | | | | | | | The source code uses LINUX_VERSION_CODE at many places which constraints the package to be built with a toolchain whose headers match the kernel. This is a far from ideal solution, especially if one wants to use a prebuilt toolchain (with unknown kernel header version). So change the CFLAGS to consider the kernel build folder so that the Linux version test actually matches the kernel built. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: Avoid restricting parsing for 'imx'Otavio Salvador2018-10-041-2/+0
| | | | | | | | | | | | | | | | | The u-boot-fslc does not amend other machines and then cannot be seen as something that poison other BSP. Adding the restriction to the common file makes all native tools incompatible. Fixes: ,---- | [imx23evk] ERROR: Nothing PROVIDES 'u-boot-mxsboot-native' | [imx23evk] u-boot-fslc-mxsboot-native PROVIDES u-boot-mxsboot-native | but was skipped: incompatible with machine imx23evk (not in | COMPATIBLE_MACHINE) `---- Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gst1.0-plugin: Upgrade version from 4.4.0 to 4.4.2Yuqing Zhu2018-10-012-4/+50
| | | | | | | | | | | | | | | | | | | | | | | | Update EULA to V26 Enable vpu encoder 8MM Enalbed date_time in 8MM 1. Refine date time overlay code 2. Use SW compositor in 8MM Enalbe grecorder in imx8mm 1. Update video source and sink to autovideo source/sink 2. Added VP8 encoding format 3. Change audio recoder to mp1 layer2 to use opensource encoder 4. Remove videodetect with compiling macro 5. Update grecorder command option Add support for disable audio in recording Fix ion.h header inclusion to be standard Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-bad: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu2018-10-011-2/+2
| | | | | | | | | | | | | Changes for waylandsink: Implement alpha blending for surface Support HDR10 video playback Set to play video fullscreen as default Set waylandsink as default video sink for imx8 Add property to set window resolution Add internal dmabuf pool to support SW decode Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-good: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu2018-10-011-2/+2
| | | | | | | | v4l2videodec: Add more video format support: RMVB/VP6/AVS/Sorenson SPARK/DivX Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-base: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu2018-10-012-2/+53
| | | | | | | | | | | | | Add i.MX8MM feature list accoridng to soc_id Add marcos for i.MX8MM chip code in gstimxcommon Respect to downstream format priority in glupload Fix ion.h header inclusion to be standard Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0: Update to L4.9.123-2.3.0_8mm_gaYuqing Zhu2018-10-011-1/+1
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-codec: Upgrade version from 4.4.0 to 4.4.2Yuqing Zhu2018-10-011-3/+3
| | | | | | | Update EULA to V26 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-parser: Upgrade version from 4.4.0 to 4.4.2Yuqing Zhu2018-10-011-3/+3
| | | | | | | | | | | Update EULA to V26 Bugfix: Fix last PES not processed by ts parser Make H264 parser reset correctly when seeking Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpuwrap: Upgrade version form 4.4.0 to 4.4.2Yuqing Zhu2018-10-011-4/+4
| | | | | | | | Add support for i.MX8MMEVK Update EULA to V26 Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-vpu-hantro: Upgrade version from 1.7.0 to 1.8.0Yuqing Zhu2018-10-012-30/+65
| | | | | | | | | Add support for i.MX8MMEVK Update EULA to V26 Update ion header inclusion patch Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: Update to L4.9.123-2.3.0_8mm_ga releaseYuqing Zhu2018-10-011-2/+2
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx-mfgtool: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_gaYuqing Zhu2018-10-012-0/+0
| | | | | Signed-off-by: Yuqing Zhu <carol.zhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>