]> code.ossystems Code Review - meta-freescale.git/log
meta-freescale.git
13 years agolinux-imx-2.6.35: upgrade configuration for imx53qsb
Eric Bénard [Thu, 8 Mar 2012 16:22:52 +0000 (17:22 +0100)]
linux-imx-2.6.35: upgrade configuration for imx53qsb

this patch enable gpio led and led triggers and add the options
required for systemd as recommended in :
http://dominion.thruhere.net/koen/cms/recommended-kernel-config-options-for-a-modern-angstrom-system

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agolinux-2.6.35.3: put defconfig in a versionned directory
Eric Bénard [Thu, 8 Mar 2012 16:22:51 +0000 (17:22 +0100)]
linux-2.6.35.3: put defconfig in a versionned directory

this gives us a chance to be able to compile other versions of
the kernel with their own configuration

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agobbsdcard-image: add new class
Eric Bénard [Thu, 8 Mar 2012 16:22:50 +0000 (17:22 +0100)]
bbsdcard-image: add new class

this class allows the generation of a ready to use SDCard image
using barebox bootloader.

example on how to use it (with angstrom distro) :
1- add these 3 lines to your local.conf :
ROOTFS = "${DEPLOY_DIR_IMAGE}/console-image-imx53qsb.ext3"
INHERIT += "bbsdcard_image"
BBSDIMG_SIZE = "512"

2- build the image
bitbake console-image

3- copy it to the sdcard (update device for you sdcard, take care to not erase your hard drive ;-)
sudo dd if=build/tmp-angstrom_2010_x-eglibc/deploy/images/imx53qsb/console-image-imx53qsb.bbsdimg of=/dev/mmcblk0

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agobarebox: add recipe
Eric Bénard [Thu, 8 Mar 2012 16:22:49 +0000 (17:22 +0100)]
barebox: add recipe

barebox is a modern bootloader, this recipe adds support for the
imx53qsb and includes patches to support both DA9053 and MC34708
based QSB (named MCIMX53-START & MCIMX53-START-R). These patches
are now mainlined in the next branch of barebox so they will
disapear in the next update (ie barebox-2012.04.0)

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agolinux-imx-2.6.35.3: Added IPU patches fixing ERESTARTSYS behaviour.
Leon Woestenberg [Wed, 15 Feb 2012 18:38:31 +0000 (19:38 +0100)]
linux-imx-2.6.35.3: Added IPU patches fixing  ERESTARTSYS behaviour.

Posted by Phil Endecott on imxcommunity.org.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx-2.6.35: add USR led support to imx53qsb
Eric Bénard [Thu, 8 Mar 2012 13:20:53 +0000 (14:20 +0100)]
linux-imx-2.6.35: add USR led support to imx53qsb

this allows to have an heartbeat trigger on this led for example

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agolinux-imx: install headers needed for imx-test compilation
Eric Bénard [Thu, 8 Mar 2012 13:20:51 +0000 (14:20 +0100)]
linux-imx: install headers needed for imx-test compilation

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agoimx-test: fix the recipe
Eric Bénard [Thu, 8 Mar 2012 13:20:50 +0000 (14:20 +0100)]
imx-test: fix the recipe

- this recipe actually doesn't compile.
- this patch fix this and package the tests.
- currently only compile tested.

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agogst-fsl-plugin: fix wrong quotting
Otavio Salvador [Wed, 7 Mar 2012 17:04:02 +0000 (17:04 +0000)]
gst-fsl-plugin: fix wrong quotting

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: fix no-unaligned-access.patch
Eric Bénard [Wed, 7 Mar 2012 13:17:30 +0000 (14:17 +0100)]
linux-imx: fix no-unaligned-access.patch

with this fix (very close to what was applied to mainline kernel),
we can also compile the kernel with toolchain which don't have the
-mno-unaligned-access option.

Signed-off-by: Eric Bénard <eric@eukrea.com>
13 years agogst-fsl-plugin: fix quotting
Otavio Salvador [Tue, 28 Feb 2012 15:14:53 +0000 (15:14 +0000)]
gst-fsl-plugin: fix quotting

