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

how to install Latex(or texlive) in maaxboard yocto image in .bb files #7

Open
gitgonewithwind opened this issue Sep 26, 2023 · 0 comments

Comments

@gitgonewithwind
Copy link

gitgonewithwind commented Sep 26, 2023

Hi all ,
I posted the similar question at nxp forum and raspberry pi meta,
agherzan/meta-raspberrypi#1225
https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349791

I need to add Latex(or texlive) in my yocto image both in raspberry pi4 and nxp maaxboard.
but it seems nobody did before. I post as same question at https://community.nxp.com/t5/i-MX-Processors/how-to-install-latex-or-texlive-in-imx8/m-p/1349791 2 years ago. but no solutions.
I know in raspberry pi desktop. we can use below command to install it:
sudo apt-get update

sudo apt-get install texlive-base

sudo apt-get install texlive-latex-recommended

sudo apt-get install texlive

sudo apt-get install texlive-latex-extra

sudo apt-get install texlive-lang-cjk

sudo apt-get install texlive-lang-english

sudo apt-get install texlive-lang-european

sudo apt-get install texlive-lang-spanish

sudo apt-get install texlive-fonts-extra

after that I directly copy the installed binary executable code to my yocto image in pi4. but can I copy them to nxp board?(same arm64 ) .
finally I want to know how to create a .bb file in yocto to auoto build it? it seems both raspberry pi yocto and nxp yocto do not do it.
any help ?

Thank you so much.

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

No branches or pull requests

1 participant