aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-10-23nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimageJavier Viguera
Add the 'mkimage' host tool to the toolchains generated with 'bitbake meta-toolchain' or with 'bitbake -c populate_sdk <image>'. This allows to use the standalone toolchain to build kernel images of type uImage (with u-boot header) Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-23cairo: Fix PACKAGECONFIG settingsGary Thomas
Remove a forced setting of PACKAGECONFIG_mx6 - this caused some flags which were set by the main recipe to be lost, e.g. "x11". The flags which are being set by these lines are correctly set in the main recipe, so this change fixes the errant behaviour with no other side effects. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-23gstreamer1.0-plugins-bad: Remove gles2 for i.MX6 SoloLiteNeena Busireddy
i.MX6 SoloLite (mx6sl) does not support 3D GPU hardware acceleration. The X11 backend only supports mesa software rendering GL and non-x11 backends does not support both GL and GLES. This patch defines PACKAGECONFIG_GL for each i.MX6 SoC family as i.MX6 SoloLite is different from other SoC's. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-14chromium: Update bbappend to version 38.0.2125.101Carlos Rafael Giani
In this update, the "component-build" packageconfig is no longer enabled by default. Component builds do use much less RAM on build machines, but according to Chromium developers, it is not recommended to use these for anything other than developer builds. Note that you should still enable component mode if you don't have a 64 bit build machine, or a machine with less than 8 GB RAM. Reference: https://groups.google.com/a/chromium.org/d/topic/chromium-dev/yqIHEbquIBg/discussion Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-11linux-fslc: Update to 3.17 releaseOtavio Salvador
This updates to the 3.17 release. No changes are applied on the patches-3.17 branch at this moment so it is essentially the hash of the v3.17 tag. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-11image_types_fsl.bbclass: typo fix (s/Unkown/Unknown/)Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-05imx-base.inc: Use ?= for PREFERRED PROVIDERNeena Busireddy
Use ?= for PREFERRED PROVIDER for mx6 GPU libraries in order to make it flexible for overriding. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-23linux-fslc: Update to bf3b99e revisionOtavio Salvador
This updates the patches-3.16 branch to the 3.16.3 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-23u-boot-fslc: Update to e36968a revisionOtavio Salvador
This includes follow backports from 2014.10 upcoming release e36968a wandboard: Use 32bit color depth for Fusion LCD c1c50cf mx6qsabreauto: Staticize when possible 930ed7c mx6sxsabresd: Staticize i2c_pad_info1 38b6f2e imx:mx6slevk: change CONFIG_SYS_FSL_ESDHC_ADDR 10377d0 imx:mx6qarm2: change CONFIG_SYS_FSL_ESDHC_ADDR a1cf9ae imx:mx6sxsabresd: change CONFIG_SYS_FSL_ESDHC_ADDR 3ac6818 arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG bbc0712 arm: Make reset position-independent Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-23gstreamer1.0-plugins-imx: Update to version 0.9.9Carlos Rafael Giani
Changes: - ipu, vpu, v4l2src: Use reference counting for resources - ipu: use a global FD instead of per-blitter FDs - introduce a proper physical address type and a printf conversion specifier - remove cpu address from GstImxPhysMemory and add an "internal" pointer - replace obsolete "padding" member in phys mem meta with better defined - use a reference counter for mapping physical memory - ipu: fix kernel version detection and include paths in wscript - eglvivsink: remove RGB from the list of supported formats - cleanup & logging improvements Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15ls1021aqtwr.conf: Add machine conf for ls1021atwrZhenhua Luo
* define the SOC_FAMILY * set UBOOT_CONFIG * configure kernel devicetree and defconfig * define options related to serial console Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15ls1021aqds.conf: Add machine conf for ls1021aqdsZhenhua Luo
* define the SOC_FAMILY * set UBOOT_CONFIG * configure kernel devicetree and defconfig * define options related to serial console Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15rcw: add recipes for Layerscape1 supportZhenhua Luo
The reset configuration word (RCW) manages the hardware configuration info for QorIQ targets, rcw is used by the preboot loader to begin system configuration. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15linux-ls1: Add kernel recipes for Layerscape1 supportZhenhua Luo
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15u-boot-ls1: Add recipe for Layerscape1 supportZhenhua Luo
* u-boot-ls1-tools-native: provides the tcl script for endian swap * u-boot-ls1: the u-boot recipes for ls1021aqds and ls1021atwr support Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15ls-base.inc: Add base configuration for Layerspace1 supportZhenhua Luo
The base configuration file includes following major settings: * Freescale LS1 default providers * Default image type * Default tune type * Default machine features Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15u-boot-fslc: Update to 53cd36b revisionOtavio Salvador
This updates the 2014.07-based branch with more backports from the 2014.10 upcoming release. The following changes are included: 53cd36b imx: mx6slevk: Change to use generic board 987efad imx: mx6q/dlarm2: Change to use generic board 0207052 README.imximage: Fix the maximum DCD size 13e94fe imx: Fix build of mx6sxsabresd 318d1cd mx6sxsabresd: Add PCI support 919802d pcie_imx: Add mx6solox support 847d6ce mx6: imx-regs: Provide a structure for GPC registers f26e33b mx6qsabreauto: Remove imx6q-sabreauto.dts f22fd9d imx: nitrogen6x: Replace 'fatload' by 'load' command in env settings to be filesystem independent e45540b arm: vf610: lpuart: disable FIFO on initializaton 11571b6 arm: vf610: lpuart: fix status register handling 09e81f4 mx6: Fix ECSPI typo in soc_boot_modes b8d5d42 imximage: Fix imximage IVT bug for EIM-NOR boot 228135e iMX6: Disable the L2 before chaning the PL310 latency 45108f1 tools: imximage: Fix the maximum DCD size for mx53/mx6 9f3f181 pci: add support for board_pci_fixup_dev function 4ecf3e6 arm: mx6: add get_cpu_type() b6faaf1 arm: mx6: ddr: fix cs0_end calculation 07917e7 arm: mx6: ddr: configure MMDC for slow_pd 66b2f14 arm: mx6: ddr: do not write into reserved bit b3f847e arm: mx6: ddr: cleanup eba02a9 i2c: imx: add macros to setup pads for multiple SoC types e50e740 sata: dwc_ahsata: implement sata_port_status a45361d compulab: eeprom: add support for defining eeprom i2c bus 8f82ddd mx6: add clock enabling functions 5305489 net: fec_mxc: Poll FEC_TBD_READY after polling TDAR d5e440b net: fec_mxc: Adjust RX DMA alignment for mx6solox fca8b5a usb: ci_udc: implement dfu_usb_get_reset 7baddea arm: Add missing .vectors section to linker scripts 324df11 arm: vf610: add NFC clock support 10c68b2 arm: vf610: add NFC pin mux 9bba571 ARM: Fix overflow in MMU setup 7be9add api: fix build without CMD_NET support 8a9e527 e1000: add i210 support dcd2c8c e1000: Implement dcache support Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15qtbase: Include Sololite changes.Neena Busireddy
Sololite x11 backend only supports mesa software rendering GL but does not support GLES. Sololite non-x11 backends (fb, wayland and dfb) do not support GL and GLES. Change qtbase recipe to support sololite qt for all backends. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-15gstreamer1.0-plugins-base: Enable native video in playbin for i.MX SoCsWang Zidan
GST_PLAY_FLAG_NATIVE_VIDEO means link decoder directly with video render, otherwise, software csc/resize/deinterlace plugins will be linked between them. For all i.MX chips, we should enable this flag, as the fsl renders has the capability to do csc/resize. Signed-off-by: Zidan Wang <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-11linux-imx (3.10.17): Forward port 3.10.17-1.0.0 fixesOtavio Salvador
Freescale when doing 3.10.17-1.0.1 has ignored the fixes done, by themselves, in the 3.10.17-1.0.0 kernel. This includes following patches, rebased on top 3.10.17-1.0.1: ENGR00318392 ARM:imx6x: Save/restore SCU and some CP15 registers across suspend/resume ENGR00301078-2: ARM: dts: imx6sl-evk: add support for pfuze200 on imx6sl-evk ENGR00301078-1: ARM: dts: imx6dl-sabresd: add support for pfuze200 on mx6dl-sabresd pfuze100-regulator: Fix of_node_get() parameter regulator: pfuze100: Use of_get_child_by_name regulator: pfuze100: Add PFUZE200 support to Kconfig and module description regulator: pfuze100: Add terminate entry for [i2c|of]_device_id tables regulator: pfuze100: add pfuze200 support regulator: pfuze100: Fix address of FABID ENGR00309838 ARM: imx6sl: gpc: add chip revision check for dispmix Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-08gstreamer1.0-plugins-imx: Update to version 0.9.8Carlos Rafael Giani
Changes: - Fixed imxipuvideotransform's passthrough mode to make it work with playbin's about-to-finish signal - Display scale updates in imxeglvivsink weren't being handled properly - Updates to make imxv4l2src buffers shareable - Extra calls to make imxv4l2src work for TV capture - Better zero-copy support in tee'd pipelines - New IDR interval property in h264 encoder - New slice size, and intra refresh properties in encoders - Configurable framebuffer number in IPU sink - Workaround for GStreamer 1.4.0 bug related to the GST_BUFFER_FLAG_TAG_MEMORY buffer flag - Unset GST_BUFFER_FLAG_TAG_MEMORY explicitely in VPU decoder to prevent unnecessary copies - Drain decoder when a new format is set, allowing for seamless transitions - Fixed decoder shutdown freeze - Fixed leaked socket pair problem in imxeglvivsink Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-08chromium: Remove Chromium 35 bbappendCarlos Rafael Giani
Since the Chromium 35 recipe got removed, now that Chromium 37 is stable, this bbappend also needs to go. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-04gpu-viv-bin-mx6q: Fix libOpenVG link when building for mx6slOtavio Salvador
The ab83159 (gpu-viv-bin-mx6q: Include sololite changes to remove 3Dx libraries.) reworked the libraries available for mx6sl case however the symbolic link was wrong. It points to the work instalation directory. This resulted in: ,---- | ibOpenVG_355.so | ibOpenVG.so -> .../tmp/work/.../image/usr/lib/libOpenVG_355.so `---- While the expected is: ,---- | libOpenVG_355.so | libOpenVG.so -> libOpenVG_355.so `---- This patch fixes is to use a relative link, fixing OpenVG based application builds from a clean tmp directory or using rm_work class. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-04imx-base.inc: Add virtual/libopenvg to MACHINE_{ARCH,SOCARCH}_FILTEROtavio Salvador
The virtual/libopenvg is provided by the GPU packages and needs to be used for the dynamic package architecture. The issue has been identified while debugging a build failure in fsl-gpu-sdk. It was using the common architecture instead of the right architecture. Now mx6q, mx6dl and mx6sx use MACHINE_SOCARCH and mx6sl MACHINE_ARCH for all packages depending on virtual/libopenvg. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-04imx-{lib,vpu}: obey CFLAGS, LDFLAGSChristopher Larson
This quiets GNU_HASH warnings when building with an external toolchain. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-04chromium: Update bbappend to version 37.0.2062.94Carlos Rafael Giani
Also update chromium-imx revision to support newer v5 Vivante drivers (used in 3.10.31 Beta release). These do not use "GL_VIV_direct_texture" as the name for the Vivante texture extension, but "GL_VIV_tex_direct" instead. v4 drivers (3.10.17 GA release and older) are still supported. Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-02linux-mfgtool.inc: Fix dynamic packages handlingOtavio Salvador
In case we have kernel modules, a runtime dependency or recommendation can break the dependency resolution algorithm of BitBake resulting on a conflict like: ,----[ Provider conflict error ] | ERROR: Trying to resolve runtime dependency kernel-module-nfs resulted | in conflicting PREFERRED_PROVIDER entries being found. | The providers found were: | ['.../meta-customer/recipes-kernel/linux/linux-customer-mfgtool_3.10.17.bb', | '.../meta-customer/recipes-kernel/linux/linux-customer_3.10.17.bb'] | The PREFERRED_PROVIDER entries resulting in this conflict were: | ['PREFERRED_PROVIDER_linux-mfgtool = mfgtool-linux-customer', | 'PREFERRED_PROVIDER_virtual/kernel = linux-customer'] `---- To fix this, we need to rename the dynamic packages and hence change the built binaries, solving the conflict. Change-Id: I8becb8a4a839494720711f60f51515aba0140c68 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-01u-boot-imx: Use the new fsl-u-boot-localversion classOtavio Salvador
This uses the new class for LOCALVERSION handling. The local version is set for '+imx' by default but can be overriden by users of this .inc file. While on that move the PACKAGE_ARCH setting, in the 2009.08 recipe, to the end of file, as done on other recipes. Change-Id: Ic7e26635908cefe28c340cd9885e1efa0a009a16 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-01u-boot-fslc: Use the new fsl-u-boot-localversion classOtavio Salvador
This uses the new class for LOCALVERSION handling. The local version is set for '+fslc' by default but can be overriden by users of this .inc file. Change-Id: Ic6089ffad89648ec5f3d2f8247e33fd5dd0e7fea Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-01fsl-u-boot-localversion: Easy LOCALVERSION handlingOtavio Salvador
This class allow for easy extending of U-Boot recipes to easy the LOCALVERSION handling, allowing to reuse of code between different U-Boot recipes The following options are supported: SCMVERSION Puts the Git hash in U-Boot local version LOCALVERSION Value used in LOCALVERSION (default to '+fslc') This about avoid code duplication among Layerscape and i.MX. Change-Id: Icec618092d1f70606051619b6f6118f50e7f1ba5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-01linux-imx.inc: Use the new fsl-kernel-localversion classOtavio Salvador
This uses the new class for LOCALVERSION handling, dropping the old code. The local version is set for '+imx' by default but can be overriden by users of this .inc file. Change-Id: Ib571e17c250473b923b31837954942ca5bacb61b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-09-01fsl-kernel-localversion: Easy LOCALVERSION handlingOtavio Salvador
This class allow for easy extending of kernel recipes to easy the LOCALVERSION handling, allowing to reuse of code between different kernel recipes The following options are supported: SCMVERSION Puts the Git hash in kernel local version LOCALVERSION Value used in LOCALVERSION (default to '+fslc') This about avoid code duplication among Layerscape and i.MX. Change-Id: I3999dbdc2cb761063fe5f83dea65ddb14adec80c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30xf86-video-imxfb: Fix build with glibc 2.20Khem Raj
This issue is unearthed with glibc 2.20 but the patch is good with eglibc 2.19 as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30cairo: Drop 'class-target' useOtavio Salvador
The native and nativesdk classes now reset the MACHINEOVERRIDES variable, avoiding the failure during the build due the extra flags for Vivante support. This patch removes the 'class-target' override as the override won't apply in native and nativesdk use anymore. Change-Id: I53b1939c1bd20fca1c3e39e67fd03aaa743501d0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30libfslparser: Upgrade from version 3.0.11 to 4.0.1Wang Zidan
libfslparser has been updated to 4.0.1 and several parsers have been updated. -- FLV parser update to 1.9.5. -- AVI parser update to 3.5.12. -- MPG2 parser update to 4.4.24. -- MP4 parser update to 6.9.2. -- ASF parser update to 1.0.35. -- MKV parser update to 1.5.5. Signed-off-by: Wang Zidan <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30libfslcodec: Upgrade from version 3.0.11 to 4.0.1Wang Zidan
libfslcodec: Upgrade to version 4.0.1 -- Fix AAC issue for arm11 and arm9 conformance test. -- Fix nbamrd decoder seek crash issue. -- Fix some fault for aac conformance for C version. -- Promote computational accuracy for ARM12 version to pass the aac conformance. -- Control searching boundary to avoid searching adts header to the outside of input buffer for aacd_wrap. -- Add WB AMR wrapper arm12 shared library which calling the arm9 decoder shared lib. libfslcodec.inc: Add narrow and wide band amr wrapper decoder packages Signed-off-by: Wang Zidan <b50113@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30u-boot-fslc: Update to a824e89 revisionOtavio Salvador
This include several backports of fixes and improvements from upcoming U-Boot 2014.10. Those are: a824e89 mx6sxsabresd: Add Ethernet support 6fc1d30 mx6sx: Adjust enable_fec_anatop_clock() for mx6solox 55d1de2 mx6sxsabresd: Update DDR initialization 9101eae pci: mx6: fix occasional link failures e97d548 ARM: mx6: Enable Thumb build for SPL fa27b7b ARM: mx6: Handle the MMDCx_MDCTL COL field caprices b141ef7 ARM: mx6: Prevent overflow in DRAM size detection c065fdd ARM: mx5: Fix CHSCCDR name aaee4ef i.MX31 PDK: Enable generic board for i.MX31 PDK a371261 pmic: pmic_pfuze100: Use a shorter name for PMIC name ed82ae7 mx6: crm_regs: Fix MXC_CCM_CIMR_MASK_PERIPH2_CLK_SEL_LOADED 7d34646 mx6: crm_regs: Fix MXC_CCM_CLPCR_WB_PER_AT_LPM definition 6e03308 mx6: crm_regs: Fix CDCDR_SPDIF0_CLK_PODF mask and offset 0a79f15 mx6: imx-regs: Remove unused 'omux' field from iomux struct 01ed8e1 arm: m53evk: Fix RTC bus number fb9eb0c lib: div64: add missing include cf321e1 mtd: cfi_flash: fix clang warning 64d14a7 fsl_i2c: add support for 3rd and 4th I2C Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30linux-imx-rt: Use 'performance' as default cpufreq governorJacob Kroon
Since CPU frequency scaling is a bad idea for real-time systems anyway, use 'performance' and disable the remaining cpufreq governors. Avoids the following issue: BUG: scheduling while atomic: swapper/0/0/0x00000002 Modules linked in: Preemption disabled at:[< (null)>] (null) CPU: 0 PID: 0 Comm: swapper/0 Not tainted 3.10.17-rt12-monkey+g232293e #1 [<80013c7c>] (unwind_backtrace+0x0/0xec) from [<80011644>] (show_stack+0x10/0x14) [<80011644>] (show_stack+0x10/0x14) from [<8004e160>] (__schedule_bug+0x60/0xa8) [<8004e160>] (__schedule_bug+0x60/0xa8) from [<80643458>] (__schedule+0x408/0x4a8) [<80643458>] (__schedule+0x408/0x4a8) from [<8064352c>] (schedule+0x34/0xa4) [<8064352c>] (schedule+0x34/0xa4) from [<80644104>] (rt_spin_lock_slowlock+0xc0/0x298) [<80644104>] (rt_spin_lock_slowlock+0xc0/0x298) from [<80033780>] (lock_timer_base.isra.29+0x2c/0x4c) [<80033780>] (lock_timer_base.isra.29+0x2c/0x4c) from [<80033944>] (mod_timer+0x60/0x1c4) [<80033944>] (mod_timer+0x60/0x1c4) from [<8044bcc8>] (cpufreq_interactive_idle_notifier+0x148/0x180) [<8044bcc8>] (cpufreq_interactive_idle_notifier+0x148/0x180) from [<8004ad40>] (notifier_call_chain+0x44/0x84) [<8004ad40>] (notifier_call_chain+0x44/0x84) from [<8004afd4>] (atomic_notifier_call_chain+0x34/0x48) [<8004afd4>] (atomic_notifier_call_chain+0x34/0x48) from [<8005d9a0>] (cpu_startup_entry+0xfc/0x164) [<8005d9a0>] (cpu_startup_entry+0xfc/0x164) from [<80c1cab4>] (start_kernel+0x324/0x330) [<80c1cab4>] (start_kernel+0x324/0x330) from [<10008074>] (0x10008074) See: https://lkml.org/lkml/2014/6/10/457 https://lists.yoctoproject.org/pipermail/meta-freescale/2014-June/008957.html Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-30linux-imx-rt: Upgrade to 3.10.17-1.0.1Jacob Kroon
Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-26packagegroup-*: set PACKAGE_ARCH before packagegroup inheritOtavio Salvador
The required order was changed in OE-Core commit: ,---- | allarch: Add warning about packagegroup | | Since we want to start including this class conditionally, detect cases | where packagegroup files use the old ordering and inform the user they | need to update this. `---- Change-Id: If76ae87fadd4310ae0d1ae344a565683d4b34f9f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-25glmark2: Move .bbappend to openembedded-layer collectionJacob Kroon
The glmark2 recipe lives in meta-oe, so move it to the proper collection directory. This makes it possible to again use meta-fsl-arm without having meta-oe layer included. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-25chromium: Add bbappend for GPU specific modifications and VPU supportCarlos Rafael Giani
* Adds ozone-wayland patches which modify the required EGL versions in the GYP files * Turns on h.264 and MP4 support in Chromium's FFmpeg copy * Enables a workaround for the Vivante GPU that prevents translucent canvas regions to show up with a blue color * Adds hardware-accelerated video decoding using the VPU by fetching chromium-imx sources and integrating them into the Chromium source tree and the GYP files Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20weston: Add sololite changesNeena Busireddy
Sololite does not support 3D GPU hardware acceleration, so remove gles flags from compilation. Also, included the patches to enable GAL2D compositor and change GAL2D compositor to be default when EGL is not enabled in Sololite. Patch for crashes on touch device without a pointer is applicable for all iMX6 machines. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20glmark2: Create bbappend to include Sololite changes.Neena Busireddy
Remove gles2 from packageconfig for sololite as it does not support 3D GPU hardware acceleration. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20cairo: Update recipe to support sololite.Neena Busireddy
In order to support cairo for sololite, we need to remove glesv2 from packageconfig since sololite is not 3D GPU hardware accelerated Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20mesa: Update mesa and mesa-demos to support Sololite.Neena Busireddy
SoloLite should use mesa software rendering GL since GPU for this machine does not have hardware accelerated GL. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20imx-base: Add MACHINE_ARCH filter for sololite.Neena Busireddy
Add MACHINE_ARCH_FILTER for sololite as it is different from other SOC families (Sololite does not support 3D GPU hardware acceleration). Sololite uses mesa software rendering GL. So, set the PREFERRED PROVIDER to use mesa for SL. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20gpu-viv-bin-mx6q: Include sololite changes to remove 3D libraries.Neena Busireddy
Sololite does not support 3D GPU hardware acceleration.Hence, remove all the 3D libraries from graphics package for this machine. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-20imx-bootlets: indentation fixes and whitespace cleanupMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-19kernel-module-mcc: Update to version 1.06Tony Felice
This includes the following main changes: * Increase max code size of MQX binary that can be loaded to SRAM from 128KB to 256KB. * Add compatibility for the 3.13+ Linux kernel. Functionality with the 3.0 kernel remains unchanged. * Integrate patch that removes bashisms from kernel-module-mcc's Makefile. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>