From ad913f3df0b58c752a38a463feaf09e43dbfda11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 8 Mar 2024 00:32:01 +0100 Subject: [PATCH] Add arm 23.0 musl specs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- .../armv6j-musl-hardened/stage1-hardfloat-23.spec | 13 +++++++++++++ .../armv6j-musl-hardened/stage3-hardfloat-23.spec | 11 +++++++++++ .../specs/arm/armv6j-musl/stage1-hardfloat-23.spec | 13 +++++++++++++ .../specs/arm/armv6j-musl/stage3-hardfloat-23.spec | 11 +++++++++++ .../armv7a-musl-hardened/stage1-hardfloat-23.spec | 13 +++++++++++++ .../armv7a-musl-hardened/stage3-hardfloat-23.spec | 11 +++++++++++ .../specs/arm/armv7a-musl/stage1-hardfloat-23.spec | 13 +++++++++++++ .../specs/arm/armv7a-musl/stage3-hardfloat-23.spec | 11 +++++++++++ 8 files changed, 96 insertions(+) create mode 100644 releases/specs/arm/armv6j-musl-hardened/stage1-hardfloat-23.spec create mode 100644 releases/specs/arm/armv6j-musl-hardened/stage3-hardfloat-23.spec create mode 100644 releases/specs/arm/armv6j-musl/stage1-hardfloat-23.spec create mode 100644 releases/specs/arm/armv6j-musl/stage3-hardfloat-23.spec create mode 100644 releases/specs/arm/armv7a-musl-hardened/stage1-hardfloat-23.spec create mode 100644 releases/specs/arm/armv7a-musl-hardened/stage3-hardfloat-23.spec create mode 100644 releases/specs/arm/armv7a-musl/stage1-hardfloat-23.spec create mode 100644 releases/specs/arm/armv7a-musl/stage3-hardfloat-23.spec diff --git a/releases/specs/arm/armv6j-musl-hardened/stage1-hardfloat-23.spec b/releases/specs/arm/armv6j-musl-hardened/stage1-hardfloat-23.spec new file mode 100644 index 00000000..1743df75 --- /dev/null +++ b/releases/specs/arm/armv6j-musl-hardened/stage1-hardfloat-23.spec @@ -0,0 +1,13 @@ +subarch: armv6j_hardfp_musl +chost: armv6j-unknown-linux-musleabihf +version_stamp: hardened-openrc-@TIMESTAMP@ +target: stage1 +rel_type: 23.0-musl-hardened +profile: default/linux/arm/23.0/armv6j_hf/musl/hardened +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl-hardened/stage3-armv6j_hardfp_musl-hardened-openrc-latest.tar.xz +compression_mode: pixz +update_seed: yes +update_seed_command: -uDN @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/arm/armv6j-musl-hardened/stage3-hardfloat-23.spec b/releases/specs/arm/armv6j-musl-hardened/stage3-hardfloat-23.spec new file mode 100644 index 00000000..8e337e8f --- /dev/null +++ b/releases/specs/arm/armv6j-musl-hardened/stage3-hardfloat-23.spec @@ -0,0 +1,11 @@ +subarch: armv6j_hardfp_musl +version_stamp: hardened-openrc-@TIMESTAMP@ +target: stage3 +rel_type: 23.0-musl-hardened +profile: default/linux/arm/23.0/armv6j_hf/musl/hardened +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl-hardened/stage1-armv6j_hardfp_musl-hardened-openrc-@TIMESTAMP@.tar.xz +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng +binrepo_path: arm/binpackages/23.0/armv6j_hardfp_musl_hardened diff --git a/releases/specs/arm/armv6j-musl/stage1-hardfloat-23.spec b/releases/specs/arm/armv6j-musl/stage1-hardfloat-23.spec new file mode 100644 index 00000000..7cb83d96 --- /dev/null +++ b/releases/specs/arm/armv6j-musl/stage1-hardfloat-23.spec @@ -0,0 +1,13 @@ +subarch: armv6j_hardfp_musl +chost: armv6j-unknown-linux-musleabihf +version_stamp: openrc-@TIMESTAMP@ +target: stage1 +rel_type: 23.0-musl +profile: default/linux/arm/23.0/armv6j_hf/musl +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl/stage3-armv6j_hardfp_musl-openrc-latest.tar.xz +compression_mode: pixz +update_seed: yes +update_seed_command: -uDN @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/arm/armv6j-musl/stage3-hardfloat-23.spec b/releases/specs/arm/armv6j-musl/stage3-hardfloat-23.spec new file mode 100644 index 00000000..98caff78 --- /dev/null +++ b/releases/specs/arm/armv6j-musl/stage3-hardfloat-23.spec @@ -0,0 +1,11 @@ +subarch: armv6j_hardfp_musl +version_stamp: openrc-@TIMESTAMP@ +target: stage3 +rel_type: 23.0-musl +profile: default/linux/arm/23.0/armv6j_hf/musl +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl/stage1-armv6j_hardfp_musl-openrc-@TIMESTAMP@.tar.xz +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng +binrepo_path: arm/binpackages/23.0/armv6j_hardfp_musl diff --git a/releases/specs/arm/armv7a-musl-hardened/stage1-hardfloat-23.spec b/releases/specs/arm/armv7a-musl-hardened/stage1-hardfloat-23.spec new file mode 100644 index 00000000..4216b861 --- /dev/null +++ b/releases/specs/arm/armv7a-musl-hardened/stage1-hardfloat-23.spec @@ -0,0 +1,13 @@ +subarch: armv7a_hardfp_musl +chost: armv7a-unknown-linux-musleabihf +version_stamp: hardened-openrc-@TIMESTAMP@ +target: stage1 +rel_type: 23.0-musl-hardened +profile: default/linux/arm/23.0/armv7a_hf/musl/hardened +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl-hardened/stage3-armv7a_hardfp_musl-hardened-openrc-latest.tar.xz +compression_mode: pixz +update_seed: yes +update_seed_command: -uDN @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/arm/armv7a-musl-hardened/stage3-hardfloat-23.spec b/releases/specs/arm/armv7a-musl-hardened/stage3-hardfloat-23.spec new file mode 100644 index 00000000..1e5b1965 --- /dev/null +++ b/releases/specs/arm/armv7a-musl-hardened/stage3-hardfloat-23.spec @@ -0,0 +1,11 @@ +subarch: armv7a_hardfp_musl +version_stamp: hardened-openrc-@TIMESTAMP@ +target: stage3 +rel_type: 23.0-musl-hardened +profile: default/linux/arm/23.0/armv7a_hf/musl/hardened +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl-hardened/stage1-armv7a_hardfp_musl-hardened-openrc-@TIMESTAMP@.tar.xz +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng +binrepo_path: arm/binpackages/23.0/armv7a_hardfp_musl_hardened diff --git a/releases/specs/arm/armv7a-musl/stage1-hardfloat-23.spec b/releases/specs/arm/armv7a-musl/stage1-hardfloat-23.spec new file mode 100644 index 00000000..f287f586 --- /dev/null +++ b/releases/specs/arm/armv7a-musl/stage1-hardfloat-23.spec @@ -0,0 +1,13 @@ +subarch: armv7a_hardfp_musl +chost: armv7a-unknown-linux-musleabihf +version_stamp: openrc-@TIMESTAMP@ +target: stage1 +rel_type: 23.0-musl +profile: default/linux/arm/23.0/armv7a_hf/musl +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl/stage3-armv7a_hardfp_musl-openrc-latest.tar.xz +compression_mode: pixz +update_seed: yes +update_seed_command: -uDN @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/arm/armv7a-musl/stage3-hardfloat-23.spec b/releases/specs/arm/armv7a-musl/stage3-hardfloat-23.spec new file mode 100644 index 00000000..c4189406 --- /dev/null +++ b/releases/specs/arm/armv7a-musl/stage3-hardfloat-23.spec @@ -0,0 +1,11 @@ +subarch: armv7a_hardfp_musl +version_stamp: openrc-@TIMESTAMP@ +target: stage3 +rel_type: 23.0-musl +profile: default/linux/arm/23.0/armv7a_hf/musl +snapshot_treeish: @TREEISH@ +source_subpath: 23.0-musl/stage1-armv7a_hardfp_musl-openrc-@TIMESTAMP@.tar.xz +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng +binrepo_path: arm/binpackages/23.0/armv7a_hardfp_musl