head	1.10;
access;
symbols
	import-20090318:1.1.1.9
	import-20081205:1.1.1.8
	rel-8-1-2-sv:1.6
	import-20080404:1.1.1.7
	import-20071105:1.1.1.6
	import-20070116:1.1.1.5
	import-20061124:1.1.1.4
	rel-6-2-2-sv:1.1.1.3
	rel-6-2-1-sv:1.1.1.3
	import-20060615:1.1.1.3
	import-20060530:1.1.1.3
	import-20060516:1.1.1.3
	import-20060421:1.1.1.3
	import-20060406:1.1.1.3
	import-29mar06:1.1.1.3
	import-14mar06:1.1.1.3
	import-13mar06:1.1.1.3
	fixed-post-import-14feb06:1.1.1.3
	import-14feb06:1.1.1.3
	fixed-post-import-6feb06:1.1.1.3
	import-6feb06:1.1.1.3
	import-6sep05:1.1.1.2
	start:1.1.1.1
	freescale:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2009.05.22.10.30.40;	author seh;	state Exp;
branches;
next	1.9;
commitid	HDx6gIgZlOQd4ROt;

1.9
date	2009.03.18.18.20.04;	author seh;	state Exp;
branches;
next	1.8;
commitid	QYBbSyrKKuTQKxGt;

1.8
date	2008.12.08.14.58.47;	author seh;	state Exp;
branches;
next	1.7;
commitid	swZl1GtfGYkdRFtt;

1.7
date	2008.12.05.16.32.12;	author seh;	state Exp;
branches;
next	1.6;
commitid	URaWZkvY7PTctitt;

1.6
date	2008.04.04.15.48.09;	author seh;	state Exp;
branches;
next	1.5;
commitid	4LGH7zo3sfbm6OXs;

1.5
date	2007.11.07.14.15.04;	author seh;	state Exp;
branches;
next	1.4;
commitid	EGTWia6z4yxOmEEs;

1.4
date	2007.01.08.11.34.52;	author seh;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.05.16.36.45;	author seh;	state Exp;
branches;
next	1.2;

1.2
date	2006.12.01.16.18.56;	author galak;	state Exp;
branches;
next	1.1;

1.1
date	2005.08.23.08.54.14;	author seh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.08.23.08.54.14;	author seh;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2005.09.06.10.07.51;	author seh;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2006.02.06.14.19.54;	author seh;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2006.11.27.11.19.16;	author seh;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2007.01.17.10.48.12;	author seh;	state Exp;
branches;
next	1.1.1.6;

1.1.1.6
date	2007.11.06.15.44.41;	author seh;	state Exp;
branches;
next	1.1.1.7;
commitid	AdKoH3Xx8FxdUwEs;

1.1.1.7
date	2008.04.04.10.51.51;	author seh;	state Exp;
branches;
next	1.1.1.8;
commitid	GVikqE6sLnKPsMXs;

1.1.1.8
date	2008.12.05.14.25.44;	author seh;	state Exp;
branches;
next	1.1.1.9;
commitid	A4gB7k6PjRrWLhtt;

1.1.1.9
date	2009.03.18.17.53.24;	author seh;	state Exp;
branches;
next	;
commitid	2ZWvH4Ejl9NUBxGt;


desc
@@


1.10
log
@Use the gcc in the user's path for buildcc rather than forcing /usr/bin
@
text
@#
# Please examine and set the values according to your needs.
# The comment out values have good defaults.  If you want
# to override them, uncomment and set your value.
#
# You can copy this to your home directory to apply these values
# to other instances of this utility (becomes global for your user)
#

# base for location of the built root filesystem, this also doubles up as
# the storage area for all interface libraries/headers.  This directory
# will have rootfs appended to it
#%bldbase

# The directory where rpms will be built
#%rpmdir

# The base directory where the binary rpms go
#%_rpmdir

# The directory containing the rpm database
#%rpmdb

# The directory containing scripts that spoof the compiler
#%spoof_path

# The directory containing scripts/binaries called from the main script
#%bin_path

# Local directories, these are searched before the Local Package Pool
# for files.  This can be a whitespace separated list (including new-lines)
%ldirs
/var/tmp/pkgs
/opt/freescale/pkgs

