1020 Commits

Author SHA1 Message Date
Chris Johns
d897e93e49 Fix sb-bootrap to run on Windows using MSYS2.
Prepend 'sh' to the command so the autoreconf runs in a shell.

Is the first item in the path is a reference to MSYS2 remove it.

Closes #2613.
2016-02-24 17:33:08 +11:00
Chris Johns
7c0ded8e9b Fix pkgconfig for MSYS to allow QEMU to build. 2016-02-24 09:56:11 +11:00
Chris Johns
610ae576b2 Fix sb-build to reference the opts correctly. 2016-02-24 09:56:07 +11:00
Chris Johns
318e0c3b04 Fix the rtems-tools waf --destdir path on Windows.
Waf requires the drive be added to the destdir path so it installs to a path
the RSB knows. The RSB assumes the destdir contains an MSYS drive path as
seen in the POSIX path. This is default for configure scripts.

Also fix the git URL to pull before the branch command as well as after to
update the branch.

Closes #2605.
2016-02-22 17:43:10 +11:00
Sebastian Huber
b87138ad01 Update RTEMS 4.12 build set for MIPS 2016-01-29 07:48:04 +01:00
Sebastian Huber
e0693f7b24 Update RTEMS 4.12 build set
Use Binutils 2.26.
2016-01-29 07:48:04 +01:00
Patrick Gauvin
7cdec5c335 Fix RTEMS Tools source symlink generation.
When rsb_released was not 0, a build failure would occur.

closes #2495.
2016-01-28 11:00:13 -05:00
Nick Withers
e3b9fb68d4 Update RTEMS 4.12 build set
Update to the GCC 6 20160124 snapshot, which notionally resolves
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65779
2016-01-25 09:09:02 +01:00
Joel Sherrill
14b00fff99 source-builder/config/qemu-1-1.cfg: Add --disable-smartcard-nss
closes #2547.
2016-01-24 13:24:19 -06:00
Sebastian Huber
075ed1c8e2 Add hashes for RTEMS 4.12 tools 2016-01-19 07:55:06 +01:00
Sebastian Huber
342c7dcc0a Update RTEMS 4.12 build set 2016-01-18 13:39:27 +01:00
YANG Qiao
eec82cd126 fix libpng version number 2015-12-16 12:28:56 +11:00
YANG Qiao
bf05b15e43 add dependencies for nxlib 2015-12-16 12:28:50 +11:00
YANG Qiao
3618353765 add graphics-all bset 2015-12-16 12:28:43 +11:00
YANG Qiao
4cef681632 add dependencies for nanox 2015-12-16 12:28:37 +11:00
YANG Qiao
7a9ec6e633 fix nanox patch url 2015-12-16 12:28:28 +11:00
YANG Qiao
3dfedc92db fix t1lib patch url 2015-12-16 12:28:23 +11:00
Chris Johns
3ffbfc8092 Fix 4.11/rtems-tools so it builds from git. 2015-12-15 11:15:28 +11:00
Chris Johns
dc1cd6823b Download source from RTEMS if a release.
Download source from ftp.rtems.org before the package's URL if
a release.

If a user adds a URL via the command line that is used then the
RTEMS release path then the package's URL.

A user can add --url=file://path/../morepath to have the RSB use
a local cache of source on their hard disk. This is useful if you
need to wipe the RSB and start again. Save away the 'sources' and
'patches' directories to a common directory and provide it with via
the --url option using the 'file://' prefix.

Closes #2482.
2015-12-14 16:14:26 +11:00
Chris Johns
00b60d74b2 Fix the building of the RTEMS Tools from a tar file. 2015-12-13 15:22:04 +11:00
Chris Johns
e33968ac4c Remove RTEMS 4.11 unstable. 2015-12-13 15:11:32 +11:00
Chris Johns
9c6843806e A VERSION file may have no hashes. 2015-12-13 15:11:17 +11:00
Chris Johns
7dddcc2647 VERSION is an INI format file.
VERSION is an INI format file with 2 sections:

 1. version
  The version of the release. It contains:
    release = version-string
 2. hashes
  A list of hashes for packages that are formed when creating a release.
  A hash entry is:
    file-name = hash-type checksum

The approach means we do not need to hold hash values in configuration files
which need to be updated when a release is made. The release scripts can
generate the hashes when creating the release.

