A change in meta-openembedded that provided virtual/opencl-icd [1]
changed the name to virtual/libopencl1.
[1] https://git.openembedded.org/meta-openembedded/commit/?id=87b44d29b6942427bfb1fab02a4564e41dcc01a0
Fixes e.g. when building 'clpeak' for a downstream vivante setup:
| ERROR: The file /usr/lib/libOpenCL.so.1 is installed by both opencl-icd-loader and imx-gpu-viv, aborting
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
OE-core updated to glibc 2.42. This version no longer provides
termio.h.
Fixes
| ...tools/gplay2/gplay2.c:29:10: fatal error: termio.h: No such file or directory
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.
This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.
As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.
[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
The usage of the host native can break the build in depends of the
container version you run and even let you depend on host tools.
Make the dependency on yocto package
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
This commit add the following source revisions:
370510e imxasrc: Fix build issue on header file
79bc3c7 LF-14241: Switch to upstreamed API in GST ASRC plugin
8883212 sync g2d header file from g2d repo imx_2.3 branch for 2025Q1
484d93d Update release branch in SCR.txt to lf-6.12.3-1.0.0
50bcb33 MMFMWK-9455 imxcompositor: copy input frame to internal bufferpool instead of new allocated buffer
fbf2c41 MMFMWK-9453 imxvideoconvert: need check alignment in video meta when checking buffer alignment
36a4b84 MMFMWK-9453 imxvideoconvert: No need check alignment if buffer belongs to its own pool
a0bdf7f resize buffer only if width and height have no padding
5b8b5be MMFMWK-9444 grecorder: support cluster duration configuration for mkv format
7fefc0c MMFMWK-9444 grecorder: support fmp4 format recording
668fce0 LF-13894 ocl: check source buffer alignment based on device requirement.
c5e2275 YOCIMX-8325 osink: fix displayfb.c build break with gcc14
a2ea381 [configurea.ac] Update version to 4.9.3 for next release
b8cf002 Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit add the following source revisions:
7bb1254fc SCR: correct the wrong branch name in SCR for LF-6.12.3
2fd4bec02 update release location in SCR to correct URL
165a26789 Update release branch in SCR.txt to lf-6.12.3-1.0.0
642cbd688 MMFMWK-9454 waylandsink: Only update video meta to video info when creating shm mem.
96058cd12 MMFMWK-9383 waylandsink: fix display abnormal on Xen
46ae98d72 MMFMWK-9417 waylandsink: create shm buffer without padding
ae1e0cf3f Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit add the following source revisions:
626a972e9 update release location in SCR to correct URL
8aac95afc Update release branch in SCR.txt to lf-6.12.3-1.0.0
4cd595322 MMFMWK-9390 v4l2: Add ARGB2101010 support for imx95 wave6 precoding
9831ce142 LF-14072 v4l2: fix downscale has abnormal lines at bottom
a4fe588e6 MMFMWK-9434 v4l2allocator: respect v4l2 plane's bytesused calculated by import_dmabuf
2a5281984 LF-13169 v4l2: skip pollerr if capture queue has not set up
7dee248be Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit add the following source revisions:
858ae5a1f id3v2: Don't try parsing extended header if not enough data is available
a256f3bb9 update release location in SCR to correct URL
17df24937 Update release branch in SCR.txt to lf-6.12.3-1.0.0
ac80e93be playback: Improve stream list search
67e0489c4 urisourcebin: Aggregate collections from multiple parsebin
60fcf0ee3 parsebin: Store caps on parsepad as early as possible
c735496eb parsebin: Don't store bogus caps on GstStream
5d6fc457f parsebin: Minor debug statement updates
7fa4272dc urisourcebin: Allow more cases for posting stream-collection
130360066 Revert "MMFMWK-9426 decodebin3: fix rtsp stream random playback fail with "No suitable plugins found""
025f46ab4 MMFMWK-9419 glupload: Use info in in_caps to map video frames When copying input buffer to dambuf
0dcf1a0c7 MMFMWK-9433 decodebin3: workaround to fix try next decoder fail
b002bf3ea Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
This commit add the following source revisions:
e0d37a7d77 allocator: Avoid integer overflow when allocating sysmem
0ebc3f4829 Update release branch in SCR.txt to lf-6.12.3-1.0.0
3a60283eb7 Update release branch in SCR.txt to lf-6.6.52-2.2.0
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
OE core upgraded gst-examples from 1.18.6 to 1.26.1.
The newer version fails in configure as it expects the gstreamer
version to be 1.26 or greater.
Import the 1.26.1 recipe and downgrade it to 1.24.7. Append the
version with '.imx' to point out that it is meant for the NXP
gstreamer fork.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
The new code was adding the 64BIT support while this is already
supported by Openembedded-Core meta/conf/distro/include/time64.inc
which is included by default in every distribution.
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
d8703ee Fix one coverity issue about invalid type in printf
392a152 Update LICENSE.txt to v58 according to imx-release-info
b9b590d [configurea.ac] Update version to 4.9.3 for next release
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
OE-core updated alsa-lib.
commit 8518e57a117a ("alsa-lib: upgrade 1.2.13 -> 1.2.14")
The patches in their current form either apply to one or the
other version without fuzz.
Move the additions to the cfg_files variable list to the top
rather than to the bottom of the list to have the patches apply
cleanly to the older and newer alsa-lib version.
Fixes: 3222698681 ("alsa-lib: refresh patches") on walnascar
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
OE-core updated alsa-lib.
commit 8518e57a117a ("alsa-lib: upgrade 1.2.13 -> 1.2.14")
The patches now only apply with fuzz resulting in a build error.
Update them to apply cleanly.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Run dos2unix on 0007-add-conf-for-imx-cs42448-sound-card.patch to
prepare the patch for refreshing.
Otherwise the 'real' changes in done by devtool are hard to spot.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for
deprecated whitespace usage"), the current build generates the following
warning (as example):
WARNING:
/var/home/frh/bsp-master/build/../layers/meta-freescale/recipes-kernel/linux/linux-imx.inc:36
has a lack of whitespace around the assignment:
'KCONFIG_MODE="--alldefconfig"'
Fix all the warnings.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Add missing include file. Otherwise with latest master we see:
| ../git/vpu_wrapper_hantro_encoder.c:953:3: error: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
| 953 | gettimeofday (&pObj->tvEnd, NULL);
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* vpu: Add more options, flags, and frameskipping support to encoder API
* vpu: Deprecate min_intra_refresh_mb_count and replace it with flag
This is more practical, since the macroblock count if anyway usually set
to resemble the GOP length, so this might as well be automatically
calculated.
* vpu: encoder: Add GOP size checks
* vpu: encoder: Add imx_vpu_api_enc_get_encoded_frame_ext()
This is a preparation for reworked intra refresh support. In intra
refresh encoding, only the first frame is an I/IDR frame; all followup
frames are P frames. The start of an intra refresh interval qualifies
as a sync point. But since only P frames are present, callers callers
can't rely on the frame type to detect sync points. To fix this, the
imx_vpu_api_enc_get_encoded_frame_ext() is added to the API to be able
to communicate to callers that a sync point was produced.
* imx8m-hantro: Rewrite encoder to directly use the Hantro H1 API
This allows for more fine grained control of the H1 encoder.
Most notably, intra refresh works properly, and skipped frames
are correctly handled.
* imx8m-hantro: encoder: Add closed GOP interval support
* imx8m-hantro: encoder: Rework intra refresh
Use codec specific features for intra refresh. For h.264, use the Hantro
GDR (Gradual Decoder Refresh) feature, since it also takes care of
filling SEI message and SPS/PPS NALUs appropriately. For VP8, implement
a manual method. (Intra refresh is not officially supported in VP8
though. See the note about VP8 intra refresh in the comment blocks in
this commit.)
* imx6-coda: return IMX_VPU_API_ENC_RETURN_CODE_INVALID_CALL from
imx_vpu_api_enc_get_skipped_frame_info()
This keeps the imx6 backend consistent with the API. Previously, that
backend's implementation of that function was not returning anything at
all.
* imx8m-hantro: implement imx_vpu_api_enc_get_skipped_frame_info() stubs
for all encoders
Implement this function for all encoders to fix a linker error in
gstreamer-imx.
These encoders never return IMX_VPU_API_ENC_OUTPUT_CODE_FRAME_SKIPPED,
so we always return IMX_VPU_API_ENC_RETURN_CODE_INVALID_CALL from
imx_vpu_api_enc_get_skipped_frame_info().
* imx8m-hantro: dummy_encoder: add imx_vpu_api_enc_get_encoded_frame_ext()
Linking gstreamer-imx will fail if imx_vpu_api_enc_get_encoded_frame_ext)
is not available.
Signed-off-by: Carlos Rafael Giani <crg7475@mailbox.org>
Bump revision to 1.2.5 and remove old patches. This also switches to new
upstream location at github. The old location uses git-protocol which can
cause problems in corporate network environments.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Since imx-opencl-converter is supported going forward, the logic is
simpler if that is the default and only the exceptions must be noted.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>