All assignment now need to be properly quotted otherwise bitbake
raises an exception while parsing the recipes.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoREADME: add general information
Otavio Salvador [Sat, 11 Feb 2012 18:54:37 +0000 (18:54 +0000)]
README: add general information

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoudev: import 164 version from OE-Core
Otavio Salvador [Wed, 1 Feb 2012 20:42:25 +0000 (20:42 +0000)]
udev: import 164 version from OE-Core

Currently supported machines doesn't support kernel above 2.6.35 thus
forcing us to be using udev 164 version for now.

Once kernel is updated, this ought to be reverted.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: add imx51evk support
Adrian Alonso [Wed, 1 Feb 2012 06:42:27 +0000 (00:42 -0600)]
linux-imx: add imx51evk support

* Add imx51evk target board support
* Add default defconfig
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agomachconfig: new file for imx51evk target options
Adrian Alonso [Wed, 1 Feb 2012 06:39:19 +0000 (00:39 -0600)]
machconfig: new file for imx51evk target options

* Machconfig file for imx51evk input devices support
* Assume no touchscreen and system uses external keyboard

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-test: add imx51evk support
Adrian Alonso [Wed, 1 Feb 2012 06:37:29 +0000 (00:37 -0600)]
imx-test: add imx51evk support

* Add imx51evk to compatible machine list
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-firmware: add imx51evk support
Adrian Alonso [Wed, 1 Feb 2012 06:35:09 +0000 (00:35 -0600)]
imx-firmware: add imx51evk support

* Add imx51evk to compatible machine list
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-audio: add compatible machine for imx51evk board
Adrian Alonso [Wed, 1 Feb 2012 06:29:20 +0000 (00:29 -0600)]
imx-audio: add compatible machine for imx51evk board

* Add imx51evk to compatible machine list
* New imx-audio init script amixer setting for imx51evk
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx51evk: new machine config file
Adrian Alonso [Wed, 1 Feb 2012 06:24:56 +0000 (00:24 -0600)]
imx51evk: new machine config file

* New machine config file for imx51 evaluation kit
  board, sets tune arch options and uboot board
  information.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agox11-common: remove bbappend file
Adrian Alonso [Wed, 1 Feb 2012 06:20:15 +0000 (00:20 -0600)]
x11-common: remove bbappend file

* Remove x11-common bbappend file and patch that
  added touchscreen device information.
* Touchscreen config options should be part of
  recipe-bsp/formfactor/machconfig recipe where
  TSLIB options are expanded.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx53qsb: update machine config options
Adrian Alonso [Wed, 1 Feb 2012 06:17:54 +0000 (00:17 -0600)]
imx53qsb: update machine config options

* Update machine config options
* Include imx-base file and include tune arch options
* Set uboot load and entry address since this are
  not always the same in iMx platforms

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx53ard: update machine config options
Adrian Alonso [Wed, 1 Feb 2012 06:14:39 +0000 (00:14 -0600)]
imx53ard: update machine config options

* Update machine config options
* Include imx-base file and include tune arch options
* Set uboot load and entry address since this are
  not always the same in iMx platforms

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-base: rename include file and minor fixes
Adrian Alonso [Wed, 1 Feb 2012 06:09:04 +0000 (00:09 -0600)]
imx-base: rename include file and minor fixes

* Rename imx-base include file so it can be include
  in most iMx platforms imx53, imx6q
* Move tune arch options to machine conf file to be
  able to reuse in different targets
* Fix EXTRA_IMAGEDEPENDS variable name.
* Remove kernel26 from MACHINE_FEATURES this is no
  longer used.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoMerge remote branch 'likewise/master'
Otavio Salvador [Mon, 30 Jan 2012 19:45:14 +0000 (19:45 +0000)]
Merge remote branch 'likewise/master'

* likewise/master:
  imx-test: New unit-tests. Does not compile yet.
  linux_imx: New kernel patches from Freescale, 2011-12.
  linux-imx: Replace patch for DMA_ZONE by improved patch.
  imx-firmware: Merge patches from Linux_20201112_20patch_bundle.tar.gz
  imx-lib: Merge patches from Linux_20201112_20patch_bundle.tar.gz

