Group: Guix/WorkInProgress

From LibrePlanet
Jump to: navigation, search
m (formatting)
(Add more sections)
Line 2: Line 2:
  
 
If you find something stale, please edit or report to the [https://lists.gnu.org/mailman/listinfo/guix-devel dev ML].
 
If you find something stale, please edit or report to the [https://lists.gnu.org/mailman/listinfo/guix-devel dev ML].
 +
 +
If you want to participate, contribute or ask about some details, try on [https://guix.gnu.org/en/contact/irc/ IRC] or the [https://lists.gnu.org/mailman/listinfo/guix-devel dev ML].
 +
 +
The "wip-*" branches on [https://git.savannah.gnu.org/cgit/guix.git/refs/ savannah git] may not be up to date, be careful.
 +
  
 
* Diverse architecture support
 
* Diverse architecture support
 
** PowerPC
 
** PowerPC
 
*** ppc64le: preliminary support [https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a16eb6c5f97f136b678540ba61f12b2c08e43e13 merged], no binary tarball released, no substitutes.  
 
*** ppc64le: preliminary support [https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a16eb6c5f97f136b678540ba61f12b2c08e43e13 merged], no binary tarball released, no substitutes.  
*** ppc: [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-ppc branch], nothing distributed ATM.
+
*** ppc: [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-ppc git branch], nothing distributed ATM.
 
** ARM
 
** ARM
 
*** aarch64
 
*** aarch64
 
**** pinebook-pro: [https://ci.guix.gnu.org/search?query=spec%3Aguix-master+status%3Asuccess+system%3Ax86_64-linux+pinebook-pro Images], serial-console only (beware of the [https://wiki.pine64.org/wiki/Pinebook_Pro_Troubleshooting_Guide#Pinebook_Pro_won.27t_boot_when_using_UART_console_cable wrong cable]), no screen output, no network.
 
**** pinebook-pro: [https://ci.guix.gnu.org/search?query=spec%3Aguix-master+status%3Asuccess+system%3Ax86_64-linux+pinebook-pro Images], serial-console only (beware of the [https://wiki.pine64.org/wiki/Pinebook_Pro_Troubleshooting_Guide#Pinebook_Pro_won.27t_boot_when_using_UART_console_cable wrong cable]), no screen output, no network.
 +
*** armhf: some boards may be supported. ### FIXME ###
 +
 +
 +
* Full source bootstrap
 +
** [https://guix.gnu.org/en/blog/2020/guix-further-reduces-bootstrap-seed-to-25/ binary seed reduced]
 +
 +
 +
* Hurd:
 +
** [https://guix.gnu.org/en/blog/2020/childhurds-and-substitutes/ childhurds & substitutes]
 +
** [https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-hurd-vm git branch]
 +
 +
 +
* Time travel: [https://guix.gnu.org/en/blog/2020/add-a-subcommand-showing-gnu-guix-history-of-all-packages/ an Outreachy project]

Revision as of 14:00, 27 March 2021

This page is here to gather hopefully relevant pointers to currently worked on subjects.

If you find something stale, please edit or report to the dev ML.

If you want to participate, contribute or ask about some details, try on IRC or the dev ML.

The "wip-*" branches on savannah git may not be up to date, be careful.


  • Diverse architecture support
    • PowerPC
      • ppc64le: preliminary support merged, no binary tarball released, no substitutes.
      • ppc: git branch, nothing distributed ATM.
    • ARM
      • aarch64
        • pinebook-pro: Images, serial-console only (beware of the wrong cable), no screen output, no network.
      • armhf: some boards may be supported. ### FIXME ###