tools/catalyst-auto-arm64.conf: uncomment KCONFIG_DIR

without it catalyst will not copy kconfig to /tmp/catalyst-*/kconfig

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev 2021-07-25 13:57:45 -07:00
parent fdb0fc5ac8
commit 105076d641
No known key found for this signature in database
GPG key ID: A272C8F015129D52
2 changed files with 3 additions and 4 deletions

View file

@ -15,8 +15,9 @@ livecd/volid: Gentoo arm64 @TIMESTAMP@
boot/kernel: gentoo
boot/kernel/gentoo/sources: gentoo-sources
boot/kernel/gentoo/sources: sys-kernel/gentoo-sources
boot/kernel/gentoo/config: @REPO_DIR@/releases/kconfig/arm64/arm64-5.10.52.config
boot/kernel/gentoo/packages: zfs zfs-kmod
livecd/unmerge:
app-admin/eselect
@ -81,8 +82,6 @@ livecd/empty:
/usr/diet/include
/usr/diet/man
/usr/include
/usr/i?86-gentoo-linux-uclibc
/usr/i?86-pc-linux-uclibc
/usr/lib/X11/config
/usr/lib/X11/doc
/usr/lib/X11/etc

View file

@ -11,7 +11,7 @@ SETS="default"
SET_default_SPECS="stage1.spec stage3.spec systemd-stage1.spec systemd-stage3.spec"
#SET_default_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
#KCONFIG_DIR=${REPO_DIR}/releases/kconfig/sparc
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/arm64
EMAIL_SUBJECT_PREPEND="[${SUBARCH}-auto]"