hi all,
my colleague needs latex in maaxboard(or -mini ,iwave board). I have no idea about it.
is it texlive?
but I try to find it in the yocto source code,I do not find the bb file about texlive or latex.
where is it? how to find it and add in local.conf?
but my colleague told me in raspbian image, he installed the following packages:
any help?
Thank you very much.
----
my colleaguse installed Latex on Raspbian:
export LC_CTYPE="en_GB.UTF-8"
export LC_ALL="en_GB.UTF-8"
export LANGUAGE="en_GB.UTF-8"
sudo dpkg-reconfigure locales
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
---
but there are no latex or texlive bb files in http://layers.openembedded.org/layerindex/branch/master/layers/
how can it add them in CORE_IMAGE_EXTRA_INSTALL += ?
nobody did before?
@gonewithwind-peter
Hello,
Looks like You are right - "nobody did before". Usually Latex is prerogative of host PC.
Generally it is possible to try using Debian with its installation capabilities.
Regards,
Yuri.
Thanks,
it's hard to do it. before I copy from raspbian after apt install all of them.
I have to do like that again
@gonewithwind-peter
Hello,
You may try to include the needed package in Your system image,
using recommendations of section A.4 (How to select additional packages)
of "IMX_YOCTO_PROJECT_USERS_GUIDE.pdf".
https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf
Regards,
Yuri.