| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In commit 9de33fe48aae ("imx-oei: Update to lf6.18.2-1.0.0"), multiple
issues were introduced to imx-oei.inc:
- DEBUG was hardcoded to 1, OEI_DEBUG is silently dropped completely
- DDR_CONFIG is always passed to make, even when no config is present
- The EXTRA_OEMAKE:append:mx95-generic-bsp was changed to mx95-nxp-bsp
All of these changes are unrelated to the desired update.
This reverts the changes to imx-oei.inc introduced by commit
9de33fe48aaec40f5648c5fa22a4a1782ac74c93.
Fixes: 9de33fe48aae ("imx-oei: Update to lf6.18.2-1.0.0")
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
| |
|
|
|
|
| |
Base on lf-6.18.2-1.0.0
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
| |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The bluealsa recipe already exists in the meta-multimedia layer from the
meta-openembedded repository. When meta-multimedia is not included in the
configuration, the bbappend file triggers a parsing error:
ERROR: No recipes in default available for:
meta-freescale/recipes-multimedia/bluealsa/bluealsa_%.bbappend
To prevent this issue and ensure the bbappend is applied only when the
appropriate layer is present, the file has been moved to dynamic-layers.
Signed-off-by: Benjamin Missey <benjamin.missey@non.se.com>
|
| |
|
|
| |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
| |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
|
|
|
|
| |
Use the underscore separated words
- OEI_DDRCONFIG -> OEI_DDR_CONFIG
- OEI_DDRCONFIG_ECC -> OEI_DDR_CONFIG_ECC
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 6ff67d5c ("imx-oei.inc: Use PACKAGECONFIG support of ecc and tcm")
started always passing DDR_CONFIG to EXTRA_OEMAKE. Its value depends on
PACKAGECONFIG, either passing in OEI_DDRCONFIG_ECC or OEI_DDRCONFIG.
However, OEI_DDRCONFIG and/or OEI_DDRCONFIG_ECC are not necessarily
present. When they are not, an empty DDR_CONFIG is passed to make, which
prevents imx-oei from using its default value for this.
Make the passing of DDR_CONFIG conditional on the existence of
OEI_DDRCONFIG(_ECC) again.
Fixes: 6ff67d5c ("imx-oei.inc: Use PACKAGECONFIG support of ecc and tcm")
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
|
| |
|
|
|
|
|
|
| |
Use packageconfig to set different OEI build options:
- tcm: enable tcm in OEI_CONFIGS, and set build optin oei=tcm;
- ecc: when build option oei=ddr, use DDR ECC enabled timing configure file.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
|
|
| |
Signed-off-by: Vagner Nörnberg <vagner.nornberg@ossystems.com.br>
|
| |
|
|
|
|
| |
The simplification is based on 6.12.49-2.2.0 NXP BSP release
Signed-off-by: Benjamin Missey <benjamin.missey@non.se.com>
|
| |
|
|
|
|
|
|
| |
Add the DEPENDS with srecord-native for mx943-nxp-bsp
Add the COMPATIBLE_MACHINE with mx943-generic-bsp
Based on 6.12.49-2.2.0 NXP BSP release
Signed-off-by: Benjamin Missey <benjamin.missey@non.se.com>
|
| |
|
|
|
|
|
|
| |
Bump version for imx-system-manager to the latest version
on master
Based on 6.12.49-2.2.0 NXP BSP release
Signed-off-by: Benjamin Missey <benjamin.missey@non.se.com>
|
| |
|
|
|
|
|
| |
Add the COMPATIBLE_MACHINE with mx943-generic-bsp
Based on 6.12.49-2.2.0 NXP BSP release
Signed-off-by: Benjamin Missey <benjamin.missey@non.se.com>
|
| |
|
|
|
|
|
|
| |
Bump version for imx-oei to the latest version
on master
Based on 6.12.49-2.2.0 NXP BSP release
Signed-off-by: Benjamin Missey <benjamin.missey@non.se.com>
|
| |
|
|
|
|
|
| |
Use mx9-nxp-bsp override instead of mx95-nxp-bsp to disable
xcomposite-egl and xcomposite-glx for the entire i.MX 9 family.
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
|
| |
|
|
|
|
|
|
| |
Prepare for production release while leave it up to local.conf or
<machine>.conf to enable debug console output.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
| |
|
|
|
|
|
| |
Similar the recipe into version configuration and build instructions,
similar to imx-system-manager.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
| |
|
|
|
|
|
|
| |
Add new variable OEI_DDRCONFIG to be used with A1 builds to specify the
DDR configuration.
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit 1a77d79203d08b961bc2971685141ea4edf2bdce)
|
| |
|
|
|
| |
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit 85863672d74768876b3f2586032bdec2fca7d476)
|
| |
|
|
|
| |
Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
(cherry picked from commit 30e8b8107e0494c196e354090cea8bc3c4c265a6)
|
| |
|
|
|
|
| |
Change V=y to V=1 for proper verbose output in iMX System Manager builds.
Signed-off-by: Vitor Soares <vitor.soares@toradex.com>
|
| |
|
|
|
|
|
| |
Allow the user to more easily override the removal of the gstreamer
PACKAGECONFIG.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.
This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.
As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.
[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Some hardware vendors provide a customized Optional Executable Image
(OEI) with changes specific to their boards (e.g. Toradex SMARC i.MX95).
Add a virtual provider to avoid conflicts between the OEI recipes from
other layers. This follows the pattern used for the related
imx-system-manager.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
| |
|
|
|
|
|
|
| |
Since i.MX 8, DRM is supported by default by the i.MX GPU. Simplify the
DRM config logic by reversing the default, making it clear that it is
i.MX 6 and 7 that do not support DRM.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| |
|
|
|
|
| |
This recipe is gone in meta-oe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
|
|
| |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
|
|
|
|
| |
and the corresponding patch as well
Closes #2011
Signed-off-by: Konrad Weihmann <konrad.weihmann@avnet.eu>
|
| |\
| |
| | |
imx-system-manager: use `MACHINE_ARCH` as `PACKAGE_ARCH`
|
| | |
| |
| |
| |
| |
| |
| | |
The recipe build changes depending on the `SYSTEM_MANAGER_CONFIG` value,
which is machine-specific.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
| | |
| |
| |
| |
| |
| | |
Add the relevant configuration for an i.MX 95 SoC.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| | |
| |
| |
| |
| |
| | |
Add the relevant configuration for an i.MX 95 SoC.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |/
|
|
|
|
| |
Add the relevant configuration for an i.MX 95 SoC.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |
|
|
|
|
|
|
|
|
| |
imx-system-manager at 6.6.36-2.1.0 NXP BSP release.
This provides among others the DDR configuration which may require
machine dependent configurations. Thus additionally add a virtual
provider.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
| |
|
|
|
|
|
|
| |
libcamera gst video source has the limition to co-work with pipewire gst video source.
NXP i.MX 95 HW will well support libcamera gst video source, and
the related pipewire gst video source should be enabled.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
|
|
| |
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |\
| |
| | |
imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH`
|
| | |
| |
| |
| |
| |
| |
| | |
The recipe build changes depending on the `OEI_BOARD` value, which is
machine-specific.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
| |/
|
|
|
|
|
|
|
|
|
| |
Since meta-oe commit 87579c932e19 ("imx-cst: Add recipe") the imx-cst
recipe is avaiable in meta-oe:
https://github.com/openembedded/meta-openembedded/commit/87579c932e19d9802ce05c692b1d56a56d7762fe
Remove it from meta-freescale in favor of using the meta-oe version.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
The recipe depends on meta-arm-toolchain, therefore it should be on
dynamic-layers/arm-toolchain folder. Create it and make the necessary
changes for conf/layer.conf.
Fixes: 61beaf5861f2 ("recipes-bsp: introduce imx-oei recipe")
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
| |
|
|
|
|
|
|
|
| |
Since the update to version 3.4.0, the imx-cst patch is no
longer used.
Remove the unused imx-cst patch.
Signed-off-by: Fabio Estevam <festevam@denx.de>
|
| |
|
|
|
|
|
| |
New version of NXP i.MX Code Signing Tool for signing images for i.MX
HABv4 and AHAB.
Signed-off-by: Paul Gerber <paul.gerber@ew.tq-group.com>
|
| |
|
|
|
|
|
|
|
| |
This (qoriq-ppc only) patch fails to apply since upstream commit
https://repo.or.cz/luajit-2.0.git/commitdiff/338e9863c220462201fde0e725aba4002310c849
This breaks 'devtool modify luajit' even on non-qoriq-pcc platforms.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
|
| |
|
|
|
|
|
|
| |
The code of fmc package is created in windows editer environment,
and the CRLF is different from unix format, so update patch format
so that apply patch smoothly.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
This is being enforced in master oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
| |
|
|
|
| |
Fixes: e70b160 ("pipewire: untie bbappend from meta-multimedia")
Signed-off-by: Tom Hochstein <tom.hochstein@oss.nxp.com>
|
| |
|
|
|
|
|
|
| |
Move the recipe append to dynamic-layers. This allows one to use
meta-freescale without meta-multimedia layer.
Fixes: f2575b7e ("recipes-multimedia: Upgrade to NXP release 6.6.3_1.0.0")
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
|