-
Notifications
You must be signed in to change notification settings - Fork 415
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
how to build firefox in pi5 yocto image #1352
Comments
I added RUN ln -s /usr/bin/python3 /usr/bin/python in Dockerfile to solve the issue. |
can not pass compiling firefox .. 2:49.16 error: could not compile any help? |
I found the first error output: it looks like use wrong compiler C version? |
Take a look at https://github.com/OldManYellsAtCloud/meta-browser if you haven't already found it Original meta-browser repo hasn't updated Firefox in 4 years. Not sure on compatibility with RPI 5 though |
@mihaistoica97 thanks. I did not use firefox. I still use chrome |
Hi all,
sorry to bother you again.
before I used chromium-x11 in pi5 image. my docker build ENV works well.
for some reasons, I want to build firefox.
but after I added meta-browser/meta-firefox in bblayers.conf
and added (or not added ) fIMAGE_INSTALL_append = " firefox" in local.cong to build
there is an error output:
ERROR: The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:
python python2.7
I added python 2.7 in Dockerfile (default python3 I think) , but it was output:
ERROR: The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:
python
I did not how to add python ????? I added python in Dockerfile, but can not find the source
I use it commit 1879cb8 (HEAD -> master, origin/master, origin/HEAD)
Author: Max Stepanov [email protected]
Date: Thu Mar 21 13:50:55 2024 -0400
I what to know how to build firefox or can I build firefox in yocto image?
The text was updated successfully, but these errors were encountered: