Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jailhouse-imx: cleanup and fix bitbake tasks overrides #1738

Merged
merged 3 commits into from
Jan 25, 2024

Conversation

quaresmajose
Copy link
Member

Unblock #1709

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 <[email protected]>
The native python is only needed by the setuptools witch is
already provided in setuptools3

Signed-off-by: Jose Quaresma <[email protected]>
@otavio otavio merged commit 34c8519 into Freescale:master Jan 25, 2024
@quaresmajose quaresmajose deleted the jailhouse-imx branch January 25, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants