Files
minix/releasetools/image.defaults
Jean-Baptiste Boric ad60a889a0 Replace fetch_u-boot.sh with checkout_repo.sh
This allows checking out Git repositories besides U-Boot.

Co-Authored-By: Benjamin Dauphin <benjamin.dauphin@live.fr>
Co-Authored-By: Gilles Henaux <gill.henaux@gmail.com>
2016-06-01 11:11:25 +02:00

33 lines
816 B
Plaintext

: ${OBJ=../obj.${ARCH}}
: ${CROSS_TOOLS=${OBJ}/"tooldir.`uname -s`-`uname -r`-`uname -m`"/bin}
: ${CROSS_PREFIX=${CROSS_TOOLS}/${TOOLCHAIN_TRIPLET}}
: ${JOBS=1}
: ${DESTDIR=${OBJ}/destdir.$ARCH}
: ${RELEASEDIR=${OBJ}/releasedir/$ARCH/binary}
: ${RELEASETOOLSDIR=./releasetools/}
: ${BUILDVARS=}
: ${CREATE_IMAGE_ONLY=0}
: ${RELEASE_VERSION=$(sh sys/conf/osrelease.sh)}
: ${WORK_DIR=${OBJ}/work}
: ${SETS_DIR=${OBJ}/releasedir/${ARCH}/binary/sets}
: ${PACKAGE_DIR=}
: ${PKG_INFO=pkg_info}
: ${BUNDLE_PACKAGES=}
: ${BUNDLE_SETS=0}
: ${RC=../local/rc.${ARCH}}
: ${ASR_HACK=0}
# where the kernel & boot modules will be
MODDIR=${DESTDIR}/boot/minix/.temp
#
# 3rd-party repositories
#
: ${U_BOOT_URL=git://git.minix3.org/u-boot}
: ${U_BOOT_BRANCH=minix}
: ${U_BOOT_REVISION=cb5178f12787c690cb1c888d88733137e5a47b15}