aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-30imx-base: Allow UBOOT_SUFFIX to be define on local.confDaiane Angolini
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-29imx-base.inc: Do not force inclusion of imx-libOtavio Salvador
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>
2012-10-29image_types_fsl: Align SD partition and optimize final SD imageAndrei Gherzan
SD image file was 4G in size but actually the rootfs partition was only 60MB (in some images). The image file size is not fixed anymore but calculated inside this class. In this way we will setup the partition for rootfs to fit the ext file used as SDIMG_ROOTFS. By default the free space is calculated with IMAGE_OVERHEAD_FACTOR which is by default 1.3. If more free space is needed this can be overwritten. IMAGE_ROOTFS_ALIGNMENT set at 4096. This should be the best value for a SD card. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-29linux-imx_2.6.35.3.bb: Improve 1080p playbackFabio Estevam
Bump kernel and header SRCREV_mx5 so that the triple buffer patch is applied. It fixes 1080p stress tests playback issues and now 1080p can be played smoothly for several days. The original issue happens only when playing 1080p content on a 1080p display. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-10-21udev: Use oe_filter_out to switch to git sourceAndrei Gherzan
Don't redefine SRC_URI just to replace source. We can use oe_filter_out and have this done in one line. Don't append FILESEXTRAPATHS as we don't yet use any local files. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-21README: Add info about meta-oe dependency and BBMASKAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-19fsl-mm-mp3enc-codeclib: Add PACKAGE_ARCH definitionDaiane Angolini
The package holds binary files that will only work for the correct architecture. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-19gst-fsl-plugin: Changed version specific code to gst-fsl-plugin.incDaiane Angolini
Added PLATFORM for mx5 family into EXTRA_OECONF Placed patch for specific version inside its file Change-Id: I5d51ac1180e46894c19cacec6d10836e21e81d54 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-19fsl-mm-mp3enc-codeclib: update to use inc fileDaiane Angolini
Move common configuration code to fsl-mm-mp3enc-codeclib.inc file. Change-Id: I78d1194d91c873c59f991be18bead3d16506c0c6 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-19imx6qsabreauto: Add machine definitionOtavio Salvador
Change-Id: Ib495f2861be3f5906c533d4771e2331676214e99 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-19u-boot-mxsboot: Update to 2012.10 versionOtavio Salvador
Update the version to a 2012.10 based branch. Change-Id: I54b1177f7a344d9a28070f259ed380775b61eac5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-19u-boot: Update to 2012.10 versionOtavio Salvador
Update the version to a 2012.10 based branch. This also remove the hack to avoid use of gold for linking as the fix has been merged in upstream tree. Change-Id: Iab30dd07d6fb4a519b46b248d1de2df8623e31e6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-19linux-libc-headers-imx_2.6.35.3.bb: Fix the SRCREV for mxsFabio Estevam
Kernel 2.6.35 is used by mx5 and mxs, but they currently use two different branches. Point SRCREV according to the correct branch for each SoC family. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
2012-10-18README: Change adviced branch for 'master'Otavio Salvador
Change-Id: I152dfe7ee26adf296455507923dc3914cd8d1c22 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-18README: Update to point to Yocto GIT serverOtavio Salvador
Change-Id: I01d0e79f8d391172c488fc7764e3782157add51a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-18README: Improve command example for sending patchesOtavio Salvador
Change-Id: I9511516af6d092f8d5e2f5126a3920aeaf940eef Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-18README: Add information about EULAOtavio Salvador
Change-Id: I66a20ef681e150656432e1cded5b2213a51cd265 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15u-boot-imx: Update UBOOT_PADDING variableMahesh Mahadevan
UBOOT_PADDING is set to 2 for the iMX FSL Git U-Boot Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-10-15u-boot-imx: Fix the patch for the default environment variableMahesh Mahadevan
The patch was pointing to the wrong partition to read the kernel and filesystem. With this fix, the boot on MX53 QSB should succeed with u-boot-imx Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-10-15u-boot-imx: Fix the build and GIT repository locationMahesh Mahadevan
1. u-boot-imx build was broken after making the switch to open source u-boot. Added UBOOT_MACHINE defines since the u-boot config names are different from that used in the denx GIT repository. Also added defines UBOOT_MAKE_TARGET & UBOOT_SUFFIX given the older version of the u-boot code used. 2. Added 'HOSTSTRIP=true' to EXTRA_OEMAKE for build to succeed. 3. Use git.freescale.com to get the u-boot source code. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@freescale.com>
2012-10-15imx-test.inc: Replace board specific information with SoCOtavio Salvador
The use of SoC information allow generic handle of iMX51 and iMX53 boards. Change-Id: Ie1e73c6a982db856d9f1ca9566111d2a7eb3ecfc Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15imx-lib: Make patch files specific for 11.09.01 versionOtavio Salvador
Change-Id: Ieab6a5423e7f66a8e776656f1376669f4c5b9d39 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15Consolidate common configurations among iMX5 and iMX6 SoCsOtavio Salvador
Change-Id: I3afbbe9acc2fe91bbbb2caf246cfb781e030e2d5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15Add machine firmware configuration for iMX SoCsOtavio Salvador
Change-Id: Ie8501d8e4336d80a7ab6c4c0415562229b2213dd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15firmware-imx: Refactor recipe to avoid useless files in rootfsOtavio Salvador
The recipe now generate a set of packages for each SoC so it avoids including useless files in rootfs. The architecture of binaries has also been change to all as it is in binary form. Change-Id: I912df305c0cda3a60e88a8e939f002464fd374ff Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15firmware-imx: Move specific filesOtavio Salvador
The 11.09.01 has some specific files and those ought to be in the version recipe. Change-Id: I6749648927a122b8652323321757844618660b67 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15Use SoC model in SoC family informationOtavio Salvador
Change-Id: I952910e3d6d96a78acbeacad31cbf1034f31cce5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15qt4: Add bbappend to 4.8.3 versionOtavio Salvador
Change-Id: I0dfc473ba6ecc928d81e77614fb04467f28acca6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15linux-libc-headers-imx (3.0.15): Fix build if no networkOtavio Salvador
To allow building without network access we cannot point to tags but use the revision. Change-Id: I10a036542042aa004f2b013a5f02cf0872292df8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-15linux-libc-headers-imx (2.6.35.3): Update version to use for headersOtavio Salvador
This updates the recipe to use a more recent version for headers and drop merged patch. Change-Id: I6a67fabdcaf6ec11c5c7cc038b61be842962df64 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-04linux-imx: Fix GIT hash inclusion at local versionOtavio Salvador
Change-Id: Ibac84d9c40dc8ee6d5bfe992a474663283dd4b54 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-03qt4-embedded: Add a dependency on virtual/libgles2Otavio Salvador
Change-Id: Ie57aaaffdb3fcdcda95a80d5addb7c609ceb9a81 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-03qt4-x11-free: Add a dependency on virtual/libgles2Otavio Salvador
Change-Id: I4373321ea020ea4dfcccb129bd5d7c8fbb258b32 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02linux-imx (3.0.15): Change local version for use with GIT hashOtavio Salvador
As we now include the GIT hash we don't need to use a date at local version. Change-Id: I4e66dd8944b53e7b3d6532a1f43a0c36450730eb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02linux-imx (2.6.35.3): Update mx5 GIT revisionOtavio Salvador
When playing video via HDMI, audio via SPDIF, the system may hang. This patch is used to add SPBA as secondary clock of ASRC, ESAI,SPDIF. Change-Id: I2ba44803245505cb7de739b961a0eea9f58a4b1f Signed-off-by: Lily Zhang <r58066@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02linux-imx (2.6.35.3): Change local version for use with GIT hashOtavio Salvador
As we now include the GIT hash we don't need to use a date at local version. We also fix the local version override for 'mxs' SoCs that were not being used. Change-Id: I796cb3a90b1ae879e807fe1580cb0e2f11f6cf4e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02linux-imx.inc: Add support to include GIT hash in local versionOtavio Salvador
When SCMVERSION is 'y' the GIT version is include in the local version along the value at LOCALVERSION setting. Change-Id: I973c2d098910c88db6e26ee6006fadaa23c09204 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-02libz160: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I004013e8eb78a9d1d4855527d2772bc696389c52 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-02amd-gpu-x11-bin-mx51: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I9f5a8fdeedfbefe7f7f8dc9ef4082fe5ce8e07ae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-02fsl-mm-mp3enc-codeclib: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I597bc6fa5225e62ca69052ea1116fde3a348a6bf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-02fsl-mm-flv-codeclib: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: Ied8c1644cb40cd3fff5b3d0532e1a6f9c6ba35f3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-02fsl-mm-codeclib: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: If10646791bfca5b464d7e5ce39d8fb35a3480080 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-02firmware-imx: Use fsl-eula-unpack class to handle EULAOtavio Salvador
The package can now be fetch from Freescale HTTP server avoiding the binary file being dumped on the repository. Change-Id: I8a627d7bc4ab2103ae9f7c68eba403427885ac95 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-02fsl-eula-unpack.bbclass: Support Freescale EULA binaries unpackOtavio Salvador
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>
2012-09-30mesa-dri: Override provided OpenGL API set for mx5 SoCsOtavio Salvador
For mx5 SoCs, mesa-dri ought to provide just virtual/libgl as the other variations will be provided by the GPU library. This overrides the 8.0.4 and git recipe versions. Change-Id: I62b1c23128870b328a931e6924c41253106ecdda Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-30cogl: Depends on virtual/libgles2 instead of virtual/libglOtavio Salvador
The mx5 GPU libraries do not provide the OpenGL API but OpenGL ES2 one so we adjust the depends and build option for it. During test from a clean build, it was also find it was lacking a depends on libxdamage so it has been also added. Change-Id: I6b624d1d62a4f00a7d99de3f1fbc93ff5bc77bae Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-30xf86-video-imxfb: Add rdepends on xserver-xorg-module-exaOtavio Salvador
This module is required for Xorg to work so we need to depends on it. Change-Id: I0c09e11014a78232972aa5ccc22c8a833dd09ced Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-30xf86-video-imxfb: Drop a explicit rdepends against amd-gpu-x11-bin-mx51Otavio Salvador
The needed dependencies are calculated based on the symbols used by the driver. Change-Id: I62885e177461516344c4f944a5f31ddc4527dba8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-30amd-gpu-x11-bin-mx51: Fix handling of acceleration librariesOtavio Salvador
The package has been completely redone to split the libraries into specific packages and provide runtime replacement for 'mesa' alternatives. Change-Id: I8d2c89d2efb47ebd04c8664008f9f9818e689077 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-09-30imx-base.inc: Fix mx5 GPU library API supportOtavio Salvador
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>