13 years agoMerge pull request #3 from denis-eukrea/master
Otavio Salvador [Mon, 30 Jan 2012 13:57:28 +0000 (05:57 -0800)]
Merge pull request #3 from denis-eukrea/master

fix some includes for imx specific recipes

13 years agorecipes-multimedia: gst-fsl-plugin: fix compilation
Denis Carikli [Fri, 13 Jan 2012 16:25:25 +0000 (17:25 +0100)]
recipes-multimedia: gst-fsl-plugin: fix compilation

Without that fix we have:
  hwbuffer_allocator.c:49:23: fatal error: linux/ipu.h: No such file or directory

Signed-off-by: Denis Carikli <denis@eukrea.com>
13 years agorecipes-multimedia: imx-lib : Fix compilation
Denis Carikli [Fri, 13 Jan 2012 14:14:44 +0000 (15:14 +0100)]
recipes-multimedia: imx-lib : Fix compilation

Without that fix we have:
  mxc_ipu_hl_lib.c:44:28: fatal error: linux/videodev.h: No such file or directory

Signed-off-by: Denis Carikli <denis@eukrea.com>
13 years agorecipes-graphics: xf86-video-imxfb: Fix compilation
Denis Carikli [Fri, 30 Dec 2011 16:57:20 +0000 (17:57 +0100)]
recipes-graphics: xf86-video-imxfb: Fix compilation

Without that fix we have:
  imx_driver.c:33:25: fatal error: linux/mxcfb.h: No such file or directory

Signed-off-by: Denis Carikli <denis@eukrea.com>
13 years agoimx-test: New unit-tests. Does not compile yet.
Leon Woestenberg [Sat, 21 Jan 2012 12:55:35 +0000 (13:55 +0100)]
imx-test: New unit-tests. Does not compile yet.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agolinux_imx: New kernel patches from Freescale, 2011-12.
Leon Woestenberg [Sat, 21 Jan 2012 12:54:26 +0000 (13:54 +0100)]
linux_imx: New kernel patches from Freescale, 2011-12.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agox11-common: only adds the patch for compatible machines
Otavio Salvador [Mon, 9 Jan 2012 14:49:40 +0000 (14:49 +0000)]
x11-common: only adds the patch for compatible machines

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agofsl-default-versions.inc: set udev preferred version to 164
Otavio Salvador [Mon, 9 Jan 2012 12:03:57 +0000 (12:03 +0000)]
fsl-default-versions.inc: set udev preferred version to 164

Current default kernel doesn't work with newer udev releases so we
make it clear setting the preferred version for it.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: Replace patch for DMA_ZONE by improved patch.
Leon Woestenberg [Fri, 6 Jan 2012 19:07:22 +0000 (20:07 +0100)]
linux-imx: Replace patch for DMA_ZONE by improved patch.

Add Freescale patches from L2.6.35_MX53_201112_Patches,
to be integrated and tested later.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agoimx-firmware: Merge patches from Linux_20201112_20patch_bundle.tar.gz
Leon Woestenberg [Fri, 6 Jan 2012 16:52:15 +0000 (17:52 +0100)]
imx-firmware: Merge patches from Linux_20201112_20patch_bundle.tar.gz

Fixed issue: [Decode/H.264] VPU output has mosaics for one clip
Upgrade VPU f/w to v1.4.49 on mx51
Upgrade VPU f/w to v1.4.48 on mx53

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agoimx-lib: Merge patches from Linux_20201112_20patch_bundle.tar.gz
Leon Woestenberg [Fri, 6 Jan 2012 16:19:19 +0000 (17:19 +0100)]
imx-lib: Merge patches from Linux_20201112_20patch_bundle.tar.gz

