summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update rtems-toolsBen Gras2014-11-021-1/+1
|
* rtems4.11: Forgot to make the change to 4.9.2.Chris Johns2014-10-3114-14/+14
|
* sb: Provide a default log if none is provided.Chris Johns2014-10-311-1/+2
|
* sb: Convert the '-' to '_' in symlinks for git repos.Chris Johns2014-10-311-1/+2
|
* rtems4.11: Upgrade to gcc-4.9.2. Build rtems-tools and install.Chris Johns2014-10-3127-19/+221
| | | | | RTEMS kernel requires the rtems-tools package be installed to build the libdl tests.
* rtems-4.11: Add libjpegJoel Sherrill2014-10-243-0/+111
|
* rtems-4.11: Switch to newlib's git repo.Chris Johns2014-10-0721-19/+75
|
* add support for i386-solaris2 platformKarel Gardas2014-10-072-0/+90
|
* rtems: Fix type in RTEMS kernel build.Chris Johns2014-09-201-1/+1
| | | | Reported by Marco Hoefle <marco.hoefle@nanotronic.ch>.
* rename variable to defined oneBen Gras2014-09-081-1/+1
|
* Fixes qemu build error.Matt Carberry2014-09-081-0/+1
| | | | | | Since 1.5 qemu defaults to gtk. Since then, the install command triggers the use of xgettext and msgmerge, both of which are unable to find the libgettextsrc library without passing LD_LIBRARY_PATH.
* doc: Update the Fedora package list for Fedora 19.Chris Johns2014-09-051-2/+3
|
* sb: Add support for the standard git protocols for the %source command.Chris Johns2014-08-293-3/+34
| | | | | | The source selector 'git://' now supports a protocol option that lets you set the specific protocol git is to use to access a remote repository.
* Add support for building bare-metal or1ksim.Hesham ALMatary2014-08-293-0/+80
| | | | | This patch adds support to enable RSB to build or1ksim emulator (the main OpenRISC 1000 simulator) from latest or1ksim github repo.
* Fix bug of uncompressing zip files.Hesham ALMatary2014-08-291-1/+1
| | | | | This patch uses __unzip macro for uncompressing zip files instead of the wrong __zip macro which is not defined in defaults.mc file.
* sb: Fix the if logic for parameters.Chris Johns2014-08-231-3/+10
|
* rtems-4.11: Use the internal autoconf build.Chris Johns2014-08-231-5/+6
|
* config: Detect a pipe error on command failure.Chris Johns2014-08-231-1/+1
|
* rtems-4.11: Fix the broken RTEMS build on 4.11.Chris Johns2014-08-231-2/+4
|
* rtems-4.11: Fix building the SPARC simulator.Chris Johns2014-08-215-4/+15
| | | | | Add support for simulator options to enable special features of some gdb simulators.
* rtems-4.11: Newlib 19-Aug-2014.Chris Johns2014-08-205-14/+4
| | | | Add the hash for automake.
* rtems: Remove the duplicate hashes from the config.Chris Johns2014-08-192-4/+0
|
* sb: Add a dry run footer to ereports.Chris Johns2014-08-142-4/+5
|
* rtems-4.10: Add checksums.Chris Johns2014-08-136-1/+28
|
* sb: Fix sources related bugs.Chris Johns2014-08-122-2/+3
| | | | | Updates the sources module introduced bugs in the build and download modules. The commit fixes those modules.
* sb: Complete support for INI file reporting.Chris Johns2014-08-123-88/+210
| | | | The INI file format provides a parsable configuration file format.
* sb: Add INI format output to the reports.Chris Johns2014-08-091-37/+157
| | | | The INI format report is a way to export a configuration.
* sb: Update git support.Chris Johns2014-08-091-16/+20
|
* sb: Add support to get sources and hashses.Chris Johns2014-08-092-3/+41
|
* rtems-4.11: Do not build GDB sim on MinGW32 for some targets.Chris Johns2014-08-058-1/+47
| | | | | | | | | | | They are: m32c microblaze mips moxie powerpc sparc v850
* sb: PR 2184 - Fix the subprocess use on Python < 2.7.Chris Johns2014-08-052-2/+2
|
* sb: Fix using hashlib's algorithms on python earlier than 2.7.Chris Johns2014-08-041-1/+5
|
* rtems-4.11: Use gcc-4.9.1 for Microblaze.Chris Johns2014-07-311-7/+1
| | | | Microblaze does not build for gcc-4.8.3.
* rtems4.11: Add rtems-or1k to rtems-all.Chris Johns2014-07-301-0/+1
|
* config: Format changes.Chris Johns2014-07-301-14/+16
|
* Refer to newlib-cvs and gcc.4.8.3, and add hashes for patches.Hesham ALMatary2014-07-301-5/+5
| | | | | | | 1- Refer to newlib-cvs as it supports OpenRISC/RTEMS by now. 2- Use gcc.4.8.3 release instead of 4.8.2 one. 3- Refer to the new gcc-4.8.3 patch. 4- Add hash feature for patches.
* doc: Minor corrections and updates.Chris Johns2014-07-301-11/+19
|
* doc: Add %hash.Chris Johns2014-07-291-2/+44
|
* Version 0.4.0.Chris Johns2014-07-291-2/+2
|
* Add checksum support for downloaded files.Chris Johns2014-07-2928-10/+159
| | | | | | | | File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
* sb: Add visual feedback for http type downloads.Chris Johns2014-07-292-4/+58
|
* rtems4.11: Change the NIO2 to the 4.9.1.Chris Johns2014-07-291-3/+8
| | | | Uses patch https://patchwork.ozlabs.org/patch/364504/.
* rtems4.11: Add support for Cortex-M4 and Cortex-R based chips.Chris Johns2014-07-291-0/+5
| | | | Patch is https://patchwork.ozlabs.org/patch/372178/.
* doc: Add RTEMS 3rd Party package building instructions.Chris Johns2014-07-281-55/+433
|
* rtems-bsp: Install net-smp under the BSP if building for RTEMS.Chris Johns2014-07-261-0/+8
|
* rtems-bsp: Install 3rd party packages under a BSP.Chris Johns2014-07-262-0/+31
| | | | | | | Provide the paths so a package built for RTEMS can be installed under the BSP. Update NTP to install under the BSP.
* sb: Remove duplicates from the config file list.Chris Johns2014-07-251-1/+1
|
* bare: Add support for building gcc-4.9.1 and newlib-2.1.0.Chris Johns2014-07-254-0/+108
|
* sb: Add CXX flags support rather than use CFLAGS.Chris Johns2014-07-253-4/+11
|
* sb: Fix error handling.Chris Johns2014-07-251-1/+1
|