public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/releng:master commit in: releases/specs/arm/armv6j-musl/
@ 2021-11-20 14:48 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-11-20 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ef5014be4249a31e55dae78f8d143639a084afc3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 14:43:10 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 14:43:10 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=ef5014be

Add armv6j hardfloat musl specs

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/arm/armv6j-musl/stage1-hardfloat.spec | 13 +++++++++++++
 releases/specs/arm/armv6j-musl/stage3-hardfloat.spec | 11 +++++++++++
 2 files changed, 24 insertions(+)

diff --git a/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec b/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec
new file mode 100644
index 00000000..9fcf9662
--- /dev/null
+++ b/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec
@@ -0,0 +1,13 @@
+subarch: armv6j_hardfp_musl
+version_stamp: openrc-@TIMESTAMP@
+target: stage1
+rel_type: musl
+profile: default/linux/arm/17.0/musl/armv6j
+snapshot: @TIMESTAMP@
+source_subpath: musl/stage3-armv6j_hardfp_musl-openrc-latest
+compression_mode: pixz
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-musl
+portage_prefix: releng
+repos: /root/musl

diff --git a/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec b/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec
new file mode 100644
index 00000000..5430bd52
--- /dev/null
+++ b/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec
@@ -0,0 +1,11 @@
+subarch: armv6j_hardfp_musl
+version_stamp: openrc-@TIMESTAMP@
+target: stage3
+rel_type: musl
+profile: default/linux/arm/17.0/musl/armv6j
+snapshot: @TIMESTAMP@
+source_subpath: musl/stage1-armv6j_hardfp_musl-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages-musl
+portage_prefix: releng
+repos: /root/musl


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

* [gentoo-commits] proj/releng:master commit in: releases/specs/arm/armv6j-musl/
@ 2021-11-20 23:33 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-11-20 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0ca7295bd20595405149d4a635a62f7fdd4cde10
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 23:32:58 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 23:32:58 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=0ca7295b

specs and config: the stages-musl config is not needed anymore, remove (the return)

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/arm/armv6j-musl/stage1-hardfloat.spec | 2 +-
 releases/specs/arm/armv6j-musl/stage3-hardfloat.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec b/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec
index 9fcf9662..07928e57 100644
--- a/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec
+++ b/releases/specs/arm/armv6j-musl/stage1-hardfloat.spec
@@ -8,6 +8,6 @@ source_subpath: musl/stage3-armv6j_hardfp_musl-openrc-latest
 compression_mode: pixz
 update_seed: yes
 update_seed_command: -uDN @world
-portage_confdir: @REPO_DIR@/releases/portage/stages-musl
+portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 repos: /root/musl

diff --git a/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec b/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec
index 5430bd52..9f39c144 100644
--- a/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec
+++ b/releases/specs/arm/armv6j-musl/stage3-hardfloat.spec
@@ -6,6 +6,6 @@ profile: default/linux/arm/17.0/musl/armv6j
 snapshot: @TIMESTAMP@
 source_subpath: musl/stage1-armv6j_hardfp_musl-openrc-@TIMESTAMP@
 compression_mode: pixz
-portage_confdir: @REPO_DIR@/releases/portage/stages-musl
+portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 repos: /root/musl


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

end of thread, other threads:[~2021-11-20 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-20 23:33 [gentoo-commits] proj/releng:master commit in: releases/specs/arm/armv6j-musl/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-11-20 14:48 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox