aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-12-15xf86-dri-vivante: xf86-video-vivante renamed to xf86-video-imxfb-vivanteAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-12-14linux-imx.inc: Drop support for denzilOtavio Salvador
The code can be simplified if we drop denzil support making it easy to understand. denzil doesn't provide KERNEL_SRC_PATH so we had provided a workaround for it. This patch removes the workaround. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-12image_types_fsl.bbclass: Add support to install boot scriptsOtavio Salvador
Some machines might want to provide boot scripts for use. This now can be accomplished using BOOT_SCRIPTS variable in following format: <source>:<destination> Thus any file in deploy directory can be installed in the boot partition of the sdcard, easily. Change-Id: Ic1eafd2be3559b5c9da43dcc6f54f1b480dbc647 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-12image_types_fsl.bbclass: Add support to not use bootloader for iMXOtavio Salvador
Some machines might come with a bootloader in an internal flash (a SPI NOR, for example) so not requiring a boot loader in the image. Change-Id: Id1a69c6c6b60639694a64b2b7badd16ee4b0d2f7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-04fsl-eula-unpack: Avoid unbound local exception.Alex Gonzalez
This commit fixes an unbound local exception caused by save_cwd not being defined when fsl-eula is not true. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-03libfslparser: Drop the package split as gst-fsl-plugin dlopen themOtavio Salvador
As gst-fsl-plugin dlopen the parser libraries and shlibs won't work in this case for automatically discover the dependencies so we package all parsers together for now. Change-Id: I8e86c65dcac631d74d5a795f5268f8e807fd2543 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-03libfslcodec: Fix packaging so libraries are in ${libdir}Otavio Salvador
The libraries need to be installed in ${libdir} or gst-fsl-plugin won't find them. Change-Id: I2208ef5f9bf2d43e4e8087e9bc7191a93963795a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-12-03linux-imx (3.0.35): Update SRCREV as perf fix has been mergedOtavio Salvador
Change-Id: I226315eaa399f6448e26908185f535c127ff6e95 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-30linux-imx (3.0.35): Add Boundary Devices changes for imx6qsabreliteOtavio Salvador
We import the changes done in Bondary Devices tree and the defconfig file provided by them. Change-Id: I63e2d7560735586581fd13d5df60b3d5e90d73a3 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27imx-lib: Fix build system to allow override of CC and AR commandsOtavio Salvador
The build system should use CC and AR from environment if those are set; this is need to allow cross building to work as it might need to set sysroot options for gcc calls. Change-Id: I8296709c59f0054eca830a06c3853893b88a5789 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27imx-lib: Set PACKAGE_ARCH to MACHINE_ARCHOtavio Salvador
The imx-lib needs to be build to the specific platform so it is machine dependant requiring the set of PACKAGE_ARCH according. Change-Id: I0b6eb8a85d5d47afd05736ef19f794ba7d5c2627 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27meta-toolchain: Include elftosb and mxsldr in toolchainOtavio Salvador
Change-Id: I14bd48f6ef23232b184b477cb4d3322885530d11 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27amd-gpu-x11-bin-mx51: Use a python function to populate INSANE_SKIPOtavio Salvador
To avoid manually set the INSANE_SKIP we use an annonymous python snip to dynamically set it for every package so makeing it more robust and easy to understand. Change-Id: I337a407e4d561cdc213d6c6c1d0d5dc76d9ccd7a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27mxsldr: Add recipeOtavio Salvador
This provides an USB loader compatible with mxs SoCs and is specially useful for toolchains. Change-Id: I38d593ae84073b961b81ffc3714fde1c33fabb61 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27imx-base.inc: Allow mx6 to use accelerated codecsDaiane Angolini
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>
2012-11-27gst-fsl-plugin: Add gst-fsl-plugin 3.0.1 supportDaiane Angolini
Add PLATFORM value for imx6 family. Change-Id: I49d3fbaff5d619b9c5fd260b1c101a69b761c3df Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-27gst-fsl-plugin: Move fsl-mm-codeclib dependencies to 2.0.3 recipeDaiane Angolini
.inc file include fsl-mm-codeclib as a dependency for gst-fsl-plugin, although, the upcoming gst-fsl-plugin depends on libfslcodec. DEPENDS and RDEPENDS is changed. Change-Id: I9c6da35d7fb026cb1dd7ec77f67dcefc85adb53c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-27gst-fsl-plugin.inc: Allow use of different source packageDaiane Angolini
The package gst-fsl-plugin for imx6 was wrapped with a different name (gst-fsl-plugins) so, in order to avoid duplicated packaging, we now support different package names, and different package source. Change-Id: I866c2ffa7cb8a1aa7aaf7123bb8860116a54173d Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-27libfslvpuwrap: Add libfslvpuwrap 1.0.17 supportDaiane Angolini
This package is only compatible for imx6. fsl-mm-codeclib was divided in 3 pieces, libfslcodec libfslvpuwrap and libfslparser. Change-Id: I6697c7d6caa469261eb0a54001b456b4f69f5fd2 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-27libfslparser: Add libfslparser 3.0.1 supportDaiane Angolini
This package if only compatible for imx6. fsl-mm-codeclib was divided in 3 pieces, libfslcodec libfslvpuwrap and libfslparser. Change-Id: If661edd86add2a0bcff3b3c38b394a5bdb63394e Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-27libfslcodec: Add support for libfslcodec 3.0.1Daiane Angolini
This package is only compatible for imx6 fsl-mm-codeclib was divided in 3 pieces, libfslcodec libfslvpuwrap and libfslparser. Change-Id: Id98a267df62aade658c80468acd72d13dae27526 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-27fsl-mm-codeclib.inc: Drop duplicated files definitionOtavio Salvador
Change-Id: I3b0712bfe5f95659feecfe37dc1f29eb0c5f481d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-27gpu-viv-bin-mx6q.inc: remove warning about driver being strippedAlexandre Belloni
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
2012-11-27gpu-viv-bin-mx6q.inc: fix indentationAlexandre Belloni
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
2012-11-23imx-base: Use xf86-video-imxfb-vivante for iMX6 targetsOtavio Salvador
Change-Id: I9fb4fa04aef988fb8fd3105ab9444276ea0cbc29 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-23xserver-xf86-config: Use Vivante accelerated driver for iMX6Otavio Salvador
Change-Id: Ief51e752d58efbdf5412c93a786c442e3531a961 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-23mesa-dri: Change provided set of libraries when building for iMX6Otavio Salvador
This overrides the 8.0.4 and git versions of mesa-dri recipe. Change-Id: Ica3e05ade74ccc8c8c2090cac2c2f9e72fb0f66d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-23xf86-video-imxfb-vivante: Add Vivante Xorg driver for iMX SoCsAdrian Alonso
Change-Id: I2b9a107b1fe6d50f3f0aa47a0df3115d7a8bc650 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-23xf86-dri-vivante: Add Vivante DRI driver for XorgAdrian Alonso
Change-Id: I07eeb3ce0960021a12c04a38447c379318821f75 Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
2012-11-23gpu-viv-bin-mx6q: Add Vivante GPU librariesOtavio Salvador
This recipe provides the binary libraries for use with iMX6 CPUs. Change-Id: If21cf21535fc8ec4a0a1117974a8cb1f43499f66 Signed-off-by: Adrian Alonso <aalonso00@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-23linux-imx (3.0.35): Configure GPU module to be builtinDaiane Angolini
Change defconfig for mx6 family. This module was configured to be built as module, but for X11 environment it would be better to have it always included in kernel. Change-Id: I3fc48192a1f366671f1f5fea904379bdee6eb69c Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-23linux-imx (3.0.35): Move defconfig to mx6 directoryOtavio Salvador
The defconfig is specific of mx6 SoCs thus needs to be moved to reflect it. Change-Id: I6a5651ef8e72109353399aeadb5acf2f92980d45 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-22README: Change supported branch of OE-Core and Meta-OE to dannyOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-22imx-test: Add 12.09.01 versionOtavio Salvador
Change-Id: Iad766a8438472ba69a24471e9b6094878d1a1914 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-22imx-lib: Add 12.09.01 versionOtavio Salvador
Change-Id: If634d229e9722f35430637bb22ab2146010468e6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-22imx-base.inc: Add iMX6 firmware informationOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-22firmware-imx: Add 12.09.01 versionOtavio Salvador
Change-Id: Ibfff91ed18a37ccac52ab1b19f8265dc8f86f03b Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-19gst-fsl-plugin (2.0.3): Set compatible machine for mx5Otavio Salvador
Change-Id: I6e982cfac9eb58c0314148b5e5ad1b93c3e1fe1c Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-19gsl-fsl-plugin.inc: Set package architecture as machine specificOtavio Salvador
Change-Id: I8a3f8bca52e9d40f783f21aa1f97cb1088e3d79e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-14README: Update to point to the newer mailing listOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-03Revert "udev: Fix file extension for replacement file"Otavio Salvador
This reverts commit 0ddaba3e97b4582ad1e336e8d61e844db3744b50 as the meta-openembedded's udev recipe, in master branch, uses the '.bz2' file extension. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-02udev: Fix file extension for replacement fileJeremy Stashluk
The file extension doesn't match the recipe file in meta-openembedded/meta-oe/recipes-core/udev/udev_173.bb Signed-off-by: Jeremy Stashluk <jstashluk@dekaresearch.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-11-01linux-imx: Add configuration on linux 3.0.35 defconfigDaiane Angolini
Add needed configuration for systemd support Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-01u-boot-imx: Fix partition number for imx6qsabreauto bootDaiane Angolini
Use the right partition number for rootfs Bump PR for u-boot-imx Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-11-01linux-imx-headers: Add linux-imx-headers 3.0.35Daiane Angolini
It will take the 3.0.35 kernel version from Freescale 12.09.01 BSP release Drop linux-imx-hearders 3.0.15 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-31u-boot-imx: upgrade u-boot 2009Daiane Angolini
Take u-boot 2009.08 from Freescale BSP 12.09.01 Fix bootenv for imx6qsabreauto board Teach how to use u-boot 2009.08 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-30linux-imx (3.0.35): perf tools: Fix build against newer glibcDaiane Angolini
Upstream glibc commit 295e904 added a definition for __attribute_const__ to cdefs.h. This causes the following error when building perf: util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror] /usr/include/sys/cdefs.h:226:0: note: this is the location of the previous definition Wrap __attribute_const__ in #ifndef as we do for __always_inline. Change-Id: I0d12b349826162117b7708f79b6cac14621bcb30 Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-30image_types_fsl.bbclass: Fix mxs' imx-bootlets supportOtavio Salvador
The imx-bootlets (and per design elftosb) enforce the use of offset so we skip the first 1024KiB from the disk and start from there instead of 4MiB as done for other SoCs. Change-Id: I51e2989ef2007aa752e67f7d1b38a9de5c1ff9c8 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2012-10-30u-boot: Update to newer versionDaiane Angolini
Change mmcroot so it works out of box The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we move this to the board configuration file. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2012-10-30linux-imx: Add linux-imx 3.0.35Daiane Angolini
It will take the 3.0.35 kernel version from Freescale 12.09.01 BSP release Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>