| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build failures:
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File
/usr/src/debug/linux-fslc/6.6.36+git/lib/oid_registry_data.c in package linux-fslc-src contains reference to TMPDIR [buildpaths]
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File
/usr/src/debug/linux-fslc/6.6.36+git/drivers/tty/vt/consolemap_deftbl.c in package linux-fslc-src contains reference to TMPDIR
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task.
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: QA Issue: File
/usr/src/debug/linux-fslc/6.6.36+git/drivers/video/logo/logo_linux_clut224.c in package linux-fslc-src contains reference to TMPDIR [buildpaths]
ERROR: linux-fslc-6.6.36+git-r0 do_package_qa: Fatal QA errors were found, failing task
The relevant changes:
8f24666d05968 tty: vt: conmakehash: cope with abs_srctree no longer in env
7ea30dacfb713 lib/build_OID_registry: don't mention the full path of the script in output
0f806d7395704 video: logo: Drop full path of the input filename in generated fil
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
(cherry picked from commit db123d16409e4d3d9b01ce932f307b948565a1a5)
|
|\
| |
| | |
imx-boot: inherit from uboot-config rather than uboot-sign
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since commit 5e12dc911d0c541f43aa6d0c046fb87e8b7c1f7e on layer
openembedded-core, the class uboot-sign is supposed to be inherited by
u-boot recipes only, but the imx-boot recipe is currently inheriting
it. With this commit we change this situation by inheriting from
uboot-config instead so it can access relevant variables related to the
U-Boot configuration without inheriting the tasks defined by uboot-sign
which pertain exclusively to u-boot recipes (uboot_generate_rsa_keys,
uboot_assemble_fitimage); this in turn allows us to get rid of the
prepend to uboot_assemble_fitimage which only existed to allow that
extraneous task to succeed.
Nevertheless, the main issue solved by the commit is a conflict that
happens when imx-boot is used together a U-Boot configured not to
generate a boot container, i.e. with UBOOT_PROVIDES_BOOT_CONTAINER="0"
in which case both the U-Boot and the imx-boot recipe would try to
deploy the same files due to to extraneous tasks inherited, leading to
build errors like this:
ERROR: imx-boot-1.0-r0 do_deploy: Recipe imx-boot is trying to install
files into a shared area when those files already exist. The files
and the manifests listing them are:
/workdir/.../deploy/images/colibri-imx8x/u-boot-colibri-imx8x.dtb
(matched in manifest-colibri_imx8x-u-boot-toradex.deploy)
/workdir/.../deploy/images/colibri-imx8x/u-boot.dtb
(matched in manifest-colibri_imx8x-u-boot-toradex.deploy)
...
As part of this change we set variable UBOOT_DTB_BINARY to match the
setting in uboot-sign.bbclass, which duplicates information. This is not
ideal but it should work as that value is unlikely to change. The ideal
solution would likely be setting it in uboot-config.bbclass (provided by
layer openembedded-core); that's left as a future improvement.
Signed-off-by: Rogerio Guerra Borin <rogerio.borin@toradex.com>
|
|/
|
|
| |
Signed-off-by: Rogerio Guerra Borin <rogerio.borin@toradex.com>
|
|\
| |
| | |
Scarthgap: linux-fslc-imx: 6.6: Support Olimex i.MX8MP
|
|/
|
|
|
|
|
|
|
|
|
| |
Update the kernel version to support for Olimex iMX8MP-SOM-4GB-IND
and iMX8MP-SOM-EVB-IND.
Relevant changes:
- 13ed4e836942 ("Merge pull request #673 from leon-anavi/imx8mp-olimex")
- 6cdcd7103c2f ("imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND")
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|\
| |
| | |
[Backport scarthgap] linux-fslc: 6.6.32 -> 6.6.36, u-boot-fslc: 2024.04 -> 2024.07
|
| |
| |
| |
| |
| | |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit c1bd142771904927c30a2b236f89b44e25ea6623)
|
|/
|
|
|
| |
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 6f680b1c5b931348e07868a0a486b921f022aef4)
|
|\
| |
| | |
[Backport scarthgap] Revert "linux: drop the old style kernels unshared S"
|
|/
|
|
|
|
|
|
|
|
|
|
| |
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>
(cherry picked from commit cdbd3dd75ad0ed3b1eaf25982a0f982d725bf222)
|
|\
| |
| | |
[Backport scarthgap] firmware-imx: Update 8.23 -> 8.24
|
| |
| |
| |
| | |
(cherry picked from commit 7eea973661fd090d9bd6c56c837ce4cf6122c742)
|
|/
|
|
| |
(cherry picked from commit aa4b206a7345cd8f339ad2919f49e73e03b8e5e1)
|
|\
| |
| | |
[Scarthgap] Revert backports which don't compile with GCC-13
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 530e79a2205cb08890d3642b3920074cab2964ff.
The commit fixes a compile time error with GCC-14. With GCC-13 used
in scarthgap the build fails. Revert backport.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|/
|
|
|
|
|
|
|
| |
This reverts commit 0cc3bf6bbb0e46ee54d5f2e838a6979331b9eb76.
The commit fixes a compile time error with GCC-14. With GCC-13 used
in scarthgap the build fails. Revert backport.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|\
| |
| | |
Backport fixes from master to scarthgap
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit bbaaa2981cc3cc024bd3c43e729b871802c817d2)
|
| |
| |
| |
| |
| |
| |
| | |
GCC-14 set more warnings to errors, patch the code so it compiles.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 1261040dba21994131ef519012ee4c35bf2cd9f9)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit df6ff365d3292c9874b055b55e2378ee8307c1fd)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 29b29781f20395f6c204a713715fda5fe280301b)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The KBUILD_DEFCONFIG:mx5-generic-bsp entries appear three times.
Keep a single entry.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
(cherry picked from commit 436ed6df72ae69db1d98a3e3136280e1ba2b410b)
|
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 7f2d7385a9fbc2c25581dec0fa17ad8565bcbc39)
|
| |
| |
| |
| |
| |
| |
| | |
Kernel repository has been upgraded up to v6.6.32 from stable korg.
Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
(cherry picked from commit 71d669fa4cedbe46e08e067122491827c4cbf5b8)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 2ca5c455bc08a90863a469f0e06c6b29d2d6629f)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 083e6707ce37b2594ce6e30af09800665cb3ad34)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
(cherry picked from commit 2dd7d0824d56932f090600680f797c4d5eb9c9f8)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|