| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
U-boot mainline uses zImage as the image type, so let's use zImage by default
in mxs-base.inc.
Boards that use uImage can still override it by passing:
KERNEL_IMAGETYPE = "uImage"
in their .conf file.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Daiane Angolini <daiane.angolini@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
| |
Packages which has dependencies upon libfslcodec, libfslvpuwrap,
libfslparser or gst-fsl-plugins should have the PACKAGE_ARCH set to
MACHINE_SOCARCH.
Change-Id: I7c69fc0dc89bf06b5df76b65a516d8532daa56a9
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
| |
All machine configurations now allow user override of the preferred
kernel provider.
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
|
|
|
|
|
|
|
|
| |
By default, we add, gst-fsl-plugin for all i.MX28 based boards as done
by Freescale.
Change-Id: I146de9685dbbdb2ae185c55e976e8414256d602c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
| |
Change-Id: I86c77a6aa19ee40b151246bb9531ff7194a4b983
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
|
| |
2.6.35 1.1.0 branch does not officially support mx23.
Let's use 'linux-fslc' as the default kernel for mx23.
Also disable perf only for mx28.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
|
|
|
|
|
|
|
|
| |
Correct entry point for mxs is 0x40008000.
Also remove the unneeded UBOOT_LOADADDRESS.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
|
|
|
|
|
|
|
|
|
| |
This removes the U-Boot common definitions from imx28evk board as they
are shared with all 'mxs' SoCs.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Change-Id: I44d33aa54971534c07a240e6cf88c0c4b3051f25
|
|\
| |
| |
| |
| | |
* freescale/denzil:
Move fsl-default*.inc from distro to machine
|
| |
| |
| |
| |
| |
| |
| |
| | |
It makes no sense to have distro related configurations in a BSP
layer. So let's have these common parts (provides, version etc)
in machine directory instead.
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
|
|/
|
|
|
|
|
|
| |
The perf tool build fails in upcoming Yocto 1.3 as it try to enable
perf-scripting but perl and python linking is not working in current
default kernel.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
|
|
|
| |
Next Yocto release will drop xserver-xorg-lite as building
xserver-xorg and not installing the DRI and GLX modules (and so not
Mesa) results in an increase of 16kb only.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
To avoid metadata duplication we provide a mxs-base.inc to be used for
every i.MXS based board.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|