| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 3d61da6c1828479b58bb443711c8129e70ebace0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit d6c982648868009ea38b36e1eabadef94742b3ca)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit a7a573a216d5a1ee3ac0349c886d454773a36627)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit e836f27b1cf3bee0ac23360428b17a4c10c6f414)
|
|/
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit 6ff5d29e8785ad5c188f8ed84882c82b959bd364)
|
|\
| |
| | |
[Backport scarthgap] linux: drop the old style kernels unshared S
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit 6dcdeccc845145a666fd30e7e48cf3d18988974e)
|
|\
| |
| | |
arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610
|
|/
|
|
|
|
|
|
|
|
| |
CONFIG_GPIO_VF610 is a very important driver for i.MX93.
Without this option many peripherals on the imx93-evk cannot work.
Select it so that imx93-evk can boot successfully.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
|
|\
| |
| | |
[Backport scarthgap] imx-base: follow renamed fw package name
|
|/
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit c239f9f55173d4c8e95f67ef226bc5f8d23a0cdb)
|
|\
| |
| | |
[Backport scarthgap] ppfe-firmware: Respect nonarch_base_libdir
|
|/
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit eb8e3bf6debf6413d7f87e78b3b5df1438e7a4be)
|
|\
| |
| | |
Sync master to scarthgap
|
| |\
| | |
| | | |
Sync firmware-imx_8.23.bb with meta-imx-bsp layer
|
| | |
| | |
| | |
| | | |
firmware sources
|
| | | |
|
| |/ |
|
| |\
| | |
| | | |
6.6.3-1.0.0: update imx-lib and kernel-module-isp-vvcam
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update to the version used in NXP Yocto branch `nanbield-6.6.3-1.0.0`.
Relevant changes:
- 2102360 M865SW-1204: Fix camera can't work when multi-thread open the same pipeline
- a68df9d LF-9283: vvcam: intermittent build failure error opening file: .vvbuf.o.d
- 9ba4003 LF-10164: vvcam: bugfix: Remove no used files in vvcam
- ed096d6 LF-10166: vvcam: bugfix: Colorspace cause v4l2-compliance failed
- 4d0660e M865SW-1173: imx8mp isp: enable latency measurement
- 79d8dfa M865SW-1192: ISP driver: vvcam:CONFIG_VIDEOBUF2_DMA_CONTIG leaded vvcam build error
- 8cf91bb LF-10167: vvcam: bugfix: colorspace is different between save and load xml
- 9c3c367 LF-10010-3: capture: vvcam: fix rebasing to next-20230804 met kernel dump
- c08b7d9 LF-9945 capture: vvcam: fix build errors after rebasing to next-20230804
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
No actual changes, just rename a source branch.
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
|
| |\ \
| | |/
| |/| |
kernel-module-nxp-wlan: Update to 6.6.3-1.0.0
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Relevant changes:
- a84df58 mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings
- 08c1478 mxm_wifiex: update to mxm6x17437.p3 release
- 0eeb07c mxm_wifiex: update to mxm6x17437 release
- c3a62ac mxm_wifiex: fix L6.7 kernel next tree build warnings
- 84aa954 mxm_wifiex: fix L6.7 kernel next tree build errors -- woal_cfg80211_set_beacon
|
| |\
| | |
| | | |
Update linux-fslc-imx up to 6.6.28
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update linux-fslc-imx to 6.6.28.
Also fix the recipe to be 6.6-specific.
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
|
| |/
| |
| |
| |
| |
| |
| | |
The linux-fslc has been updated up to v6.6.28 from the stable kernel
version.
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
|
|\ \
| | |
| | | |
[Backport scarthgap] Sync firmware-imx_8.23.bb with meta-imx-bsp layer
|
| | |
| | |
| | |
| | |
| | |
| | | |
firmware sources
(cherry picked from commit 46a800cccd23243b94c3a0b256b2f0d5201abd58)
|
| | |
| | |
| | |
| | | |
(cherry picked from commit 9a5222079674f7b1fae890bcdf2f5d5e39c2cc3a)
|
|/ /
| |
| |
| | |
(cherry picked from commit d3dd29f4a1b5e033222a8f3ab971f64f8e24b217)
|
|\ \
| | |
| | | |
[Backport scarthgap] 6.6.3-1.0.0: update imx-lib and kernel-module-isp-vvcam
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Update to the version used in NXP Yocto branch `nanbield-6.6.3-1.0.0`.
Relevant changes:
- 2102360 M865SW-1204: Fix camera can't work when multi-thread open the same pipeline
- a68df9d LF-9283: vvcam: intermittent build failure error opening file: .vvbuf.o.d
- 9ba4003 LF-10164: vvcam: bugfix: Remove no used files in vvcam
- ed096d6 LF-10166: vvcam: bugfix: Colorspace cause v4l2-compliance failed
- 4d0660e M865SW-1173: imx8mp isp: enable latency measurement
- 79d8dfa M865SW-1192: ISP driver: vvcam:CONFIG_VIDEOBUF2_DMA_CONTIG leaded vvcam build error
- 8cf91bb LF-10167: vvcam: bugfix: colorspace is different between save and load xml
- 9c3c367 LF-10010-3: capture: vvcam: fix rebasing to next-20230804 met kernel dump
- c08b7d9 LF-9945 capture: vvcam: fix build errors after rebasing to next-20230804
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
(cherry picked from commit 1febf170368d11448598fd41e65ac21d85d4ce03)
|
|/ /
| |
| |
| |
| |
| |
| | |
No actual changes, just rename a source branch.
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
(cherry picked from commit 1e88b88a4b68ef1a302d89ed8d405bd0b63e0de7)
|
|\ \
| | |
| | | |
[Backport scarthgap] kernel-module-nxp-wlan: Update to 6.6.3-1.0.0
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Relevant changes:
- a84df58 mxm_wifiex: fix wlan_cmd_mfg_otp_rw() build warnings
- 08c1478 mxm_wifiex: update to mxm6x17437.p3 release
- 0eeb07c mxm_wifiex: update to mxm6x17437 release
- c3a62ac mxm_wifiex: fix L6.7 kernel next tree build warnings
- 84aa954 mxm_wifiex: fix L6.7 kernel next tree build errors -- woal_cfg80211_set_beacon
(cherry picked from commit 4efedfa3e404c97606af0a950f9371ebade1df7b)
|
|\ \
| |/
|/| |
Revert "waffle: Fix broken patches"
|
|/
|
|
|
|
|
| |
The patches for waffle 1.8.0 on master are not compatible with scarthgap.
From here, scarthgap will be split from master.
This reverts commit 259541a36cd2cebaa32cced885da33cb30205dc8.
|
|\
| |
| | |
imx-boot: fix imx9 boot staging directory
|
|/
|
|
|
|
| |
The folder iMX9 has been replaced by iMX91 and iMX93.
Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
|
|\
| |
| | |
Fixup
|
| |
| |
| |
| |
| |
| | |
The downgraded recipes are no longer needed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| | |
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|/
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|\
| |
| | |
Upgrade graphics to LF6.6.3-1.0.0
|
| |
| |
| |
| |
| |
| | |
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| | |
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| | |
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| | |
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It serves no purpose and generates a warning:
```
WARNING: meta-freescale/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb: QA Issue: RPROVIDES is set to virtual/imxvpu but the substring 'virtual/' holds no meaning in this context. It only works for build time dependencies, not runtime ones. It is suggested to use 'VIRTUAL-RUNTIME_' variables instead. [virtual-slash]
```
Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
|
| |
| |
| |
| |
| |
| | |
Align with NXP BSP 6.6.3-1.0.0.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|