|
[PATCH 1/2] libsdl2: Add CFLAGS for non-X11 builds with Vivante EGL headers
Without these, the Vivante EGL headers will try to include X11 headers, causing the build to break. Signed-off-by: Carlos Rafael Giani <crg7475@...> --- recipes-graphics/libsdl2/libsdl2_%.bbap
Without these, the Vivante EGL headers will try to include X11 headers, causing the build to break. Signed-off-by: Carlos Rafael Giani <crg7475@...> --- recipes-graphics/libsdl2/libsdl2_%.bbap
|
By
Carlos Rafael Giani
· #23496
·
|
|
[PATCH 2/2] gstreamer1.0-plugins-good.imx: Add missing libdrm dependency
Signed-off-by: Carlos Rafael Giani <crg7475@...> --- .../gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gs
Signed-off-by: Carlos Rafael Giani <crg7475@...> --- .../gstreamer/gstreamer1.0-plugins-good_1.14.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gs
|
By
Carlos Rafael Giani
· #23495
·
|
|
Are there libraries available for Amphion's malone codec?
For the Hantro VPU, there's imx-vpu-hantro . But does something like imx-vpu-malone or imx-vpu-amphion exist as well? I cannot find any .bb file for it. Is a .bin package or tarball already available
For the Hantro VPU, there's imx-vpu-hantro . But does something like imx-vpu-malone or imx-vpu-amphion exist as well? I cannot find any .bb file for it. Is a .bin package or tarball already available
|
By
Carlos Rafael Giani
· #23563
·
|
|
imx-vpu-hantro: broken A/V sync with VP8 playback
I recently noticed that VP8 playback does not work correctly with imx-vpu-hantro . If a VP8 stream contains alternate reference (altref) frames, then imx-vpu-hantro decodes them correctly, but does no
I recently noticed that VP8 playback does not work correctly with imx-vpu-hantro . If a VP8 stream contains alternate reference (altref) frames, then imx-vpu-hantro decodes them correctly, but does no
|
By
Carlos Rafael Giani
· #23574
·
|
|
imx-vpu-hantro: broken A/V sync with VP8 playback
Hi, I forgot to answer this after further investigations. It turns out that the frames that are output by the codec interface (in case of VP8) are _only_ those who can be displayed. So, if decode() re
Hi, I forgot to answer this after further investigations. It turns out that the frames that are output by the codec interface (in case of VP8) are _only_ those who can be displayed. So, if decode() re
|
By
Carlos Rafael Giani
· #23584
·
|
|
CSI video input and dmabuf?
The imx-kernel has support for DMA-BUF backed memory through Android's ION. This is already used by imx-gstplugin-1.0 . It makes it possible to transport frames over DMA. But what seems to be missing
The imx-kernel has support for DMA-BUF backed memory through Android's ION. This is already used by imx-gstplugin-1.0 . It makes it possible to transport frames over DMA. But what seems to be missing
|
By
Carlos Rafael Giani
· #23611
·
|
|
[PATCH] u-boot-imx: Fix x86_64-linux-gnu-gcc compilation error
This fixes the compiler error: | unable to execute 'x86_64-linux-gnu-gcc': No such file or directory | error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Signed-off-by: Carlos Rafael Gian
This fixes the compiler error: | unable to execute 'x86_64-linux-gnu-gcc': No such file or directory | error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Signed-off-by: Carlos Rafael Gian
|
By
Carlos Rafael Giani
· #23939
·
|
|
imx8mmevk : Cannot build image with warrior release
When I try to build an image, the rootfs generation fails, because both firmware-qca9377 and firmware-qca6174 want to install /etc/bluetooth/firmware.conf . This happens with both core-image-base and
When I try to build an image, the rootfs generation fails, because both firmware-qca9377 and firmware-qca6174 want to install /etc/bluetooth/firmware.conf . This happens with both core-image-base and
|
By
Carlos Rafael Giani
· #23953
·
|
|
[PATCH] gstreamer1.0-plugins-base: Move bbappend to 1.16 version
This follows the OE-Core upgrade. Signed-off-by: Carlos Rafael Giani <crg7475@...> --- ..._1.14.%.bbappend => gstreamer1.0-plugins-base_1.16.%.bbappend} | 0 1 file changed, 0 insertions(+), 0
This follows the OE-Core upgrade. Signed-off-by: Carlos Rafael Giani <crg7475@...> --- ..._1.14.%.bbappend => gstreamer1.0-plugins-base_1.16.%.bbappend} | 0 1 file changed, 0 insertions(+), 0
|
By
Carlos Rafael Giani
· #24011
·
|
|
[PATCH] libimxdmabuffer: Add recipe
libimxdmabuffer provides an API for allocating and handling physically contiguous buffers ("DMA buffers") on imx6, imx7, imx8 machines with the imx-kernel. The underlying allocation can be backed by t
libimxdmabuffer provides an API for allocating and handling physically contiguous buffers ("DMA buffers") on imx6, imx7, imx8 machines with the imx-kernel. The underlying allocation can be backed by t
|
By
Carlos Rafael Giani
· #24012
·
|
|
Mainline 5.4 kernel with VPU acceleration on iMX6
etnaviv takes care of GPU support, which is related to scaling, but unrelated to video decoding - the latter one is handled by the CODA960 VPU. For using etnaviv, just use glimagesink. For using the V
etnaviv takes care of GPU support, which is related to scaling, but unrelated to video decoding - the latter one is handled by the CODA960 VPU. For using etnaviv, just use glimagesink. For using the V
|
By
Carlos Rafael Giani
· #24286
·
|
|
linux-imx-headers and ioctl mismatches
The linux-imx-headers recipe gathers certain headers from the kernel source so that other recipes which do access these headers don't have to mark the entire kernel as a dependency. However, if a plat
The linux-imx-headers recipe gathers certain headers from the kernel source so that other recipes which do access these headers don't have to mark the entire kernel as a dependency. However, if a plat
|
By
Carlos Rafael Giani
· #24291
·
|
|
linux-imx-headers and ioctl mismatches
Hm I thought there was some sort of imx-kernel base class. Apparently there isn't. If there were, it could then be merged with the linux-imx-headers recipe, and perhaps create something like a -dev pa
Hm I thought there was some sort of imx-kernel base class. Apparently there isn't. If there were, it could then be merged with the linux-imx-headers recipe, and perhaps create something like a -dev pa
|
By
Carlos Rafael Giani
· #24293
·
|
|
linux-imx-headers and ioctl mismatches
This issue came up when I noticed that the ION and DWL allocators in libimxdmabuffer failed. (DWL is an API from the Hantro VPU libraries, and it fails, because internally it itself uses ION.) This is
This issue came up when I noticed that the ION and DWL allocators in libimxdmabuffer failed. (DWL is an API from the Hantro VPU libraries, and it fails, because internally it itself uses ION.) This is
|
By
Carlos Rafael Giani
· #24300
·
|
|
Error while trying to build a nitrogen8m image with yocto master
I tried to build a nitrogen8m image with the current master branches of poky, meta-freescale, meta-freescale-3rdparty, and meta-openembedded. However, I immediately got this error: ${PACKAGE_EXTRA_ARC
I tried to build a nitrogen8m image with the current master branches of poky, meta-freescale, meta-freescale-3rdparty, and meta-openembedded. However, I immediately got this error: ${PACKAGE_EXTRA_ARC
|
By
Carlos Rafael Giani
· #24310
·
|
|
Error while trying to build a nitrogen8m image with yocto master
Thanks, that fixed it. I'll send a PR.
Thanks, that fixed it. I'll send a PR.
|
By
Carlos Rafael Giani
· #24312
·
|
|
nitrogen6x machine config and imxpxp problems
The nitrogen6x machine config also supports other machines according to the comment block inside the .conf file: This is the reason for this line in the config: MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:" T
The nitrogen6x machine config also supports other machines according to the comment block inside the .conf file: This is the reason for this line in the config: MACHINEOVERRIDES =. "mx6:mx6dl:mx6q:" T
|
By
Carlos Rafael Giani
· #24315
·
|
|
nitrogen6x machine config and imxpxp problems
Two problems actually. First, gstreamer1.0-plugins-imx has its PxP plugin enabled. Second, libimxdmabuffer's PxP allocator is enabled. This allocator is then tested for in the test-alloc program. This
Two problems actually. First, gstreamer1.0-plugins-imx has its PxP plugin enabled. Second, libimxdmabuffer's PxP allocator is enabled. This allocator is then tested for in the test-alloc program. This
|
By
Carlos Rafael Giani
· #24317
·
|
|
linux-imx-headers missing in SDK
Hi, when I generate a SDK (for example by running MACHINE=imx8mmevk bitbake -c populate_sdk core-image-weston), I notice that the headers from linux-imx-headers are missing even though linux-imx-heade
Hi, when I generate a SDK (for example by running MACHINE=imx8mmevk bitbake -c populate_sdk core-image-weston), I notice that the headers from linux-imx-headers are missing even though linux-imx-heade
|
By
Carlos Rafael Giani
· #24329
·
|
|
Latest build of fsl-community-bsp kernel hangs booting imx8mmevk
I have the same problem. imx8mmevk does not boot with Yocto Dunfell. Booting stops at "PCIe PLL lock timeout" or "Initialized imx-drm 1.0.0 20120507 for soc@0:bus@32c00000:display-subsystem on minor 0
I have the same problem. imx8mmevk does not boot with Yocto Dunfell. Booting stops at "PCIe PLL lock timeout" or "Initialized imx-drm 1.0.0 20120507 for soc@0:bus@32c00000:display-subsystem on minor 0
|
By
Carlos Rafael Giani
· #24398
·
|