Add arm systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
a7b4c40320
commit
bfb088cb59
13 changed files with 162 additions and 0 deletions
|
@ -13,45 +13,57 @@ EMAIL_SUBJECT_PREPEND="[arm-auto]"
|
|||
SETS="
|
||||
armv4tl_openrc
|
||||
armv4tl_systemd
|
||||
armv4tl_systemd_mu
|
||||
armv5tel_openrc
|
||||
armv5tel_systemd
|
||||
armv5tel_systemd_mu
|
||||
armv6j_hf_openrc
|
||||
armv6j_hf_systemd
|
||||
armv6j_hf_systemd_mu
|
||||
armv6j_sf_openrc
|
||||
armv6j_sf_systemd
|
||||
armv6j_sf_systemd_mu
|
||||
armv6j_hf_musl_openrc
|
||||
armv6j_hf_musl_hardened_openrc
|
||||
armv7a_hf_openrc
|
||||
armv7a_hf_systemd
|
||||
armv7a_hf_systemd_mu
|
||||
armv7a_sf_openrc
|
||||
armv7a_sf_systemd
|
||||
armv7a_sf_systemd_mu
|
||||
armv7a_hf_musl_openrc
|
||||
armv7a_hf_musl_hardened_openrc
|
||||
"
|
||||
|
||||
SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec armv4tl/stage3-openrc.spec"
|
||||
SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"
|
||||
SET_armv4tl_systemd_mu_SPECS="armv4tl/stage1-systemd-mu.spec armv4tl/stage3-systemd-mu.spec"
|
||||
|
||||
SET_armv5tel_openrc_SPECS="armv5tel/stage1-openrc.spec armv5tel/stage3-openrc.spec"
|
||||
SET_armv5tel_systemd_SPECS="armv5tel/stage1-systemd.spec armv5tel/stage3-systemd.spec"
|
||||
SET_armv5tel_systemd_mu_SPECS="armv5tel/stage1-systemd-mu.spec armv5tel/stage3-systemd-mu.spec"
|
||||
|
||||
SET_armv6j_hf_openrc_SPECS="armv6j/stage1-hardfloat-openrc.spec armv6j/stage3-hardfloat-openrc.spec"
|
||||
SET_armv6j_hf_systemd_SPECS="armv6j/stage1-hardfloat-systemd.spec armv6j/stage3-hardfloat-systemd.spec"
|
||||
SET_armv6j_hf_systemd_mu_SPECS="armv6j/stage1-hardfloat-systemd-mu.spec armv6j/stage3-hardfloat-systemd-mu.spec"
|
||||
|
||||
SET_armv6j_sf_openrc_SPECS="armv6j/stage1-openrc.spec armv6j/stage3-openrc.spec"
|
||||
SET_armv6j_sf_systemd_SPECS="armv6j/stage1-systemd.spec armv6j/stage3-systemd.spec"
|
||||
SET_armv6j_sf_systemd_mu_SPECS="armv6j/stage1-systemd-mu.spec armv6j/stage3-systemd-mu.spec"
|
||||
|
||||
SET_armv6j_hf_musl_openrc_SPECS="armv6j-musl/stage1-hardfloat.spec armv6j-musl/stage3-hardfloat.spec"
|
||||
SET_armv6j_hf_musl_hardened_openrc_SPECS="armv6j-musl-hardened/stage1-hardfloat.spec armv6j-musl-hardened/stage3-hardfloat.spec"
|
||||
|
||||
SET_armv7a_hf_openrc_SPECS="armv7a/stage1-hardfloat-openrc.spec armv7a/stage3-hardfloat-openrc.spec"
|
||||
SET_armv7a_hf_systemd_SPECS="armv7a/stage1-hardfloat-systemd.spec armv7a/stage3-hardfloat-systemd.spec"
|
||||
SET_armv7a_hf_systemd_mu_SPECS="armv7a/stage1-hardfloat-systemd-mu.spec armv7a/stage3-hardfloat-systemd-mu.spec"
|
||||
|
||||
SET_armv7a_hf_musl_openrc_SPECS="armv7a-musl/stage1-hardfloat.spec armv7a-musl/stage3-hardfloat.spec"
|
||||
SET_armv7a_hf_musl_hardened_openrc_SPECS="armv7a-musl-hardened/stage1-hardfloat.spec armv7a-musl-hardened/stage3-hardfloat.spec"
|
||||
|
||||
SET_armv7a_sf_openrc_SPECS="armv7a/stage1-openrc.spec armv7a/stage3-openrc.spec"
|
||||
SET_armv7a_sf_systemd_SPECS="armv7a/stage1-systemd.spec armv7a/stage3-systemd.spec"
|
||||
SET_armv7a_sf_systemd_mu_SPECS="armv7a/stage1-systemd-mu.spec armv7a/stage3-systemd-mu.spec"
|
||||
|
||||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
|
@ -78,36 +90,54 @@ post_build() {
|
|||
armv4tl/stage3-systemd.spec)
|
||||
upload stage3-armv4tl-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv4tl/stage3-systemd-mu.spec)
|
||||
upload stage3-armv4tl-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv5tel/stage3-openrc.spec)
|
||||
upload stage3-armv5tel-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv5tel/stage3-systemd.spec)
|
||||
upload stage3-armv5tel-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv5tel/stage3-systemd-mu.spec)
|
||||
upload stage3-armv5tel-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv6j/stage3-openrc.spec)
|
||||
upload stage3-armv6j-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv6j/stage3-systemd.spec)
|
||||
upload stage3-armv6j-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv6j/stage3-systemd-mu.spec)
|
||||
upload stage3-armv6j-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv6j/stage3-hardfloat-openrc.spec)
|
||||
upload stage3-armv6j_hardfp-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv6j/stage3-hardfloat-systemd.spec)
|
||||
upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv6j/stage3-hardfloat-systemd-mu.spec)
|
||||
upload stage3-armv6j_hardfp-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv7a/stage3-openrc.spec)
|
||||
upload stage3-armv7a-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv7a/stage3-systemd.spec)
|
||||
upload stage3-armv7a-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv7a/stage3-systemd-mu.spec)
|
||||
upload stage3-armv7a-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv7a/stage3-hardfloat-openrc.spec)
|
||||
upload stage3-armv7a_hardfp-openrc-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv7a/stage3-hardfloat-systemd.spec)
|
||||
upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
armv7a/stage3-hardfloat-systemd-mu.spec)
|
||||
upload stage3-armv7a_hardfp-systemd-mergedusr-${TIMESTAMP}*.xz*
|
||||
;;
|
||||
*)
|
||||
echo "Finished ${spec}"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue