Date: Thu, 29 Apr 2021 13:10:20 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ac099daf6742 - main - arm: add a release conf for distribution files Message-ID: <202104291310.13TDAKI2039916@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=ac099daf6742ead81ea7ea86351a8ef4e783041b commit ac099daf6742ead81ea7ea86351a8ef4e783041b Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-04-29 13:10:08 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2021-04-29 13:10:08 +0000 arm: add a release conf for distribution files We do not currently generate armv7 distribution sets, because we don't build any installer images. However, having such sets available can be useful for quickly installing a base system, particularly in the case of creating an armv7 poudriere jail on arm64. Add a configuration file for the generation of these distribution sets. Reviewed by: manu, imp, gjb MFC after: 3 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D29923 --- release/arm/armv7.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release/arm/armv7.conf b/release/arm/armv7.conf new file mode 100644 index 000000000000..174e41615b63 --- /dev/null +++ b/release/arm/armv7.conf @@ -0,0 +1,8 @@ +#!/bin/sh + +# Configuration file for release/release.sh to build arm/armv7 distribution +# images (not system-on-chip (SoC) images). + +TARGET="arm" +TARGET_ARCH="armv7" +KERNEL="GENERIC"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104291310.13TDAKI2039916>