summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* amd-gpu-x11-bin-mx51: Fix lib installationDaiane Angolini2012-07-041-2/+2
| | | | | | Copy every .so* file instead of copy only .so file Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-base: add wifi and bluetooth machine featuresAdrian Alonso2012-07-041-1/+1
| | | | | | * Add wifi and bluetooh machine features. Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx (2.6.35.3): allow offline buildAdrian Alonso2012-07-031-2/+5
| | | | | | | | | Using the specific revision we avoid the calling of git ls-remote command, thus allowing for offline building. Bump PR. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* fsl-default-revisions.inc: remove as we ought to have it per recipeAdrian Alonso2012-07-033-4/+0
| | | | | | | | The revision ought to be set for every recipe as we support different versions per machine. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso00@gmail.com>
* Add Qt4.7.4-X11 bbappendRogerio Pimentel2012-07-021-0/+10
| | | | | | This bbappend applies a patch on QT4.7.4-X11 to make phonon work with Freescale codecs Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* gst-fsl-plugin: fix mfw_v4lsink to play on X11Rogerio Pimentel2012-07-022-2/+34
| | | | | | | This patch applies a patch on gst-fsl-plugin package to fixing mfw_v4lsink to play on X11. Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* QT4.7.4 codec patch: Fix to work on X11Rogerio Pimentel2012-07-022-2/+2
| | | | | | This patch fixes the patch that makes phonon works with Freescale codecs and X11 Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* imx-base.inc: Add udev-extra-rules packageDaiane Angolini2012-07-021-1/+3
| | | | | | | Add udev extra rules from 10-imx.rules file in MACHINE_EXTRA_RRECOMENDS Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* gst-plugins-base: gstplaybin2 rawvideo supportAdrian Alonso2012-06-292-0/+40
| | | | | | | | | * Add gstplaybin2 rawvideo support * Direct rendering support for mfw_v4lsink Signed-off-by: Adrian Alonso <aalonso@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Daiane Angolini <daiane.angolini@freescale.com>
* Revert "amd-gpu-x11-bin-mx51: set libgl provider and reorder packages"Otavio Salvador2012-06-201-16/+10
| | | | | | | This change broke the rootfs generation and needs to be redone, with more testing. This reverts commit 89a2fa84d42ea9a944e2c9278f3434e912284389.
* amd-gpu-x11-bin-mx51: set libgl provider and reorder packagesAdrian Alonso2012-06-191-10/+16
| | | | | | | | | * Set libgl preferred provider so it could be used instead of default mesa libgl provider * Reorder package provider definitions * Bump PR Signed-off-by: Adrian Alonso <aalonso@freescale.com>
* amd-gpu-x11-bin-mx51: clean up install functionAdrian Alonso2012-06-191-14/+10
| | | | | | | * Cleanup install fucntion, make it more generic * Bump PR Signed-off-by: Adrian Alonso <aalonso@freescale.com>
* linux-imx (2.6.35.3): Fix support for NFS rootOtavio Salvador2012-06-187-6/+38
| | | | | | | This allows use of alternative NFS ports and regular NFS root on same kernel. This has also enabled the feature for the supported machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* mxs-base.inc: cleanup recommended packages removing multimedia onesOtavio Salvador2012-06-171-6/+0
| | | | | | | The multimedia packages need to be moved to a specific task to allow images to use, or not it, and avoid enforcing it onto every image. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Add QT4.7.4 patch to support Freescale codecsRogerio Pimentel2012-06-142-0/+463
| | | | | | | This patch adds a QT4.7.4 patch file to add support for Freescale Multimedia codecs Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
* udev: add 173 bbappend to use GIT for source fetchingOtavio Salvador2012-06-121-0/+23
| | | | | | | | | To avoid fetching errors due uncomplete kernel.org mirrors we're now using the GIT server to fetch the sources; this is how new udev recipes are doing and we now uses this as a workaround in denzil branch for 173 version. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* fsl-default-versions.inc: force use of udev 173 versionOtavio Salvador2012-06-121-0/+1
| | | | | | | | | The change 8b39b81ae4b has removed the the 164 preferred version however the last meta-openembedded version, the 182 and 175 versions, lack the init script so we need to enforce the last version that works with regular init to avoid the requirement on systemd. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-libc-headers-imx (2.6.35.3): add patch to export accept4 syscallOtavio Salvador2012-06-122-2/+56
| | | | | | | | This patch has been backported from 2.6.36 and needs to be included here, besides the kernel, to properly export the syscall to libc headers. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): use accept4 patch that was included mainlineOtavio Salvador2012-06-123-32/+55
| | | | | | This patch has been included in 2.6.36. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udev-extra-rules: addOtavio Salvador2012-06-113-11/+19
| | | | | | | | | The BSP expect to have meta-openembedded layer available so we don't override udev-extraconf but udev-extra-rules; the recipe is also fixed to be machine specific to avoid changing the behavior of the udev for other machines. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* README: document dependency of denzil branchOtavio Salvador2012-06-101-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-lib: Move code to .inc fileDaiane Angolini2012-06-062-31/+39
| | | | | | | | | | | Add imx-lib.inc to avoid duplication of code if a new imx-lib release was included. Change LICENSE field to LGPLv2.1. Include PLATFORM variable to make easier to include a new platform. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* fsl-default-versions: remove udev preferred versionAdrian Alonso2012-06-061-1/+0
| | | | | | | * Remove udev preferred version * Kernel defconfig files fixed for udev Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-linaro-3.2 imx53qsb defconfig: enable udev-182 config optsAdrian Alonso2012-06-062-2/+2
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-linaro-3.1 imx53qsb defconfig: enable udev-182 config optsAdrian Alonso2012-06-062-2/+2
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx-3.0.15 defconfig: enable udev-182 config optsAdrian Alonso2012-06-062-3/+3
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx-2.6.38 defconfig: enable udev-182 config optsAdrian Alonso2012-06-065-9/+9
| | | | | | | * Enable udev-182 config options * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* linux-imx-2.6.35.3 defconfig: enable udev-182 config optsAdrian Alonso2012-06-066-11/+11
| | | | | | | | | | | | | | | | | * Enable udev-182 config options These options are required: CONFIG_DEVTMPFS=y CONFIG_HOTPLUG=y CONFIG_INOTIFY_USER=y CONFIG_NET=y CONFIG_PROC_FS=y CONFIG_SIGNALFD=y CONFIG_SYSFS=y CONFIG_SYSFS_DEPRECATED*=n CONFIG_UEVENT_HELPER_PATH="" * Bump PR Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* README: add send patch prefix instructionsAdrian Alonso2012-06-061-0/+3
| | | | | | * When sending patchs use prefix instructions Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* imx-base.inc: add MACHINE_GSTREAMER_PLUGINOtavio Salvador2012-06-051-0/+3
| | | | | | | This allow for optmized support for gstramer for audio/video codecs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Adrian Alonso <aalonso@freescale.com>
* fsl-mm-codeclib: move code to a .inc fileOtavio Salvador2012-06-042-43/+37
| | | | | | | | | This easy reuse of code between i.MX5 and i.MX6 SoC families and avoiding useless code duplication. We also fixed the LICENSE field as this is Proprietary licensed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: apply patch to fix default environment for mx28evkOtavio Salvador2012-06-041-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* elftosb: don't use full path for headersOtavio Salvador2012-06-012-2/+45
| | | | | | | This fixes the building on new host distributions where header might move due multilib support and other possible changes in future. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): add 0fe6:9700 device support for dm9601Otavio Salvador2012-05-312-1/+34
| | | | | | | This backports a the change, included in 2.6.38, that adds support for Davicom 0fe6:9700 device support in dm9601. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* set bootloader PREFERED_PROVIDER to u-bootDaiane Angolini2012-05-311-0/+1
| | | | | | It will be applied for every board Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* imx-test: Add imx-test.inc fileDaiane Angolini2012-05-313-38/+36
| | | | | | | | | | Rename imx-test_01.bb to imx-test_11.09.bb in order to use the Freescale release number of imx-test package. Add imx-test.inc to avoid dupplication of code if a new imx-test release was included. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
* udev-extraconf: add INCPR to ensure a PR bumpOtavio Salvador2012-05-291-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* task-base: add a bbappend to bump PR per imx-base.inc changesOtavio Salvador2012-05-291-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx-base.inc: cleanup recommended packages removing multimedia onesOtavio Salvador2012-05-291-5/+4
| | | | | | | The multimedia packages need to be moved to a specific task to allow images to use, or not it, and avoid enforcing it onto every image. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: mx53loco: Fix revision of Dialog boardsOtavio Salvador2012-05-291-2/+2
| | | | | | | This fixes a kernel crash when PMIC is accessed in the 2.6.35 kernel for Dialog rev E boards. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: move to use github's tree for tracking the changesOtavio Salvador2012-05-2957-9223/+3
| | | | | | This has the same patches as before but avoid using many patch files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): smsc95xx: generate random MAC address onceOtavio Salvador2012-05-292-1/+53
| | | | | | | | The smsc95xx driver currently generates a new random MAC address every time the interface is brought up. This makes it impossible to override using the standard `ifconfig hw ether` approach. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-imx (2.6.35.3): fix multiple w1 masters useOtavio Salvador2012-05-282-1/+81
| | | | | | | This patch has been backport from 3.2 kernel and allow the use of multiple w1 masters at same time. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx6qsabrelite: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53qsb: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx53ard: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx51evk: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* imx28evk.conf: fix machine descriptionOtavio Salvador2012-05-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: fix directory name for patches against 2012.04.01 versionOtavio Salvador2012-05-2256-0/+0
| | | | | | | The PV is v2012.04.01 so the directory name needs to be set as the same. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot: use SoC family for COMPATIBLE_MACHINE matchingOtavio Salvador2012-05-221-1/+1
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>