# The Local Package Pool, the global storage area for downloads.
# This directory must exist and you must have write permission.
# In general, leave this as it is.
#%lpp

# This is a list of the package pools to use (whitespace separated inc newline)
%pps
ppp
gpp

# The URL of the PPP (Private Package Pool) private code repository
%ppp_url

# The URL of the GPP (Global Package Pool) master code repository
%gpp_url
http://bitshrine.org/gpp/

# The URL of the GPP staging area.   This is only used for -m release
%gpp_stage_url

# The URL of the Clickthru staging area.  This is only used for -m release
%cpp_stage_url

# The HTTP proxy for internet access
# example: http://USER:PASSWORD@@somehost.dom.net:PORT
%http_proxy

# For each of the sources: ppp, gpp, gpp_stage, cpp_stage
# there is a corresponding entry that says whether or not
# to use a proxy.
# Valid values are: 1 : 0
%ppp_proxy
0

%gpp_proxy
0

%gpp_stage_proxy
0

%cpp_stage_proxy
0

# use this to bypass proxy testing (set to 1)
%bypass_network_tests
0

# use for multi-processor, or with distcc
%MAKEFLAGS
-j 8

# distcc
#%DISTCC_HOSTS
#localhost @@virginia:/opt/freescale/ltib/usr/bin/distccd

#%DISTCC_TCP_CORK
#0

# ccache related environments
%CCACHE_DIR
$home/.ccache

# This is used to trigger re-running the host install package
# pass.  Bump this number up if you update a host support
# package and you want to force others to install this update
%host_wait_warning
.host_wait_warning30
@


1.9
log
@resolve conflicts from import-20090318
@
text
@a29 4
# The compiler to use for building executables to run on the build machine
%buildcc
ccache /usr/bin/gcc -B/usr/bin/

@


1.8
log
@fixup diffs between FSL and Savannah that have diverged
@
text
@d3 1
a3 1
# The comment out values have good defaults.  If you want 
d12 1
a12 1
# will have rootfs appended to it 
d18 3
d31 2
a32 2
#%buildcc
#/usr/bin/gcc -B/usr/bin/
d35 1
a35 1
# for files.  This can be a whitespace separated list (including new-lines) 
d89 1
a89 1
-j8
d99 2
a100 3
#%CCACHE_DIR
#$bldbase/.ccache

d106 1
a106 2
.host_wait_warning29

@


1.7
log
@resolve conflicts after import-20081205
@
text
@d40 1
a40 2
#%lpp 
#/opt/ltib/pkgs
@


1.6
log
@import-20080404-conflict-resolution
@
text
@d13 1
a13 1
#%rfsbase
d86 2
a87 2
#%MAKEFLAGS
#-j4
d96 11
@


1.5
log
@import-20071105 conflig resolution commit
@
text
@d10 4
a13 4
# The location of the built root filesystem, this also doubles up as
# the storage area for all interface libraries/headers (dev_image means
# development image directory).
#%dev_image
@


1.4
log
@add bypass_network_tests into .ltibrc bin/Ltibutils.pm so you can turn
off the proxy verification tests
@
text
@d43 8
d55 5
a59 2
# The URL of the PPP (Private Package Pool) private code repository
%ppp_url
d65 9
a73 2
# The FTP proxy for internet access
%ftp_proxy
d75 4
a78 2
# Indicates whether we are using proxies, valid values are: 1 : 0
%proxy
d85 4
d93 3
@


1.3
log
@.ltibrc: add /opt/freescale/pkgs to ldirs.  Add a commented out lpp entry as an example. ltib: remove a commented out bdirs
@
text
@d61 4
@


1.2
log
@removed setting of lpp from .ltibrc.  We can't safely set this to whatever we want and expect it to work.  The main issue is that we dont have a clean way to make this directory.  Right now the pkgs dir is created by the rpm-fs.spec file build.  In that spec file we create /pkgs.
@
text
@d35 7
@


1.1
log
@Initial revision
@
text
@d31 3
a33 3