Update the version to 4.12.
2015-12-11 16:35:31 +11:00
Chris Johns
0661e90610 Return after an error as a dry-run carries on. 2015-12-11 16:31:05 +11:00
Chris Johns
e8ed687ec2 Generate an error if there is no hash when released. 2015-12-11 16:31:05 +11:00
Chris Johns
a861b312ec Use BZ2 for gdb-7.7. 2015-12-11 16:31:05 +11:00
Chris Johns
27a934e46c Remove the warning when undefining an undefined macro. 2015-12-11 16:31:05 +11:00
Chris Johns
f9f6f6c364 Set the RTEMS Tools and Kernel version based on a release. 2015-12-11 12:11:54 +11:00
Chris Johns
dfc4a4f18f Make CVS optional. We should avoid using it. 2015-12-11 12:11:54 +11:00
Chris Johns
40e4222d87 Support released downloading of the RTEMS Tools and RTEMS Kernel.
Add a --without-error-reports flags to reduce the noise on --with-downloading.
2015-12-11 12:11:54 +11:00
Chris Johns
fb4ba79479 Ignore generated XML files. 2015-12-11 12:11:54 +11:00
Chris Johns
f8ef062609 Ignore VERSION files in the top directory. 2015-12-11 12:11:54 +11:00
Chris Johns
47d703fd8c sb. Add VERSION support for releasing the RSB.
Add support to release the RSB by adding the VERSION file. The file
is a single line with the version.

Fix the reports to include the version. Update the INI file
support to include the details of the build.

Show the GIT or released version when the command starts.

Closes #2480.
2015-12-03 22:25:00 +11:00
Sebastian Huber
7164e6195f Add RTEMS 4.12 build set 2015-11-10 13:53:22 +01:00
Gedare Bloom
6bef80f026 doc: fix link to patch for CVS 2015-11-04 14:52:05 -05:00
Chris Johns
32c7d4cdca 4.11/rtems-epiphany: Use the latest newlib git head.
Move to the latest to pick up the recent newlib changes.
2015-10-26 15:41:23 +11:00
Chris Johns
824f57c613 sb: Only use /usr/local/bin/unzip on FreeBSD.
The base package version is broken and does not unzip all files in a
zip file cleanly.
2015-10-26 15:38:39 +11:00
Joel Sherrill
2cd8aee2f0 4.11/rtems-all.bset: Add epiphany and h8300 2015-10-20 18:18:43 -05:00
Joel Sherrill
d028a6fa7d 4.11/rtems-moxie.bset: Update to binutils 2.25
closes #2254.
2015-10-20 18:18:33 -05:00
Hesham Almatary
13138bc180 gcc-4.8.3: Update newlib revision to catch <sys/tree.h> include 2015-10-05 08:02:32 +02:00
Hesham Almatary
f795d62b6d doc: zlib1g-dev package needs to be installed on Linux Mint 2015-08-18 09:58:46 -05:00
ragunath
3a3069e83c lwIP configuration & build files
Patch to build lwip with RTEMS Resource builder. It builds the lwip sources and creates a library.
2015-08-11 09:45:02 -05:00
Joel Sherrill
9092cce4a0 Revert "add t1lib patch"
This reverts commit 80f3b2bb5ae85fdd13065e3d93ca0a809874337c.

Patches should be in rtems-tools.
2015-08-11 08:35:47 -05:00
Joel Sherrill
2dfb4102f8 Revert "add microwindows patches"
This reverts commit c22fc6df4e972bd0cb8852421ba73475f443c461.

Patches should be in rtems-tools.
2015-08-11 08:35:20 -05:00
YANG Qiao
01f8d0cb2e fix libjpeg conf 2015-08-10 12:00:53 -05:00
YANG Qiao
68e81c7b27 add nxlib bset 2015-08-10 12:00:53 -05:00
YANG Qiao
a7d2db0241 add nanoX bset 2015-08-10 12:00:53 -05:00
YANG Qiao
457c7ec9fd add t1lib bset (patch url should be changed after it is merged into rtems git server) 2015-08-10 12:00:53 -05:00
YANG Qiao
d9ee8ae401 add freetype2 bset 2015-08-10 12:00:53 -05:00
YANG Qiao
d2ee14c694 add tiff-4.0.2 bset 2015-08-10 12:00:53 -05:00