meta-freescale icon indicating copy to clipboard operation
meta-freescale copied to clipboard

Layer containing NXP hardware support metadata

Results 62 meta-freescale issues
Sort by recently updated
recently updated
newest added

https://github.com/Freescale/meta-freescale/commit/0e478bde152563df13441f03d10bef434abfb238 This commit breaks the cairo build when using version 1.16: ``` 2024-01-13 03:04:58 - INFO - | /home/lms-yocto-worker-3/LY_project-lms-nacho_build_production/build/build/tmp/work/cortexa53-crypto-mx8mp-lms-linux/cairo/1.16.0/recipe-sysroot-native/usr/bin/aarch64-lms-linux/../../libexec/aarch64-lms-linux/gcc/aarch64-lms-linux/13.2.0/ld: ../../boilerplate/.libs/libcairoboilerplate.a(cairo-boilerplate-glx.o): in function `_cairo_boilerplate_gl_cleanup': 2024-01-13 03:04:58 - INFO - | /usr/src/debug/cairo/1.16.0-r0/boilerplate/cairo-boilerplate-glx.c:60:(.text+0x16c):...

In the meta-freescale, there are two differents packages for i.MX gstreamer plugins, what is exactly the difference ? When using imx-gst-plugin, it seems imxv4l2sink is used in a gstreamer pipeline...

Thanks @bmx666 and @angolini, this sounds very useful. Can we extend `UBOOT_CONFIG` directly? ``` # MACHINE M1 and M2 KERNEL_DEVICETREE = "\ freescale/imx8mp_m1.dtb \ freescale/imx8mp_m2.dtb \ " IMXBOOT_TARGETS = "flash_evk"...

I am seeing a peculiar issue which was seen in FSL based SOMs layers e.g. meta-variscite which is actually reproducible with just machines from meta-freescale and poky. Here is my...

I tried to build a Yocto SDK for `imx8mq-evk` and current Yocto Kirkstone, but I get: ``` Downloading file:/home/build/BuildSetups * check_data_file_clashes: Package linux-firmware-nxp89xx wants to install file /home/build/BuildSetups2/yocto-bsp-kirkstone/build/tmp/work/imx8mq_evk-custom-linux/custom-devel-image/1.0-r0/sdk/image/usr/local/oe-sdk-hardcoded-buildpath/sysroots/cortexa53-crypto-custom-linux/lib/firmware/nxp/ed_mac_ctrl_V3_8997.conf But that...

Set MFGTOOLCONFIG including two scripts, one for flashing only the bootloader (imx-boot) and the other for flashing the complete image. I've made several decision to close a draft script set,...

Suddenly the builds started failing. Upon checking I notice that qoriq-mc-binary repository (https://github.com/nxp-qoriq/qoriq-mc-binary) no longer contains the revision mentioned in `meta-freescale/recipes-dpaa2/management-complex/management-complex_10.35.0.bb` https://github.com/Freescale/meta-freescale/blob/73a86058f0d44494dd0b17ee6dfbc4a5fb003fa8/recipes-dpaa2/management-complex/management-complex_10.35.0.bb#L10 The qoriq-mc-binary has some very recent changes and...

Hi, I built a core-image-minimal using the scarthgap from meta-freescale and flashed the resultant wic.gz into the SD card. The kernel boots, but the SD card is not detected. Does...

My build fails on kernel-module-nxp89xx do_compile: mxm_wifiex/wlan_src/mlinux/moal_wext.c:2917:39: error: invalid application of sizeof' to incomplete type 'char[]' | 2917 | sizeof(iwe.u.ap_addr.sa_data)); and other occasions of sizeof.

The introduction of the UUU-tagged bootloader causes problems for the non-wic case, as reported here [1] and here [2]. [1] https://github.com/Freescale/meta-freescale/pull/1762 [2] https://github.com/nxp-imx/mfgtools/issues/416 This PR is an attempt to improve...