ENGR00156800 VPU: Fix decoding mp4PackedPBFrame stream failure issue
ENGR00162690 VPU: Fix the issue of rotation 180 degree in encoder

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agogeneral: set linux-libc-headers provider as linux-libc-headers-imx
Otavio Salvador [Wed, 28 Dec 2011 16:55:13 +0000 (16:55 +0000)]
general: set linux-libc-headers provider as linux-libc-headers-imx

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-libc-headers: rename to linux-libc-headers-imx and fetch from git
Otavio Salvador [Wed, 28 Dec 2011 16:52:08 +0000 (16:52 +0000)]
linux-libc-headers: rename to linux-libc-headers-imx and fetch from git

This avoids the need of setting a preferred version of
linux-libc-headers-imx as this can be dynamically discovered by the
available packages.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agofsl-default-versions.inc: allow linux-imx version to be dynamicaly choosen
Otavio Salvador [Mon, 26 Dec 2011 14:44:27 +0000 (14:44 +0000)]
fsl-default-versions.inc: allow linux-imx version to be dynamicaly choosen

There's no reason to globally restrict the use of one specific version
of linux-imx as it can be done on the recipes.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: drop git version
Otavio Salvador [Mon, 26 Dec 2011 14:42:43 +0000 (14:42 +0000)]
linux-imx: drop git version

Currently GIT repository only provides tagged releases so the it's
better to have a recipe for each version instead of using a global
one.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: add 2.6.38 version
Otavio Salvador [Mon, 26 Dec 2011 14:39:43 +0000 (14:39 +0000)]
linux-imx: add 2.6.38 version

Adds 2.6.38 version at 11.11.01 tag but set DEFAULT_PREFERENCE as '-1'
for now.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agogst-fsl-plugins: Package the aiur demux registry from /usr/share.
Leon Woestenberg [Fri, 23 Dec 2011 11:29:54 +0000 (12:29 +0100)]
gst-fsl-plugins: Package the aiur demux registry from /usr/share.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agoAdded imx-firmware recipe.
Leon Woestenberg [Fri, 16 Dec 2011 23:32:30 +0000 (00:32 +0100)]
Added imx-firmware recipe.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agolinux-imx: enable SIL9022 HDMI driver
Leon Woestenberg [Thu, 22 Dec 2011 19:39:58 +0000 (20:39 +0100)]
linux-imx: enable SIL9022 HDMI driver

Tested on i.MX53QSB with HDMICARD, output in 1920x1080p30.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: enable devtmpfs support
Otavio Salvador [Fri, 23 Dec 2011 12:32:21 +0000 (12:32 +0000)]
linux-imx: enable devtmpfs support

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: Workaround kernel oops when devtmpfs is enabled.
Leon Woestenberg [Thu, 22 Dec 2011 19:32:51 +0000 (20:32 +0100)]
linux-imx: Workaround kernel oops when devtmpfs is enabled.

More details in head of patch.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
13 years agolinux-imx: Allow larger DMA_ZONE, required by i.MX53 V4L2 sink.
Leon Woestenberg [Thu, 22 Dec 2011 19:30:50 +0000 (20:30 +0100)]
linux-imx: Allow larger DMA_ZONE, required by i.MX53 V4L2 sink.

More details in head of patch.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agou-boot-imx: use git repository to fetch u-boot
Otavio Salvador [Fri, 23 Dec 2011 12:46:22 +0000 (12:46 +0000)]
u-boot-imx: use git repository to fetch u-boot

This removes the source tarball from the repository

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: use git repository to fetch the kernel
Otavio Salvador [Fri, 23 Dec 2011 12:21:11 +0000 (12:21 +0000)]
linux-imx: use git repository to fetch the kernel

This removes the patches tarball and simplify the recipe a bit.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoMerge pull request #2 from OSSystems/master
Adrian Alonso [Wed, 21 Dec 2011 23:05:18 +0000 (15:05 -0800)]
Merge pull request #2 from OSSystems/master

General improvements
Merged

13 years agoRevert "u-boot-imx: change include path for u-boot inc file"
Otavio Salvador [Tue, 20 Dec 2011 11:56:54 +0000 (11:56 +0000)]
Revert "u-boot-imx: change include path for u-boot inc file"

