source: svn/newcon3bcm2_21bu/nexus/app/build.sh

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 833 bytes
Line 
1#!/bin/bash
2#alias plat='. /opt/brcm/scripts/plat'
3#plat 97550 A0
4
5export PLATFORM=97550
6export BCHP_VER=A0
7export LINUX=/var/ftp/streams/7572/stblinux-2.6.31
8export LINUX_INC=$LINUX/include
9export PATH=/usr/local/bin:/bin:/usr/bin:/var/ftp/streams/7572/crosstools_sf-linux-2.6.18.0_gcc-4.2-11ts_uclibc-nptl-0.9.29-20070423_20090508/bin
10
11export SOFT_GFX_SUPPORT=y
12export BUILD_SYSTEM=nexus
13export NEXUS_POWER_MANAGEMENT=y
14export PVR_SUPPORT=n
15export RAP_AACSBR_SUPPORT=y
16export RAP_SRC_SUPPORT=y
17export RAP_AC3_SUPPORT=y
18export RAP_AC3ENC_SUPPORT=y
19export PLAYBACK_IP_SUPPORT=n
20export NEXUS_USE_SW_FILTER=y
21
22
23export BUILD_SYSTEM=nexus
24
25export DTA_CABLE=y
26
27
28
29#make clean
30#make api
31make $1
32cp ../bin/libnexus.so /var/ftp/streams/7572/uclinux-rootfs/skel/user
33cp ../bin/dta_app /var/ftp/streams/7572/uclinux-rootfs/skel/user
34
35
36
Note: See TracBrowser for help on using the repository browser.