[PATCH] riscv: add temporary riscv64_defconfig alias

Jan Beulich posted 1 patch 1 year, 2 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/15a27b40-54ab-6b7a-9702-f72cf870e6d1@suse.com
xen/arch/riscv/configs/riscv64_defconfig | 1 +
1 file changed, 1 insertion(+)
create mode 120000 xen/arch/riscv/configs/riscv64_defconfig
[PATCH] riscv: add temporary riscv64_defconfig alias
Posted by Jan Beulich 1 year, 2 months ago
This is to allow building of Xen without going through a separate
tiny64_defconfig build step, just like is possible for all other
architectures. Eventually the symlink will want replacing by,
presumably, an empty file just like other arches have.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
 xen/arch/riscv/configs/riscv64_defconfig | 1 +
 1 file changed, 1 insertion(+)
 create mode 120000 xen/arch/riscv/configs/riscv64_defconfig

diff --git a/xen/arch/riscv/configs/riscv64_defconfig b/xen/arch/riscv/configs/riscv64_defconfig
new file mode 120000
index 000000000000..c3c97b4d109b
--- /dev/null
+++ b/xen/arch/riscv/configs/riscv64_defconfig
@@ -0,0 +1 @@
+tiny64_defconfig
\ No newline at end of file
-- 
2.37.1
Re: [PATCH] riscv: add temporary riscv64_defconfig alias
Posted by Alistair Francis 1 year, 2 months ago
On Thu, Feb 9, 2023 at 8:02 PM Jan Beulich <jbeulich@suse.com> wrote:
>
> This is to allow building of Xen without going through a separate
> tiny64_defconfig build step, just like is possible for all other
> architectures. Eventually the symlink will want replacing by,
> presumably, an empty file just like other arches have.
>
> Signed-off-by: Jan Beulich <jbeulich@suse.com>

Acked-by: Alistair Francis <alistair.francis@wdc.com>

Alistair

> ---
>  xen/arch/riscv/configs/riscv64_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 120000 xen/arch/riscv/configs/riscv64_defconfig
>
> diff --git a/xen/arch/riscv/configs/riscv64_defconfig b/xen/arch/riscv/configs/riscv64_defconfig
> new file mode 120000
> index 000000000000..c3c97b4d109b
> --- /dev/null
> +++ b/xen/arch/riscv/configs/riscv64_defconfig
> @@ -0,0 +1 @@
> +tiny64_defconfig
> \ No newline at end of file
> --
> 2.37.1
>