This reverts commit a2a5645bd119ac9b4b9dce2fe566adafb33d20d6. Seems
like a broken OE-Core were being in use for testing thus making it
fail.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoxserver-xf86-config: move xorg.conf to being machine specific
Otavio Salvador [Wed, 21 Dec 2011 18:16:26 +0000 (18:16 +0000)]
xserver-xf86-config: move xorg.conf to being machine specific

While on that we refactored the recipe to use PRINC and
FILESEXTRAPATHS_prepend.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoimx53-base.inc: Do not append to IMAGE_FSTYPES in board config.
Leon Woestenberg [Mon, 12 Dec 2011 15:33:28 +0000 (16:33 +0100)]
imx53-base.inc: Do not append to IMAGE_FSTYPES in board config.

The user may want to override this setting. Use conditional
assignment.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agogst-fsl-plugin: Use PLATFORM=MX51, even for i.MX53.
Leon Woestenberg [Sun, 18 Dec 2011 04:02:09 +0000 (05:02 +0100)]
gst-fsl-plugin: Use PLATFORM=MX51, even for i.MX53.

This fixes non-working IPU decoder on i.MX53. The real fix is to
make PLATFORM=<...> machine dependent, this is a to-do.

Although the configure help says otherwise, the source code does
not check for _MX53.

Tested on i.MX53QSB.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agosdcard_image.bbclass: allow for easy creating of SD card image
Otavio Salvador [Sun, 18 Dec 2011 18:02:31 +0000 (18:02 +0000)]
sdcard_image.bbclass: allow for easy creating of SD card image

This creates an image suitable for writting onto a SD card and use on
i.MX53 boards allowing for easy image testing.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolinux-imx: set license as GPLv2
Otavio Salvador [Sun, 18 Dec 2011 19:05:22 +0000 (19:05 +0000)]
linux-imx: set license as GPLv2

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years ago.gitignore: ignore backup files
Otavio Salvador [Sat, 17 Dec 2011 14:12:20 +0000 (14:12 +0000)]
.gitignore: ignore backup files

13 years agomove all common definitions for i.MX53 machines onto imx53-base.inc
Otavio Salvador [Fri, 16 Dec 2011 10:37:11 +0000 (10:37 +0000)]
move all common definitions for i.MX53 machines onto imx53-base.inc

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoavoid changing settings under the hood of non-BSP machines
Otavio Salvador [Fri, 16 Dec 2011 10:27:28 +0000 (10:27 +0000)]
avoid changing settings under the hood of non-BSP machines

In case Meta-Freescale is used together with other layers it shouldn't
change any setting except when using the BSD specific machines thus
the include files are moved onto a imx53-base.inc file.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agoimx-audio: fix audio mixer settings for imx53qsb
Adrian Alonso [Mon, 19 Dec 2011 05:51:44 +0000 (23:51 -0600)]
imx-audio: fix audio mixer settings for imx53qsb

* Fix audio mixer settings for imx53qsb platform
* Set playback volume ~90%
* Enable Jack Function for headset plug detection
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agou-boot-imx: change include path for u-boot inc file
Adrian Alonso [Mon, 19 Dec 2011 02:04:16 +0000 (20:04 -0600)]
u-boot-imx: change include path for u-boot inc file

* Change include path for u-boot inc file;
* Something went wrong with github pull request commit
  9dc3f8a1b7187150babbbcd5a62f960fa4500767
  already handle this error.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoamd-gpu-x11-bin-mx51: add libz160 to rdepends
Adrian Alonso [Wed, 14 Dec 2011 02:07:57 +0000 (20:07 -0600)]
amd-gpu-x11-bin-mx51: add libz160 to rdepends

* Add libz160 runtime dependency; libz160 was not installed
  in rootfs, adding libz160 dependecy info fix this.
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoMerge pull request #1 from OSSystems/master
Adrian Alonso [Tue, 13 Dec 2011 19:59:18 +0000 (11:59 -0800)]
Merge pull request #1 from OSSystems/master

Fix U-Boot location and build

