Index: user/gjb/thermite-git/13-aarch64-GENERIC-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-GENERIC-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-GENERIC-snap.conf (revision 364888) @@ -0,0 +1,20 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +TARGET="arm64" +TARGET_ARCH="aarch64" + +__CONFIG_NAME="${BUILDBRANCH}-${TARGET_ARCH}-${KERNEL}-${BUILDTYPE}" +CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/${TARGET}/${TARGET_ARCH}.conf + +WITH_VMIMAGES=1 +WITH_COMPRESSED_VMIMAGES=1 +WITH_CLOUDWARE=1 Property changes on: user/gjb/thermite-git/13-aarch64-GENERIC-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-aarch64-PINE64-LTS-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-PINE64-LTS-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-PINE64-LTS-snap.conf (revision 364888) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="aarch64" +export BOARDNAME="PINE64-LTS" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm64/${BOARDNAME}.conf + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-aarch64-PINE64-LTS-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-aarch64-PINE64-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-PINE64-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-PINE64-snap.conf (revision 364888) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="aarch64" +export BOARDNAME="PINE64" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm64/${BOARDNAME}.conf + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-aarch64-PINE64-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-aarch64-PINEBOOK-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-PINEBOOK-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-PINEBOOK-snap.conf (revision 364888) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="aarch64" +export BOARDNAME="PINEBOOK" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm64/${BOARDNAME}.conf + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-aarch64-PINEBOOK-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-aarch64-ROCK64-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-ROCK64-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-ROCK64-snap.conf (revision 364888) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="aarch64" +export BOARDNAME="ROCK64" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm64/${BOARDNAME}.conf + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-aarch64-ROCK64-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-aarch64-ROCKPRO64-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-ROCKPRO64-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-ROCKPRO64-snap.conf (revision 364888) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="aarch64" +export BOARDNAME="ROCKPRO64" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm64/${BOARDNAME}.conf + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-aarch64-ROCKPRO64-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-aarch64-RPI3-snap.conf =================================================================== --- user/gjb/thermite-git/13-aarch64-RPI3-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-aarch64-RPI3-snap.conf (revision 364888) @@ -0,0 +1,26 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="aarch64" +export BOARDNAME="RPI3" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm64/${BOARDNAME}.conf + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-aarch64-RPI3-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-amd64-GENERIC-snap.conf =================================================================== --- user/gjb/thermite-git/13-amd64-GENERIC-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-amd64-GENERIC-snap.conf (revision 364888) @@ -0,0 +1,20 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +TARGET="amd64" +TARGET_ARCH="amd64" + +__CONFIG_NAME="${BUILDBRANCH}-${TARGET_ARCH}-${KERNEL}-${BUILDTYPE}" +CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/${TARGET}/${TARGET_ARCH}.conf + +WITH_VMIMAGES=1 +WITH_COMPRESSED_VMIMAGES=1 +WITH_CLOUDWARE=1 Property changes on: user/gjb/thermite-git/13-amd64-GENERIC-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv6-RPI-B-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv6-RPI-B-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv6-RPI-B-snap.conf (revision 364888) @@ -0,0 +1,30 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv6" +export KERNEL="RPI-B" +export BOARDNAME="RPI-B" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv6-RPI-B-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-BANANAPI-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-BANANAPI-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-BANANAPI-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="BANANAPI" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-BANANAPI-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-BEAGLEBONE-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-BEAGLEBONE-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-BEAGLEBONE-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="BEAGLEBONE" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-BEAGLEBONE-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-CUBIEBOARD-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-CUBIEBOARD-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-CUBIEBOARD-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="CUBIEBOARD" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-CUBIEBOARD-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-CUBIEBOARD2-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-CUBIEBOARD2-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-CUBIEBOARD2-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="CUBIEBOARD2" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-CUBIEBOARD2-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-CUBOX-HUMMINGBOARD-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-CUBOX-HUMMINGBOARD-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-CUBOX-HUMMINGBOARD-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="CUBOX-HUMMINGBOARD" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-CUBOX-HUMMINGBOARD-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-GENERICSD-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-GENERICSD-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-GENERICSD-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="GENERICSD" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-GENERICSD-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-PANDABOARD-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-PANDABOARD-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-PANDABOARD-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="PANDABOARD" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-PANDABOARD-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-RPI2-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-RPI2-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-RPI2-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="RPI2" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-RPI2-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-armv7-WANDBOARD-snap.conf =================================================================== --- user/gjb/thermite-git/13-armv7-WANDBOARD-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-armv7-WANDBOARD-snap.conf (revision 364888) @@ -0,0 +1,29 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +export EMBEDDED_TARGET_ARCH="armv7" +export BOARDNAME="WANDBOARD" +export RELENGDIR="$(realpath $(dirname $(basename ${0}))/../release)" +export __CONFIG_NAME="${BUILDBRANCH}-${EMBEDDED_TARGET_ARCH}-${BOARDNAME}-${BUILDTYPE}" +export CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/arm/${BOARDNAME}.conf + +#KERNEL_FLAGS="-j6" +WORLD_FLAGS="-j10" + +load_stage_env() { + TARGET=${EMBEDDED_TARGET} + TARGET_ARCH=${EMBEDDED_TARGET_ARCH} +} + +if [ ! -z ${FTP_STAGING} ]; then + load_stage_env +fi + Property changes on: user/gjb/thermite-git/13-armv7-WANDBOARD-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-i386-GENERIC-snap.conf =================================================================== --- user/gjb/thermite-git/13-i386-GENERIC-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-i386-GENERIC-snap.conf (revision 364888) @@ -0,0 +1,22 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +TARGET="i386" +TARGET_ARCH="i386" + +__CONFIG_NAME="${BUILDBRANCH}-${TARGET_ARCH}-${KERNEL}-${BUILDTYPE}" +CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/${TARGET}/${TARGET_ARCH}.conf + +CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}" +WITH_VMIMAGES=1 +WITH_COMPRESSED_VMIMAGES=1 +XZ_THREADS="10" +WITH_CLOUDWARE= Property changes on: user/gjb/thermite-git/13-i386-GENERIC-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-powerpc-GENERIC-snap.conf =================================================================== --- user/gjb/thermite-git/13-powerpc-GENERIC-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-powerpc-GENERIC-snap.conf (revision 364888) @@ -0,0 +1,18 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +TARGET="powerpc" +TARGET_ARCH="powerpc" + +__CONFIG_NAME="${BUILDBRANCH}-${TARGET_ARCH}-${KERNEL}-${BUILDTYPE}" +CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/${TARGET}/${TARGET_ARCH}.conf + +WORLD_FLAGS="-j10" Property changes on: user/gjb/thermite-git/13-powerpc-GENERIC-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-powerpc64-GENERIC64-snap.conf =================================================================== --- user/gjb/thermite-git/13-powerpc64-GENERIC64-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-powerpc64-GENERIC64-snap.conf (revision 364888) @@ -0,0 +1,19 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +TARGET="powerpc" +TARGET_ARCH="powerpc64" +KERNEL="GENERIC64" + +__CONFIG_NAME="${BUILDBRANCH}-${TARGET_ARCH}-${KERNEL}-${BUILDTYPE}" +CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/${TARGET}/${TARGET_ARCH}.conf + +WORLD_FLAGS="-j10" Property changes on: user/gjb/thermite-git/13-powerpc64-GENERIC64-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: user/gjb/thermite-git/13-powerpcspe-MPC85XXSPE-snap.conf =================================================================== --- user/gjb/thermite-git/13-powerpcspe-MPC85XXSPE-snap.conf (nonexistent) +++ user/gjb/thermite-git/13-powerpcspe-MPC85XXSPE-snap.conf (revision 364888) @@ -0,0 +1,19 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +BUILDBRANCH="13" + +. "${__BUILDCONFDIR}/defaults-${BUILDBRANCH}.conf" + +TARGET="powerpc" +TARGET_ARCH="powerpcspe" +KERNEL="MPC85XXSPE" + +__CONFIG_NAME="${BUILDBRANCH}-${TARGET_ARCH}-${KERNEL}-${BUILDTYPE}" +CHROOTDIR="${__WRKDIR_PREFIX}/${__CONFIG_NAME}" + +. ${srcdir}/release/${TARGET}/${TARGET_ARCH}.conf + +WORLD_FLAGS="-j10" Property changes on: user/gjb/thermite-git/13-powerpcspe-MPC85XXSPE-snap.conf ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property