aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/recipes-kernel/linux
AgeCommit message (Collapse)Author
2015-07-16Move meta-fsl-arm content to layer rootOtavio Salvador
The meta-fsl-arm is going to be used as the base for this layer. It contains a clean history and allowing a more granullar set of changes. This commit is just a rename of all contents of meta-fsl-arm subdirectory to this layer's root, subsequent changes are based on top of that. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-13linux-ls1: package zImage into kernel-imageTing Liu
When running kvm test on ls1, the guest kernel needs to be zImage format. This is a known limitation with qumu-fsl v2.2.0 release. package zImage into kernel-image which can then be installed into rootfs. Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-13linux-ls1: update to revision f488de6Ting Liu
Minor version update to 3.12.37-rt51 with new features: * e6500 hugepage TLB miss performance improvement * T1023RDB support * T1040D4RDB and T1042D4RDB support * DIU [T1042] * DPAA Ethernet: loadable module * eMMC: DDR mode [T2080] * eTSEC: Gianfar upstream updates and fixes * fmlib: table statistics, stats extension * IEEE802.1AE (MACSEC) and IEEE802.1X (port-based network access control) [T104x, T102x] * IEEE1588 ptpd open source stack includes more DPAA processors: P1023, P2041, P3041, P5020, P5040, T4240, T1023 * LAG SGMII 2.5G ports support - IPv4 traffics forwarding on aggregated 2 x 2.5Gb L2 Switch FMAN ports [1040] * LAG support of IPv6 traffics forwarding and TCP/UDP traffics over IPv6 forwarding (2 x 2.5Gb L2 Switch WAN) [1040] * LAG support of IPv6 traffics forwarding and TCP/UDP traffics over IPv6 forwarding on both 1 G RGMII port and 1G SGMII port [1040] * Power Management: Power off feature for all QDS boards except B9132QDS and B4860QDS * SEC: QI Driver IPSec performance improvement * SGMII 2.5G fixed link [T1024] * USB: Dual UTMI For detailed history, see http://git.freescale.com/git/cgit.cgi/ppc/sdk/linux.git/tag/?id=fsl-sdk-v1.8 Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-13linux-imx-rt: Upgrade to 3.14.28-1.0.0 GADominic Sacré
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-07linux-imx-3.14.28: Fix reporter's nameFabio Estevam
Commit a3a6ca336023d4 ("linux-imx-3.14.28: FEC: fix garbage send for huge data blocks") didn't put the correct name for reporter of the issue. Fix the reporter's name. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-07linux-fslc: Update to a Linux kernel 4.1-based forkFabio Estevam
Update to the revision 665a389 which is based on the 4.1.1 stable release. It includes the following changes on top of it: 665a389 ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices 7ce4321 ARM: imx_v6_v7_defconfig: Add Wireless support 209773b ARM: imx_v6_v7_defconfig: Select HCIUART_H4 5af747f ARM: dts: imx6sl-warp: Add changes for rev1.12 c057f36 ARM: dts: imx6sl-warp: Add the SD2_RESET pin 4b78c61 ARM: dts: imx6qdl-hummingboard: Add PCIe support 35d2348 ARM: dts: imx23-olinuxino: Add i2c support 1299e0b ARM: dts: imx23: Add i2c support 4ff7f5e ARM: dts: imx6qdl: move HDMI controller to right location in DT Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-06linux-fslc: Bump revision to 4eb30aed4Fabio Estevam
Update the kernel fork to the 4.0.7 stable release and also apply the following changes: 4eb30ae ARM: imx_v6_v7_defconfig: Select HCIUART_H4 6d3d183 ARM: dts: imx6sl-warp: Add changes for rev1.12 59fc09a ARM: dts: imx6sl-warp: Add the SD2_RESET pin Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-03linux-fslc-mx6 (3.14-1.0.x): Add recipeOtavio Salvador
This recipe provides the FSL Community's i.MX6 Linux which is a Linux kernel based on Freescale 3.14.28-1.0.0 GA release, used by FSL Community BSP in order to provide support for i.MX6 based platforms. The fork includes the official Linux kernel stable updates, backported features and fixes coming from the vendors, kernel community or FSL Community itself. This version is based on 3.14.44 stable release and includes following changes on top of both kernels: 9e71c2c ARM: imx_v6_v7_defconfig: Enable kexec support 3b15ffa Revert "net: fec: fix the warning found by dma debug" 3183696 mmc: sdhci-esdhc-imx: Fixup runtime PM conditions during ->probe() 434d1b2 ARM: 8338/1: kexec: Relax SMP validation to improve DT compatibility 33bb67d gpio: generic: clamp retured value to [0,1] 192f32d ARM: imx6sl: Disable imx6sl-specific code when imx6sl SOC support is disabled Change-Id: I0d5b21a0381c64b323c73cded73a93a4f218f50d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-06-09linux-imx-3.14.28: FEC: fix garbage send for huge data blocksAndreas Müller
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-06-09linux-imx_3.14.28: fix initial MMC device detectionAndreas Müller
On Variscite Varsom we have three devices connected to MMC * MMC1: eMMC * MMC2: SDCard * MMC3: Wifi Without this patch only the first device was detected properly. I found two workarounds which can be removed by this patch: 1. Variscite: booting from SDCard made possible by renumbering MMC devices [1]. 2. BoundaryDevices: Add workqueues for each mmc_host [2]. This had been tested here too but causes crashing sdcard for huge storage traffic. [1] https://github.com/varigit/linux-2.6-imx/blob/imx_3.10.53_1.1.0_ga_var01/arch/arm/boot/dts/imx6qdl.dtsi / Line 879 [2] https://github.com/boundarydevices/linux-imx6/commit/1d40159a995a298f16901bfb14ae3e0294c65691 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-05-20linux-fslc: Update to revision 48548f7Otavio Salvador
This updates the kernel fork to the 4.0.4 stable release and also backports following changes from next releases: 48548f7 ARM: dts: imx6qdl-hummingboard: Add PCIe support a436e02 ARM: dts: imx23-olinuxino: Add i2c support 6fab05f ARM: dts: imx23: Add i2c support f3be862 ARM: dts: imx6qdl: move HDMI controller to right location in DT d406c7d ARM: dts: hummingboard: add sgtl5000 support for Hummingboard Pro a902f9a ARM: dts: imx25-pinfunc: Add several pinfunctions 09b876d ARM: dts: cubox: Map gpio-keys to gpio3 8 195395a ARM: dts: hummingboard: Setup pwm lines 626e1a2 ARM: dts: hummingboard: enable PCF8523 RTC support 90d5cd9 ARM: dts: Re-license SolidRun iMX6 platform DT GPL v2/X11 fc8e447 ARM: dts: imx28: add alternative pinmuxing for spi3 16a090f ARM: dts: imx6sl: Add label snvs_rtc 00a7455 ARM: imx6qdl-sabreauto.dtsi: add max7310 support 910c8ea ARM: dts: imx25-pinfunc: remove input values for pinfuncs without input register 5d7835c ARM: dts: imx6qdl: disable PWMs by default 9591a95 ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly c147254 ARM: dts: imx6qdl: Allow disabling the PU regulator, add a enable ramp delay f440f6f ARM: dts: imx: Add dr_mode host setting to all host-only usb instances 50d210b ARM: dts: imx25-pdk: Add LCD support 22a2757 ARM: dts: imx25-pinfunc: more defines 4d5c31f ARM: imx25: fix some wrong iomux definitions c11c5d3 ARM: dts: imx6qdl: Add label snvs_rtc 86bca32 ARM: dts: imx6qdl: Move existing MIPI DSI ports into a new 'ports' node d0359e2 ARM: imx6sx-sdb: add revb board and make it default c045e82 ARM: imx6sx-sdb: change default board as reva board a9902ce ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices Change-Id: Ia64861aac4b84b459cee54a7af7561e503f26d7f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-05-11linux-fslc: Update to 19ebefd revisionOtavio Salvador
This updates the kernel fork to 4.0.2 stable update and include following extra patches: 19ebefd ARM: dts: imx6sl-warp: Fix OTG roles 397da9a ARM: dts: imx6sl-warp: Remove USB regulators 72319d7 ARM: dts: imx6sl-warp: Remove unused regulator Change-Id: I01c0887ac91cfbca660344b524e7ff6ee40759cd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
2015-04-28linux-fslc: Bump revision to ba621b5Otavio Salvador
This fixes a card detection regression which has been introduced by 1b673ef (mmc: sdhci-esdhc-imx: Call mmc_of_parse()) change. This backports from 4.1-rc1: ba621b5 mmc: sdhci: fix card presence logic in sdhci_request function Thanks to Nikolay Dimitrov <picmaster@mail.bg> and Fabio Estevam <festevam@gmail.com> for helping to find the root cause of the issue. Change-Id: Ibdee1a58eefbaef901eb2ba8c95e90e7a2dc59f9 Reported-by: Gary Thomas <gary@mlbassoc.com> Tested-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-14linux-fslc: Update to a Linux kernel 4.0-based forkOtavio Salvador
This updates to the revision 48dfc7c which is based on the 4.0 release. It includes following changes on top of it: 48dfc7c ARM: mxs_defconfig: Add VFAT support 07b96f4 ARM: imx_v6_v7_defconfig: Add Wireless support a4082e7 ARM: imx_v6_v7_defconfig: Enable Bluetooth support f91f59b ARM: dts: imx6sl-warp: Add BCM4330 support 9b26bb6 ARM: dts: imx6sl-warp: Pass 'bus-width' property 89a0a04 ARM: dts: warp: Add initial WaRP Board support 1b673ef mmc: sdhci-esdhc-imx: Call mmc_of_parse() 6e759b1 dma: imx-sdma: Add support for version 3 firmware Change-Id: If095e7877d3675882d8877b76c7832ff6e378a93 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-09linux-imx (3.10.53): Remove as 3.14.28-1.0.0 GA is the default oneOtavio Salvador
As 3.14.28-1.0.0 GA is out, the 3.10.53-1.1.x is not tested and used by default so it should be removed. This patch can be locally reverted if someone wants to still use the 3.10.53-1.1.x for any reason. Change-Id: I8d279853f2a2cdef15b4e1ee51d40ffe3d44da38 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-09linux-imx (3.14.28): Add the 3.14.28-1.0.0 GA versionOtavio Salvador
This upgrades 3.10.53-1.1.0 GA kernel to the 3.14.28-1.0.0 GA one. This patch is based on a patch[1] sent by Lauren Post. 1. http://patchwork.openembedded.org/patch/91217/ Over the original patch, following changes has been done: - backport of 3.14.29's patch for i.MX6 TO1.0 support; - forward port of i.MX6SL code removal support patch. Change-Id: I2193de3f61f1d9d70137774405ff60ee00aeae2c Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-02linux-fslc.inc: Use linux-fslc.git repositoryOtavio Salvador
In old days, the repository was named linux-mainline.git but this has been changed long time ago. GitHub handles the rename gracefully but for consistency we ought to rename here as well. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-04-02linux-mfgtool.inc: Adapt to work-shared kernel sourceOtavio Salvador
The kernel source code is (since OE-Core:6a1ff0e7) used from work-shared. As consequence, the MfgTool kernel needed changes to use a completely separated source code and avoid messing with original Linux kernel ABI identificationfile. Change-Id: Idd43dd5d0d8d9e1ff7cc6e8ce15c8cd60107259d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-03-09linux-mfgtool.inc: FILESEXTRAPATHS_prepend should use ":=", not "="Robert P. J. Day
Change-Id: Ibf0bde5be5d51b31f2adffbb0597eecf52526140 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-26linux-fslc: Update to the 3.19 based versionOtavio Salvador
The release is based on v3.19 tag and the following commits: 5fdbf2a ARM: dts: warp: Add initial WaRP Board support Change-Id: I8f2f0e7b66a80dc071ab31d9c8293ea8d13c3d7e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-12linux-imx: Disable imx6sl-specific code when imx6sl SOC support is disabledNikolay Dimitrov
Currently the build fails when CONFIG_SOC_IMX6SL is disabled, due to some hard-coded stuff. The patch purpose is to handle enabling/disabling this config option. Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-12linux-fslc: Add VFAT support for mxs defconfigDaiane Angolini
Add VFAT file system support in order to allow pendrives and other storage devices using vfat out-of-the-box. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-09linux-fslc.inc: Avoid duplication on assignmentsOtavio Salvador
The linux-imx.inc already handles the base settings, this drops the assignments which were duplicate in linux-fslc.inc file. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-02-05linux-fslc: Update to revision 483412c9Otavio Salvador
This updates the branch to the 3.18.5 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-01-27linux-imx: Upgrade to 3.10.53-1.1.0 GA releaseLauren Post
- Support new hardware i.MX 6SoloX SABRE-SD and SABRE-AI boards. - Security updates for CAAM driver split into 2 drivers CAAM and Job Ring - Manufacturing tools kernel recipe upgrade to 3.10.53 - Multiple bug fixes. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-29linux-ls1: update to sdk v1.7 releaseChunrong Guo
This includes following changes: bdb722f arm: dts: ls1021a-twr: remove dspi1 node for cannot be verified fb3f709 arm: ls1: only call ls1_pm_iomap() when doing deep sleep c15b78f ls1021a/dts: Add eTSEC1 as wake-up event source 5f94f9f qspi: ls102xa: Adjust the size of QSPI AMBA Bus memory map Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-22linux-imx-rt: Upgrade to 3.10.31-1.1.0 Beta 2Jacob Kroon
Rebase onto kernel 3.10.31-1.1.0 Beta 2 from Freescale, plus clock patch from Gary Bisson. Except the kernel update there are no significant changes other than refreshing patches and aligning defconfig. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-21linux-imx (2.6.35.3): Fix build errors when using make 3.82Otavio Salvador
This backports a fix from 2.6.36 to fix build failures when using make 3.82. ,---- | Author: Jan Beulich <JBeulich@novell.com> | Date: Mon Aug 16 11:58:58 2010 +0100 | | fixes for using make 3.82 | | It doesn't like pattern and explicit rules to be on the same line, | and it seems to be more picky when matching file (or really directory) | names with different numbers of trailing slashes. | | Signed-off-by: Jan Beulich <jbeulich@novell.com> | Acked-by: Sam Ravnborg <sam@ravnborg.org> | Andrew Benton <b3nton@gmail.com> | Cc: <stable@kernel.org> | Signed-off-by: Michal Marek <mmarek@suse.cz> `---- Change-Id: I7a56f54ad2bf6ab623705d8866d03f033a2e925e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-08linux-fslc: Update to 3.18 releaseOtavio Salvador
This updates the Linux kernel to the 3.18 release. There are currently no changes on top of it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-07linux-fslc: Update revision to 783addbfOtavio Salvador
This updates the Linux kernel to the 3.17.4 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-07linux-imx: Upgrade to 3.10.31-1.1.0 Beta 2 releaseLauren Post
This kernel update supports imx6sxsabresd T01.2 silicon changes Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-12-04linux-imx: add clock patch for revision T0 1.0 of i.MX6QGary Bisson
The post dividers do not work on i.MX6Q rev T0 1.0 so they must be fixed to 1. As the table index was wrong, a divider a of 4 could still be requested which implied the clock not to be set properly. This is the root cause of the HDMI not working at high resolution on rev T0 1.0 of the SoC, giving the following error: mxc_sdc_fb fb.27: timeout when waiting for flip irq Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-22linux-imx-rt: Upgrade to 3.10.17-1.0.2Jacob Kroon
Also, move "require" directives to after SUMMARY/DESCRIPTION section, similar to the linux-imx recipe. Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-22linux-*: Rework LOCALVERSION depending on SRCBRANCHDaiane Angolini
LOCALVERSION is used in FSL Community BSP Release Notes and should highlight which are the _release version_ for that particular provider. In addition LOCALVERSION makes it easy to track where the binary running on a target is from. Both reasons make LOCALVERSION a very important information. The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case of explicit exception. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-22linux-imx: Remove +yocto sufix from LOCALVERSIONDaiane Angolini
It does not make sense anymore to keep a sufix for a kernel built using yocto project tools. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-10linux-imx: Upgrade to 3.10.31-1.1.0 Beta versionLauren Post
- Add support for mx6sx. - General fixes for all mx6. - Upgrade to v5 Vivante graphics driver. This also updates the linux-imx-mfgtool recipe as well. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-10linux-fslc: Update revision to 6725f5Fabio Estevam
This updates the Linux kernel to the 3.17.2 stable release. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-08linux-ls1: Update to 3ced9e8 revisionChunrong Guo
This includes following changes: c742cbe arm: dts: ls1021a: rename QDS and TWR board dts name for consistence dbaf1e5 ARM: ls1021a: add gating clocks to IP blocks. 0eb706c watchdog: imx2_wdt: Add power management support. b53a344 watchdog: imx2_wdt: adds big endianness support. eb157e1 watchdog: imx2_wdt: convert to watchdog core api 71b5f25 watchdog: Get rid of MODULE_ALIAS_MISCDEV statements 54d638d watchdog: imx2_wdt: disable watchdog timer during low power mode c495541 watchdog: imx2_wdt: expose module alias for loading from device-tree Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-11-05linux-imx: Upgrade to 3.10.17-1.0.2 patch releaseLauren Post
Changes to the following areas. - pfuse 100 - power management - graphics driver update with memory, deadlock and bug hang fixes. - crypto - Update testmgr DMA - ipu MXC IPUv3 fb: Fix MXCFB_CSC_UPDATE ioctl - ARM - Drop PL310 errata Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-10-28linux-fslc: Update revision to 20fb021Otavio Salvador
This updates the Linux kernel to the 3.17.1 stable release. 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-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-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-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-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-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-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-18linux-fslc: Update to f0539f6 revisionOtavio Salvador
This updates the Linux 3.16-based branch to the 3.16.1 stable release. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-08-15linux-imx: Upgrade to 3.10.17-1.0.1Lauren Post
For 2D GPU cores there is a potential need to manage the maximum number of outstanding return requests from the memory subsystem. The proper way to manage these for 2D cores with this configuration is to use a FLUSH. The patch does a FLUSH after every DRAW, the pipe will not overfill and the scenario which may lead to a stall will not occur. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>