summaryrefslogtreecommitdiffstats
path: root/bare (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bare/devel: Add qemu-couverture support.Chris Johns2018-05-012-0/+68
| | | | | Add a build set and configuration to build a QEMU we can use for coverage testing.
* The libexpat project has moved to github. Fetch expat from github.Chris Johns2018-03-051-1/+2
| | | | Close #3315
* sb: Switch some md5 hashes to sha256Stephan Gambke2018-02-056-11/+11
| | | | | Using md5 hashes will break the building of qemu.bset, so switch all involved hashes to sha256
* RSB - RISC-V: Add scripts to build RISC-V's simulatorHesham Almatary2017-10-282-0/+28
| | | | Update #3109
* 4.12: Update all MD5 hashes to SHA256.Chris Johns2017-10-124-4/+4
| | | | Closes #2536.
* bare/qemu: Use git if the RSB is not release or without a release URL.Chris Johns2016-03-181-2/+4
| | | | Updates #2661.
* bare/qemu: Fix %endif type.Chris Johns2016-03-181-1/+1
| | | | Updates #2661.
* bare/qemu: Use a tarfile is the RSB is released.Chris Johns2016-03-181-5/+5
| | | | Updates #2661.
* bare: Update or1ksim-master.zip hashChris Johns2016-03-171-0/+1
| | | | Updates #2657.
* bare: Correct the libffi-3.0.13 hash.Chris Johns2016-03-171-1/+1
| | | | Updates #2657.
* bare: Update qemu package source hashes that are missing.Chris Johns2016-03-172-0/+3
| | | | | | | | Add support for pkgconfig checks to fail when just downloading the source so it is actually downloaded on hosts that may have a package installed. Updates #2657.
* bare/devel/qemu: Add a hash for glib.Chris Johns2016-03-161-0/+2
| | | | Closes #2646.
* bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.Chris Johns2016-03-161-1/+1
| | | | Closes #2645.
* qemu: Add a package name to create a tarball.Chris Johns2016-03-071-0/+5
|
* bare/devel: Add missing checksums.Chris Johns2015-06-053-0/+3
|
* devel/qemu: Update to the current head of Qemu's git master branch.Chris Johns2015-06-031-1/+1
|
* Apply QEMU patch for openrisc that handles halt signalsHesham ALMatary2015-04-031-0/+7
|
* 4.11/moxie: Fix the broken dtc-1.4.1 build.Chris Johns2015-03-121-0/+18
|
* Add the host name to the package name.Chris Johns2015-01-183-3/+3
| | | | | | Adding the host name results in the tar files created by the --bset-tar-file and --pkg-tar-files to contain the host name. This is useful when building Cxc packages.
* rtems4.11: Update DTC for Moxie to it's new home path.Chris Johns2014-12-121-0/+2
| | | | | | Add a suitable hash for the build to proceed. Closes #2202.
* bare/qemu: add patches for leon3 support.Jiri Gaisler2014-12-011-0/+10
|
* bare: Update qemu to the latest version.Chris Johns2014-11-061-4/+11
| | | | | | | Add support to build on FreeBSD 10. The CAN support is broken on a recent qemu and needs updating so has been removed from the build.
* rename variable to defined oneBen Gras2014-09-081-1/+1
|
* Add support for building bare-metal or1ksim.Hesham ALMatary2014-08-292-0/+23
| | | | | This patch adds support to enable RSB to build or1ksim emulator (the main OpenRISC 1000 simulator) from latest or1ksim github repo.
* rtems-4.11: Newlib 19-Aug-2014.Chris Johns2014-08-201-0/+2
| | | | Add the hash for automake.
* rtems-4.10: Add checksums.Chris Johns2014-08-132-0/+4
|
* Add checksum support for downloaded files.Chris Johns2014-07-291-0/+2
| | | | | | | | 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.
* bare: Add support for building gcc-4.9.1 and newlib-2.1.0.Chris Johns2014-07-254-0/+108
|
* bare: Update libusb to 1.0.18.Chris Johns2014-06-232-0/+28
| | | | Add a build set file for libusb.
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-156-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove the 'opt' from various macros and shell variables. Add pkgconfig to the checks to make it clear the check is a pkgconfig check. Add NTP support as the first package to be built using the RSB. Split the RTEMS URL's out from the base bset file into a separate file that be included by other files. Add an RTEMS BSP configuration file to help abstract the process of building 3rd party packages. Clean the cross and canadian cross support up so we can cleanly support cross and canadian cross building. Refactor the pkgconfig support and clean up the PC file handling of loading modules. Add support for %{?..} to return false if a macro is %{nil}. Add %{pkgconfig ..} support to allow better control of access RTEMS pkgconfig files.
* bare: Add GSoC QEMU patches for CAN bus support.Chris Johns2014-06-111-0/+2
|
* bare: Add a build set for building libtool.Chris Johns2014-06-111-0/+7
|
* config: Mirgrate the remaining configs.Chris Johns2014-05-1411-147/+13
|
* config: Use _host_os for conditional checks.Chris Johns2014-04-101-1/+1
|
* config: Add gdb-7.7 support.Chris Johns2014-04-091-0/+18
|
* config: Remove the qemu test patch for MinGW.Chris Johns2014-04-081-1/+3
|
* config: Add the libffi version to check for.Chris Johns2014-04-081-1/+1
|
* config,sb: Qemu build updates for FreeBSD and the start of MinG32.Chris Johns2014-04-083-0/+23
| | | | | | | | | | Hack round the FreeBSD iconv support in Freebsd 10. In 10 libc now supports iconv however iconv.h is present under /usr/local. Start to add support to build qemu for MinGW via a Cxc. This is a work in progress and contains lots of hidden traps. In config.py separate out of the canadian build status.
* config: Use qemu's patchworks site for patches.Chris Johns2014-02-121-6/+4
|
* config: Fix libffi on Fedora 64bit.Chris Johns2014-02-121-0/+11
|
* config: Change pkgconfig to check.Chris Johns2014-02-114-4/+4
| | | | | Add the extra actions: ccflags, cflags, ldflags and libs to allow the fetching of these from pkg-config files.
* config: Update qemu to build on FreeBSD.Chris Johns2014-02-115-6/+13
| | | | | Update configuration to build on FreeBSD. This is based on pkg-config detecting the packages installed on the host.
* config: Add support to build qemu.Chris Johns2014-02-0412-0/+183
| | | | | | | | | | | Qemu requires gettext, glib, libffi, and pixman. DTC is built as a submodule. On Mavrick provide a pkg-config command so avoid needing a pkgconfig. The one here is only just good enough to work. Provide an internal autotools build including libtool so qemu can be built from git.
* Add Bare support for GNU tools.Chris Johns2013-11-058-0/+242
| | | | Add support to build bare metal tools such as sparc-elf.
* Add a DTC build set.Chris Johns2013-11-052-0/+17
|
* Update the automake version to 1.12.6 as required by rtems/configure.acCynthia Rempel2013-05-161-0/+16
| | | | Signed-off-by: Chris Johns <chrisj@rtems.org>
* Add bare/config and move the source-builder/config to it.Chris Johns2013-05-1415-0/+313
Rework the RTEMS build set files to point to the new location. Move the files into devel, this follows the ports naming in FreeBSD. Update the macros, defaults, and options to support this.