* Machconfig file for imx51evk input devices support
* Assume no touchscreen and system uses external keyboard
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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
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>
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>
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>
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>
To avoid the following error when building fsl-image-lsb/fsl-image-lsb-sdk:
ERROR: Multiple .bb files are due to be built which each provide virtual/libx11
(/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
/home/jenkins/poky/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb).
task-core-lsb requires runtime dependency "libx11-locale" which is only
provided by libx11_1.3.4.bb. Meanwhile, PREFERRED_PROVIDER_virtual/libx11 is
by default set to "libx11-trim". File "libx11-trim_1.3.4.bb" is selected when
adding dependency virtual/libx11 for dbus/qt4 etc.
Both of the two recipes provide virtual/libx11.
Signed-off-by: Ting Liu <b28495@freescale.com>
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>
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>
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>
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>