13 years agou-boot: move to recipes-bsd/u-boot and fix parsing of recipe
Otavio Salvador [Tue, 13 Dec 2011 16:39:34 +0000 (16:39 +0000)]
u-boot: move to recipes-bsd/u-boot and fix parsing of recipe

OE-Core has moved u-boot from recipes-bsd/uboot to
recipes-bsd/u-boot. This moves the files and fixes the path for
inclusion of u-boot.inc file on the recipes.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agofsl-mm-mp3enc-codeclib: new files
Adrian Alonso [Tue, 8 Nov 2011 03:12:13 +0000 (21:12 -0600)]
fsl-mm-mp3enc-codeclib: new files

* Freescale mp3 encoder prebuilt shared libraries
* Include shared libraries as part of metadata

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agofsl-mm-flc-codeclib: new files
Adrian Alonso [Tue, 8 Nov 2011 03:05:35 +0000 (21:05 -0600)]
fsl-mm-flc-codeclib: new files

* Freescale Flash prebuilt shared libraries
* Include shared libraries as part of metadata

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agogst-fsl-plugin: update to version 2.0.3
Adrian Alonso [Tue, 8 Nov 2011 02:59:43 +0000 (20:59 -0600)]
gst-fsl-plugin: update to version 2.0.3

* Update to version 2.0.3
* Update checksums
* Include gst-fsl plugin source code as part of metadata
  (No public repo where to fetch).

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-lib: update to release version 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:41:44 +0000 (20:41 -0600)]
imx-lib: update to release version 11.09.01

* Update to release version 11.09.01
* Distribute imx-lib source code as part of metadata
* Remove libraries shared link creation, prevent QA
  test failure.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agofsl-mm-codeclib: update to version 2.0.3
Adrian Alonso [Tue, 8 Nov 2011 02:36:55 +0000 (20:36 -0600)]
fsl-mm-codeclib: update to version 2.0.3

* Update to version 2.0.3
* Include prebuilt shared libraries as part of
  metadata (No public repos available).

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agolinux-imx: update to release version 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:31:23 +0000 (20:31 -0600)]
linux-imx: update to release version 11.09.01

* Update to release version 11.09.01
* Fetch base kernel from official repo
* Include Freescale kernel patches as part of metadata
* Update checksums
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agolinux-libc-headers: update to release version 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:22:47 +0000 (20:22 -0600)]
linux-libc-headers: update to release version 11.09.01

* Update to release version 11.09.01
* Fetch base kernel from official repo
* Include Freescale kernel patches as part of metadata
* Update checksums
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoxorg-video-imx: update to release version 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:15:23 +0000 (20:15 -0600)]
xorg-video-imx: update to release version 11.09.01

* Update to release version 11.09.01
* Include xserver video source code as part of metadata
  (No public repos available).

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agolibz160: update to release version 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:10:46 +0000 (20:10 -0600)]
libz160: update to release version 11.09.01

* Update to release version 11.09.01
* Include prebuilt shared libraries as part of
  freescale meta layer.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoamd-gpu-x11-mx51: update to release version 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:06:37 +0000 (20:06 -0600)]
amd-gpu-x11-mx51: update to release version 11.09.01

* Update to release version 11.09.01
* Include in metadata amd-gpu-x11 prebuilt shared libraries

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agou-boot-imx: update to release 11.09.01
Adrian Alonso [Tue, 8 Nov 2011 02:00:23 +0000 (20:00 -0600)]
u-boot-imx: update to release 11.09.01

* Update u-boot release version to 11.09.01
* Fetch u-boot v2009.08 from Denx ftp site
* Include Freescale distrubeted patchs
* Rename do_patch function to allow new patchs to be applyed
  by appending them as SRC_URI files.
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agogst-fsl-plugin: define extra packaged files
Adrian Alonso [Wed, 19 Oct 2011 05:10:05 +0000 (00:10 -0500)]
gst-fsl-plugin: define extra packaged files

* Define extra packaged libraries and utilities
* gst-fsl-plugin.inc file defines additional files to be
  shipped.
