summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* imx35pdk: Fix machine name and description, include SOCDaiane Angolini2013-04-291-2/+3
| | | | | | | | | | Include vendor name to machine name Fix machine name Include SOC Fix description Change-Id: I078fae0e46bb7723b0541676087cd0aedd93f589 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx31pdk: Fix name and description, add SOCDaiane Angolini2013-04-291-2/+3
| | | | | | | | | | Include vendor name to machine name Fix machine name typo Include SOC Fix description typo Change-Id: I47a1bacae17e64b21c77dfdc8ba17f3110b9dafc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx28evk: Fix machine name, include vendor nameDaiane Angolini2013-04-291-1/+2
| | | | | | | | | Include vendor name to machine name Fix machine name capitalization Include SOC Change-Id: Iff15152d6350425e4ac2ea9c8bc411edbd9fb98d Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx23evk: Fix machine name, include vendor nameDaiane Angolini2013-04-291-1/+2
| | | | | | | | | Include vendor name to machine name Fix machine name capitalization Include SOC Change-Id: I060ee90e17c506bd05d3727f17a5c6fd8cfb73c9 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* mxs-base.inc: Use 'linux-fslc' by default on mx23Fabio Estevam2013-04-251-1/+3
| | | | | | | | | | 2.6.35 1.1.0 branch does not officially support mx23. Let's use 'linux-fslc' as the default kernel for mx23. Also disable perf only for mx28. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* u-boot-fslc: Update to patches-2013.04's 20130415 snapshot based on 2013.04-rc3Otavio Salvador2013-04-191-2/+2
| | | | | | | | This updates to U-Boot 2013.04-rc3 based code and changes the U-Boot target for using in i.MX31PDK as it was changed in this release. Change-Id: I670abc0bf709c86ebff8195b9dab00b21f2c4615 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Fix UBOOT_ENTRYPOINTFabio Estevam2013-04-181-2/+1
| | | | | | | | Correct entry point for mxs is 0x40008000. Also remove the unneeded UBOOT_LOADADDRESS. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base.inc: Place UBOOT_ENTRYPOINT into common locationFabio Estevam2013-04-183-4/+1
| | | | | | | | Place the entry points for mx31 and mx35 into the common imx-base.inc instead of having them in board .conf files and also remove the unneeded UBOOT_LOADADDRESS occurrences. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base.inc: Fix UBOOT_ENTRYPOINTFabio Estevam2013-04-181-4/+4
| | | | | | | | | The recommended entry points for generating a uImage are the ones listed in the zreladdr line of the kernel Makefile.boot file: (arch/arm/mach-<soc>/Makefile.boot) Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* Fix use of SOC_FAMILY as the most right value is preferredOtavio Salvador2013-04-1711-11/+11
| | | | | | | | | | | The SOC_FAMILY uses the MACHINEOVERRIDES and it evaluates from left to right. In this case, the most SoC specific value needs to be kept in the right so it take precedence. This has been catch when finding out why i.MX6SL EVK where using the wrong value as entry point, and this was the root cause. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Do not assign UBOOT_LOADADDRESSOtavio Salvador2013-04-171-8/+1
| | | | | | | | | The code uses UBOOT_ENTRYPOINT as default value for UBOOT_LOADADDRESS so we don't need to have the variable UBOOT_LOADADDRESS set unless it's different from UBOOT_ENTRYPOINT. This also fix the i.MX6SL entry point hex format. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Override GStreamer plugins for i.MX3Otavio Salvador2013-04-171-0/+1
| | | | | | | i.MX3 doesn't has GStreamer plugins packaged so we need to avoid its installation for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Avoid including imx-audio for every SoC familyOtavio Salvador2013-04-171-1/+3
| | | | | | | | The imx-audio package is currently only available for i.MX5 and i.MX6 so we should include it in every SoC family. This fixes i.MX31 and i.MX35 image build due unsatisfied dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Disable firmware include for not fully supported BSPsOtavio Salvador2013-04-171-4/+6
| | | | | | | | The i.MX25, i.MX27, i.MX31 and i.MX35 are not fully supported and we don't have the firmware package for them so comment them out so it doesn't break the build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Use U-Boot 2009.08 from FreescaleOtavio Salvador2013-04-171-0/+2
| | | | | | | The U-Boot 2013.04 does not has support for i.MX6DL SabreSD so ensure we use U-Boot 2009.08 until it is added. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: Set MACHINE_GSTREAMER_PLUGIN as gst-fsl-pluginDaiane Angolini2013-04-101-0/+3
| | | | | | | | The multimedia plugins provided by Freescale will be installed by default when adding gstreamer to image. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Change-Id: Idae0e65cb469643bd866caa3ed77af86f554616c
* imx-base.inc: Remove preferred version override for i.MX6DLOtavio Salvador2013-04-091-1/+0
| | | | | | | Allow use of U-Boot mainline as default for i.MX6DL based boards. Change-Id: I985d82b04238b7b9677b556f5986d9557ad11c2c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6slevk: Use U-Boot mainlineOtavio Salvador2013-04-092-3/+0
| | | | | Change-Id: I8e5b3d6b31267f6cfcfe11be9a7aa4d6a5fdfec0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: Use U-Boot by defaultOtavio Salvador2013-04-091-4/+3
| | | | | | | | | The U-Boot now supports the imx23evk board so we now use it by default. The imx-bootlets support is still available in case someone needs it. Change-Id: I321e1b8e461e5bdfa9995964e4ab1c779c222c6b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: Add U-Boot common definitionsOtavio Salvador2013-04-092-5/+5
| | | | | | | | | This removes the U-Boot common definitions from imx28evk board as they are shared with all 'mxs' SoCs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I44d33aa54971534c07a240e6cf88c0c4b3051f25
* imx28evk: Add mx28 to SoC familyOtavio Salvador2013-04-091-0/+2
| | | | | Change-Id: I49ac52d1289aedbcda6ad1399bf04ae363f43dc4 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx23evk: Add mx23 to SoC familyOtavio Salvador2013-04-091-0/+2
| | | | | Change-Id: If9dbc35a3ad2253e3433c3f90837b9559bf435d9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabrelite: Move to SabreLITE to meta-fsl-arm-extraOtavio Salvador2013-04-061-16/+0
| | | | | | | | | The SabreLITE is much better supported by Boundary kernel as being not fully supported by Freescale new BSPs it should be moved to the Extra layer where we can properly support it. Change-Id: Ie6465c35a243cb199c3499eb4336c9638c9ce6ab Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Use xserver-xorg 1.11.4 version for i.MX6Otavio Salvador2013-04-021-0/+2
| | | | | | | | We have problems supporting newer Xorg Video API so we're forcing the use of an older version of Xorg server to workaround it. Change-Id: I369619a489f2b4b0ba963efb0c937f9568d772f0 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Fix machine descriptionOtavio Salvador2013-03-301-2/+2
| | | | | Change-Id: I7c1b6324925f8d9b5d534cb9ab5999d5e864597e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6dlsabresd: Add machine definitionDaiane Angolini2013-03-222-0/+17
| | | | | | | | Add machine definition for Freescale i.MX6DL SabreSD board. Also called i.MX6DL SDP Change-Id: I4bfa8568109bc76e1f4880dbb7266691e25874cc Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx6slevk: Add machine definitionDaiane Angolini2013-03-222-0/+20
| | | | | | | Add machine definition for Freescale i.MX6SL EVK board Change-Id: I696ca2dc1705d2095afbf2f16c62ed79404966ad Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx31pdk, imx35pdk: Use XSERVER from imx-base.incFabio Estevam2013-03-132-8/+0
| | | | | | XSERVER is already defined in imx-base.inc, no need to re-define it again. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx31pdk, imx35pdk: Remove 'kernel26' featureFabio Estevam2013-03-132-2/+2
| | | | | | | | 'kernel26' feature has been already removed in oe-core. No need to keep this anymore. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* imx-base: add imx6dl mapping for firmwareJohn Weber2013-03-091-0/+1
| | | | Signed-off-by: John Weber <rjohnweber@gmail.com>
* imx35pdk: Drop wrong executable attributeOtavio Salvador2013-02-271-0/+0
| | | | | Change-Id: Ib4a16f5c02fb93490dae70e316ac9883b2da1f9a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers: Use Yocto's default to avoid same arch rebuildsOtavio Salvador2013-02-172-2/+0
| | | | | | | | | | 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>
* imx-base.inc: Set interfaces provided by i.MX6 GPU librariesOtavio Salvador2013-01-151-0/+7
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Set linux-libc-headers to iMX3 SoCsOtavio Salvador2013-01-111-0/+1
| | | | | | | The iMX3 SoCs need to use regular linux-libc-headers as the linux-libc-headers-imx does not support this SoC family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Centralize the preferred kernel for i.MX3X SoCsOtavio Salvador2013-01-073-4/+2
| | | | | | | | | The preferred kernel for i.MX3X SoCs are the same so we should set it in imx-base.inc. The previous setting were not working as the board files were using weak setting and the default (linux-imx) were being used by mistake. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: Use 'fsl-arm' for collection nameOtavio Salvador2013-01-041-3/+3
| | | | | | | The 'freescale' collection name is too generic without making clear which architecture it supports. Using 'fsl-arm' we make it clear. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESAndrei Gherzan2013-01-041-2/+2
| | | | | | | | | | http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* udev: Drop bbappend as Meta-OpenEmbedded does not has it anymoreOtavio Salvador2012-12-181-2/+0
| | | | | | | | The OpenEmbedded-Core has update udev to 182 so making Meta-OpenEmbedded one no more required. This allow us to simplify the layer and remove a default dependency in Meta-OpenEmbedded. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-providers.inc: u-boot recipe was renamed to u-boot-fslAndrei Gherzan2012-12-161-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
* imx-base.inc: Allow mx6 to use accelerated codecsDaiane Angolini2012-11-271-1/+0
| | | | | | | | Drop the limitation for mx6 family for gstreamer. Allow mx6 family to use accelerated codecs for gstreamer. Change-Id: I182d50b48b2979a680c0a0ba602f077f30136ce9 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base: Use xf86-video-imxfb-vivante for iMX6 targetsOtavio Salvador2012-11-231-0/+1
| | | | | | Change-Id: I9fb4fa04aef988fb8fd3105ab9444276ea0cbc29 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: Add iMX6 firmware informationOtavio Salvador2012-11-221-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base: Allow UBOOT_SUFFIX to be define on local.confDaiane Angolini2012-10-301-1/+1
| | | | Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base.inc: Do not force inclusion of imx-libOtavio Salvador2012-10-291-3/+4
| | | | | | | | The imx-lib doesn't need to be explicitly included as it will be included onto the image if a package using it is included. Change-Id: I8e9ad632894aff79c5fed23b1ae3862bd78a4f47 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabreauto: Add machine definitionOtavio Salvador2012-10-191-0/+16
| | | | | Change-Id: Ib495f2861be3f5906c533d4771e2331676214e99 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Consolidate common configurations among iMX5 and iMX6 SoCsOtavio Salvador2012-10-156-34/+15
| | | | | Change-Id: I3afbbe9acc2fe91bbbb2caf246cfb781e030e2d5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Add machine firmware configuration for iMX SoCsOtavio Salvador2012-10-153-4/+17
| | | | | Change-Id: Ie8501d8e4336d80a7ab6c4c0415562229b2213dd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Use SoC model in SoC family informationOtavio Salvador2012-10-157-7/+7
| | | | | Change-Id: I952910e3d6d96a78acbeacad31cbf1034f31cce5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-eula-unpack.bbclass: Support Freescale EULA binaries unpackOtavio Salvador2012-10-021-0/+2
| | | | | | | | | This class provides the mechanism used for unpacking the .bin file downloaded by HTTP and handle the EULA acceptance. Change-Id: I88857c7dac94568c5bced4e712744087638de68a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base.inc: Fix mx5 GPU library API supportOtavio Salvador2012-09-301-1/+3
| | | | | | | | The mx5 GPU libraries provide OpenGL ES1, OpenEGL and OpenGL ES2 only so we need to ajust the PREFERRED_PROVIDER. Change-Id: I569fabc91349c3d3a8804ff72e67e9bcc88b1267 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>