summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* imx-gpu-viv: Mark libvulkan-imx unavailable for 8M Minibackport-1218-to-kirkstoneTom Hochstein2022-09-201-4/+7
| | | | | | | | | | | | | | | The GPU drivers do not support 8M Mini, so properly exclude them from PACKAGES so the user gets an earlier indication of a problem: ``` $ bitbake vulkan-loader ERROR: Nothing RPROVIDES 'libvulkan-imx' (but /.../poky/meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb RDEPENDS on or otherwise requires it) ERROR: Required build target 'vulkan-loader' has no buildable providers. Missing or unbuildable dependency chain was: ['vulkan-loader', 'libvulkan-imx'] ``` Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ee92b5a8b2cad45de267d3cf6dae9251f5ed11fd)
* Merge pull request #1210 from thochstein/gtk+3Otavio Salvador2022-09-151-4/+0
|\ | | | | [kirkstone] gtk+3: Drop x11 config logic
| * gtk+3: Drop x11 config logicTom Hochstein2022-09-151-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | The original intent of dropping x11 support from the package was so only wayland would be supported. The fix in efcb2fe and 7447f7c removes that. However, it keeps the idea that the x11 packageconfig should be disallowed from being added if x11 is not in the distro features. This was never the intent of the original logic, and since the default is to enable x11 packageconfig if and only if x11 is a distro feature, just drop the logic entirely. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit e3f41f8c93ab66b1f124059cf5ce3d24b148285b)
| * gtk+3: Fix logical error in removing x11Khem Raj2022-09-151-1/+1
| | | | | | | | | | | | | | | | Last commit had a thinko, where it should be removing x11 only if x11 is not in distro features, but it ended up doing that for wayland Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 7447f7c8784883589195a83e27f8cb0ad430e88e)
| * gtk+: Disable x11 only when wayland is in distro_features but x11 is notKhem Raj2022-09-151-3/+4
|/ | | | | | | | Some distros enable both x11 and wayland in distro features in such cases it should not remove x11 from distro features. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit efcb2fe79c96beca4d7709a66aa7872839f14b9f)
* Merge pull request #1206 from Freescale/backport-1205-to-kirkstoneOtavio Salvador2022-09-134-1/+86
|\ | | | | [Backport kirkstone] gstreamer1.0-plugins-base: Fix build with clang
| * weston: Fix build with clang-15Khem Raj2022-09-132-1/+37
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0dad0e1e9d075a957cf334e68ec5f09afeb3c2bd)
| * gstreamer1.0-plugins-base: Fix build with clangKhem Raj2022-09-132-0/+49
|/ | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 8324178f01ddf4b2da9e0b7bcbc4abde0b8c6aa8)
* Merge pull request #1201 from Freescale/backport-1200-to-kirkstoneOtavio Salvador2022-09-072-2/+2
|\ | | | | [Backport kirkstone] Use armv8a instead of the more generic aarch64 for ls208*
| * Use armv8a instead of the more generic aarch64 for ls208*Ilya Averyanov2022-09-072-2/+2
|/ | | | (cherry picked from commit 2858ce2507e20fe163339c5ed9614081e1f51549)
* Merge pull request #1198 from Freescale/backport-1197-to-kirkstoneOtavio Salvador2022-09-061-1/+1
|\ | | | | [Backport kirkstone] mesa-demos: Drop non-functional glx configuration
| * mesa-demos: Drop non-functional glx configurationbackport-1197-to-kirkstoneTom Hochstein2022-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | The packageconfig glx is no longer used after a rework, and removing the packageconfig x11 now also removes glx support. [1] [1] https://github.com/openembedded/openembedded-core/commit/a904c9492e86be39fcdd244e8f4b9768861c0e77 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6c552bd6732f4fad2f6264051f954188b941fce3)
* | Merge pull request #1199 from thochstein/mesa-demosOtavio Salvador2022-09-062-3/+89
|\ \ | |/ |/| [kirkstone] mesa-demos: Fix backport
| * mesa-demos: Revert backported 8.5 changesTom Hochstein2022-09-062-2/+89
| | | | | | | | | | | | | | | | | | | | | | Some of the changes backported recently to kirkstone are specific to 8.5, but kirkstone uses 8.4. Specifically, on 8.4: - OpenVG is still supported - wayland packageconfig is not added by default - glu packageconfig still exists separate from x11 packageconfig Fixes: 49dac9d7 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| * mesa-demos: Drop redundant glu configurationTom Hochstein2022-09-061-1/+0
|/ | | | | | The default contains glu, so no need to add it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1196 from Freescale/backport-1193-to-kirkstoneOtavio Salvador2022-09-0538-795/+466
|\ | | | | [Backport kirkstone] Recipes-multimedia from NXP release 5.15.32-2.0.0
| * pulseaudio: Fix gstreamer pause mutex issuebackport-1193-to-kirkstoneTom Hochstein2022-09-053-8/+45
| | | | | | | | | | | | | | Add a patch to fix a mutex issue when pausing a gstreamer stream. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 791b2cd871e670f2cd691aad21a1c9bcffc362d6)
| * pulseaudio: Fix HFP with headset=autoTom Hochstein2022-09-051-1/+1
| | | | | | | | | | | | | | | | For HFP to work as expected, use module-bluetooth-discover option headset=auto. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 996ec05b40f37c64a5f9d66f1fcfed065bc814ab)
| * pulseaudio: Fix WM8960 codec by disabling alternate sample rateTom Hochstein2022-09-051-0/+2
| | | | | | | | | | | | | | | | The WM8960 codec doesn't support 44k and 48k simultaneously, so set alternate-sample-rate the same as default-sample-rate. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b32f2319bb60421529959309d94d943a88420f36)
| * imx-vpuwrap: Upgrade to 5.15.32-2.0.0Tom Hochstein2022-09-051-5/+4
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 2e4a6055859623828c85aac572d5f18aac3014cc)
| * imx-sw-pdm: Upgrade 1.0.1 -> 1.0.2Tom Hochstein2022-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: 738ca90 MMFMWK-9001-5: build: configure: bump version 1.0.2 9e2e282 MMFMWK-9001-4: release: imx-sw-pdm: rebuild using latest lib 2979b5c MMFMWK-9001-3: test: output sample rate and samples per channel 128e3cc MMFMWK-9001-2: release: libimxswpdm: rebuild with clang 12.0.0 a9eb48f MMFMWK-9001-1: pdmToPcm_simd: module.mk: use clang++ compiler Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit e333a68f1d261ee282086f502042d1959cae0d4d)
| * imx-parser: Upgrade 4.6.2 -> 4.7.0Tom Hochstein2022-09-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: b479f651 MA-20253 mp4 dash streaming video hang when playing an hevc stream 2f381602 MA-20234: check if mkv parser has cluster. 3d736c7c [configurea.ac] Update version to 4.7.0 for next release af0b43d8 MA-20193 [Android 12] cts.MediaPlayerTest#testCallback fail 7398507f MKVPARSER_01.08.16 add FlushTrack function 6ca57f2d MKVPARSER_01.08.15 support dash playback. 88203eb8 MMFMWK-9067-1: refine mkv parser and remove compile warnings aa7f343f MA-20134 coverity issues in mp4 parser 6956469f MA-20105 [Android 12] cts MediaMetadataRetrieverTest#testGetFrameAtTimeClosestSyncEmptyNormalEditList fail d2098571 MA-20085 [Android 12] cts MediaMetadataRetrieverTest#testGetFrameAtTimeClosestEditList fail with nxp mp4 parser 12a5e4ef LF-5172 enable MP4 and webm dash streaming in 2022 Q2 c834ded7 MMFMWK-9048 MPG2 PARSER 06.01.02 3b6b3b22 FMMFMWK-9047 MPEG2 PARSER 06.01.01 621c504d add version information in libspdif_parser.mk modify install-data-hook for spdif parser in Makefile.am to fix installation error e971965d MMFMWK-9010 SPDIF PARSER 00.00.01 modify Makefile file format in spdif parser add newline character in Makefile.am to fix missing separator issue add soft link file and modify Makefile.am to realize file packaging 55c67aae MMFMWK-9042 MPEG2 PARSER 06.00.04 46f9e346 MMFMWK-9010 SPDIF PARSER 00.00.01 73af1c6a MA-19906 cts android.media.cts.MediaExtractorTest fail and get crash e874f58f [configurea.ac] Update version to 4.6.5 for next release 3089c7e8 MMFMWK-9026: fix dash playback issue for webm streams. 07c6df92 MKV PARSER 01.08.12 support seek without cue list 84f963be MMFMWK-9007 [i.MX8MM/Sony] Error on gst-discoverer-1.0 with ALAC file 5b736228 MA-19618 [Android 12] ctsv2 ExtractorTest$FunctionalityTest#testExtract[17(audio/ac4)] fail 36718bf0 MA-19734-2 [Android 12] cts android.mediav2.cts.MuxerTest$TestSimpleAppend#testSimpleAppendNative[0(mp4)] and related fa a0842c57 MA-19781: fix cts android.mediav2.cts.ExtractorTest$ValidateKeyValuePairs#validateKeyValuePairs 14816f41 MA-19730 [Android 12] refine mp4 parser seek for MediaMuxerTest#testSimulateAudioBVideoFramesDropIssues ba94b741 MMFMWK-9007 [i.MX8MM/Sony] Error on gst-discoverer-1.0 with ALAC file 2908ec52 MA-19734 [Android 12] cts android.mediav2.cts.MuxerTest$TestSimpleAppend#testSimpleAppendNative[0(mp4)] and related failures 0aa9acf3 ASF PARSER 01.01.08 6a402d61 MA-19619 [Android 12] cts MediaExtractorTest#testMpegh3dAudioMediaExtractorMha1 fail 5f34631a MA-19595 [Android12 8qm/8qxp]cts mediaprovidertranscode.cts.TranscodeTest#testTranscoded_FilePath e6808758 [configurea.ac] Update version to 4.6.4 for next release d81e3def MA-19589 [Android 12] cts mediav2.cts.DecoderColorAspectsTest#testColorAspects fail on 8mp f12cd7d5 MMFMWK-8999 Fix process crash in ID3 PARSER 65e58b12 MMFMWK-8997 MP3 PARSER 03.03.11 4510a2a1 MA-19560: change timecode from uint to uint64 83af99c8 MMFMWK-8995 MP3 PARSER 03.03.10 5d5c21ba MMFMWK-8994 MPG2 PARSER 06.00.03 7874f734 MKV PARSER 01.08.09 4b70b7a7 MA-19211 Failed to output sound when playing recording file from USB Camera 99b778df ASF PARSER 01.01.07 e4b74edf [configurea.ac] Update version to 4.6.3 for next release Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 2f97a100d72b710dea3c24c23a4a41ac5ec6f9eb)
| * imx-dspc-asrc: Simplify SRC_URI with BPTom Hochstein2022-09-051-1/+1
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 6cda674acd5cffb3b6d235c1941af71393e31d46)
| * imx-dsp-codec-ext: Upgrade 1.2.0 -> 2.0.0Tom Hochstein2022-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: d690e91f MMFMWK-9102-3 release/lib/dsp: Update lib_aacd_wrap_dsp ab775415 MMFMWK-9102-2 aacd_wrap: Add return success after copy codec data 93076c58 MMFMWK-9102-1 aacd_wrap: Remove free codec data buf when reset b3ea821c [configurea.ac] Update version to 4.7.0 for next release fdedb900 [configurea.ac] Update dsp version to 2.0.0 for next release 3e12abf4 MMFMWK-9090-3 release/lib: Update vorbis/wma dsp wrapper library 07d2d122 MMFMWK-9090-2 wma10d_wrapper: Change to use good way to get decode info a6fd6062 MMFMWK-9090-1 ua_wrapper: remove free codec buf in reset func 9c071602 MMFMWK-9089 vorbisd_wrapper: fix copy codec data error a4ce4242 [configurea.ac] Update dsp version to 1.2.2 for next release ce41e27a [configurea.ac] Update version to 4.6.5 for next release 267d74fc [configurea.ac] Update dsp version to 1.2.1 for next release ee983061 [configurea.ac] Update version to 4.6.4 for next release Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit bf4f46c9341cacbd28a72110977dc08d99cc8574)
| * imx-dsp: Add TensorFlow Lite Micro for 8ULPTom Hochstein2022-09-051-0/+7
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 186780dbcf58fcc50dcebee7f1b63fbd275703e7)
| * imx-dsp: Rework the install logic [LF-5799]Tom Hochstein2022-09-051-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | Replace the firmware name variable with a simpler firmware platform variable. This allows the logic that removes firmware that is not for this platform to handle any firmware, not just the main binary. Also, make the default value of the variable UNDEFINED. Then, if a new SOC is not properly added to the variable list, the mv will fail. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit be58b76e47971eb4c8ce645e5ba88d7e5056a102)
| * imx-dsp: Upgrade 1.2.0 -> 2.0.0Tom Hochstein2022-09-051-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 1afdb74 MMFMWK-9126 dsp_wrapper: Switch to sw aac/aacp decoder with multi chan 89f44f8 MMFMWK-9123-7 unit_test: fsl-rend: Add pcm gain d5ff750 MMFMWK-9123-6 unit_test: fsl-dec: Add pcm gain 024ec32 MMFMWK-9123-5 unit_test:src: Add source file for parser pcm info f073481 MMFMWK-9123-4 dsp_framework: Makefile: Add pcm gain to build d44697e MMFMWK-9123-3 Change CODEC_PCM_DEC to CODEC_PCM_GAIN fcdcded MMFMWK-9123-2 common: library_load: Add check lib type 98e594d MMFMWK-9123-1 dsp_framework: main: Enlarge worker_thread_scratch_size 78029ab MMFMWK-9122: fix warning with yocto toolchain 2c5f489 MMFMWK-9122: switch to use yocto toolchain cb76f5e MMFMWK-9121 libxa_af_hostless: sysdeps:linux: Add check for exit thread a5c2f24 MMFMWK-9119: dsp_framework: Use production configuration for 8QM and 8QXP f941878 MMFMWK-9117-2 dsp_framework: fsl-render: Remove checking rate for render 8ffdbbb MMFMWK-9117-1 unit_test: fsl-render: Add to get real dec format 3eae49a MMFMWK-9114-4: dsp_framework: render: fix noise issue after suspend eeb9918 MMFMWK-9114-3: dsp_framework: hifi-dpf: add dead wait after suspend cc43096 MMFMWK-9114-2: dsp_framework: render: free memory to avoid memory leak e130ea1 MMFMWK-9114-1: dsp_framework: render: fix render can't work 67aa852 MMFMWK-9115 dsp_wrapper: Go to send output buffer when received init done 7cda1fc MMFMWK-9109 dsp_framework: unia-codec: Set codec id when load codec wrap 91ad2c9 MMFMWK-9113 dsp_framework: Add consumed len for getpara 3d2167c MMFMWK-9112 common: xaf-fsl-api: Fix no output if do reset before decoding 195faaf MMFMWK-9111-3 dsp_wrapper: fix android build issue 2aff770 MMFMWK-9111-2 common: fix android build issue 04ccf6d MMFMWK-9111-1 libxa_af_hostless: fix android build issue 5dba863 MMFMWK-9110 dsp_wrapper: fix get wrong value from dsp 0ddf545 MMFMWK-9107-2 dsp_wrapper: fix build warning 82685ed MMFMWK-9107-1 dsp_framework: render: fix build warning 1c60ffe MMFMWK-9104 dsp_framework: unia-codec: Ignore some codec decoding errors 9d63a74 MMFMWK-9108 build_dsp: Fix unit test name is not correct when install 11b653e MMFMWK-9105-2 dsp_wrapper: Add check codec library installed or not 464ae43 MMFMWK-9105-1 common: Move macro CORE_LIB_PATH to header b9c186f MMFMWK-9103 dsp_wrapper: Fix decoding timeout after received eos db0ac54 MMFMWK-9099 dsp_wrapper: Add channel num check for aac codec 956832e MMFMWK-9100 common: library_load: Add check lib_info section pool 159f7cf MMFMWK-9098 dsp_framework: unia-codec: Clear codec struct when init f193eca dsp_framework: unia-codec: fixed memory size for chan_map_table 3ce22f9 Makefile: don't remove the tflm_imx8ulp.bin 25ccff0 Add TFLM DSP firmware binary 2803042 Remove TFLM dependency from test 0e3ba22 MMFMWK-9093-2 dsp_wrapper: Process fatal error from event 6dbba43 MMFMWK-9093-1 dsp_framework: unia-codec: Add fatal error for decoding 3fac033 Integrate TFLM 5681b5b common: xf-fsl-ipc: fix addr issue on munmap b2907c8 dsp_framework: Enlarge dsp local mem ceb3574 dsp_wrapper: fix seek error when comp status is XAF_EXEC_DONE 61a0b00 dsp_wrapper: Adjust msg flow d145008 Revert "hifi-dpf: xa-class-audio-codec: Only purse input port if msg from proxy" fac3a35 dsp_framework: enlarge mem fa0697c dsp_framework: memory: Add success check for xf_uniacodec_malloc ec02b01 dsp_wrapper: fix codec data c01e084 dsp_wrapper: do not set codec data again if already set f7fc455 dsp_wrapper: fix decoding error when end of stream c3cd468 dsp_framework: unia-codec: init input_over, clear out_size 27f6a7a dsp_wrapper: Add wma channel layouts 271e820 common: xaf-fsl-api: Add error process 0c5da67 Revert "common: xf-fsl-ipc: fix reference counter issue" b6f8ad7 dsp_wrapper: fix some wma streams seek error b268d78 hifi-dpf: xa-class-audio-codec: Only purse input port if msg from proxy edee928 dsp_wrapper: set wma alway is framed ccb49dc dsp_wrapper: Remove offset_copy b6d2e50 release:build_dsp: Generate software link 3e4057a Makefile.am Add dsp_rend_test.out 6398123 release: Add build_dsp 88f9736 Add SCR 731e9e7 Add README 3dde879 EULA: Add EULA.txt V32 56d7b47 dsp_wrapper: Add DEBUG macro to print info 3a4cbc5 dsp_wrapper: remove printf dd1ef59 common: xf-fsl-ipc: fix reference counter issue c9253c9 libxa_af_hostless:hifi-dpf: Remove check frame_size * sample_size 3f62eb2 dsp_wrapper: bugfix: Move mem_exit to xaf-fsl-api 805a7df dsp_framework: fix not enough buffer when loading a796d8b dsp_wrapper: Add aac channel map in local d58d51f dsp_wrapper: fix some ogg streams can't play ed8ef02 Makefile: build DSP_WRAPPER b6213bf testxa_af_hostless: xaf-mem-test: move mem_obj_t to xaf_adev_config_t 6b3f824 dsp_wrapper: fix outputformat error 4cf6f0b host-apf: Change xf_g_ap to local var 56fe689 dsp_wrapper: process decode err b3c00e0 dsp_wrapper: remove printf 71002fe dsp_wrapper: Remove returned val process 408ae00 common: xaf-fsl-api: Add process XF_EVENT msg c9af2d0 dsp_wrapper: Add support event msg 245f4ea dsp_framework: unia-codec: fix outbuf size is not correct 7476b62 dsp_framework: Move rpmsg_response to xf-core 197befd dsp_framework:plugins:unia-codec: Avoid to report narmal returned val 3ddf693 unit_test: Makefile: Remove XA_DISABLE_EVENT 40a10d3 dsp_wrapper: Makefile: Remove XA_DISABLE_EVENT 149187f dsp_framework: Makefile: Remove XA_DISABLE_EVENT 42c8b42 common: xaf-fsl-api: fix wrong val convert c482b5e host-apf: xf-proxy: fix wrong buffer address bc618a7 dsp_framework: plugins: unia-codec: Add reset buf cmd c781b46 dsp_wrapper: Add reset dsp cmd in reset func 5d2145e common: fsl_unia: Add cmd UNIA_RESET_BUF 037ae78 dsp_framework: fix end of stream error in bypass mode 1cd2cc0 dsp_framework: unia-codec: Add set decoding fatal error a127078 unit_test: rend: Add set cmd line param 05239b0 unit_test: rend: Support all codecs in rend bb987cf dsp_framework: fix multi instances issue cf07fed dsp_framework: set framework in bypass mode 0302efe dsp_wrapper: set chan map 71824c1 dsp_framework: set chan map d2d3b09 dsp_framework: enlarge the local buffer size 128097d dsp_wrapper: Add dsp_wrapper 35d6abb xf-proxy: Add xf_flush function 1c7b002 unit_test: Add to support more codecs ca3aabe unit_test: Add support to build dsp_rend_test 3430046 unit_test: initial xaf-fsl-mp3-dec-rend-test.c 18f9aea dsp_framework: Add renderer and peripherals driver 8b9e95a dsp_framework: initial xa-fsl-renderer.c f1afdb0 unit_test: Add support MP3 decoder 6182802 unit_test: initial xaf-fsl-dec-test.c 5a19ec6 unit_test: initial xaf-fsl-api.c 0430abf dsp_framework: integrated unified audio codec plugin 8db1736 dsp_framework: Enable the basic rpmsg communication 9747302 rpmsg-lite: Add rpmsg-lite 2a2ab7b XAF: xa_hifi_af_hostless_lib_2_6_api_2_0_src.xws Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 1109c61e9e59adc31c8157fe97a042872fd81238)
| * imx-gst1.0-plugin: Upgrade 4.6.4 -> 4.7.0Tom Hochstein2022-09-051-5/+2
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 294d56ac5a645526081370c714fc5e874111f381)
| * gstreamer1.0*: Upgrade 1.18.5.imx -> 1.20.0.imxTom Hochstein2022-09-0521-695/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: - gstreamer1.0 - gstreamer1.0-plugins-base - gstreamer1.0-plugins-good - gstreamer1.0-plugins-bad Drops downgraded recipe copies for 1.18.5: - gstreamer1.0-libav - gstreamer1.0-plugins-ugly - gstreamer1.0-rtsp-server Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 178bcddd87bbb379d0d2abc3349d3c1417c54d49)
| * imx-base.inc: Update gstreamer to 1.20.0.imxTom Hochstein2022-09-051-7/+4
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 19cc0331a2c855381436182d94913e7a0ddb0047)
| * imx-codec: Upgrade 4.6.2 -> 4.7.0Tom Hochstein2022-09-051-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VPU support is limited to Chips&Media - Let package arch be more generic SOC-specfic - Fixes: d690e91f MMFMWK-9102-3 release/lib/dsp: Update lib_aacd_wrap_dsp ab775415 MMFMWK-9102-2 aacd_wrap: Add return success after copy codec data 93076c58 MMFMWK-9102-1 aacd_wrap: Remove free codec data buf when reset b3ea821c [configurea.ac] Update version to 4.7.0 for next release fdedb900 [configurea.ac] Update dsp version to 2.0.0 for next release 3e12abf4 MMFMWK-9090-3 release/lib: Update vorbis/wma dsp wrapper library 07d2d122 MMFMWK-9090-2 wma10d_wrapper: Change to use good way to get decode info a6fd6062 MMFMWK-9090-1 ua_wrapper: remove free codec buf in reset func 9c071602 MMFMWK-9089 vorbisd_wrapper: fix copy codec data error a4ce4242 [configurea.ac] Update dsp version to 1.2.2 for next release ce41e27a [configurea.ac] Update version to 4.6.5 for next release 267d74fc [configurea.ac] Update dsp version to 1.2.1 for next release ee983061 [configurea.ac] Update version to 4.6.4 for next release e17ab6f7 [configurea.ac] Update dsp version to 1.2.0 for next release c704facf [configurea.ac] Update dsp version to 1.2.00 for next release ec99ab25 [configurea.ac] Update version to 4.6.3 for next release Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit f612e4214d369a8e84008ebfac95d88e6a9a5a43)
| * imx-alsa-plugins: Upgrade to NXP 5.15.32-2.0.0Tom Hochstein2022-09-051-2/+8
| | | | | | | | | | | | | | Includes SWPDM support for i.MX 8. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 744301e15a1085ec9363c4357c3158dbacb7318d)
| * imx-vpu: Move Chips&Media comment into DESCRIPTIONTom Hochstein2022-09-051-2/+1
|/ | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 369a5b8d2b087596e907599ec013bf7e2de40bbf)
* Merge pull request #1195 from Freescale/backport-1194-to-kirkstoneOtavio Salvador2022-09-053-0/+12
|\ | | | | [Backport kirkstone] imx-atf: Use clang when using toolchain-clang defaults
| * cairo: Ignore undef symbols on musl with imxgpuKhem Raj2022-09-051-0/+6
| | | | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit b5bd73c5f845ee14c4baa0f5235381b88dbcc4f5)
| * imx-gpu-viv: Enable packaging with muslKhem Raj2022-09-051-0/+3
| | | | | | | | | | | | | | | | | | gcompat provides a good wrapper to run glibc binaries on musl. However, the prebuilts cant escape glibc specific symbol versioning, therefore disable file-rdeps checks on musl. Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 28375a29dd12e98bf536fb8de32d02c705fe6fdc)
| * imx-atf: Use clang when using toolchain-clang defaultsKhem Raj2022-09-051-0/+3
|/ | | | | | | | | When clang is default compiler, we need to ensure that its added as dependency as well. Reported-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d942acf911f2577e081e74cf0f7578ca5221d579)
* Merge pull request #1191 from Freescale/backport-1190-to-kirkstoneOtavio Salvador2022-09-022-2/+2
|\ | | | | [Backport kirkstone] License fixes
| * mc-utils: fix LICENSEMarkus Niebel2022-09-021-1/+1
| | | | | | | | | | | | | | | | | | mc-utils sources have a BSD-3-Clause LICENSE. Fix this to save a QA warning (or a build error if used with create-spdx class) Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> (cherry picked from commit 960cc5b9055229274007727ba6e6cc4cc045796a)
| * restool: fix LICENSEMarkus Niebel2022-09-021-1/+1
|/ | | | | | | | | restool source have a BSD-3-Clause an can also be used under GPL2 or later. Fix this to save a QA warning (or a build error if used with create-spdx class) Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com> (cherry picked from commit 11ab806193972f58a188a6f6354d36f269a2001e)
* Merge pull request #1185 from Freescale/backport-1183-to-kirkstoneOtavio Salvador2022-08-3025-631/+162
|\ | | | | [Backport kirkstone] Graphics for NXP Release 5.15.32-2.0.0
| * weston: Upgrade 9.0.0.imx -> 10.0.0.imxbackport-1183-to-kirkstoneTom Hochstein2022-08-268-424/+51
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 96f0ad1126bdeca57b810b7c2ac010fa7af9ab25)
| * libglu: Remove x11 requirement for i.MX GPUTom Hochstein2022-08-261-0/+1
| | | | | | | | | | | | | | i.MX GPU drivers don't require x11. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 576292c80045d94e188df4e223f8078fe753a76b)
| * mesa-demos: Update for latestTom Hochstein2022-08-262-92/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop OpenVG packageconfig and patch as OpenVG support is dropped from mesa-demos. For i.MX GPU: - x11 is not required - GLX is not supported - GLU is required - GLUT is not required for x11 Since x11 is not required but GLU is, restore the PACKAGECONFIG for glu, which was recently tied to x11. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit ed60a7915dfb4c2da89007c1670ef1da8618a063)
| * mesa-demos: Update formatting for readabilityTom Hochstein2022-08-261-13/+11
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b0e0b700fb6736eb77d880952d9e92c3014b1445)
| * piglit: Add PACKAGECONFIG for glx and openclTom Hochstein2022-08-262-0/+42
| | | | | | | | | | | | | | | | | | | | - Allow GLX tests to be disabled for systems that don't support it. - Allow OpenCL tests to be enabled. - Disable GLX tests for i.MX GPU, the drivers don't support GLX - Enable OpenCL tests for i.MX 8 Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 866368ac8fda2d8e45558d52867403a9e42a5e9a)
| * kernel-module-isp-vvcam: Upgrade 4.2.2.16.0 -> 4.2.2.18.0Tom Hochstein2022-08-262-63/+4
| | | | | | | | | | | | | | | | The patch 0001-dwe_isr.c-fix-error-found-by-gcc12.patch is now in the source, so drop it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 54df01e57f0a246240567cef3d6971c4c1f78fc3)
| * kernel-module-imx-gpu-viv: Upgrade 6.4.3.p4.0 -> 6.4.3.p4.2Tom Hochstein2022-08-261-7/+5
| | | | | | | | | | | | | | Also cleanup the redundant branch assignments in SRC_URI. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 5ad99559964ea534bb498d3cfe6890590ffbd1d1)
| * imx-g2d-samples: Upgrade to latest 5.15.32-2.0.0Tom Hochstein2022-08-261-4/+6
| | | | | | | | | | | | | | Includes new dependency on cairo. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit d942b0dcee4476d0074eebd52b153ec06e443c1b)
| * imx-dpu-g2d: Upgrade 2.0.0 -> 2.1.0Tom Hochstein2022-08-261-3/+3
| | | | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 22dda45cb95a4d04915bde950d453f4ec514b0d7)