summaryrefslogtreecommitdiff
path: root/release/release.conf.sample
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2017-11-28 18:02:58 +0000
committerGlen Barber <gjb@FreeBSD.org>2017-11-28 18:02:58 +0000
commit20772e472f9fe701058a191da8a70cbd52add810 (patch)
tree7076c035cc6ca9bd40a1389a01c67fa127f18c62 /release/release.conf.sample
parent230869e051a0d5a044f2b4b066cfb496e659cc42 (diff)
downloadsrc-test-20772e472f9fe701058a191da8a70cbd52add810.tar.gz
src-test-20772e472f9fe701058a191da8a70cbd52add810.zip
Add a comment to release/release.conf.sample documenting
EMBEDDEDPORTS. [1] Remove and update stale documentation from release(7) while here. PR: 206344 [1] MFC after: 3 days Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=326330
Diffstat (limited to 'release/release.conf.sample')
-rw-r--r--release/release.conf.sample14
1 files changed, 14 insertions, 0 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index 176894a08818d..7c94d45b53072 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -61,6 +61,20 @@ PORTBRANCH="ports/head@rHEAD"
## Set when building embedded images.
#EMBEDDEDBUILD=
+## Set to a list of ports required to build embedded system-on-chip
+## images, such as sysutils/u-boot-rpi.
+#EMBEDDEDPORTS=
+
+## Set to the hardware platform of the target userland. This value
+## is passed to make(1) to set the TARGET (value of uname -m) to cross
+## build.
+#EMBEDDED_TARGET=
+
+## Set to the hardware platform of the target userland. This value
+## is passed to make(1) to set the TARGET_ARCH (value of uname -p) to
+## cross build.
+#EMBEDDED_TARGET_ARCH=
+
## Set to skip the chroot environment buildworld/installworld/distribution
## step if it is expected the build environment will exist via alternate
## means.