Update for 03-12-21 21:15

This commit is contained in:
Tyler Perkins 2021-12-03 21:15:01 -05:00
parent 6874eaa559
commit a167202fa2

View File

@ -16,4 +16,20 @@ crossdev --target arm-none-eabi
=== GPU Support ===
The pinephone pro uses a Mali T860 quadcore CPU
The pinephone pro uses a Mali T860 quadcore CPU, and therefore is run using the
lima drivers. In the phones make.conf, be sure to add
{{{
#/etc/portage/make.conf (chroot in phone)
VIDEO_CARDS="lima"
}}}
In your global use, be sure to add
{{{
#/etc/portage/make.conf (chroot in phone)
USE="gles gles2-only"
}}}
This ensures that we will only compile programs using OpenGL ES, or OpenGL for
embedded systems.