# The Local Package Pool, the global storage area for downloaded source code
%lpp
d36 1
a36 1
# The URL of the machine serving the master source code repository
d38 4
a41 3
http://10.82.193.3/gpp/
#http://10.193.20.103/gpp/
#http://192.168.0.167/gpp/
d44 1
a45 1
http://wwwgate0.freescale.net:1080
a48 1
http://ftpgate0.freescale.net:1080
d50 1
a50 1
# Indicates whether we are using proxies
d52 1
a52 1
off
d54 3
a56 7
# The proxy user
%proxy_user
pcsautobuilder

# The proxy user's password
%proxy_passwd
changeme
@


1.1.1.1
log
@LTIB external initial import
@
text
@@


1.1.1.2
log
@Import from fsl 6sep05
@
text
@d36 1
a36 1
# The URL of the GPP (Global Package Pool) master code repository
d38 1
a38 1
http://auslxpb02.mtwk.freescale.net/gpp/
a40 4

# The URL of the PPP (Private Package Pool) private code repository
%ppp_url
http://auslxpb02.mtwk.freescale.net/ppp/
@


1.1.1.3
log
@Import from fsl 6feb06
@
text
@a30 4
# Local directories, these are searched before the Local Package Pool
# for files.  This can be a whitespace separated list (including new-lines) 
%ldirs
/var/tmp/pkgs
d34 1
a34 1
/opt/freescale/pkgs
d38 3
a40 1
http://bitshrine.org/gpp/
d44 1
a46 1
# example: http://USER:PASSWORD@@somehost.dom.net:PORT
d48 1
d52 1
d54 1
a54 1
# Indicates whether we are using proxies, valid values are: 1 : 0
d56 9
a64 1
0
@


1.1.1.4
log
@Import from fsl 20061124
@
text
@a57 4
# distcc
#%DISTCC_HOSTS
#localhost @@virginia:/opt/freescale/ltib/usr/bin/distccd

@


1.1.1.5
log
@Import from fsl 20070116
@
text
@a57 4
# use this to bypass proxy testing (set to 1)
%bypass_network_tests
0

@


1.1.1.6
log
@Import from fsl 20071105
@
text
@a39 8
# This is a list of the package pools to use (whitespace separated inc newline)
%pps
ppp
gpp

# The URL of the PPP (Private Package Pool) private code repository
%ppp_url

d44 2
a45 5
# The URL of the GPP staging area.   This is only used for -m release
%gpp_stage_url

# The URL of the Clickthru staging area.  This is only used for -m release
%cpp_stage_url
d51 2
a52 9
# For each of the sources: ppp, gpp, gpp_stage, cpp_stage
# there is a corresponding entry that says whether or not
# to use a proxy.
# Valid values are: 1 : 0
%ppp_proxy
0

%gpp_proxy
0
d54 2
a55 4
%gpp_stage_proxy
0

%cpp_stage_proxy
a61 4
# use for multi-processor, or with distcc
#%MAKEFLAGS
#-j4

a65 3
#%DISTCC_TCP_CORK
#0

@


1.1.1.7
log
@Import from fsl 20080404
@
text
@d10 4
a13 4
# base for location of the built root filesystem, this also doubles up as
# the storage area for all interface libraries/headers.  This directory
# will have rootfs appended to it 
#%rfsbase
@


1.1.1.8
log
@Import from fsl 20081205
@
text
@d13 1
a13 1
#%bldbase
d83 2
a84 2
%MAKEFLAGS
-j8
a92 11
# ccache related environments
#%CCACHE_DIR
#$bldbase/.ccache


# This is used to trigger re-running the host install package
# pass.  Bump this number up if you update a host support
# package and you want to force others to install this update
%host_wait_warning
.host_wait_warning29

@


1.1.1.9
log
@Import from fsl 20090318
@
text
@d3 1
a3 1
# The comment out values have good defaults.  If you want
d12 1
a12 1
# will have rootfs appended to it
a17 3
# The base directory where the binary rpms go
#%_rpmdir

d28 2
a29 2
%buildcc
ccache /usr/bin/gcc -B/usr/bin/
d32 1
a32 1
# for files.  This can be a whitespace separated list (including new-lines)
d36 3
a38 4
# The Local Package Pool, the global storage area for downloads.
# This directory must exist and you must have write permission.
# In general, leave this as it is.
#%lpp
d84 1
a84 1
-j 8
d94 3
a96 2
%CCACHE_DIR
$home/.ccache
d102 2
a103 1
.host_wait_warning30
@


