summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-qoriq, powerpc: kernel patches for cmp assembly instructions that fail ↵Bob Cochran2017-04-113-0/+126
| | | | | | | | | | | | | | | | with binutils 2.28 linux-qoriq 4.1.35 64b kernel fails to build for vdso64/gettimeofday.S, vdso64/datapage.S, and head_64.S due to incorrectly coded cmp instructions. Apply two existing kernel patches from upstream, mainline kernel to correct the coding of these instructions. Built and tested on an e5500 t1040rdb-64b machine Change-Id: I710d0d1a5b886cc23c2aa0052e0ec1c148870635 Signed-off-by: Bob Cochran <yocto@mindchasers.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: bump longterm branch 4.4.x to 4.4.56Oliver Graute2017-04-111-1/+1
| | | | | | | | | This is the Longterm supported Linux kernel branch 4.4.x this bump linux-fslc 4.4.x to 4.4.56 Signed-off-by: Oliver Graute <oliver.graute@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: export PYTHON to override the assignment in Makefilechunrong.guo@nxp.com2017-03-271-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump recipe to 4a2e3a368083 revisionOtavio Salvador2017-03-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports many changes, the included commits are: 4a2e3a368083 coda: enable with COMPILE_TEST e8dd8f5bb0d6 coda: restore original firmware locations d17404963398 coda: disable reordering for baseline profile h.264 streams 0425550b2cc4 coda: pad first h.264 buffer to 512 bytes 30a25c7a1c11 coda: keep queued buffers on a temporary list during start_streaming 6aedf08faa46 coda: Use && instead of & for non-bitfield conditions 8c303b8eb07f coda: disable BWB for all codecs on CODA 960 7c0c3cacae5a coda: implement encoder stop command c2f021d1762f [media] coda/imx-vdoa: constify structs 571d9a3398f4 [media] coda: add Freescale firmware compatibility location 2ab09ed38709 Revert "[media] coda/imx-vdoa: constify structs" f3f7ca7ea33e [media] coda: support YUYV output if VDOA is used de26a60384a7 [media] coda: use VDOA for un-tiling custom macroblock format 9c020c7889cc [media] coda: fix frame index to returned error 9b69cb0e9b5f [media] coda: add debug output about tiling c2943da78e15 [media] coda: correctly set capture compose rectangle fa1cbc7881eb [media] coda/imx-vdoa: constify structs feb6ccfa4db7 [media] coda: add i.MX6 VDOA driver eae25c1e912a [media] coda: fix the error path in coda_probe() 40e83b4ae508 [media] coda: add missing header dependencies 62c95d073f57 ARM: dts: imx6qdl-nitrogen6x: add missing USB PHY reset control 719b9f294d76 ARM: dts: imx6qdl-sabrelite: add missing USB PHY reset control 4ffcf8c7c60c drm/panel: simple: Add support for Tianma TM070JDHG30 7790c716544c of: Add vendor prefix for Tianma Micro-electronics 2c9fabdd9ba8 ARM: dts: imx6qdl-nitrogen6_som2: fix sgtl5000 pinctrl init 537158e11b5b ARM: dts: imx6qdl-nitrogen6x: remove duplicate iomux entry ca9533a30121 ARM: dts: boundary: remove hardcoded LVDS bus format 6fa5cb82aa9e pinctrl: imx: use radix trees for groups and functions 39c6395a5116 pinctrl: imx: remove const qualifier of imx_pinctrl_soc_info f0906c3e92ed ARM: dts: imx6qdl-nitrogen6_max: use hyphens for nodes name e88dc9d21208 ARM: dts: imx6qdl-nit6xlite: use hyphens for nodes name 0056c5e39d01 ARM: dts: imx6qdl-nitrogen6x: use hyphens for nodes name 470019dea0da ARM: dts: imx6qdl-sabrelite: use hyphens for nodes name 404a65b0f5ff ARM: dts: imx: add Boundary Devices Nitrogen6_SOM2 support 8ed001e651a4 drm/etnaviv: always flush MMU TLBs on map/unmap eda85482ab61 drm/etnaviv: constify etnaviv_iommu_ops structures c4a322ce176e drm/etnaviv: set up initial PULSE_EATER register e7147fcbe4b0 drm/etnaviv: add new GC3000 sensitive states 224462a9ba20 drm/etnaviv: Remove etnaviv_debugfs_cleanup() 3b6d4ad2e259 drm/etnaviv: Use drm_dev_unref, not drm_put_dev c095eb593edd drm/etnaviv: trick drm_mm into giving out a low IOVA 7d872907c0f0 drm/etnaviv: move linear window on MC1.0 parts if necessary 619586d45f05 drm/etnaviv: don't invoke OOM killer from dump code 201064234ea0 drm/etnaviv: fix gem_prime_get_sg_table to return new SG table 089369cb1167 drm/etnaviv: Allow DRAW_INSTANCED commands df310c458873 drm/etnaviv: implement dma-buf mmap 11325b1e8736 drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu before wait Change-Id: I25fbf56e982ea71d7ab87650c6f5d91fd0505bd9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: Add 'use-mainline-bsp' supportOtavio Salvador2017-03-272-2/+139
| | | | | | | | | | This configures the Qt to use the OpenGL ES2 and KMS backend for the 'use-mainline-bsp' case. It also includes a fix for the font rendering issue found when using Etnaviv which were used for Android-based platforms but now being enabled for all EGL based systems. Change-Id: Icdfd2a01836a90bcedbe1665ab3a0733ed505eff Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mesa: Enable Etnaviv support when using 'use-mainline-bsp' overrideOtavio Salvador2017-03-271-0/+4
| | | | | | | This enables the Gallium backend and its Etnaviv driver. Change-Id: I8557932299f54d77d10015ea125cd26322c7c07b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Add 'use-mainline-bsp' override supportOtavio Salvador2017-03-271-0/+20
| | | | | | | | | | | | | The 'use-mainline-bsp' makes use of MAACHINEOVERRIDES_EXTENDER_FILTER_OUT variable and currently filters out the i.MX 6 and i.MX 7 overrides, ensuring we use the pristine support for all metadata. This commit does most changes related to initial mainline support for Etnaviv and Video4Linux VPU support using CODA. Change-Id: Idcb3e4f9c3bc46d4c066dea3c0388f821ab2d3ec Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* machine-overrides-extender.bbclass: Add filter out supportOtavio Salvador2017-03-271-5/+24
| | | | | | | | | | | | | The allow easier enablement of mainline BSP support, we need to allow for specific overrides to be filtered out, before and during the extending process. The new MACHINEOVERRIDES_EXTENDER_FILTER_OUT variable does exactly this and will be used in a subsequent commit to enable the 'use-mainline-bsp' override. Change-Id: Ieaec9d5eb27ccc73b7b0097cb365c519978bd080 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Bump to c3825da143fc revisionOtavio Salvador2017-03-222-12/+15
| | | | | | | | This merges the 4.9.17 stable release and syncs the defconfig with current version. Change-Id: Ie2da831ef26817f6339e458860d1f64950f17e98 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* firmware-imx: Change recipe for allarchOtavio Salvador2017-03-222-5/+1
| | | | | | | | | | | The recipe content does not vary from one board to another so there is no reason to use SoC arch or machine arch as package architecture. The recipe generates multiple binary packages which makes it easy for users to choose what to install. Change-Id: Ia5f87f9f19e734607275fb2e9020c8b3096de0ad Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dpdk: fix typoChunrong Guo2017-03-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2-rcw: fix host-user-contaminated QA warningTing Liu2017-03-171-0/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2-rcw: update to 83a7a66Ting Liu2017-03-171-5/+7
| | | | | | | | | | | | | | * add support for ls1012a. * strip possible '-32b', '-64b' and '-be' to match folder name. New commits: 83a7a66 ls1088a: Remove ls1088 directory 585f03e ls208xa: Make folders and name consistent 6a7a0e5 ls2088a: Delete ls2088a rcws as it is not part of SDK f358729 ls1012a: Make folders and name consistent 5b5695f ls1012a: Add support of RCW for FRDM, RDB and QDS boards Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rcw: update to 7bd43d9Ting Liu2017-03-171-2/+2
| | | | | | | ls1046ardb: increase FMan and platform frequency Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq: update to b14540eTing Liu2017-03-173-204/+2
| | | | | | | | | * merged upstream v4.1.35 release. * support LS1012A * Includes additional workarounds for Chip Errata: A-010284, A-010150, A-008975 Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* usdpaa: update to 7dd9b4eTing Liu2017-03-171-2/+2
| | | | | | | | | | | | | | | | | New commits: 7dd9b4e Merge pull request #91 in SDK/usdpaa from ~B45764/usdpaa:jira/qman/QUSDPA-855-CLONE-usdpaa-query_wq_lengths to sdk-v2.0.x b49072e Merge pull request #92 in SDK/usdpaa from ~B45764/usdpaa:jira/qman/QUSDPA-859-usdpaa-QMan-query-cq-and-ccgr-lack-LE to sdk-v 1e94441 fsl_qbman: fix bman debugfs endianness a339cf0 fsl_qbman: fix kernel doc comments 4108116 fsl_qbman: ceetm: set the linked lni id for each channel 955ae82 fsl_qbman: ceetm: fix parsing of lni and sp id ranges 2e2cc21 fsl_qbman: ceetm: add missing endianness conversions b4f93c2 fsl_qman: Fix endianness in ccgr query 7a2cef7 fsl_qman: Fix endianness class queue query a978591 fsl_qbman: Fix endianness for wq query Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qemu-qoriq: upgrade to v2.6.2+Ting Liu2017-03-171-7/+2
| | | | | | | upgrade to v2.6.2, add support for ls1012a. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppfe-firmware: add recipeTing Liu2017-03-171-0/+23
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* dpdk/dpdk-extras/ovs-dpdk: add recipeChunrong Guo2017-03-175-0/+250
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev: remove eudev_%.bbappend and associated patch since it's no longer requiredBob Cochran2017-03-172-36/+0
| | | | | | | | | | | | | | | | | Commit d2313434 already exists in eudev to prevent udev from managing an MMC Replay-protected memory block (RPMB) Testing of an LS1021A-TWR & eMMC 4.51 with master branches of poky and meta-freescale minus the patch to 60-persistent-storage.rules confirmed that udev ignores mmcblk0rpmb on boot. referenced upstream patch: https://github.com/gentoo/eudev/commit/d2313434acc1cf5387637e72f76c2ebe36d523e1 Change-Id: Ib91aed741d18a87081e82e7c71e36363bb8b3939 Signed-off-by: Bob Cochran <yocto@mindchasers.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-rules-qoriq: add rules for ls1046aTing Liu2017-03-172-0/+5
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-rules-qoriq: no rule to install for ls1012a/ls2080aTing Liu2017-03-171-1/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-32b: build ppaTing Liu2017-03-171-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-32b: KERNEL_DEFCONFIG use multi_v7_defconfigTing Liu2017-03-171-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb-32b: update u-boot configsTing Liu2017-03-171-4/+5
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-32b: build ppaTing Liu2017-03-171-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-32b: KERNEL_DEFCONFIG use multi_v7_defconfigTing Liu2017-03-171-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1043ardb-32b: update u-boot configsTing Liu2017-03-171-4/+4
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1046ardb: build emmc u-bootTing Liu2017-03-171-1/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm-32b: add machine fileTing Liu2017-03-171-0/+27
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012afrdm: add machine fileTing Liu2017-03-171-0/+20
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb-32b: add machine fileTing Liu2017-03-171-0/+28
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1012ardb: add machine fileTing Liu2017-03-171-0/+21
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl: use linux-aarch64 target for aarch64Mircea Pop2017-03-171-1/+1
| | | | | | | | Update is required in order to exploit the ARM-CE primitives available on ARMv8 platfom. Performance goes from 6 Gbps to 60Gbps for 8K frame length Signed-off-by: Mircea Pop <mircea.pop@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* init-ifupdown: use consistent interfaces for qoriqTing Liu2017-03-171-0/+0
| | | | | | | | Let all qoriq boards share the same interfaces file, no difference between qoriq-ppc and qoriq-arm. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls1021atwr: switch to new UBOOT_CONFIG formatTing Liu2017-03-171-5/+5
| | | | | | | Append the binary name if the final binary is not u-boot.bin. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2080ardb: add MACHINEOVERRES fsl-lsch3/ls2080aTing Liu2017-03-171-0/+2
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-usb-loader_git: add pkgconfig to inheritMax Krummenacher2017-03-171-0/+2
| | | | | | | imx-usb-loader_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxsldr_git: add pkgconfig to inheritMax Krummenacher2017-03-171-1/+1
| | | | | | | mxsldr_git uses pkg-config in its Makefile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx-rt: Update checksums for realtime patchDominic Sacré2017-03-171-2/+2
| | | | | | | | The gzip-compressed patch on the server has again been replaced by a file with the same contents, but different checksums. Signed-off-by: Dominic Sacré <dominic.sacre@gmx.de> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update to use Recipe Specific SysrootsTing Liu2017-03-171-8/+12
| | | | | Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-qoriq: update to 2735535Ting Liu2017-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New commits: 2735535 armv8/fsl-layerscape: corrected clock initialization 0f820e2 Merge pull request #161 in SDK/u-boot-devel from jira/QUBOOT-2290 to master 8729bed board/t1024rdb: enable board-level reset when issuing reset command 1ebcbe9 armv8/fsl-lsch3: consolidate the clock system initialization 9e1ec97 armv8/fsl-lsch2: refactor the clock system initialization 376ce3d Merge pull request #158 in SDK/u-boot-devel from jira/QUBOOT-2248 to master 263a7d9 driver: net: pfe: Make PFE AXI transactions non-bufferable. 744898c pci: layerscape: enable PCIe config ready cccbbd4 arm: PSCI: remove CONFIG_MP to support LS1012A c013882 arm: layerscape: Enable UUID & GPT partition for NXP's ARM SoC 7661a32 Merge pull request #154 in SDK/u-boot-devel from jira/QUBOOT-1839 to master 8644091 Merge pull request #155 in SDK/u-boot-devel from jira/QUBOOT-2186 to master 13cfec0 ARMv8/fsl-layerscape: Correct the OCRAM size b416b58 sf: set the Uniform Sector to CR3NV instead of CR3V 29f27fe armv8: fsl-lsch2: enable snoopable sata read and write 2d98a92 ARMv8/fsl-layerscape: Enable data coherency between cores in cluster 910b5f9 armv8: Enable CPUECTLR.SMPEN for coherency 62cddb1 Merge pull request #150 in SDK/u-boot-devel from jira/QUBOOT-2059 to master d7d8125 Merge pull request #149 in SDK/u-boot-devel from jira/QUBOOT-1840 to master 166db39 armv8: pfe: Update driver coding style 2909f14 board: ls1012aqds: Avoid reset masking 99f097b driver: net: pfe: Update class firmware f8f17dc driver: net: pfe: Change MDIO HOLDTIME value to 5 1f10108 armv8:pfe:frdm: Reset external PHYs before driver starts ce83bda driver: pfe_eth: use #ifdef instead of #if d928553 armv8: pfe: Enable UDP checksum for proper tftp operation 2f33023 driver: net: pfe: Rest external PHYs before driver starts 73f304b driver: net: PFE: Fix the reset woraround bb2afb7 driver: net: PFE: Add reset workaround ae5b99d arm: ls1012a: Add support of PPFE 58b93bc arm: fsl-layerscape: Config CSU for PFE 4417c88 ls1046ardb: Add support power initialization 544a9d6 armv8/fsl_lsch2: Add chip power supply voltage setup 1f8ed63 ls1046ardb: cpld: add API for selecting core volt 0fbe669 pmic: pmic_mc34vr500: Add APIs to set/get SWx volt 15f65a9 pmic: pmic_mc34vr500: Add a driver for the mc34vr500 pmic 15b0697 armv8/fsl_lsch2: Add the OCRAM initialization 2df7eab docs: fsl-ppa: Add documentation for PPA trusted FW c11a541 board: freescale: ls1012a: Intergrate and enable PPA on LS1012A 71d1c4c board: freescale: ls1012a: Enable secure DDR on LS1012A platforms fd15680 Merge pull request #144 in SDK/u-boot-devel from jira/QUBOOT-1867 to master 7874485 LS1012ARDB: Add QSPI Secure Boot targe 5d0b2fc armv8: ls1012a: define esdhc_status_fixup for RDB board 1f60661 armv8: ls1012a: define esdhc_status_fixup for QDS board a47eb7f mmc: fsl_esdhc: move 'status' property fixup into a weak function 075379d configs: ls1012a: enable driver model for eSDHC 9f6f892 armv8: ls1012a: add eSDHC nodes 66d0f43 mmc: fsl_esdhc: add 'fsl,esdhc' into of_match table ebc3626 mmc: fsl_esdhc: make GPIO support optional 1a84a6b Merge pull request #146 in SDK/u-boot-devel from jira/QUBOOT-1844 to master 5117962 Merge pull request #143 in SDK/u-boot-devel from jira/QUBOOT-2116 to master 31bc4f4 Merge pull request #142 in SDK/u-boot-devel from jira/QUBOOT-1849 to master 84e5aa0 armv8: fsl-layerscape: Add support of GPIO structure 8fd4faa SECURE_BOOT: Enable chain of trust on LS1012A platform 56c6a6a board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS a0b0769 armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS 45950d8 armv8:ls1012a: Update bootargs for fast-boot 6d9a8ce armv8: fsl-layerscape: Support loading 32-bit OS with PSCI enabled 6f96894 armv8: layerscape: Remove defconfig for AArch32 support Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: Update to 4.9-based forkFabio Berton2017-03-091-4/+4
| | | | | | | This upgrades the Linux kernel to the 4.9.13 release. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-gpu-viv: Fix build break for missing gl headersTom Hochstein2017-03-091-1/+6
| | | | | | | | | | | For x11 graphics and Wayland graphics with XWayland support, a build break is possible due to missing headers. This is because imx-gpu-viv does not provide everything it needs to for virtual/libgl and depends on mesa to fill in what is missing. Adding a dependency on mesa fixes the build break. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb-vivante: cleanupMax Krummenacher2017-03-091-8/+1
| | | | | | | | | | The build starts since commit meta-fsl-arm da0581341a58dfe393a829b3c402330c73589963 with the make file in ${S} which is actually named Makefile, thus there is no need to override base.do_compile or pass the directory and name of the make file in EXTRA_OEMAKE. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xorg-driver: remove the local copies of xorg-driver-*.incMax Krummenacher2017-03-093-45/+1
| | | | | | | | | | | | | | | | | | | | recipes-graphics/xorg-driver/xorg-driver-common.inc is identical to the copy in openembedded-core. xorg-driver-video.inc lacks the automatic addition of xorg-driver-abi-<ABI> to RDEPENDS. (and constructs DEPENDS differently but with the same effect) xf86-video-fbdev must now provide the full relative path for its include file. fixes: WARNING: xf86-video-imxfb-vivante-3_5.0.11.p8.6-r0 do_package_qa: QA Issue: Package xf86-video-imxfb-vivante contains Xorg driver (vivante_drv.so) but no xorg-abi- dependencies [xorg-driver-abi] and likely but not tested fixes the same warning for xf86-video-fbdev used for PPC devices. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* gstreamer1.0-plugins-imx: add pkgconfig to inheritMax Krummenacher2017-03-091-1/+1
| | | | | | | | The wscript file uses conf.check_cfg which in turn uses pkg-config. Fixes configure error triggered now with recipe specific sysroot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: bump to linux-fslc 4.4.48Oliver Graute2017-03-091-1/+1
| | | | | | this bump linux-fslc 4.4.x to 4.4.48 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* change-file-endianess: Rework recipe completelyOtavio Salvador2017-03-091-13/+1
| | | | | | | | | | | | | The recipe was mixing different concepts. It is intended to provide a TCL script to change the endianess of files and the recipe was conceptually wrong. The use of the deploy class is wrong as it is not an artifact that is going to be used to install a board but a tool required for development (so the need of native and nativesdk variants). Change-Id: I5ebb063fa1c57a8c7c307314ac6322abfa88d33c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ppa: Add dtc-native on DEPENDSchunrong.guo@nxp.com2017-02-201-1/+1
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>