summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-imxfb: avoid QA error No GNU_HASH in elf binaryAdrian Alonso2012-05-211-1/+3
| | | | | | | * Avoid QA error by skip the QA test for ldflags * Increase PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* amd-gpu-x11-bin-mx51: avoid QA error No GNU_HASH in elf binaryAdrian Alonso2012-05-211-1/+5
| | | | | | | * Avoid QA error by skip the QA test for ldflags * PR increase Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* libz160: avoid QA error No GNU_HASH in elf binaryAdrian Alonso2012-05-211-3/+7
| | | | | | | * Avoid QA error by skip the QA test for ldflags As this is prebuilt library Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx28evk: use ttyAMA as debug serialOtavio Salvador2012-05-211-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use ttyAMA as debug serialOtavio Salvador2012-05-212-1/+44
| | | | | | | Follow the debug serial device name of i.MX23 and i.MX28 used in mainline kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: remove i.MXS specific code from i.MXOtavio Salvador2012-05-211-6/+0
| | | | | | | i.MXS generation is now handled completely separated so i.MX doesn't every gets called for 'mxs' SoC family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: use MiB size to generate i.MX SD cardsOtavio Salvador2012-05-211-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: drop typo in comments generation commandsOtavio Salvador2012-05-211-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk: remove deprecated XSERVER packagesOtavio Salvador2012-05-211-3/+0
| | | | | | | Nowadays the evdev driver, from Xorg, can handle keyboard, mice and touchscreen so we don't need to install the old drivers anymore. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-191-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #9 from agherzan/masterOtavio Salvador2012-05-181-2/+2
|\ | | | | Some fixes in the class where the sd-image is generated
| * image_types_fsl: Fix the size of the created file fs with mkfs.vfatAndrei Gherzan2012-05-191-2/+2
| | | | | | | | | | | | | | | | It looks like mkfs.vfat is using 1024B block size. The returned value of BOOT_BLOCKS was in blocks of 512B. This needs to be changed in blocks of 1024B. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * image_types_fsl.bbclass: Fix the calculation of BOOT_BLOCKSAndrei Gherzan2012-05-191-2/+2
|/ | | | | | | In awk the first cell/item is $1 not $0 in this way the size of the partition from parted is actually $4 not $3. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* u-boot-imx: add COMPATIBLE_MACHINE infoOtavio Salvador2012-05-171-0/+2
| | | | | | This ensure the recipe is not parsed in incompatible machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: document i.MX and i.MXS differences in partitioningOtavio Salvador2012-05-171-14/+28
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (3.0.15): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (3.0.15): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.38): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (2.6.38): use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-test: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-firmware: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-audio: use SoC name for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-171-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-audio: merge common files in SoC family onesOtavio Salvador2012-05-174-45/+1
| | | | | | | We provide mx5 and mx6 configurations leaving imx53ard as the only exception. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #8 from trygvis/masterOtavio Salvador2012-05-122-4/+53
|\ | | | | Fix elftosb build.
| * elftosb: Adding patch to build on my Debian x86_64 box.Trygve Laugstøl2012-05-122-4/+53
| | | | | | | | Signed-off-by: Trygve Laugstøl <trygvis@inamo.no>
* | xserver-xf86-config: mx6: Use fbdev driverRogerio Pimentel2012-05-112-8/+4
|/ | | | | | | Use fbdev instead imx driver on xorg.conf Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* xserver-xf86-config: add mx6 Xorg configurationOtavio Salvador2012-05-021-0/+45
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabrelite: add XSERVER definition using fbdev driverOtavio Salvador2012-05-021-0/+6
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: split sdcard generation by SoC familyOtavio Salvador2012-05-021-10/+48
| | | | | | | | i.MXS and i.MX SoC families has enough partition layout differences that justify to have a specific code for each SoC family to easy maintenance and readability of code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Fix fetch URL for elftosbRadoslav Kolev2012-05-011-1/+1
| | | | Signed-off-by: Radoslav Kolev <radoslav@kolev.info>
* imx28evk: add default image fstypesOtavio Salvador2012-05-011-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: remove image fstypes definition to i.MXS SoCsOtavio Salvador2012-05-011-2/+0
| | | | | | | The SoC image fstypes needs to be assigned in the machine definition or the default ones are not used. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: avoid use of 'sed' to change partition typeOtavio Salvador2012-04-301-1/+1
| | | | | | | | The 'sed' might fail in some systems due user right and restrictions so we use 'dd' and 'echo' to do the same trick. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: "John Passaniti" <jpassaniti@ashly.com>
* image_types_fsl.bbclass: use a sparse file for sdcard generationOtavio Salvador2012-04-301-1/+2
| | | | | | | | This speeds up the generation of the sdcard and reduces the amount of space used for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reported-by: "John Passaniti" <jpassaniti@ashly.com>
* imx28evk: add machine definitionOtavio Salvador2012-04-301-0/+41
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: generates mxs' u-boot bootstream binariesOtavio Salvador2012-04-301-1/+19
| | | | | | | | | The mxs SoC family requires use of a bootstream in bootloader but at this moment only SDCard format is supported. The image for use is 'u-boot.mxsboot-sdcard' and this is also the file extension of the generated file beside of regular u-boot binary. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx: add imx28evk configurationOtavio Salvador2012-04-303-1/+2215
| | | | | | | | The kernel configuration has been imported from Freescale's official GIT repository, for 2.6.35.3 recipe, but with CONFIG_ROOT_NFS disabled as we use the NFS server in user-mode. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-mxsboot: addOtavio Salvador2012-04-301-0/+25
| | | | | | | Adds a native and nativesdk tasks that allow for automation of image generation for 'mxs' SOC family. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-imxfb: move rdepends to PN onlyOtavio Salvador2012-04-301-2/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-xf86-config: mx5: drop unused configurationsOtavio Salvador2012-04-292-37/+1
| | | | | | | | Nowadays Xorg can mostly auto-configure itself so xorg.conf ought to be used as less as possible; this drops the settings that Xorg ought to generate by itself. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop mouse and keyboard drivers provided by evdev nowadaysOtavio Salvador2012-04-291-2/+0
| | | | | | | X11 uses evdev for keyboard and mouse support so we can drop the unused drivers for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: force use of u-boot-imxOtavio Salvador2012-04-291-0/+7
| | | | | | | U-Boot's mainline lacks support for Ripley's PMIC so until it get's fixed we need to avoid the switch for it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: mx53qsb: fix environment to work with generated sdcard layoutOtavio Salvador2012-04-292-2/+54
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: update to 2.6.38.11.11.01 versionOtavio Salvador2012-04-291-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-imx: add PROVIDES for u-bootOtavio Salvador2012-04-291-0/+2
| | | | | | | This allow use of u-boot-imx as alternative for u-boot for machines where u-boot's mainline lack features or complete support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* image_types_fsl.bbclass: add support to skip u-boot paddingOtavio Salvador2012-04-291-1/+2
| | | | | | | u-boot-imx has padding by default and machines using it need to skip it when generating the sdcard. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: do not pass '-lnp' to jffs2 image generation commandOtavio Salvador2012-04-271-2/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: drop TODO itemsOtavio Salvador2012-04-271-4/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* README: the layer do not depends on Meta-OEOtavio Salvador2012-04-271-4/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: update from 2012.04 to 2012.04.01 releaseOtavio Salvador2012-04-251-2/+2
| | | | | | | This fixes a critical bug in command line processing thus it is a mandatory update for us. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>