arm64: Use generic portage_confdir and add portage_prefix

portage_prefix will make the necessary tweaks not end up in stage tarball.
generic portage_confdir has all the workarounds needed for an up to date
stable keywords architecture.
This commit is contained in:
Mart Raudsepp 2018-03-05 21:50:54 +02:00
parent 0850fed112
commit f0e62fec97
3 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,7 @@ profile: default/linux/arm64/17.0
snapshot: current
source_subpath: default/stage3-arm64-latest
pkgcache_path: /var/tmp/catalyst/packages/stage1
portage_confdir: @REPO_DIR@/releases/weekly/specs/arm64/portage-confdir
update_seed: yes
update_seed_command: --update --deep --jobs=5 --newuse --complete-graph @world
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
portage_prefix: releng

View file

@ -6,4 +6,5 @@ profile: default/linux/arm64/17.0
snapshot: current
source_subpath: default/stage1-arm64-2008.0
pkgcache_path: /var/tmp/catalyst/packages/stage2
portage_confdir: @REPO_DIR@/releases/weekly/specs/arm64/portage-confdir
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
portage_prefix: releng

View file

@ -6,4 +6,5 @@ profile: default/linux/arm64/17.0
snapshot: current
source_subpath: default/stage2-arm64-2008.0
pkgcache_path: /var/tmp/catalyst/packages/stage3
portage_confdir: @REPO_DIR@/releases/weekly/specs/arm64/portage-confdir
portage_confdir: @REPO_DIR@/releases/weekly/portage/stages
portage_prefix: releng