* Define run time dependency on fsl-mm-codeclib
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agofsl-mm-codeclib: remove simlinks from shipped libraries
Adrian Alonso [Wed, 19 Oct 2011 05:06:54 +0000 (00:06 -0500)]
fsl-mm-codeclib: remove simlinks from shipped libraries

* Remove simlinks from shipped libraries
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx53qsb: cleanup machine descriptor
Adrian Alonso [Wed, 19 Oct 2011 05:03:54 +0000 (00:03 -0500)]
imx53qsb: cleanup machine descriptor

* Cleanup machine descriptor
 Remove preferred versions and providers, this are set in upper
 layer configuration.
* Rename xserver-xf86-lite to xserver-xorg-lite alling to Yocto's
 upstream xserver-xorg.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx53ard: cleanup machine descriptor
Adrian Alonso [Wed, 19 Oct 2011 05:02:06 +0000 (00:02 -0500)]
imx53ard: cleanup machine descriptor

* Cleanup machine descriptor
 Remove preferred versions and providers, this are set in upper
 layer configuration.
* Rename xserver-xf86-lite to xserver-xorg-lite alling to Yocto's
 upstream xserver-xorg naming changes.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agolayer: include default bsp providers and versions
Adrian Alonso [Wed, 19 Oct 2011 05:00:29 +0000 (00:00 -0500)]
layer: include default bsp providers and versions

* Override preferred bsp application providers
  and versions

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agofsl-default-version: bsp preferred versions
Adrian Alonso [Wed, 19 Oct 2011 04:59:03 +0000 (23:59 -0500)]
fsl-default-version: bsp preferred versions

* Definition of bsp preferred recipe versions for
  linux-imx = 2.6.35.3
  linux-libc-headers = 2.6.35.3
  u-boot = 2009.08

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agofsl-default-providers: bsp preferred providers
Adrian Alonso [Wed, 19 Oct 2011 04:57:56 +0000 (23:57 -0500)]
fsl-default-providers: bsp preferred providers

* Definition of bsp preferred recipe providers for
  virtual/xserver
  virtual/xserver-xf86
  virtual/kernel
  u-boot

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-audio: alsa mixer settings for imx platforms
Adrian Alonso [Thu, 6 Oct 2011 05:49:26 +0000 (00:49 -0500)]
imx-audio: alsa mixer settings for imx platforms

* Add alsa mixer setting to enable audio on imx
  platforms

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agogst-fsl-plugin: explicit set packaged files
Adrian Alonso [Thu, 6 Oct 2011 05:42:48 +0000 (00:42 -0500)]
gst-fsl-plugin: explicit set packaged files

* Explicit set packaged files
* Use INSANE_SKIP to avoid poky's QA tests
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-lib: fix static dev packaged files
Adrian Alonso [Thu, 6 Oct 2011 05:38:21 +0000 (00:38 -0500)]
imx-lib: fix static dev packaged files

* Fix static dev packaged files
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agofsl-mm-codeclib: explicit set packaged files
Adrian Alonso [Thu, 6 Oct 2011 05:34:58 +0000 (00:34 -0500)]
fsl-mm-codeclib: explicit set packaged files

* Explicit set packaged files
* Fix warning dependency on pkgconfig
* Use INSANE_SKIP to avoid poky's QA tests
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agolibz160: explicit set packaged files
Adrian Alonso [Thu, 6 Oct 2011 05:32:18 +0000 (00:32 -0500)]
libz160: explicit set packaged files

* Explicit set packaged files
* Remove unused run time dependency variable RDEPENDS
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoamd-gpu-x11-bin-mx51: explicit set packaged files
Adrian Alonso [Thu, 6 Oct 2011 05:28:06 +0000 (00:28 -0500)]
amd-gpu-x11-bin-mx51: explicit set packaged files

* Explicit set packaged files via FILES variable
* Add dependency to libx11 fixing warning
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx53qsb: add audio support
Adrian Alonso [Thu, 6 Oct 2011 05:25:12 +0000 (00:25 -0500)]
imx53qsb: add audio support

