summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux-fslc: 6.6.32 -> 6.6.36upgrades/linux-uboot-fslcOtavio Salvador2024-07-091-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* u-boot-fslc: 2024.04 -> 2024.07Otavio Salvador2024-07-093-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Merge pull request #1857 from quaresmajose/linux-unsharedOtavio Salvador2024-06-252-0/+4
|\ | | | | Revert "linux: drop the old style kernels unshared S"
| * Revert "linux: drop the old style kernels unshared S"Jose Quaresma2024-06-252-0/+4
|/ | | | | | | | | | | This reverts commit 6dcdeccc845145a666fd30e7e48cf3d18988974e. My conclusion was wrong because the source will be move to the STAGING_KERNEL_DIR only when we use the kernel-yocto.bbclass. This is because the same logic of moving sources is replicated here too. Fix https://github.com/Freescale/meta-freescale/issues/1855 Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
* Merge pull request #1854 from Livius90/masterOtavio Salvador2024-06-246-29/+54
|\ | | | | firmware-imx: Update 8.23 -> 8.24
| * EULA: Update to v56Benjamin Szőke2024-06-242-11/+36
| |
| * firmware-imx: Update 8.23 -> 8.24Benjamin Szőke2024-06-234-18/+18
|/
* Merge pull request #1850 from MaxKrummenacher/masterOtavio Salvador2024-06-189-2/+9
|\ | | | | patches: fix upstream-status
| * patches: fix upstream-statusMax Krummenacher2024-06-189-2/+9
|/ | | | | | | | | | OE-core enabled the picky QA check on Upstream-Status. commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA") Add missing upstream-status respectively fix unknown 'unknown' state. strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Merge pull request #1844 from MaxKrummenacher/masterOtavio Salvador2024-06-136-42/+76
|\ | | | | Update imx-vpu-hantro and friends and fix compiler errors
| * imx-vpuwrap: fix compile time errorMax Krummenacher2024-06-132-1/+32
| | | | | | | | | | | | GCC-14 set more warnings to errors, patch the code so it compiles. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * imx-vpu-hantro: fix compile time errorMax Krummenacher2024-06-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | GCC-14 set more warnings to errors, demote the ones which trigger to a warning. Fixes: | ../../source/h264high/h264decapi.c:1803:22: error: assignment to 'const u8 *' {aka 'const unsigned char *'} from incompatible pointer type 'u32 *' {aka 'unsigned int *'} [-Wincompatible-pointer-types] | 1803 | ref_data = ref.virtual_address; | ../../source/h264high/h264decapi.c:2086:22: error: assignment to 'const u8 *' {aka 'const unsigned char *'} from incompatible pointer type 'u32 *' {aka 'unsigned int *'} [-Wincompatible-pointer-types] | 2086 | ref_data = ref.virtual_address; Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * imx-vpu-hantro: update recipesMax Krummenacher2024-06-133-8/+5
|/ | | | | | | | | Update the recipes to what is used in rel_imx_6.6.3_1.0.0. imx-vpu-hantro and imx-vpu-hantro-vc: LICENSE: FSL EULA is updated to v53. All: dropped the md5sum. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Merge pull request #1843 from quaresmajose/linuxOtavio Salvador2024-06-122-4/+0
|\ | | | | linux: drop the old style kernels unshared S
| * linux: drop the old style kernels unshared SJose Quaresma2024-06-122-4/+0
|/ | | | | | | | | | | | | The default source code location for kernel is defined on the kernel.bbclass and it was 'S = "${STAGING_KERNEL_DIR}"' In reality, although the kernel has its code in 'S = "${WORKDIR}/git"' it ends up being moved to '${STAGING_KERNEL_DIR}' in the do_symlink_kernsrc kernel.bbclass function. With this change, the do_symlink_kernsrc kernel.bbclass function will no longer create the symbolic link and the final result will be the same. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
* Merge pull request #1841 from fabioestevam/stableOtavio Salvador2024-06-071-2/+0
|\ | | | | linux-fslc: Remove repeated mx5-generic-bsp entries
| * linux-fslc: Remove repeated mx5-generic-bsp entriesFabio Estevam2024-06-061-2/+0
| | | | | | | | | | | | | | | | The KBUILD_DEFCONFIG:mx5-generic-bsp entries appear three times. Keep a single entry. Signed-off-by: Fabio Estevam <festevam@gmail.com>
* | Merge pull request #1840 from limeng-linux/masterOtavio Salvador2024-06-072-0/+59
|\ \ | |/ |/| meta-freescale: improve parameter definition of function errorFuncHan…
| * meta-freescale: improve parameter definition of function errorFuncHandlerMeng Li2024-06-072-0/+59
| | | | | | | | | | | | | | Add a patch to adjust parameter definition of function errorFuncHandler, so that align with the definition in libxml2 package. Signed-off-by: Meng Li <Meng.Li@windriver.com>
* | Merge pull request #1839 from rafluan/topic/bump-to-6.6.32Otavio Salvador2024-06-061-2/+2
|\ \ | |/ |/| linux-fslc: update to v6.6.32
| * linux-fslc: update to v6.6.32Luan Rafael Carneiro2024-06-061-2/+2
|/ | | | | | Kernel repository has been upgraded up to v6.6.32 from stable korg. Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
* Merge pull request #1838 from nxp-upstream/gstreamerOtavio Salvador2024-06-057-0/+253
|\ | | | | gstreamer: Downgrade non-forked recipes to match 1.22.5.imx
| * gstreamer: Downgrade non-forked recipes to match 1.22.5.imxTom Hochstein2024-06-057-0/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the full set of 1.22.5 compatible recipes with the following exceptions due to build breaks for obsolete components: - gstreamer1.0-omx: Drop the recipe - gstreamer1.0-plugins-ugly: Drop liba52 and mpeg2dec support These exceptions mirror changes in the upstream support: 9c21815339 gstreamer1.0: update 1.22.11 -> 1.24.3 90fbfe9fe1 liba52: remove the recipe d46660e6c0 mpeg2dec: remove the recipe (From OE-Core rev: ae9c64cd2291f4b24ac442816a4e354e47c70933) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | Merge pull request #1836 from fabioestevam/imx93_masterOtavio Salvador2024-06-051-1/+0
|\ \ | |/ |/| gstreamer1.0-omx: Remove bbappend file
| * gstreamer1.0-omx: Remove bbappend fileFabio Estevam2024-06-041-1/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | gstreamer1.0-omx has been removed from oe-core since: commit 9c21815339afb85f558d8a1e0365614320cdc7d7 Author: Alexander Kanavin <alex@linutronix.de> Date: Mon May 27 20:12:13 2024 +0200 gstreamer1.0: update 1.22.11 -> 1.24.3 Drop gstreamer1.0-omx recipe as upstream has removed it: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4976 kate plugin dropped from bad. amrnb/amrwb moved from ugly to good. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Remove the gstreamer1.0-omx bbappend file. Signed-off-by: Fabio Estevam <festevam@gmail.com>
* Merge pull request #1834 from fabioestevam/imx93evkOtavio Salvador2024-06-041-1/+1
|\ | | | | linux-fslc-imx: 6.6: Update kernel to fix i.MX93 boot
| * linux-fslc-imx: 6.6: Update kernel to fix i.MX93 bootFabio Estevam2024-06-041-1/+1
|/ | | | | | | | | | Update the kernel version to fix i.MX93 boot by selecting CONFIG_GPIO_VF610. Relevant changes: - d8b0bac40433 ("Merge pull request #672 from fabioestevam/imx93evk") - e9ea6badf7e5 ("arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610") Signed-off-by: Fabio Estevam <festevam@gmail.com>
* Merge pull request #1832 from MaxKrummenacher/masterOtavio Salvador2024-06-036-1/+63
|\ | | | | Fixes as GCC-14 by default errors out on more what used to be warnings
| * imx-gst1.0-plugin: fix compile time errorMax Krummenacher2024-06-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GCC-14 set more warnings to errors, demote the ones which trigger to a warning. Fixes: | .../tools/grecorder/grecorder.c:161:38: error: initialization of 'pthread_t' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | .../tools/grecorder/grecorder.c:162:43: error: initialization of 'pthread_t' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | .../tools/grecorder/grecorder.c:845:7: error: passing argument 3 of 'recorder->register_event_handler' from incompatible pointer type [-Wincompatible-pointer-types] | .../tools/grecorder/grecorder.c:43:39: error: passing argument 3 of 'pthread_create' from incompatible pointer type [-Wincompatible-pointer-types] | .../tools/grecorder/grecorder.c:71:39: error: passing argument 3 of 'pthread_create' from incompatible pointer type [-Wincompatible-pointer-types] | .../tools/grecorder/grecorder.c:81:15: error: assignment to 'pthread_t' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | .../tools/grecorder/grecorder.c:52:15: error: assignment to 'pthread_t' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] | .../plugins/beepdec/beepdec.c:54:34: error: initialization of 'void (*)(GstObject *, ...)' {aka 'void (*)(struct _GstObject *, ...)'} from incompatible pointer type 'void (*)(GstAudioDecoder *, GstClockTime)' {aka 'void (*)(struct _GstAudioDecoder *, long unsigned int)'} [-Wincompatible-pointer-types] | .../plugins/beepdec/beepdec.c:55:36: error: initialization of 'void (*)(GstObject *, ...)' {aka 'void (*)(struct _GstObject *, ...)'} from incompatible pointer type 'void (*)(GstAudioDecoder *, GstClockTime)' {aka 'void (*)(struct _GstAudioDecoder *, long unsigned int)'} [-Wincompatible-pointer-types] | .../plugins/beepdec/beepdec.c:56:29: error: initialization of 'void (*)(GstObject *, ...)' {aka 'void (*)(struct _GstObject *, ...)'} from incompatible pointer type 'void (*)(GstAudioDecoder *, gboolean)' {aka 'void (*)(struct _GstAudioDecoder *, int) '} [-Wincompatible-pointer-types] | .../recipe-sysroot/usr/include/gstreamer-1.0/gst/audio/gstaudiodecoder.h:49:4: error: passing argument 2 of 'gstsutils_load_default_property' from incompatible pointer type [-Wincompatible-pointer-types] | .../plugins/beepdec/beepdec.c:445:24: error: assignment to 'void * (*)(size_t)' {aka 'void * (*)(long unsigned int)'} from incompatible pointer type 'void * (*)(uint32)' {aka 'void * (*)(unsigned int)'} [-Wincompatible-pointer-types] | .../plugins/beepdec/beepdec.c:510:20: error: assignment to 'void * (*)(size_t)' {aka 'void * (*)(long unsigned int)'} from incompatible pointer type 'void * (*)(uint32)' {aka 'void * (*)(unsigned int)'} [-Wincompatible-pointer-types] | .../plugins/videoconvert/gstimxvideoconvert.c:1662:24: error: assignment to 'void **' from incompatible pointer type 'guint8 *' {aka 'unsigned char *'} [-Wincompatible-pointer-types] | .../plugins/videoconvert/gstimxvideoconvert.c:1673:74: error: passing argument 2 of '_set_cached_phyaddr' from incompatible pointer type [-Wincompatible-pointer-types] | .../plugins/compositor/gstimxcompositor.c:1579:28: error: assignment to 'void **' from incompatible pointer type 'guint8 *' {aka 'unsigned char *'} [-Wincompatible-pointer-types] | .../plugins/compositor/gstimxcompositor.c:1591:77: error: passing argument 2 of '_set_cached_phyaddr' from incompatible pointer type [-Wincompatible-pointer-types] | .../plugins/compositor/gstimxcompositor.c:1954:7: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch] | .../tools/grecorder/recorder_engine.c:1253:41: error: passing argument 1 of 'strrchr' from incompatible pointer type [-Wincompatible-pointer-types] | .../tools/grecorder/recorder_engine.c:1901:22: error: assignment to 'GString *' {aka 'struct _GString *'} from incompatible pointer type 'char *' [-Wincompatible-pointer-types] | .../tools/grecorder/recorder_engine.c:1916:18: error: assignment to 'GString *' {aka 'struct _GString *'} from incompatible pointer type 'char *' [-Wincompatible-pointer-types] | .../libs/v4l2_core/gstimxv4l2.c:1203:92: error: passing argument 3 of 'gst_imx_v4l2_dequeue_gstbuffer' from incompatible pointer type [-Wincompatible-pointer-types] | .../plugins/aiurdemux/aiurdemux.c:517:7: error: implicit declaration of function 'aiurdemux_check_stream_status'; did you mean 'aiurdemux_send_stream_eos'? [-Wimplicit-function-declaration] | .../plugins/aiurdemux/aiurdemux.c:1681:7: error: 'return' with no value, in function returning non-void [-Wreturn-mismatch] | .../plugins/aiurdemux/aiurdemux.c:4182:47: error: passing argument 3 of 'IParser->seek' from incompatible pointer type [-Wincompatible-pointer-types] | .../plugins/aiurdemux/aiurdemux.c:4217:11: error: passing argument 3 of 'IParser->seek' from incompatible pointer type [-Wincompatible-pointer-types] | .../plugins/aiurdemux/aiurdemux.c:4240:17: error: passing argument 3 of 'IParser->seek' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * gstreamer1.0-plugins-bad_1.22.5.imx: fix compile time errorMax Krummenacher2024-06-011-0/+7
| | | | | | | | | | | | | | | | | | | | | | GCC-14 set more warnings to errors, demote the ones which trigger to a warning. Fixes: | .../gst-libs/gst/play/gstplay.c:4926:7: error: implicit declaration of function 'usleep'; did you mean 'g_usleep'? [-Wimplicit-function-declaration] | .../gst-libs/gst/wayland/gstwlbuffer.c:347:35: error: 'return' with a value, in function returning void [-Wreturn-mismatch] | .../gst-libs/gst/wayland/gstwlwindow.c:691:14: error: returning 'struct wl_surface *' from a function with incompatible return type 'struct wl_subsurface *' [-Wincompatible-pointer-types] | .../recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h:671:16: error: returning 'void *' from a function with return type 'gint' {aka 'int'} makes integer from pointer without a cast [-Wint-conversion] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * gstreamer1.0-plugins-good_1.22.5.imx: fix compile time errorMax Krummenacher2024-06-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | GCC-14 set more warnings to errors, demote implicit-function-declaration and implicit-function-declaration to a warning. Fixes: .../v4l2/gstv4l2videoenc.c:782:9: error: implicit declaration of function 'gst_is_dmabuf_memory'; did you mean 'gst_is_v4l2_memory'? [-Wimplicit-function-declaration] .../sys/v4l2/gstv4l2videodec.c:1185:30: error: initialization of 'GstVideoFrame *' {aka 'struct _GstVideoFrame *'} from incompatible pointer type 'GstVideoCodecFrame *' {aka 'struct _GstVideoCodecFrame *'} [-Wincompatible-pointer-types] .../sys/v4l2/gstv4l2videodec.c:1187:48: error: passing argument 2 of 'gst_video_decoder_drop_frame' from incompatible pointer type [-Wincompatible-pointer-types] .../sys/v4l2/gstv4l2videodec.c:1232:30: error: initialization of 'GstVideoFrame *' {aka 'struct _GstVideoFrame *'} from incompatible pointer type 'GstVideoCodecFrame *' {aka 'struct _GstVideoCodecFrame *'} [-Wincompatible-pointer-types] .../sys/v4l2/gstv4l2videodec.c:1234:48: error: passing argument 2 of 'gst_video_decoder_drop_frame' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * gstreamer1.0-plugins-base_1.22.5.imx: fix compile time errorMax Krummenacher2024-06-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | GCC-14 set more warnings to errors, demote implicit-function-declaration to a warning. Fixes: | .../gst-libs/gst/gl/gstglphymemory.c:312:25: error: assignment to 'GDestroyNotify' {aka 'void (*)(void *)'} from incompatible pointer type 'void (*)(GstMemory *)' {aka 'void (*)(struct _GstMemory *)'} [-Wincompatible-pointer-types] | .../gst-libs/gst/gl/gstglphymemory.c:345:7: error: passing argument 2 of 'gst_gl_context_thread_add' from incompatible pointer type [-Wincompatible-pointer-types] | .../gst-libs/gst/gl/gstglphymemory.c:360:9: error: assignment to 'GstGLBaseMemory *' {aka 'struct _GstGLBaseMemory *'} from incompatible pointer type 'GstMemory *' {aka 'struct _GstMemory *'} [-Wincompatible-pointer-types] | .../git/gst-libs/gst/gl/gstglupload.c:2154:51: error: passing argument 6 of 'directviv->TexDirectVIVMap' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| * imx-opencl-converter: fix compile time errorMax Krummenacher2024-06-012-1/+42
|/ | | | | | | | | GCC-14 set more warnings to errors, fix the code. Fixes: | .../src/ocl.c:258: 22: error: passing argument 6 of 'clGetProgramBuildInfo' from incompatible pointer type [-Wincompatible-pointer-types] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Merge pull request #1831 from MrCry0/master-6.6-updateOtavio Salvador2024-05-291-1/+1
|\ | | | | linux-fslc-imx: 6.6: Fix merging issues
| * linux-fslc-imx: 6.6: Fix merging issuesOleksandr Suvorov2024-05-291-1/+1
|/ | | | | | | | | | | | Relevant changes: - a1f3157034fe4 Merge pull request #670 from DiogoSilva014/6.6-1.0.x-imx-lpcg - 55720fcb81c3e arch: arm64: freescale: imx8qm: fix flexcan clocks - 9203cfabdfb68 Merge pull request #668 from DiogoSilva014/6.6-1.0.x-imx-fix-lpcg - d6110c170fb98 Revert lpcg indice changes - 2df26cdfbbbe0 Merge pull request #667 from MrCry0/6.6-1.0.x-imx-fix-imx8-usdhc - a744d880dbb46 arch: arm64: freescale: imx8: fix sdhci clocks Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
* Merge pull request #1830 from YoeDistro/yoe/mutOtavio Salvador2024-05-231-2/+0
|\ | | | | udev-rules-imx: Drop setting S
| * udev-rules-imx: Drop setting SKhem Raj2024-05-221-2/+0
| | | | | | | | | | | | | | | | | | Setting S here to something local is redundant moreover master oe-core flags it now Using S = ${WORKDIR} is no longer supported Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge pull request #1829 from YoeDistro/yoe/mutOtavio Salvador2024-05-2214-34/+30
|\| | | | | recipes: Switch WORKDIR use with UNPACKDIR
| * recipes: Switch WORKDIR use with UNPACKDIRKhem Raj2024-05-2214-34/+30
|/ | | | | | This is being enforced in master oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1828 from YoeDistro/yoe/mutOtavio Salvador2024-05-222-2/+2
|\ | | | | imx-gpu-viv-6: Replace WORKDIR refrences with UNPACKDIR
| * udev-rules-imx: Replace WORKDIR refrences with UNPACKDIRKhem Raj2024-05-211-1/+1
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * imx-gpu-viv-6: Replace WORKDIR refrences with UNPACKDIRKhem Raj2024-05-211-1/+1
|/ | | | | | This is now must with master branch of oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1826 from MaxKrummenacher/masterOtavio Salvador2024-05-161-3/+3
|\ | | | | imx-base: follow renamed fw package name
| * imx-base: follow renamed fw package nameMax Krummenacher2024-05-161-3/+3
|/ | | | | | | | | Commit 9a522207 ("firmware-imx: Use vpu-amphion and vpu-wave suffix.") renamed the vpu firmware package name from firmware-vpu-imx8 to firmware-imx-vpu-amphion. Follow that in the setting of MACHINE_FIRMWARE setting. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* Merge pull request #1821 from tq-steina/masterOtavio Salvador2024-05-131-4/+4
|\ | | | | ppfe-firmware: Respect nonarch_base_libdir
| * ppfe-firmware: Respect nonarch_base_libdirAlexander Stein2024-05-131-4/+4
|/ | | | | | | | Fixes QA error: QA Issue: ppfe-firmware package is not obeying usrmerge distro feature. /lib should be relocated to /usr. [usrmerge] Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
* Merge pull request #1818 from Livius90/masterOtavio Salvador2024-05-121-4/+19
|\ | | | | Sync firmware-imx_8.23.bb with meta-imx-bsp layer
| * firmware-imx: introduce IMX_USE_LINUX_FIRMWARE_SDMA to configure sdma ↵Benjamin Szőke2024-05-121-3/+9
| | | | | | | | firmware sources
| * firmware-imx: Use vpu-amphion and vpu-wave suffix.Benjamin Szőke2024-05-121-3/+3
| |
| * firmware-imx: sync firmware-imx_8.23.bb with meta-imx-bsp layerBenjamin Szőke2024-05-081-4/+13
|/