Age | Commit message (Expand) | Author |
---|---|---|
2017-09-14 | gnu: Add os-prober....* gnu/packages/bootloaders.scm (os-prober): New variable. | Arun Isaac |
2017-08-07 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-08-06 | gnu: make-u-boot-package: Don't unnecessarily cross-compile....* gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Only use cross-gcc and cross-binutils if compiling for a different architecture. [arguments]: Only use cross compiling make-flags if cross compiling. | Efraim Flashner |
2017-08-06 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-08-03 | gnu: Add grub-hybrid....* gnu/packages/bootloaders.scm (grub-hybrid): New variable. | Danny Milosavljevic |
2017-08-01 | Merge branch 'master' into core-updates | Marius Bakke |
2017-07-29 | gnu: grub-efi: Add mtools input....* gnu/packages/bootloaders.scm: Add (gnu packages mtools). (grub-efi)[inputs]: Add mtools. [arguments]: Add phase "use-absolute-mtools-path". | Danny Milosavljevic |
2017-07-23 | Merge branch 'master' into core-updates | Leo Famulari |
2017-07-23 | gnu: Add u-boot-odroid-c2....* gnu/packages/bootloaders.scm (u-boot-odroid-c2): New variable. | Efraim Flashner |
2017-07-23 | gnu: u-boot: Update to 2017.07....* gnu/packages/bootloaders.scm (u-boot): Update to 2017.07. | Efraim Flashner |
2017-07-23 | Merge branch 'master' into core-updates | Leo Famulari |
2017-07-15 | gnu: Rename (gnu packages qemu) to (gnu packages virtualization)....* gnu/packages/qemu.scm: Rename this ... * gnu/packages/virtualization.scm: ... to this. * gnu/local.mk (GNU_SYSTEM_MODULES), gnu/packages/bootloaders.scm, gnu/packages/debug.scm, gnu/packages/gnome.scm, gnu/system/vm.scm, gnu/tests/install.scm: Adjust accordingly. | 宋文武 |
2017-07-12 | gnu: grub: Fix build failure with recent flex....* gnu/packages/flex.scm (flex-2.6.1): New variable. * gnu/packages/bootloaders.scm (grub)[native-inputs]: Use flex-2.6.1. | Leo Famulari |
2017-06-26 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-06-25 | gnu: grub: Disable a flaky test....* gnu/packages/bootloaders.scm (grub)[arguments]: Add 'disable-flaky-test' phase and run the tests in parallel. | Leo Famulari |
2017-06-03 | Merge branch 'master' into core-updates... Conflicts: gnu/packages/image.scm (incorporated libtiff graft) | Marius Bakke |
2017-06-03 | gnu: grub: Run tests sequentially....Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> at <http://bugs.gnu.org/26936>. * gnu/packages/bootloaders.scm (grub)[arguments]: Add #:parallel-tests?. | Ludovic Courtès |
2017-05-24 | Merge branch 'master' into core-updates | Ricardo Wurmus |
2017-05-15 | gnu: flex-2.6.1: Remove variable....* gnu/packages/flex.scm (flex-2.6.1): Remove variable. * gnu/packages/bootloaders.scm (grub, dtc): Use flex instead of flex-2.6.1. * gnu/packages/embedded.scm (propeller-binutils, binutils-vc4): Likewise. * gnu/packages/maths.scm (scotch): Likewise. * gnu/packages/wine.scm (wine): Likewise. | Leo Famulari |
2017-05-07 | gnu: grub: Update to 2.0.2....* gnu/packages/bootloaders.scm (grub): Update to 2.0.2. [source]: Fetch source using the GNU mirror and use upstream file-name. | Leo Famulari |
2017-03-23 | gnu: dtc: Build with flex-2.6.1....* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Use flex-2.6.1 and not flex. | Efraim Flashner |
2017-03-22 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2017-03-21 | gnu: dtc: Update to 1.4.4....* gnu/packages/bootloaders.scm (dtc): Update to 1.4.4. [source]: Use mirror://kernel.org. | Marius Bakke |
2017-03-19 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-03-19 | gnu: u-boot: Update to 2017.03....* gnu/packages/bootloaders.scm (u-boot): Update to 2017.03. | Danny Milosavljevic |
2017-03-08 | gnu: grub: Fix build failure with recent flex....* gnu/packages/bootloaders.scm (grub)[native-inputs]: Use flex-2.6.1. | Leo Famulari |
2017-02-10 | gnu: Move (gnu packages grub) and (gnu packages u-boot) ...... to (gnu packages bootloaders). * gnu/packages/grub.scm: Rename to bootloaders.scm. * gnu/packages/u-boot.scm: Move to bootloaders.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Add bootloaders.scm, remove grub.scm and u-boot.scm; * gnu/system/grub.scm: Import (gnu packages bootloaders). * gnu/system/install.scm: Import (gnu packages bootloaders). * gnu/system/vm.scm: Import (gnu packages bootloaders). | David Craven |