* Add audio support
* imx-audio startup script for imx audio
* ship experimental support for pulseaudio

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agoimx-lib: add virtual/kernel dependency
Adrian Alonso [Tue, 30 Aug 2011 13:50:47 +0000 (08:50 -0500)]
imx-lib: add virtual/kernel dependency

* Add virtual/kernel dependency, at build time imx-lib
  expects kernel headers to be available at STAGING_KERNEL_DIR
  adding the dependency ensures that headers are available,
  fixing posible include errors.
* Bump PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agolinux-imx: replace overrided do_patch function
Adrian Alonso [Tue, 30 Aug 2011 05:38:30 +0000 (00:38 -0500)]
linux-imx: replace overrided do_patch function

* Replace overrided do_patch function add task with
  do_apply_dist_patchs to execute patch script to
  apply FSL distributed patchs; Free base do_patch
  function so additional patchs included in SRC_URI
  can be applyed.
* Bump PR.

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
13 years agogst-fsl-plugin: fix configure missing gst plugins base
Adrian Alonso [Fri, 26 Aug 2011 05:56:53 +0000 (00:56 -0500)]
gst-fsl-plugin: fix configure missing gst plugins base

* Fix missing gst pligins base library dependency
 checking for GST_PLUGINS_BASE... no
 configure: error: no GStreamer plugin base libs found
* Add gst-plugins-base to dependency list
* Increase PR

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agoimx-lib: override parallel make settings
Adrian Alonso [Fri, 26 Aug 2011 05:40:15 +0000 (00:40 -0500)]
imx-lib: override parallel make settings

* Override parallel make settings
* Racecondition using parallel make, serialize build
  to avoid it.
* Increase PR

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agoxf86-video-imx: fix source location
Adrian Alonso [Thu, 25 Aug 2011 04:04:27 +0000 (23:04 -0500)]
xf86-video-imx: fix source location

* Fix source location $REL varible undefided use
  instead $PV.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agogst-fsl-plugin: gstreamer freescale plugins
Adrian Alonso [Wed, 24 Aug 2011 23:01:59 +0000 (18:01 -0500)]
gst-fsl-plugin: gstreamer freescale plugins

* Gstreamer Freescale plugins, builds by default plugins
  for imx53 targets.
* Need a mechanism to override build platform settings.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agoimx-lib: specific libs for imx platforms
Adrian Alonso [Wed, 24 Aug 2011 23:00:21 +0000 (18:00 -0500)]
imx-lib: specific libs for imx platforms

* Platform specific libraries for imx platforms

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agofsl-mm-codeclib: freescale multimedia codecs
Adrian Alonso [Wed, 24 Aug 2011 22:57:35 +0000 (17:57 -0500)]
fsl-mm-codeclib: freescale multimedia codecs

* Freescale multimedia codec libs
* Prebuilt shared libraries which are just deployed in
  rootfs.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agolinux-libc-headers: imx kernel headers
Adrian Alonso [Wed, 24 Aug 2011 22:55:38 +0000 (17:55 -0500)]
linux-libc-headers: imx kernel headers

* linux-libc-headers for iMx targets, includes some
  Freescale kernel headers files not distributed in
  mainstream kernel sources.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agolinux-imx: kernel build descriptor
Adrian Alonso [Wed, 24 Aug 2011 22:54:18 +0000 (17:54 -0500)]
linux-imx: kernel build descriptor

* Kernel build descriptor for iMx targets, fetch source
  from Freescale git repo.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agoegalax: touchscreen single event mode
Adrian Alonso [Wed, 24 Aug 2011 22:52:27 +0000 (17:52 -0500)]
egalax: touchscreen single event mode

* Kernel patch for enabling single event mode for
  eGalax touchscreen driver.

Signed-off-by: Adrian Alonso <b38018@freescale.com>
13 years agodefconfig: kernel config for imx53qsb target
Adrian Alonso [Wed, 24 Aug 2011 22:49:41 +0000 (17:49 -0500)]
defconfig: kernel config for imx53qsb target

* Default kernel config for imx53 quick start board

Signed-off-by: Adrian Alonso <b38018@freescale.com>