summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/linux.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for MX LinuxHimanshu402019-08-241-1/+1
|
* Change Linux default prefix to "/opt"Sebastian Huber2019-01-171-0/+1
| | | | http://refspecs.linuxbase.org/FHS_3.0/fhs/ch03s13.html#purpose14
* Add distro aliases for Gentoo hostsRalf Ramsauer2017-01-101-0/+6
| | | | | | | Gentoo stores most of the basic stuff in /bin and not /usr/bin. Default values do not work for Gentoo. Add 'gentoo' as a new variation. Signed-off-by: Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-1/+1
| | | | | | Fix Windows support to allow MSYS2 Python to be used. Updates #2619.
* sb: Support Linux Mint.Chris Johns2014-06-041-1/+1
| | | | This support is provided by m86k-user <linux.jutten@xmsnet.nl>.
* sb: Add _host_os_version to all supported hosts.Chris Johns2014-04-101-13/+15
|
* distro_ver fails on Non-LSB distros.Dhananjay Balan2013-06-041-2/+6
|
* Fix the core detection on Linux.Chris Johns2013-05-161-1/+1
|
* Support Canadian cross builds on FreeBSD (and other hosts).Chris Johns2013-05-151-1/+8
| | | | | | | | | Set up the rules to manage the separate host and build setting to allow a Canadian cross to complete. Update the scripts to move the build directory and host/build flags into the defaults so they are common for all build configurations.
* Use float for version number such as CentOS 6.3.Chris Johns2013-05-011-2/+2
|
* The dist version is index 1 not 2.Chris Johns2013-04-301-1/+1
|
* Fix the dist_ver bug. Covert the string to an int.Chris Johns2013-04-301-2/+2
|
* Add SuSE variations.Chris Johns2013-04-251-0/+4
|
* Update for Fedora 17 changes.Chris Johns2013-04-251-3/+12
|
* Add touch for Redhat hosts.Chris Johns2013-04-241-1/+2
|
* PR 2108, PR 2109. Add --jobs and --always-clean.Chris Johns2013-04-031-5/+4
| | | | | | | | | | | | | | Refactor the options handling in defaults.py to allow the --jobs option have varing specific parameters. The option supports 'none', 'max' and 'half' or a fraction to divide the number of CPUs or an integer value which is the number of jobs. The --no-smp has been removed. The host specific modules have been changed to set the number of CPUs in the defaults table. Fixed the --keep-going to clean up is --always-clean is provided even if the build has an error.
* Fix the CPU count on Linux.Chris Johns2013-04-021-1/+1
|
* Add distro aliases to group similar types.Chris Johns2013-03-151-11/+28
|
* Remove tabs. Add a safe way to default to a distro.Chris Johns2013-03-151-10/+13
|
* Arch specific additionsDhananjay Balan2013-03-151-1/+2
|
* Linux Distro specific path namesDhananjay Balan2013-03-151-9/+19
|
* Add support for Raspberry Pi.Chris Johns2013-02-221-9/+16
|
* Add support for Fedora 16.Chris Johns2012-11-081-19/+20
|
* Add -pipe to the compiler options.Chris Johns2012-11-071-1/+1
|
* Fix silly bug.Chris Johns2012-11-061-1/+1
|
* Add support for Ubuntu.Chris Johns2012-11-061-63/+74
|
* Move into the source-builder tree.Chris Johns2012-11-061-0/+63