| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
| |\
| |
| | |
jailhouse-imx: Update branch from lf-6.6.52 -> lf-6.12.3
|
| | |
| |
| |
| | |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit add the following source revisions:
a68ba027 LF-14423 driver/pci: unbind device before remove overlay
a41801ca only allow root cell to use Trusted SMC
e4a40952 only allow root cell to use SIP
ba9cf440 driver/pci: explicitly invoke pci_host_common_remove
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
| |
Signed-off-by: Zelan Zou <zelan.zou@nxp.com>
|
| |
|
|
| |
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
| |
|
|
|
|
| |
Update to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
|
| |
|
|
|
|
|
|
| |
Update the recipe to the BSP 6.6.3_1.0.0.
Add support of SoC i.MX95.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
|
|
|
|
| |
Update the recipe to the BSP 6.1.55_2.2.0.
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|
| |
|
|
|
|
|
|
|
|
|
| |
It changes the Makefile, so the recipe is the only one controlling the
build arguments.
It is related to [1]
[1] https://git.yoctoproject.org/poky/commit/?id=04eac1f2b67eac5f892a9e0f8fcfe54849923af5
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|
| |
|
|
|
|
|
|
|
|
| |
Upgrade the jailhouse to the version used in NXP BSP LF6.1.36-2.1.0.
Relevant changes:
- d3484c68 MLK-26114 solve the problem that .NOTINTERMEDIATE and .SECONDARY are mutually exclusive
- bcce5bc4 LF-9101 solve the problem that Jailhouse cannot be compiled
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
|
|
|
|
|
| |
Make recipe aligned with NXP way and use a configurable variable
for a project repo.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
|
|
|
|
| |
Install the python jailhouse lib for testing purpose.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
| |
|
|
|
|
|
| |
The native python is only needed by the setuptools witch is
already provided in setuptools3
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
|
| |
|
|
| |
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overriding do_configure will skip:
setup_target_config
setuptools3_do_configure
Using prepend in do_install will result in the call of python3
pip directly inside of oe_runmake instead of using the functions [1]
resulting in install the python stuff to a wrong target path
which includes the HOME directory of the user who runs bitbake.
[1]
setup_target_config
setuptools3_do_install
python_pep517_do_install
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
|
| |
|
|
|
|
|
| |
Must overrides module install path to algin with module_do_install in module.bbclass
- MODLIB="${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}"
Signed-off-by: Jun Zhu <junzhu@nxp.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
meta-freescale uses cortexa55 as a tune for mx93, while jailhouse
intentionally sets march=armv8-a+nofp to disable using FPU registers
by jailhouse. It leads to a building error [1]. Drop cortex-a55 from
TUNE_CCARGS (used for generating CC) for mx93.
[1]
cc1: error: switch '-mcpu=cortex-a55' conflicts with '-march=armv8-a+nofp' switch [-Werror]
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|
|
|
There is a general jailhouse recipe in other layers which causes a
version conflict. Introduce jailhouse-imx recipe to avoid conflict.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
|