Move qemu-based specs into separate dir for the moment

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-01-08 22:19:56 +02:00
parent 0fb65f0ee8
commit 2799d0c752
No known key found for this signature in database
GPG key ID: 8C9260C6F6D7A310
19 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
ARCH="riscv"
host=$(hostname)
SPECS_DIR=${REPO_DIR}/releases/specs/${ARCH}
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
SETS="
multilib
@ -12,9 +12,12 @@ SETS="
lp64
lp64d_systemd
lp64_systemd
ilp32
"
# riscv32 does not work yet
# ilp32
SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec"
SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec"
SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec"
@ -22,8 +25,6 @@ SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec sta
SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec"
SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec stage3-ilp32.spec"
#KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}
update_symlinks() {
# Symlink the latest stages3 to build from
local d f
@ -50,7 +51,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
case ${spec} in
stage3*.spec)
stage3*lp*.spec)
upload stage3-$(echo ${spec}|sed -e 's:^stage3-::g' -e 's:\.spec$::g')-${TIMESTAMP}*.xz*
;;
esac