Files
minix/releasetools/image.defaults
Korobov Nikita 63723e1e7b [MAJOR] Added platform-dependent functions table
Added table, which contains platform-dependent code.
All platform-dependent functions must be called by using this table.
There are no difference between kernels for any ARM platform.
There are the only one kernel for any ARM platform.
2017-05-25 08:21:08 +03:00

40 lines
1.0 KiB
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}
# add BSP to buildvars
BUILDVARS="-V BSP_NAME=${BSP_NAME} ${BUILDVARS}"
# 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}
: ${RPI_FIRMWARE_URL=https://github.com/boricj/rpi-firmware.git}
: ${RPI_FIRMWARE_BRANCH=master}
: ${RPI_FIRMWARE_REVISION=ccbca2eadd09dc550968839f227ecd0323cdbf22}