~beagleboard-kernel/+junk/2.6-dev

« back to all changes in this revision

Viewing changes to build_sgx_modules.sh

  • Committer: Robert Nelson
  • Date: 2010-02-12 22:34:21 UTC
  • Revision ID: voodoo@voodoo-e6400-20100212223421-trolbz1wxj9ipk94
script change: update build_deb and build_sgx_modules to 2.6.33+ kernels, move admin scripts to tools dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
DIR=$PWD
10
10
 
11
 
#KERNEL_UTS=$(cat ${DIR}/KERNEL/include/generated/utsrelease.h | awk '{print $3}' | sed 's/\"//g' )
12
 
KERNEL_UTS=$(cat ${DIR}/KERNEL/include/linux/utsrelease.h | awk '{print $3}' | sed 's/\"//g' )
 
11
KERNEL_UTS=$(cat ${DIR}/KERNEL/include/generated/utsrelease.h | awk '{print $3}' | sed 's/\"//g' )
13
12
 
14
13
SGX_VERSION=3_01_00_02
15
14
SGX_BIN=OMAP35x_Graphics_SDK_setuplinux_${SGX_VERSION}.bin