DevTools
svn1
svn1-original
testRepo
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
DevTools
(root)
/
core_devl
/
trunk
/
CFG
/
PLATFORM
/
DEVLINUX.CFG
@ 251
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
247
6427 d 15 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
Major changes:
* New toolset and platform
Added support for the PPC_603E platform.
This uses the powerpc-603e-linux-gnu compiler
The DEVLINUX and LMOS_DEVLINUX targets have been extended to include
this platform.
Minor changes:
* Jats utility: CCdiff
Extended operation to allow one side of the comparison to be a directory
within a static view. This allows comparison between a label and current
work.
* Jats utility: release
Added checking of correct package name and version when files are
published to dpkg_archive.
* Jats utility: jats_rewrite
Extended operation to allow the special properties to be transferred from
Release Manager to the build tool to the target build. Currently onyl
supported for ANT builds.
New 'known' ANT properties are:
releasemanager.releasename
releasemanager.projectname
The configuration file, used by this utility, has been extended to support
tagged data item of the form
releasemanager.releasename = value
releasemanager.projectname = value
* Mug File Generation
Added --NoMugFiles option to supress the creation of Mug Files
This allows THX files to be collected for possible deployment.
When this option is enabled, the user does not need to specify the
Device ID, Name or Tier Number, nor are the external tools packages
required.
* Makefile creation: BuildVersion directive
Modified the operation of the BuildVersion directive such that the
location of the files that are generated will be known to the Jats
makefiles. In this manner the user doesn not need to know the location of
the files in order to use them.
The file will need to be declared with a 'Src' directive, but JATS will
locate the file.
This options does not occur for the 'C' version files. This is intentional
to ensure backward compatability.
The operation does occur for version files of Style:
* CSharp
* Properties
* WinRC
* JATS directive: CompileOptions
Correct operation of options that make use of assigned values.
The case of the value is now preserved.
Value is correctly assigned.
227
6573 d 13 h
dpurdie
/core_devl/trunk/
DevTools/core_devl: Checkin by Svn Import
First Release in Release Manager
Major changes:
Minor changes:
* Jats Tool: create_dpkg
Added options to allow the utility to sanity test the package name and
version of the package being created. This is intended to be used by the
automated build system. New options are:
-pname=Package_Name
-pversion=Package_Version
Added option to allow the source package form to be tested, without
transferring the package. New options are:
-test
* Jats Tool: CCdiff
-output=filename now works. Previously only -out=filename worked.
-vob=name does not generate internal message under unix
* JATS Environment variables GBE_BUILDFILTER and GBE_PLATFORM can be either
a space separated or a comma separated list.
* Solaris Toolset
Disable the use of purify, purecov and quantify when building shared
libraries. Shared libraries are not supported by these tools. Executable
programs are still supported.