unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60540] teams: Add scope for Embedded / Bootstrap
@ 2023-01-04  5:53 Vagrant Cascadian
  2023-01-08 13:43 ` Mathieu Othacehe
  0 siblings, 1 reply; 7+ messages in thread
From: Vagrant Cascadian @ 2023-01-04  5:53 UTC (permalink / raw)
  To: 60540


[-- Attachment #1.1: Type: text/plain, Size: 206 bytes --]

There are some packages that are obviously related to embedded
(e.g. u-boot from bootloaders.scm, arm-trusted-firmware from
firmware.scm) and bootstrapping (mes.scm).

Patch attached.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0003-teams-Add-scope-for-Embedded-Bootstrap-team.patch --]
[-- Type: text/x-diff, Size: 939 bytes --]

From 6c8076261cf1a93134e3435124d4a7e9dcbbba1c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 3 Jan 2023 21:41:34 -0800
Subject: [PATCH 3/4] teams: Add scope for Embedded / Bootstrap team.

* etc/teams.scm.in (embedded-bootstrap): Add bootloaders, firmware and mes to
  scope.
---
 etc/teams.scm.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index b3a1c72c28..921c101aa7 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -244,7 +244,10 @@ asdf-build-system."
 
 (define-team embedded-bootstrap
   (team 'embedded-bootstrap
-        #:name "Embedded / Bootstrap"))
+        #:name "Embedded / Bootstrap"
+        #:scope (list "gnu/packages/bootloaders.scm"
+                      "gnu/packages/firmware.scm"
+                      "gnu/packages/mes.scm")))
 
 (define-team rust
   (team 'rust
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-24 22:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04  5:53 [bug#60540] teams: Add scope for Embedded / Bootstrap Vagrant Cascadian
2023-01-08 13:43 ` Mathieu Othacehe
2023-01-10 23:21   ` Vagrant Cascadian
2023-01-18 19:30   ` Vagrant Cascadian
2023-05-15 18:54     ` Josselin Poiret via Guix-patches via
2023-05-15 19:21       ` Vagrant Cascadian
2023-05-24 22:55         ` bug#60540: " Vagrant Cascadian

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).