mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
MFC r331696, r331697:
r331696: Update the Release Engineering article URL to the modern version. r331697: Add an example for building SD card images for the RPI-B and RPI3. Note, this commit manually fixes a merge conflict caused by r325096, which does a seemingly recursive http -> https update, which this commit was never marked for MFC. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
06e5649477
commit
a52b07c434
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=331835
@ -24,7 +24,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 28, 2017
|
||||
.Dd March 28, 2018
|
||||
.Dt RELEASE 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -679,6 +679,23 @@ cd /usr/src/release
|
||||
sh release.sh -c $HOME/release.conf
|
||||
.Ed
|
||||
.Pp
|
||||
Configuration files specific to various supported embedded systems, such as
|
||||
the Raspberry Pi, exist in the directory corresponding to the
|
||||
.Va TARGET
|
||||
.Xr make 1
|
||||
variable.
|
||||
For example, to build an image for the Raspberry Pi:
|
||||
.Bd -literal -offset indent
|
||||
cd /usr/src/release
|
||||
sh release.sh -c arm/RPI-B.conf
|
||||
.Ed
|
||||
.Pp
|
||||
To build an image for the Raspberry Pi 3:
|
||||
.Bd -literal -offset indent
|
||||
cd /usr/src/release
|
||||
sh release.sh -c arm64/RPI3.conf
|
||||
.Ed
|
||||
.Pp
|
||||
After running these commands, all prepared release files are available in the
|
||||
.Pa /scratch
|
||||
directory.
|
||||
@ -701,7 +718,7 @@ variable in
|
||||
.Xr sysctl 8
|
||||
.Rs
|
||||
.%T "FreeBSD Release Engineering"
|
||||
.%U http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/releng/
|
||||
.%U https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/freebsd-releng/
|
||||
.Re
|
||||
.Rs
|
||||
.%T "FreeBSD Release Engineering of Third Party Packages"
|
||||
|
Loading…
Reference in New Issue
Block a user