From owner-freebsd-questions@freebsd.org Sun Apr 2 14:43:57 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A94BD2AF47 for ; Sun, 2 Apr 2017 14:43:57 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from mx.box-hlm-01.niklaas.eu (mx.box-hlm-01.niklaas.eu [IPv6:2a02:2770:15:0:21a:4aff:fe1b:d1ad]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A2BF673 for ; Sun, 2 Apr 2017 14:43:57 +0000 (UTC) (envelope-from stdin@niklaas.eu) X-Virus-Scanned: amavisd-new at niklaas.eu Received: from box-hlm-03.niklaas.eu (unknown [10.77.0.1]) by mx.box-hlm-01.niklaas.eu (Postfix) with ESMTPSA id 8F7762C232D for ; Sun, 2 Apr 2017 16:43:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=niklaas.eu; s=default; t=1491144224; bh=fddNoDPhr7tNNdPEvjgsZK2uORumZXBdUNeqC/C9wlY=; h=Date:From:To:Subject; b=3k5CLrlY2goAFdEvDul30w9Oq8nkheguMqbs4un7ylnNYXo1q1Zee+0liiirzRbl/ wDu+RqTXo53+Y2NCUAoWLrBGWLRcsRwvXZ3Ga1RJ7SIIMdvTHLoiGCIN7OgOeAS8SW Q9QIFcTQljr8zTgqY8ElNAFjxzactRQrJSLUq8Fk= Date: Sun, 2 Apr 2017 16:43:44 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Building base.txz for arm.armv6 Message-ID: <20170402144344.2mv66trs6jsi5ten@box-hlm-03.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20161028 (1.7.1) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Apr 2017 14:43:57 -0000 I would like to avoid rebuilding FreeBSD for arm.armv6 over and over again when creating jails for poudriere. For other architectures that's simple because I can use pre-built base.txz. But, as far as I know, there is no base.txz available for arm.armv6 yet. So, I thought about building my own. Am I on the right track using release(7) and/or release.sh in /usr/src? I've tried release.sh but after more and more disk space was used (at some point nearly 20 GB) I got suspicious. To me this looked a bit like an overkill for my purpose. Will altering `TARGET` and `TARGET_ARCH` in /usr/src/release/release.conf and running `make ftp` do what I need? Some hints on the process and what I must take care of will be very much appreciated. Niklaas