Skip to content

Commit

Permalink
Include PowerVR drivers in image
Browse files Browse the repository at this point in the history
While we do need the OpenGL ES library (last commit), it doesn't do a whole lot
of good without the driver for the graphics card. Now we have that also.
  • Loading branch information
floft committed Dec 23, 2013
1 parent cb81b7b commit bab6655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ the new files provided in it.
| *recipes-kernel/linux* | Adds kernel modifications for camera
| *recipes-support/opencv* | Apply UYVY grayscale patch
| *recipes-support/ntp* | Change servers and allow large first offset for NTP
| *recipes-ti* | Patch TIImgenc1 for [multiple images](http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/138400.aspx), hack for OpenGL ES
| *recipes-ti* | Patch TIImgenc1 for [multiple images](http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/138400.aspx), PowerVR fixes
| *scripts/qemumkimg.sh* | Generate image files for use with Qemu

Yocto Project
Expand Down
1 change: 1 addition & 0 deletions recipes-ecam/images/ecam-console-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ xserver-xorg \
ecam-driver \
ecam-services \
libgles-omap3 \
omap3-sgx-modules \
gstreamer-ti \
gst-ffmpeg \
gst-plugins-base-app \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PRINC := "${@int(PRINC) + 1}"
TI_PLATFORM_overo = "omap3630"
MODULESLOCATION_overo = "dc_omapfb3_linux"

0 comments on commit bab6655

Please sign in to comment.