From 13cf0e9ebe30a5af217ef5c64c550b64a92bcaf9 Mon Sep 17 00:00:00 2001 From: Ryan Finnie Date: Sat, 30 May 2020 14:11:45 -0700 Subject: Add initial ppc64el support Note that this does not include grub-ieee1275 support so the images will not be bootable, but it's a first step and produces ISOs without error. --- functions/configuration.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'functions') diff --git a/functions/configuration.sh b/functions/configuration.sh index b74ea0e50..7c9e1e9e1 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -236,6 +236,10 @@ Prepare_config () LB_LINUX_FLAVOURS_WITH_ARCH="${LB_LINUX_FLAVOURS_WITH_ARCH:-powerpc64 powerpc}" ;; + ppc64el) + LB_LINUX_FLAVOURS_WITH_ARCH="${LB_LINUX_FLAVOURS_WITH_ARCH:-powerpc64le}" + ;; + s390x) LB_LINUX_FLAVOURS_WITH_ARCH="${LB_LINUX_FLAVOURS_WITH_ARCH:-s390x}" ;; -- cgit v1.2.3