Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
apt.it-core.eu - .deb repository |
||
| Line 2: | Line 2: | ||
This site was created to help install software on my Variscite SOM iMX8, but if you wish you can also use this repo. | This site was created to help install software on my Variscite SOM iMX8, but if you wish you can also use this repo. | ||
To use repo, you must use Yocto distribution genereted for Variscite SOM and compiled with package-management option. | To use repo, you must use Yocto distribution genereted for Variscite SOM or amd64 and compiled with package-management option. | ||
To do: | To do: | ||
Revision as of 00:37, 11 September 2026
hi there! This site was created to help install software on my Variscite SOM iMX8, but if you wish you can also use this repo.
To use repo, you must use Yocto distribution genereted for Variscite SOM or amd64 and compiled with package-management option.
To do:
add gpg key to apt-get
apt-get update
apt-cache search PACKAGE
apt-get install PACKAGE
How to:
First of all we must add gpg key to apt-get:
curl -fsSL https://apt.it-core.eu/it-core.gpg.key | sudo apt-key add -
next we must add repo to the apt-get
echo "deb https://apt.it-core.eu/yocto scarthgap main" > /etc/apt/sources.list.d/apt-it-core-eu.list
Now you can use your Yocto like Debian to install software.