Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 45f600fd authored by Robert Nelson's avatar Robert Nelson
Browse files

sgx: switch to 4.06.00.01 branch with fixes


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f09d0ad4
No related merge requests found
...@@ -26,7 +26,7 @@ unset DIR ...@@ -26,7 +26,7 @@ unset DIR
DIR=$PWD DIR=$PWD
SGX_SHA="origin/master" SGX_SHA="origin/4.06.00.01"
set_sgx_make_vars () { set_sgx_make_vars () {
GRAPHICS_PATH="GRAPHICS_INSTALL_DIR="${DIR}/ti-sdk-pvr/Graphics_SDK/"" GRAPHICS_PATH="GRAPHICS_INSTALL_DIR="${DIR}/ti-sdk-pvr/Graphics_SDK/""
...@@ -61,6 +61,7 @@ git_sgx_modules () { ...@@ -61,6 +61,7 @@ git_sgx_modules () {
build_sgx_modules () { build_sgx_modules () {
cd "${DIR}/ti-sdk-pvr/Graphics_SDK/" cd "${DIR}/ti-sdk-pvr/Graphics_SDK/"
echo "make ${GRAPHICS_PATH} ${KERNEL_PATH} ${USER_VAR} ${CROSS} BUILD="$1" OMAPES="$2" FBDEV="$3" SUPPORT_XORG="$4" "$5""
make ${GRAPHICS_PATH} ${KERNEL_PATH} ${USER_VAR} ${CROSS} BUILD="$1" OMAPES="$2" FBDEV="$3" SUPPORT_XORG="$4" "$5" make ${GRAPHICS_PATH} ${KERNEL_PATH} ${USER_VAR} ${CROSS} BUILD="$1" OMAPES="$2" FBDEV="$3" SUPPORT_XORG="$4" "$5"
cd ${DIR}/ cd ${DIR}/
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment