Add general configuration files used by release/release.sh for
big-iron installation images. MFC after: 3 days MFC with: r325948, r325949, r325950, r325951 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
3b418d1b9a
commit
f295b9db79
10
release/amd64/amd64.conf
Normal file
10
release/amd64/amd64.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build amd64/amd64.
|
||||
|
||||
TARGET="amd64"
|
||||
TARGET_ARCH="amd64"
|
||||
KERNEL="GENERIC"
|
11
release/arm64/aarch64.conf
Normal file
11
release/arm64/aarch64.conf
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build arm64/aarch64
|
||||
# big-iron installation images (not system-on-chip (SoC) images).
|
||||
|
||||
TARGET="arm64"
|
||||
TARGET_ARCH="aarch64"
|
||||
KERNEL="GENERIC"
|
12
release/i386/i386.conf
Normal file
12
release/i386/i386.conf
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build i386/i386.
|
||||
# Note: CHROOT_MAKEENV assumes the build host is amd64.
|
||||
|
||||
TARGET="i386"
|
||||
TARGET_ARCH="i386"
|
||||
KERNEL="GENERIC"
|
||||
CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"
|
10
release/powerpc/powerpc.conf
Normal file
10
release/powerpc/powerpc.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build powerpc/powerpc.
|
||||
|
||||
TARGET="powerpc"
|
||||
TARGET_ARCH="powerpc"
|
||||
KERNEL="GENERIC"
|
10
release/powerpc/powerpc64.conf
Normal file
10
release/powerpc/powerpc64.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build powerpc/powerpc64.
|
||||
|
||||
TARGET="powerpc"
|
||||
TARGET_ARCH="powerpc64"
|
||||
KERNEL="GENERIC64"
|
10
release/powerpc/powerpcspe.conf
Normal file
10
release/powerpc/powerpcspe.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build powerpc/powerpcspe.
|
||||
|
||||
TARGET="powerpc"
|
||||
TARGET_ARCH="powerpcspe"
|
||||
KERNEL="MPC85XXSPE"
|
10
release/sparc64/sparc64.conf
Normal file
10
release/sparc64/sparc64.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
# Configuration file for release/release.sh to build sparc64/sparc64.
|
||||
|
||||
TARGET="sparc64"
|
||||
TARGET_ARCH="sparc64"
|
||||
KERNEL="GENERIC"
|
Loading…
Reference in New Issue
Block a user