summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* gstreamer: Downgrade non-forked recipes to match 1.22.5.imxTom Hochstein2024-06-051-0/+14
| | | | | | | | | | | | | | | | 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>
* 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>
* gstreamer: Use upstream recipesTom Hochstein2024-04-261-16/+0
| | | | | | The downgraded recipes are no longer needed. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Upgrade 11.0.3.imx -> 12.0.3.imxTom Hochstein2024-04-241-1/+1
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* weston: Upgrade 10.0.4.imx -> 10.0.5.imxTom Hochstein2024-04-241-2/+2
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* vulkan/spir: Update downgrade 1.3.239.0.imx -> 1.3.261.1.imxTom Hochstein2024-04-241-6/+6
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-gpu-viv: Upgrade 6.4.11.p2.2 -> 6.4.11.p2.4Tom Hochstein2024-04-241-1/+2
| | | | | | | | Drops OpenGL support. Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* libdrm: Upgrade 2.4.115.imx -> 2.4.116.imxTom Hochstein2024-04-241-4/+4
| | | | | | Align with NXP BSP 6.6.3-1.0.0. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* conf/machine: Update dtb list for 6.6.3-1.1.0Tom Hochstein2024-04-247-5/+28
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* firmware-ele-imx: Update to 0.1.1 aligned with LF6.6.3-1.0.0Oleksandr Suvorov2024-04-211-0/+4
| | | | | | | | Update the recipe to be aligned with the NXP BSP LF6.6.3-1.0.0. Add installing of a second part of ELE to rootfs. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* linux-fslc-imx: Update from v6.1 to v6.6Luan Rafael Carneiro2024-04-1211-85/+93
| | | | | | | | | | | | | | | | | | | Update linux-fslc-imx from version 6.1 to 6.6. This commit also changes 32-bit imx based machines to add device tree subdirectory. The changed machines are: - conf/machine/imx6qdlsabreauto.conf - conf/machine/imx6qdlsabresd.conf - conf/machine/imx6slevk.conf - conf/machine/imx6sllevk.conf - conf/machine/imx6sxsabreauto.conf - conf/machine/imx6sxsabresd.conf - conf/machine/imx6ulevk.conf - conf/machine/imx6ullevk.conf - conf/machine/imx6ulz-14x14-evk.conf - conf/machine/imx7dsabresd.conf - conf/machine/imx7ulpevk.conf Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
* Merge pull request #1768 from YoeDistro/kraj/delete-waylandOtavio Salvador2024-04-101-3/+0
|\ | | | | wayland: Delete recipe
| * wayland: Delete recipeKhem Raj2024-03-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this recipe is close to what core layer has and it seems to be not needed to be forked anymore here is diff --- wayland_1.22.0.imx.bb 2023-09-06 20:34:55.169416916 -0700 +++ ../../../poky/meta/recipes-graphics/wayland/wayland_1.22.0.bb 2023-08-02 14:11:05.768744418 -0700 @@ -12,13 +12,11 @@ DEPENDS = "expat libffi wayland-native" -SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/1.22.0/downloads/${BP_ORIGINAL}.tar.xz \ +SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downloads/${BPN}-${PV}.tar.xz \ file://run-ptest \ file://0001-build-Fix-strndup-detection-on-MinGW.patch \ " SRC_URI[sha256sum] = "1540af1ea698a471c2d8e9d288332c7e0fd360c8f1d12936ebb7e7cbc2425842" -BP_ORIGINAL = "${BPN}-1.22.0" -S = "${WORKDIR}/${BP_ORIGINAL}" UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" UPSTREAM_CHECK_REGEX = "wayland-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)" @@ -61,7 +59,3 @@ BBCLASSEXTEND = "native nativesdk" RDEPENDS:${PN}-ptest += "binutils sed ${PN}-tools" - -PACKAGE_ARCH = "${MACHINE_SOCARCH}" - -DEFAULT_PREFERENCE = "-1" Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | imx6qdlsabresd: Change device tree paths to linux mainlineLuan Rafael Carneiro2024-04-041-3/+3
|/ | | | | | | Change the device tree paths to the Linux mainline as this was changed in version 6.4-rc3. Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
* conf/layer: add bmaptool compatibility for old versionsJose Quaresma2024-03-111-0/+6
| | | | | | | | - Fixup for: cf8b57d9 imx-base.inc: Rename bmap-tools to bmaptool - This makes it possible to use the master branch with oe-core before the scarthgap release. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
* imx-base.inc: Rename bmap-tools to bmaptoolMartin Schwan2024-03-051-1/+1
| | | | | | | bmaptool is now part of the Yocto Project and their recipe renamed it to bmaptool. Signed-off-by: Martin Schwan <m.schwan@phytec.de>
* optee-test: Upgrade to lf-6.1.55-2.2.0 (4.0)Oleksandr Suvorov2024-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade optee-test to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0. Relevant changes: - 38eface ta: os_test: fix TA time wrap test - 4561148 LFOPTEE-290 regression_nxp: ocotp: fix expected test error code - 949a4a0 LFOPTEE-290 regression_nxp: ocotp: abort fuse test suite upon test case failure - 8c3957c LFOPTEE-289 regression_nxp: trusted arm ce fix error code - 62a5d00 LFOPTEE-235 regression_nxp: add trusted arm ce tests - 90638d7 ta: crypto_perf: update TEE_Param according to GP131 - 9df2ce0 LFOPTEE-129 Make MP test use embedded crypto instead of openssl - ca4340e LFOPTEE-131 Fix ta_keygen compilation warnings - 584e877 LFOPTEE-123 Reset the handle when freed - d66a84d LFOPTEE-123 Handle benchmark logging for key generation measures - fb43680 LFOPTEE-95 Add performance measure of key generation - a0be085 LFOPTEE-93 Check MP is functional - e8aab1b LFOPTEE-84 xtest: Add test of MP feature - f8d144f LFOPTEE-84 ta: Add test of MP - 0fc4409 MMIOT-789 xtest: crypto_perf: fix resource leak in read_random - 76cf0b3 TEE-641 regression_nxp: add AES CTR in place tests - 0ebe16e LFOPTEE-65 xtest: add DIGPROG tests - b2ab1f3 LFOPTEE-65 xtest: add OCOTP tests - b0889a5 YOCIMX-5658 regression_nxp: replace malloc() calls with calloc() calls - f71bc8b LFOPTEE-55: crypto-perf: RSA: Fix for RSA Encryption/Decryption error - 6ddc88d LFOPTEE-55: crypto-perf: add domain parameters for dsa - 7e40310 LFOPTEE-55: crypto-perf: DH: Remove non-essential attributes passed during key generation - 188e830 LFOPTEE-55: crypto-perf: ta: ECDSA, ECDH: Remove non-essential attributes passed during key generation - 6f1b8ae LFOPTEE-55: crypto-perf: xtest: ECDH: RoundUp key size - eb0d4b8 LFOPTEE-39 regression_nxp: Add test of DEK blob generation - 0213905 MMIOT-723 regression_nxp: crypto: Fixing memory corruption in nxp_crypto_003 - 09af29f LFOPTEE-17: xtest: regression_nxp: add test case for I2C driver testing - 76aa4f5 regression_nxp: enable CFG_REGRESSION_NXP flag - d31191d LFOPTEE-16: fix warning where uint32_t is expected - 2379730 LFOPTEE-16: fix trace compilation warnings - 461f258 LFOPTEE-13 crypto-perf: fix command line algorithm search - d0a6d89 LFOPTEE-13 crypto-perf: fix compilation warnings - 80f3c49 TEE-127 CAAM Crypto Performance - 064f3bc TEE-606 xtest: define a 'regression_nxp' test suite in xtest - 480e231 TEE-606 xtest: add CFG_REGRESSION_NXP flag - 4a3dee2 TEE-367 crypto: cipher memory leakage verification - 522dab3 TEE-548 regression_nxp: Cipher operation with a big buffer - f44991a TEE-577 regression_nxp: AES CTR streaming byte per byte - 5102219 TEE-418 regression_nxp: add cipher streaming byte incremental - 1c3d6be ta/crypt: update to mbedTLS 3.4.0 API - b49d696 xtest: add command to get system time - e1b6445 xtest: regression: add case 1040 - 1013c49 xtest: regression_1000: remove unneeded stat.h include - f4dd113 Remove embedded OpenSSL - cf11160 xtest: add -DOPENSSL_API_COMPAT=10100 - fa2fb9b ta: os_test: fix print_properties() indentation Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* optee-client: Upgrade to lf-6.1.55-2.2.0 (4.0)Oleksandr Suvorov2024-02-171-2/+2
| | | | | | | | | | | | | Upgrade the optee-client to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0. Relevant changes: - acb0885 teec: use multiple of page size for page aligned buffers - 6178477 cmake: pkgconfig file: install the file - 46831ac pkgconfig file: remove extra comments - 3ac968e Makefile, cmake: move teec related headers - 2dd250b cmake: remove whitespace before parenthesis Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* optee-os: Upgrade to lf-6.1.55-2.2.0 (4.0)Oleksandr Suvorov2024-02-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade optee-os to 4.0 to be aligned with NXP BSP LF6.1.55_2.2.0. Also update the patch files. Relevant changes: - a303fc80f drivers: crypto: caam: fix job ring interruption number - 2a3787bf4 LFOPTEE-291 drivers: ele: disable ELE RNG at runtime - dca43aa1b drivers: crypto: caam: use job ring 3 on i.mx8dxlevk - c0d2000c1 drivers: imx_snvs: unlock SNVS access for non-secure - 50e946795 LFOPTEE-289 core: pta: imx: Trusted ARM CE: fix serialization bug - 9134bcffa LFOPTEE-289 core: pta: imx: Trusted ARM CE fix build issue - 8bf641926 LFOPTEE-235 core: plat-imx: Add Fast SMC support - 0477a804b LFOPTEE-235 core: pta: imx: add TRUSTED ARM CE - d943197bd LFOPTEE-235 drivers: ele: expose imx_ele_derive_key - e7dadb871 LFOPTEE-235 drivers: ele: rng: Use ELE GetRandom cmd - 9f3218062 LFOPTEE-286 drivers: ele: report error according to ELE response status - c619a4cb2 LFOPTEE-279 drivers: ele: correct typo in imx_ele_generate_key() - 2b0d839e5 LFOPTEE-279 drivers: ele: update imx_ele_delete_key() function - d7e85fad1 LFOPTEE-259 drivers: ele: make special setup for Trust MU communication - 4000b10be LFOPTEE-273 drivers: ele: move key management functions in key_mgmt.h - 4188353a1 LFOPTEE-270 drivers: ele: remove global session and key store handle init from imx_ele_global_init(). - dd79868aa LFOPTEE-270 drivers: ele: key_mgmt: remove unnecessary cache invalidate operation Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* layer.conf: Update for the scarthgap release seriesKhem Raj2024-02-141-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Merge pull request #1750 from valijec/masterOtavio Salvador2024-02-121-8/+8
|\ | | | | recipes-multimedia: Update for NXP release 6.1.55-2.2.0
| * recipes-multimedia: Update for NXP release 6.1.55-2.2.0Valentin Jec2024-02-121-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgraded: - gstreamer1.0-plugins-bad: 1.22.0 -> 1.22.5 - gstreamer1.0-plugins-base: 1.22.0 -> 1.22.5 - gstreamer1.0-plugins-good: 1.22.0 -> 1.22.5 - gstreamer1.0: 1.22.0 -> 1.22.5 - imx-codec: 4.8.1 -> 4.8.2 - imx-dsp: 2.1.5 -> 2.1.6 - imx-dsp-codec-ext: 2.1.5 -> 2.1.6 - imx-parser: 4.8.1 -> 4.8.2 Updated: - imx-alsa-plugins_git.bb - imx-gst1.0-plugin_git.bb - imx-vpuwrap_git.bb New feature: - imx-opencl-converter_0.1.bb Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* | firmware-sentinel: Rename firmware-sentinel to firmware-ele-imxDaiane Angolini2024-02-091-2/+2
|/ | | | | | | | | | Since [1] the firmware-sentinel is renamed to firmware-ele-imx. It also align the recipe to be aligned with the NXP BSP LF6.1.55_2.2.0. [1] https://github.com/nxp-imx/meta-imx/commit/6412faf7e4b85f6d94342a19a79fd391888b1ec6 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* weston: Update PREFERRED_VERSIONValentin Jec2024-01-161-1/+1
| | | | Signed-off-by: Valentin Jec <valentin.jec@nxp.com>
* imx93-evk.inc: Change MACHINEOVERRIDES orderDaiane Angolini2024-01-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | After [1] the MACHINEOVERRIDES for imx93 based machines became: MACHINEOVERRIDES="imx-generic-bsp:imx-nxp-bsp:imxdrm:imxpxp:mx9-generic-bsp: mx9-nxp-bsp:mx93-generic-bsp:mx93-nxp-bsp:aarch64:armv8-2a: use-nxp-bsp:imx93-11x11-lpddr4x-evk" which is different from what we had before. It impacts how some recipes are choosen, for example u-boot. After this patch, the MACHINEOVERRIDES goes back to what we had before. Just like the following: MACHINEOVERRIDES="aarch64:armv8-2a:use-nxp-bsp:imx-generic-bsp:imx-nxp-bsp: imxdrm:imxpxp:mx9-generic-bsp:mx9-nxp-bsp:mx93-generic-bsp: mx93-nxp-bsp:imx93-11x11-lpddr4x-evk" [1] https://github.com/Freescale/meta-freescale/pull/1714 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* Merge pull request #1713 from jmarcoscosta/fix-overrides-for-multilibOtavio Salvador2023-12-291-3/+8
|\ | | | | imx93: add fixes to enable multilib out-of-the-box
| * imx-base.inc: fix WKS_FILE_DEPENDS's overrideJoao Marcos Costa2023-12-291-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using 'aarch64', as if the WKS_FILE_DEPENDS was conditioned to the userspace's architecture, will not include imx-boot in a multilib context (e.g., for a 32-bit userspace). This happens because 'aarch64' will not be listed in OVERRIDES, and the error below will come up during do_image_wic task: wic.filemap.Error: cannot open image file '.../build/tmp-glibc/deploy/images/microej-imx93/imx-boot': [Errno 2] No such file or directory Replace 'aarch64' by mx*-generic-bsp, for both imx8 and imx9, as these two are aarch64 platforms. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
| * imx-base.inc: fix OPTEE_BOOT_IMAGE's overrideJoao Marcos Costa2023-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using 'aarch64', as if the OPTEE_BOOT_IMAGE was conditioned to the userspace's architecture, will include uTee-${OPTEE_BIN_EXT} in a multilib context (e.g., for a 32-bit userspace). This happens because 'aarch64' will not be listed in OVERRIDES, and the error below will come up during do_image_wic task: output: install: cannot stat '...build/tmp-glibc/deploy/images/microej-imx93/uTee-': No such file or directory Replace 'aarch64' by mx*-generic-bsp, for both imx8 and imx9, as these two are aarch64 platforms. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
| * imx-base.inc: fix KERNEL_IMAGETYPE's overrideJoao Marcos Costa2023-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using 'aarch64', as if the KERNEL_IMAGETYPE was conditioned to the userspace's architecture, will cause the wrong image type to be built in a multilib context (e.g., for a 32-bit userspace). This happens because 'aarch64' will not be listed in OVERRIDES, and the error below will come up during do_image_wic task: output: install: cannot stat '...build/tmp-glibc/deploy/images/microej-imx93/zImage': No such file or directory Replace 'aarch64' by mx*-generic-bsp, for both imx8 and imx9, as these two are aarch64 platforms. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
* | Merge pull request #1714 from jmarcoscosta/imx9-rearrange-overridesOtavio Salvador2023-12-294-6/+1
|\ \ | | | | | | imx93: rearrange repeated overrides
| * | imx93: rearrange repeated overridesJoao Marcos Costa2023-12-284-6/+1
| |/ | | | | | | | | | | | | | | The three machines require imx93-evk.inc, and the mx93 override is common to all of them, so it can be moved to imx93-evk.inc to avoid repetition. Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
* | conf/machine: remove unsupported dtb for imx8mp-lpddr4-evk machineDylan Laduranty2023-12-151-1/+0
| | | | | | | | Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
* | imx8mq-lpddr4-wevk: Add i.MX 8 MQ LPDDR4 WEVK machineOleksandr Suvorov2023-12-141-0/+19
| | | | | | | | | | | | It is based on 6.1.36_2.1.0 NXP BSP release. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
* | imx-base.inc: Update 93 default Rev to A1Tom Hochstein2023-12-081-0/+1
|/ | | | | Reported-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* Merge pull request #1678 from twoerner/contrib/twoerner/32bit-dt-reorgOtavio Salvador2023-11-014-4/+4
|\ | | | | ARM 32-bit device-tree reorganization
| * ARM 32-bit device-tree reorganizationTrevor Woerner2023-10-314-4/+4
| | | | | | | | | | | | | | | | | | The 32-bit ARM device trees in the Linux kernel were reorganized in a manner similar to how the 64-bit ARM device trees have always been organized: by placing them in vendor+family subdirectories. Therefore update the KERNEL_DEVICETREE definitions to match. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
* | wayland-protocols: Upgrade 1.31.imx -> 1.32.imxTom Hochstein2023-10-311-4/+4
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | weston: Upgrade 11.0.1.imx -> 11.0.2.imxTom Hochstein2023-10-311-1/+1
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | weston: Upgrade 10.0.3.imx -> 10.0.4.imxTom Hochstein2023-10-311-2/+2
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | spir: Downgrade to 1.3.239.0.imxTom Hochstein2023-10-311-0/+2
| | | | | | | | | | | | | | Latest spir is not compatible with downgraded vulkan, so downgrade spir to match. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | vulkan: Update the downgrade 1.2.182.0.imx -> 1.3.239.0.imxTom Hochstein2023-10-311-4/+4
| | | | | | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* | libdrm: Upgrade 2.4.114.imx -> 2.4.115.imxTom Hochstein2023-10-311-4/+4
|/ | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx93-9x9-lpddr4-qsb: Include dts for lf-6.1.36_2.1.0Daiane Angolini2023-10-171-0/+2
| | | | | | | | Add the following dtb to be built: freescale/${KERNEL_DEVICETREE_BASENAME}-rpmsg.dtb freescale/${KERNEL_DEVICETREE_BASENAME}-rpmsg-lpv.dtb Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* imx8qxp-mek: Include dts for lf-6.1.36_2.1.0Daiane Angolini2023-10-171-0/+2
| | | | | | | | | | Add the following dtb to be built: freescale/${KERNEL_DEVICETREE_BASENAME}-enet2-sja1105.dtb \ freescale/${KERNEL_DEVICETREE_BASENAME}-enet2-tja1100.dtb \ /media/daiane/TRIFORCE/yocto/master/buildw-fsl/workspace \ Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* imx8mp-lpddr4-evk: Include dts for lf-6.1.36_2.1.0Daiane Angolini2023-10-171-0/+1
| | | | | | Add the dts freescale/imx8mp-evk-sof-pdm.dtb to be built. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
* ls1021atwr: drop as it is unbuildable for too longOtavio Salvador2023-10-121-35/+0
| | | | | Fixes: #1497. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ls2080ardb: drop as it is unbuildable for too longOtavio Salvador2023-10-121-20/+0
| | | | | Fixes: #1498. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* layer.conf: update LAYERSERIES_COMPAT for nanbieldKhem Raj2023-09-101-1/+1
| | | | | | | * oe-core switched to nanbield in: https://git.openembedded.org/openembedded-core/commit/?id=f212cb12a0db9c9de5afd3cc89b1331d386e55f6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx-base.inc: Add PREFERRED_RPROVIDER_linux-firmware-*Tom Hochstein2023-09-071-0/+9
| | | | | | Prefer firmware-nxp-wifi blobs over linux-firmware blobs. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx-base.inc: Update 8ULP default rev to A2Tom Hochstein2023-08-211-1/+1
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>