summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
2014-04-19u-boot-fslc: Fix native contamination for libsslOtavio Salvador
In case host does not have libssl available, mkimage will fail to run as the linking flags where not complete. Fixes [YOCTO: #6098] Change-Id: Ia7bd80b500ac6e60357f1e61d304bee4e3cb6832 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-31u-boot-fslc: Update to v2014.01 based releaseOtavio Salvador
This updates U-Boot to a v2014.01 based release. It includes following patches on top of prestine v2014.01 tag: 490069b mx6sabresd: Use LDO dtb file until PMIC support is added 6467f19 mx6slevk: Use LDO dtb file until PMIC support is added 5555f1b i.MX6: nitrogen6x: pedantic: BOOT_FROM==spi, not sd 029912e NET: fec_mxc: fix MDIO clock prescaler calculation 0163b4c ARM: imx6: fix wrong fec clk 9f120dc pci: mx6: Implement reset callback d016d9d mx6: Enable L2 cache support 8b8c015 mx6qsabreauto: Update imximage.cfg fbd6105 mx6: Distinguish mx6dual from mx6quad 7d7f526 imx: Introduce a header for the imx cpu versions 7717807 hummingboard: Return from cpu_eth_init() directly 58ea0f3 imx6: make sure MMDC_CHx_MASK is clear to avoid warm reset failure 8612ce3 imx6: ensure AHB clock is 132MHz in low freq boot mode 094a791 ARM: m53evk: Enable CONFIG_REGEX 778d80a ARM: m53evk: Rename mxc-nand to mxc_nand e470e26 ARM: mx6: Enable PCIe on Sabrelite 0a666db ARM: mx6: Add PCI express driver 274fd14 ARM: mx6: Add PCI express clock configuration 5aebc94 mx6sl: Adjust fdt_addr to avoid address overlapping 95a98c2 mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT cd0b4d9 MX6: Add SION flag to ENET_REF_CLK PAD Change-Id: I2bd74338c2e099b1e09cd504c6e8faefaa68d504 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-28alsa-state: Update MX6 settings for use with FSL 3.10.17-1.0.0 kernelLauren Post
This configuration is made for use with the 3.10.17-1.0.0 kernel and won't work with previous 3.0.35-4.1.0 one. Change-Id: Iceef47befdf1e09a364bcf992b7631dd163718c7 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-17mxsldr: Use 'autotools-brokensep' as out of tree build is not supportedOtavio Salvador
The out of tree build is not currently supported so disable it for now; this change is need to allow autotools to default to out of tree builds in future. Change-Id: Ib7827d3b6c818235da2d8fcb2f0f8e953a84c515 Reported-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-07PRINC removal from recipesOtavio Salvador
The PRINC use is deprecated and a patch bumping those is applied in OE-Core. As consequence we must drop those here as soon as possible to avoid PR changes in users feeds. Change-Id: I5bb3947d96b76716db67e2122c6a00ea695ca7bb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-05u-boot-imx: Bump PR so version does not go backwardsOtavio Salvador
This allow removal of the PRINC, which is deprecated and will be removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The equivalent change need to be updated in meta-fsl-arm-extra at same time, to avoid version to go backwards. Change-Id: I373a009a9d167b9b733274d0c17c95dedc1d9293 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-05imx-bootlets: Bump PR so version does not go backwardsOtavio Salvador
This allow removal of the PRINC, which is deprecated and will be removed after Yocto Project 1.6 release, from meta-fsl-arm-extra. The equivalent change need to be updated in meta-fsl-arm-extra at same time, to avoid version to go backwards. Change-Id: I440291fa887d7028fabc3b8a03660c991a8aa670 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-05imx-test: Unify package used by MX23, MX28, MX5 and MX6Otavio Salvador
Change-Id: Ic898b2562b08272ce6934321ed36ad9cf0a38c05 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-05imx-test: Don't install clocks.sh in MX6 as it uses 3.10 kernelOtavio Salvador
Kernel 3.10 uses the common clock framework, so the clock tree information can be retrieved from the standard /sys/kernel/debug location, which means we don't really need a custom clocks.sh script for the 3.10 kernel. You just don't need to install it if you use a recent kernel that deploys the common clock tree framework (like it is the case for MX6 running 3.10). Change-Id: Ief01c62025faa2927a226f9cd670e52dabb304be Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03u-boot-imx-mfgtool: Add 2013.04 versionOtavio Salvador
Add the FSL U-Boot i.MX 2013.04 version in the Manufacturing Tool variant to allow building a specific version for use with it. Change-Id: I1ccf806f283acb336efd06c018e0a206e261d22c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03u-boot-mfgtool.inc: Build a Manufactoring Tool variantOtavio Salvador
This makes a separated binary set for Manufacturing Tool use without clobbering the U-Boot used for normal use. Change-Id: Ie059e65581c999546586018975d3fa4a4b04e5d2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03imx-kobs: Upgrade to 3.10.17-1.0.0 versionLauren Post
This removes the virtual/kernel dependency as it builds properly against standard Linux headers; doing those changes the package stops to be machine specific and can be reused amount SoCs of same architecture. Change-Id: Ibea18acdfe25d40406b0a8e2e0f8583f4087ecb6 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03imx-uuc: Add 0.4 recipeOtavio Salvador
This provides the Universal Adapter user-space utility that is used to receive commands from the Manufacturing Tool by the Freescale UTP Protocol. Change-Id: I8b0532d45afefc3c50eb01aca8c595ed60be2552 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-03-03u-boot-imx: Upgrade for 3.10.17-1.0.0_beta releaseLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-26libmcc: bump to version 1.04Andy Voltz
This version was released to integrate the cflags and symlink patches. Drop the merged patches. Change-Id: If83033bc8f51ae2478e20754e8c8a3da58e002c4 Signed-off-by: Andy Voltz <andy.voltz@timesys.com> Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-24libmcc: Add minor changes to get recipe in better shapeOtavio Salvador
In order to use the same pattern from other recipes, the following changes were made in recipe: - Use summary as the description was short - Drop vendor name from summary - Put RDEPENDS after source fields - Add empty line between S and CFLAGS - Drop extra space in CFLAGS appending Change-Id: Iadf4b9e8dee308692925cf7e0b22df9b4cffb03a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-24mqxboot: Add minor changes to get recipe in better shapeOtavio Salvador
In order to use the same pattern from other recipes, the following changes were made in recipe: - Use summary as the description was short - Drop vendor from summary - Put RDEPENDS after source fields - Add empty line between S and CFLAGS - Drop extra space in CFLAGS appending Change-Id: I6adb237ffaae3b24ac2b28855d31ae93a3d019cb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-21mqxboot: add missing build dependency on kernel-module-mccAndy Voltz
mqxboot pulls in a header from kernel-module-mcc Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
2014-02-21libmcc: add missing build dependency on kernel-module-mccAndy Voltz
kernel-module-mcc provides a header which libmcc includes. also add cflags to pull this in Signed-off-by: Andy Voltz <andy.voltz@timesys.com>
2014-02-20imx-vpu: Upgrade to 3.10.17-1.0.0_betaLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-20imx-lib: Upgrade to 3.10.17-1.0.0_betaLauren Post
Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-20imx-test: Update to 3.10.17-1.0.0 versionLauren Post
Release in 3.10.17-1.0.0_beta version. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-12imx-test: Fix package strip logicOtavio Salvador
OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: Ia66db7a90e30bc587e74b40dca8979fa82c20de9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-02-12u-boot-imx: fix typo in 2009.08 recipeAndreas Henriksson
I noticed SRCBRANCH_mx5 was being specified twice. The first one should probably be "mxs" instead as the row below which specifies SRCREV for mxs. Signed-off-by: Andreas Henriksson <andreas.henriksson@endian.se>
2014-02-06imx-test: add missing runtime dependencyRogerio Nunes
The test scripts explicitly use bash instead of sh, so it's necessary to have bash as a runtime dependency in the imx-test recipe, otherwise, bitbake will fail when populating a rootfs that does not include bash. Change-Id: Ida97bbef7ca736cafa3874a7eabee8f8e942c715 Signed-off-by: Rogerio Nunes <rogerio.nunes@freescale.com>
2014-01-18imx-test: Remove unused patchOtavio Salvador
The patch 'mxc_x11_test-exclude-IMX-5-6-platforms.patch' is unused, drop it. Change-Id: I2a46ed1db19331b9c3b7c9d1d662bfd455afe00d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-18imx-test: MX23/MX28 depends on virtual/kernel onlyOtavio Salvador
The MX23/MX28 does not have VPU so we depends on virtual/kernel only. Change-Id: I5f0c0496d5d53d80eb7da50c371d0754d0711750 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-18imx-test: Fix build failure due lacking of module build systemOtavio Salvador
The 'module-base' class provides the infrastructure to ensure modules are buildable. This fixes the build failures caused by lacking of 'scripts/basic/fixdep' application. Change-Id: I996d169acdbec900042a21c0153799bbc57d09ee Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-18u-boot-fslc: Change SRCREV to 31d023bJohn Weber
Change SRCREV to 31d023b to make zImage default boot image for Wandboard. Signed-off-by: John Weber <rjohnweber@gmail.com>
2014-01-14u-boot-fslc: Update SRCREV to ceb6b623John Weber
Update the SRCREV to ceb6b623 to grab the latest commit which updates the fdt_addr variable to a higher address to ensure that the device tree binary does not overlap larger kernels during the unpack process. Signed-off-by: John Weber <rjohnweber@gmail.com>
2014-01-06u-boot-imx: Add branch informationOtavio Salvador
The new BitBake fetching code requires the revision to be available in a know branch so we need to provide this information here. This patch fixes 2009.08 and 2013.04 recipes. Change-Id: Id4bbdcadb72e09eb7880ecf19b49bba0ede64f8e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2014-01-06imx-test: Use the license text from common-licensesOtavio Salvador
The previous used license file (from OE-Core source) may change even if GPL-2 or MIT does not; so we now use the files from common-licenses. Change-Id: I6c3ea399461cc7b13721f7c33a83e227f460e448 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-12-27u-boot-fslc-mxsboot: Update SRC_URI for new fetcher behavior.Daiane Angolini
If SRCREV is not in the master branch, the SRC_URI must specify the branch. Signed-off-by: Daiane Angolini <angolini@gmail.com>
2013-12-10u-boot-fslc: Add branch to SRC_URI and separate recipe filesDan McGregor
Separate the recipe into two files in the same fashion as the kernel recipes. A u-boot-fslc.inc file contains the common settings for the recipe, and a .bb file contains the settings specific to the version of u-boot to be built (e.g. SRCREV, branch name). In addition, new versions of bitbake require that a branch be specified and that the SRCREV be in the specified branch. Set the branch in the SRC_URI. Branch code based on patch from Dan McGregor <danismostlikely@gmail.com> Change-Id: I89d017fa4cc3e7addbea89d49605f78e3d84e246 Signed-off-by: John Weber <rjohnweber@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-13imx-bootlets: Fix removal of symbolic link in do_deployJavier Viguera
Change-Id: I6c33382bf0df7ae71b76030ba3932ce426329913 Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-13u-boot-imx (2013.04): Update 3.10.9-1.0.0 alphaLauren Post
Change-Id: Ibf044f87e090ebdbf303a3dedd0ddf74e621ab08 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-11-08imx-lib.inc: Don't use sysroot/uapi extra includeOtavio Salvador
The uapi files are inside kernel source and we shouldn't have extra include paths here where it is not expected to be placed. Change-Id: Ieab7fa0cdb3a92e921ac4268f4dbc4fc8b9b080f Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-05imx-vpu (3.10.9-1.0.0): Fix build system to use OE build flagsOtavio Salvador
The build system needs to allow override of CC and AR variables so OE can pass proper flags for it; this includes a patch to allow it to happen and fix builds in O.S. Systems autobuilder. Change-Id: I974166244df3f743b21a00d705097602108449b2 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-11-04imx-vpu (3.10.9-1.0.0): Use imx-vpu.inc to avoid code duplicationOtavio Salvador
The code in 3.10.9-1.0.0 version was duplicating the logic used in the imx-vpu.inc so we removed this duplication. Change-Id: Ie6fc0c5f1a43f7a3bc2b89c155e47b8fa5cdb1a7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-10-31u-boot-fslc: Update to revision 079e2148Otavio Salvador
This includes following commit: commit 079e214888279518ce061c71238a74a0c3db2c28 Author: Fabio Estevam <fabio.estevam@freescale.com> Date: Mon Sep 30 13:16:52 2013 -0300 ARM: mx5: Enable L2 cache Enable L2 cache for improving the system performance. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Change-Id: I33c66775b42e46beff8868daeb46404541c2f387 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-10-30imx-vpu: Add 3.10.9-1.0.0 recipeLauren Post
This was previously part of imx-lib but separated starting in 3.0.35-4.1.0 because vpu is Freescale Proprietary license. Note that libvpu was previously part of imx-lib but has been pulled out because vpu is now Freescale Proprietary license Change-Id: I3293b94ee3c3474d305c13c0c8c62480317713fc Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-10-30imx-test: Upgrade to 3.10.9-1.0.0Lauren Post
imx-test includes exclusion for imx6 solo lite for vpu test cases and inclusion on epdc test cases Previous patches on imx-test have been applied to imx-test package Update to handle 3.10 kernel uapi directory which has the mxc headers Change-Id: Ifc98af6ca1c035879dba0ccb94ade5e0b276db03 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-10-30imx-lib: Upgrade to 3.10.9-1.0.0Lauren Post
This includes following main changes: - imx-lib requires uapi header include for 3.10 kernel - imx-lib no longer contains imx-vpu so all of imx-lib is LGPL - libvpu is now in a separate component so eula-unpack inherit is not required Also will not build libraries on mx6 only applicable to mx53 Previous kernels supported all the headers but 3.5.7 and 3.10.9 linux-imx do not inclue mx53 headers Change-Id: Ia747ee6adf2c2e1a3425ae183ac9e3e0018c5a79 Signed-off-by: Lauren Post <lauren.post@freescale.com>
2013-10-30u-boot-fslc: Update to revision commit 38322587Otavio Salvador
This includes following commit: commit 3832258715cd19aa3e26ac5f35ef7be230454924 Author: Otavio Salvador <otavio@ossystems.com.br> Date: Tue Oct 29 15:00:24 2013 -0200 mx6sabre{auto,sd}: Change FDT loading address to avoid overlaping The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and with the previous loading address we had ovelap; change it for the same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot. Tested-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I7bf08f962b7956ba6f4c645a1d3ed0188eb8ac0d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-10-28alsa-state: Fix mx6 buffer timeDaiane Angolini
When the buffer time is 512000, there are many audio bitstreams can't be played, like 88.2k/6channles/16b on sabre_SD and 96k/24b/6channels on sabre_auto. Because ALSA can't calculate a suitable playback parameter group (period_size, period_time, period_count, buffer_size, buffer_count and so on) for these bitstreams. So update the buffer time to 450000, which will fix the problem. Change-Id: Idf2c59c3e5a2447f5d22e00d9f1b35ddb1a6fc4d Signed-off-by: Wang Shengjiu <B02247@freescale.com> Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-10-18imx-test: Add dependency on imx-vpu1.5Daiane Angolini
Change-Id: Id3dce7c7531acb790e289438adfe08b5b9bcf87c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-10-18imx-vpu: Add imx-vpu version 11.09.02Daiane Angolini
This package wraps lib-vpu with proper licensing. Change-Id: I21da011672eb2ce7c000abd4f5ed10baec58d9ba Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-10-18imx-lib: Move from 11.09.01 to 11.09.02Daiane Angolini
The lib-vpu must be remove from imx-lib package due to a license conflict. Beside that a list of patches was included over 11.09.01: * ENGR00277379 yocto: Makefile changes to build on Yocto * ENGR00272020 Add EULA.txt to VPU lib directory * ENGR00215182 HDMI CEC:Add Makefile of hdmi-cec lib * ENGR00234665 Enable pxp library building * ENGR00230334: Fix for GCC 4.6 toolchain and build warnings * ENGR00221837-2 ipu lib: only build for i.MX5 platform * ENGR00179726-2 Add VDOA V4L support to VPU unit test * ENGR00177165: Fix build error of missing videodev.h * ENGR00174611: Configured ePxP lib for MX6 * ENGR00170744 IPU lib:Control interface supports allocating pmem buf * ENGR00170632 IPU lib:Allocate pmem buf for rotation buf * ENGR00170455 IPU lib:Change head file for flash Change-Id: I034f22535d78edfce08519eead0310b2a8b4e4a0 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2013-10-18u-boot-fslc: Update to 2013.10 based releaseOtavio Salvador
This updates the U-Boot fork to a 2013.10 based release and include following changes on top of that: 4b2e99f mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT 60fe20e mx28evk: Extend environment to easy write of NAND system e2f0dee mx28evk: Add 'nandboot' environment command 319cafc mx28evk: Use 512k for fdt partition to align it e92e0d3 imx_watchdog: do not soft-reset while watchdog init Change-Id: Ib875751bdc66325fb8237c553529a2462bd76176 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2013-10-14alsa-state: Add default state values for mx5/mx6/mxsDaiane Angolini
In order to create asound.state: * alsamixer - adjust any parameter (i.e. volume) * alsactl store - copy the current alsa parameters to /var/lib/alsa/asound.state * use asound.state as new default value Change-Id: I4a313d8250207d13dd1c193a353f93b4f5b6f74e Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>