]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r333473:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 May 2018 17:44:02 +0000 (17:44 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 14 May 2018 17:44:02 +0000 (17:44 +0000)
commit32ceaa23d7053ded5660e80a4c0b25cad397a462
tree93c3da5941eb84db5c90e679ef7b1c00c1a6d994
parent442ffa687f860a653e41deba94bf900357e30b0c
MFC r333473:
 Add a special GCE_LICENSE variable to Makefile.gce, which when set,
 will include license metadata in the resultant GCE image.

 GCE_LICENSE is unset by default, as it primarily pertains to images
 produced by the FreeBSD Project, but for downstream FreeBSD consumers,
 it can be set in the make(1) environment in the format of:

   --licenses="projects/PROJECT_ID/global/licenses/LICENSE_NAME"

 The "license" is not a license, per se, but required metadata that
 is required by the GCE marketplace.  For the FreeBSD Project, the
 license name is simply 'freebsd', with the description of 'FreeBSD'.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@333608 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
release/Makefile.gce