From 16ffe5ff5c499a8d7700d2228b672b3b6e42b20c Mon Sep 17 00:00:00 2001 From: Jybz Date: Sat, 4 Jan 2020 08:52:48 +0100 Subject: Reparation build Rpi + essais Rpi3b+ 64bits --- platforms/bananaPro/mageia4arm.cfg | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'platforms/bananaPro/mageia4arm.cfg') diff --git a/platforms/bananaPro/mageia4arm.cfg b/platforms/bananaPro/mageia4arm.cfg index b3c2e98..5e00da6 100644 --- a/platforms/bananaPro/mageia4arm.cfg +++ b/platforms/bananaPro/mageia4arm.cfg @@ -22,24 +22,19 @@ # FEX (DTS) : https://github.com/LeMaker/sunxi-boards # Mageia version 7 or later, cauldron. -# TO MODIFY MAGEIA_VERSION="7" # Arm version armv7hl, aarch64 -# TO MODIFY ARM_VERSION="armv7hl" # Target plateform (odroid or rpi) -# TO MODIFY TARGET="bananaPro" # Target version (0,2,3 for raspi, 3 or 4 for odroid) -#TO MODIFY TARGET_VERSION="1" # URL of the Mageia mirror used to install ( see mirrors.mageia.org ) MIRROR="http://ftp.free.fr/mirrors/mageia.org/distrib/${MAGEIA_VERSION}/${ARM_VERSION}" # image will be created here -# TO MODIFY # INSTALL_PATH="./${TARGET}" # Should not be in this configuration file, it isn't related to the configuration but to the build platform. @@ -49,10 +44,6 @@ BUILD_PATH="${INSTALL_PATH}/build" #name of the image IMAGE="Mageia-${MAGEIA_VERSION}-${TARGET}.img" -#Mount point of image's partitions -BOOT="/mnt/boot" -ROOT="/mnt/root" - # Default user # If not set, no user will be defined. # ID_USER="banana" @@ -69,6 +60,10 @@ HOSTNAME="${TARGET}" SEPARATE_BOOT_PARTITION=0 BOOTFS="ext4" +#Mount point of image's partitions +BOOT="/mnt/boot" +ROOT="/mnt/root" + #kernel package to install KERNEL="kernel-desktop" -- cgit v1.2.1