aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-03-22linux-imx (3.0.35): Add imx6slevk supportDaiane Angolini
iMX6SL EVK linux from Freescale 3.0.0 BSP Change-Id: I5055f1e393a85625fc3fa1204969b0eaf9fe64a6 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-22linux-imx (3.0.35): Rename defconfig used for imx6q boardsDaiane Angolini
Change-Id: I1bfa6218d7a5b074e216a2f5e37a1013be05f2c2 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-22u-boot (2009.08): Add imx6slevk supportDaiane Angolini
iMX6SL EVK u-boot from Freescale 3.0.0 BSP Change-Id: Iedb942f3f1669991711c3b6bffb409ed288180e8 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-22imx6slevk: Add machine definitionDaiane Angolini
Add machine definition for Freescale i.MX6SL EVK board Change-Id: I696ca2dc1705d2095afbf2f16c62ed79404966ad Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-22xf86-video-imxfb-vivante: Fix build with latest X serverOtavio Salvador
mibstore functions are no longer supported in the X server. This patch removes them from this driver, following the pattern in http://patches.openembedded.org/patch/46133/ This checkin shows when/where the changes to the X server were made that deleted the header mibstore.h and mentions the reasons. http://lists.x.org/archives/xorg-devel/2012-September/033575.html Change-Id: I83ae62ac97139602c6c401823980fa16ef94b12b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-22xf86-dri-vivante: Fix build with latest X serverGary Thomas
mibstore functions are no longer supported in the X server. This patch removes them from this driver, following the pattern in http://patches.openembedded.org/patch/46133/ This checkin shows when/where the changes to the X server were made that deleted the header mibstore.h and mentions the reasons. http://lists.x.org/archives/xorg-devel/2012-September/033575.html Change-Id: I72174754d98a1f9f918dcbf56da600820476f80c Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2013-03-21mesa-dri: Fix wrong assignment for provide list changeOtavio Salvador
The code needs to work in a list of provides but it mistakenly were working in a string array; this fixes it. Change-Id: I7a3e02086c1e3e9cf32b9503197037a512d9683f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-21xf86-video-imxfb: Add dependency on 'virtual/kernel'Otavio Salvador
The Xorg driver uses headers included in kernel source so we ought to depends on it; we've added the virtual as dependency so in future, when mainline kernel provides support for it, it will just work. Change-Id: Ibdcaa573d023558fee2534826eb3daf41d9bc8ae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-20xf86-video-imxfb: Fix build using 1.14 Xorg serverOtavio Salvador
mibstore functions are no longer supported. This patch removes them from this driver, following the pattern in http://patches.openembedded.org/patch/46133/ This checkin shows when/where the changes to the X server were made that deleted the header mibstore.h and mentions the reasons. http://lists.x.org/archives/xorg-devel/2012-September/033575.html Change-Id: I3957ada1f71bffa3f1e3b4533e0a0d25bf5838cc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-20firmware-imx: Make the package machine specificOtavio Salvador
Each SoC has a different version of the firmware files so it is not architecture agnostic thus make it machine specific. Change-Id: I1de5da5014c4dbc64e18804b11f09a6d0337e618 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-20mesa-dri: Drop GIT bbappend as this is not used by defaultOtavio Salvador
This reduces one override to manage in the BSP; someone intending to use GIT snapshot should take care of it. Change-Id: I58b19e10a574dd1675fb39cf73139168a06d5c5c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-20mesa-dri: Don't build EGL, GL ES and GL ES2 librarioesOtavio Salvador
The Vivante and AMD GPU drivers provide GPU specific libraries so we cannot build the same here or we'll end conflicting. Change-Id: I96e485a3e113612dfbb5902583fa71044bb0d035 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-19linux-imx (2.6.35.3): Remove unused patch fileOtavio Salvador
The 'mx5-fix-hang-with-framebuffer.patch' were merged onto GIT and not applied by Yocto build system; remove it. Change-Id: Idff9450e3cc6b1870612bbc7c4dfeda1ff43a2f2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-19linux-imx (2.6.35.3): Fix perf build due new Linux headers useOtavio Salvador
As Yocto now use a newer Linux headers package we end having a build failure in perf as 'stddef.h' has changed and does not provide NULL definiton anymore. To workaround it we add the srcdir onto search path for include files, before sysroot one. Change-Id: I87e2ee7626f2399ab726c9d1ed0f32f18e6d2948 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-18u-boot-fslc: Disable I2C for mx28evk to fix SGTL5000Otavio Salvador
When loading a Freescale 2.6.35 on a mx28evk the following issue is seen: sgtl5000_hw_read: read reg error : Reg 0x00 Device with ID register 0 is not a SGTL5000 Disabling CONFIG_CMD_I2C makes the sgtl5000 probe to succeed. Mainline kernel does not show this problem. Until the real cause is not identified, disable 'CONFIG_CMD_I2C' for the time being. Change-Id: I1c79a6f7567611ce846383686481fbf923ed3434 Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-18linux-fslc: Update to 20130318 patches-3.8's snapshotOtavio Salvador
This includes v3.8.3 merge plus a patch from Marek Vasut <marex@denx.de> to fix a offset issue in i.MX23 and i.MX28 framebuffer when using X11. For more information about the patch please check: http://marc.info/?l=linux-arm-kernel&m=136347162303597&w=2 Change-Id: Idffd634eb037051659e38b3727becffa47b078c7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-13imx31pdk, imx35pdk: Use XSERVER from imx-base.incFabio Estevam
XSERVER is already defined in imx-base.inc, no need to re-define it again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-03-13imx31pdk, imx35pdk: Remove 'kernel26' featureFabio Estevam
'kernel26' feature has been already removed in oe-core. No need to keep this anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-03-09imx-base: add imx6dl mapping for firmwareJohn Weber
Signed-off-by: John Weber <rjohnweber@gmail.com>
2013-03-08linux-imx (2.6.35): mxs: Update to 1.1.0 BSP releaseDaiane Angolini
The new version is from Freescale BSP 2.6.35 1.1.0 for i.MX28 Change-Id: If6473c98910509f723d7f39bda7f40c78fcca8ae Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-03-08linux-fslc: Ensure we have the GIT hash in kernel versionOtavio Salvador
The kernel version ought to show the GIT hash from git repository so it can be used to identify the exact version of code user/customer is using. Change-Id: I19f0ededeb86d54982267d895bb5833ed7bb915c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-07linux-imx (2.6.35.3): Enable cpufreq support for i.MX28 EVKOtavio Salvador
The DDR2 initialization code has been fixed in U-Boot so the kernel does not hang when cpufreq support is enabled. Change-Id: Ieb5d74c621bf446df08c9063755f15f26bab02b2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-07u-boot-fslc: mx28: Align DDR2 init with FSL bootlets sourceOtavio Salvador
Comparing the DDR2 initialization from the bootlets code against the U-boot one, we can notice some mismatches, and after applying the same initialization into U-boot the 2.6.35 kernel can boot normally. Change-Id: If71d4a22ebb8c064e98e050b78d8c2e87d8ce6c8 Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-07imx-test: fix ALLOW_EMPTY errorEric BENARD
the package name needs to be specified else we get : ERROR: QA Issue: .../imx-test_00.00.00.bb: Variable ALLOW_EMPTY is set as not being package specific, please fix this. Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-03-07image_types_fsl.bbclass: Fix deploy of mxsboot-sdcard imageOtavio Salvador
The mxsboot-sdcard image is the current way we use to generate the U-Boot bootstream blob during image generation however Yocto image system enforces some naming schema so the symbolic links does work and we weren't following those. This patch uses the '${IMAGE_NAME}' variable and the proper image suffix so the symbolic links now fully work. Fixes [YOCTO #3871]. Change-Id: I7f96dcdd58e0a726b8084c1f87ff10732fe259df Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-03-07linux-fslc: Update to 3.8.2 stable releaseOtavio Salvador
Change-Id: I200e799b3b53ed86d0794026c79e2c38c8cc8939 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-27linux-fslc (3.8): mxs: Make USB host functional againFabio Estevam
Linux commit 09f6ffde2e (USB: EHCI: fix build error by making ChipIdea host a normal EHCI driver) introduced CONFIG_USB_EHCI_HCD as a dependency for USB_CHIPIDEA_HOST. Select CONFIG_USB_EHCI_HCD, so that USB host can be functional again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-02-27imx35pdk: Drop wrong executable attributeOtavio Salvador
Change-Id: Ib4a16f5c02fb93490dae70e316ac9883b2da1f9a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-27amd-gpu-x11-bin-mx51: Use FIXME to mark changes to be doneOtavio Salvador
Change-Id: I177fb2ae41621881bcd4ba00d9f1fec055fd4c18 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-27linux-fslc: mxs/defconfig: Select CONFIG_MMC_UNSAFE_RESUMEFabio Estevam
PM subsystem treats mmc card as removed during suspend. If MMC is used to store the root file system, it is better to tell the kernel not to treat it as a removable media, so select CONFIG_MMC_UNSAFE_RESUME for such purpose. Change-Id: I2fa0724895bfac9848c3c5664b09693e013771d2 Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-02-27linux-fslc: Update to 3.8Otavio Salvador
Change-Id: I2995c4eb36b71a1b48c3981a385b4df2b98e6e2e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-26gst-plugins-gl: machine specific patchesJeremy Stashluk
Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
2013-02-26gst-fsl-plugin: install pkgconfig file with -dev packageJeremy Stashluk
Install the gstreamer-fsl-0.10.pc file to ${libdir}/pkgconfig so that do_configure for packages like gst-plugins-gl can find it. Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com>
2013-02-17mesa: Rename to follow OE-Core upgradeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-17qt4: Use kernel staging include filesOtavio Salvador
This allow the Phonon backend to proper build while using the linux-libc-headers provided by Yocto. Change-Id: I648a01ffb638e2ac42962d4599857e621379f8cb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-17linux-libc-headers: Use Yocto's default to avoid same arch rebuildsOtavio Salvador
This avoids full rebuild in case of compatible machine changes (e.g i.MX53 and i.MX6) and fixes the build failures seen in autobuilder. [YOCTO #3667] Change-Id: I4c46499d00e95738409ee39a659e93095dd7f207 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-16xf86-dri-vivante: fix licence chekcsumEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-16gst-fsl-plugin: Include the Real-Time Extension lib into mfw_v4lsrcLeonardo Sandoval
Includes the '-lrt' library when compilation takes place on the mfw_v4lsrc element. Tested on machine imx6qsabresd using the fsl-image-test image. [YOCTO #3888] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
2013-02-14u-boot-imx (mx6): Update to 1.1.0 BSP versionOtavio Salvador
Change-Id: I35753f16b26516ffcc20d51624240430eedcdb37 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-14u-boot-imx: Add imx6qsabresd supportOtavio Salvador
Change-Id: I77cfb14fb92ac6750fab472b8a529a0157c899e0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-08imx-test: Condition the mxc_epdc_x11_fb_test installationLeonardo Sandoval
Condition the compilation/installation of the unit test '/unit_tests/mxc_epdc_x11_fb_test'. This binary is only valid on specific platforms (not yet supported by current layer) like IMX508. Tested on a Sabre SD i.MX6Q board. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3615 [YOCTO #3615] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-08gpu-viv-bin-mx6q: fix gc_vdk_types include pathJeremy Stashluk
The Freescale 12.09 release of the Vivante GPU binaries for i.MX6 bundles the gc_hal_*.h headers into the /usr/include/HAL directory. As packaged, inclusion of gc_vdk_types.h causes compilation to fail. Problem also exists when building with LTIB. Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-08qt4: Add a unreference instruction on qt4 phonon patchLeonardo Sandoval
Correct the qt4 phonon patch adding a statement which unreferences an object representing the freescale video sink. Tested on a iMX6Q machine using the fsl-image-gui image. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3572 [YOCTO #3572] Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
2013-02-07u-boot-fslc: Update GIT revision for 20130207 snapshotOtavio Salvador
This adds the upstream fixes released in 2013.01.01 plus a bugfix for iMX6 watchdog's power down bit that fixes the i.MX6Q SabreSD (rev C) reboot loop. Change-Id: If29b8a5c6caf8edb206143fd1ae51776153e3742 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-07linux-fslc: Update to 3.7.5 based kernelOtavio Salvador
Change-Id: I17fdb3af808cc732cd16f2e3a7fdb485d1bf43ee Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-05gst-fsl-plugin-2.0.3: fix build error due to missing uint declarationEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-05xf86-video-imxfb: fix build error due to missing uint declarationEric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-01gst-fsl-plugin (3.0.5): Fix build failure due missing 'uint' definitionOtavio Salvador
Change-Id: I5c888a540177eaa5a3e72b83e6af921e756c4c04 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-02-01gst-fsl-plugin: Update to version 3.0.5Daiane Angolini
Change-Id: I2687c2409b8fde90291da861b8f55ab102951317 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-02-01libfslparser: Update to version 3.0.5Daiane Angolini
Change-Id: Id4f113d909a517802f948abc3b32988e8ed9614b Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>