On 24.10.22 09:53, Marco Felsch wrote: > Hi Antony, > > On 22-10-22, Antony Pavlov wrote: >> On Wed, 5 Oct 2022 13:12:13 +0200 >> Marco Felsch <m.felsch@xxxxxxxxxxxxxx> wrote: >> >> Hi Marco! >> >> It looks like this commit breaks emulate.pl, e.g. >> >> ARCH=riscv >> ARCH=${ARCH} ./test/emulate.pl --kconfig-full --test -- --junitxml=$PWD/$ARCH.tests.xml --lg-log=$PWD/log/$ARCH >> >> reports >> >> Can't find default configuration "arch/riscv/configs/virt64_defconfig"! >> >> Please see details: https://gitlab.com/frantony/barebox/-/jobs/3211154690#L111 > > Please see: https://gitlab.com/frantony/barebox/-/jobs/3211154690#L106 > > You are passing "--kconfig=virt64_defconfig" to tuxmake. I think this is > the failure. The configuration YAMLs are in test/riscv . They will need to be adapted. E.g. qemu@virt64_defconfig.yaml -> qemu@rv64i_defconfig Provided, rv64i is a strict superset of virt64, the test should then succeed. > > Regards, > Marco > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |