aboutsummaryrefslogtreecommitdiffstats
path: root/platforms/xu4
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2020-01-04 08:52:48 +0100
committerJybz <j.biernacki@free.fr>2020-01-04 08:52:48 +0100
commit16ffe5ff5c499a8d7700d2228b672b3b6e42b20c (patch)
treee087568d431562aa3dc495a71cbcc3e3dacefde1 /platforms/xu4
parentc9dbaadba7b7bf38a72ae5fbcbfe59c4ec69afec (diff)
downloadmageia4arm-16ffe5ff5c499a8d7700d2228b672b3b6e42b20c.tar
mageia4arm-16ffe5ff5c499a8d7700d2228b672b3b6e42b20c.tar.gz
mageia4arm-16ffe5ff5c499a8d7700d2228b672b3b6e42b20c.tar.bz2
mageia4arm-16ffe5ff5c499a8d7700d2228b672b3b6e42b20c.tar.xz
mageia4arm-16ffe5ff5c499a8d7700d2228b672b3b6e42b20c.zip
Reparation build Rpi + essais Rpi3b+ 64bits
Diffstat (limited to 'platforms/xu4')
-rwxr-xr-xplatforms/xu4/specialFunctions.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/platforms/xu4/specialFunctions.sh b/platforms/xu4/specialFunctions.sh
index 640f18e..9860735 100755
--- a/platforms/xu4/specialFunctions.sh
+++ b/platforms/xu4/specialFunctions.sh
@@ -80,19 +80,11 @@ function bunrningBootloader()
function copyingCustomSystem()
{
-<<<<<<< HEAD
-# ODROID_BOOT="${BUILD_PATH}/mnt/odroid_boot"
-# if ! [ -d "${ODROID_BOOT}" ]; then
-# rm -rf "${ODROID_BOOT}"
-# mkdir -p "${ODROID_BOOT}"
-# fi
-=======
ODROID_BOOT="${BUILD_PATH}/mnt/odroid_boot"
if ! [ -d "${ODROID_BOOT}" ]; then
rm -rf "${ODROID_BOOT}"
mkdir -p "${ODROID_BOOT}"
fi
->>>>>>> d7c2376925bec483811b4bdada1c415b5a333b91
case ${TARGET_VERSION} in
"xu4")
info "copying u-boot for ${TARGET} ${TARGET_VERSION}"
@@ -103,15 +95,9 @@ function copyingCustomSystem()
info "Copying extlinux.conf on ${ODROID_BOOT}"
cp --preserve=mode -R "${BUILD_PATH}/boot/extlinux" "${ODROID_BOOT}/"
-<<<<<<< HEAD
-# info "copying Mageia image to root partition"
-# /bin/rsync -rlptogDH --exclude "${ODROID_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/"
-# /bin/rsync -rlptogDH "${ODROID_BOOT}/" "${BOOT}/"
-=======
info "copying Mageia image to root partition"
/bin/rsync -rlptogDH --exclude "${ODROID_BOOT}/" --exclude "qemu-arm-static*" "${BUILD_PATH}/" "${ROOT}/"
/bin/rsync -rlptogDH "${ODROID_BOOT}/" "${BOOT}/"
->>>>>>> d7c2376925bec483811b4bdada1c415b5a333b91
return 0
}