From owner-freebsd-arm@FreeBSD.ORG Sun Apr 19 23:45:56 2015 Return-Path: Delivered-To: freeBSD-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CEE339F; Sun, 19 Apr 2015 23:45:56 +0000 (UTC) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E9D8EF12; Sun, 19 Apr 2015 23:45:55 +0000 (UTC) Received: from gromit.chumby.lan (c-71-63-94-21.hsd1.va.comcast.net [71.63.94.21]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 6B862DC1; Sun, 19 Apr 2015 19:45:48 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: lastest poudriere run, armv6hf target From: Paul Mather In-Reply-To: <55316705.9020506@ignoranthack.me> Date: Sun, 19 Apr 2015 19:45:47 -0400 Cc: freeBSD-arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <63DBA00A-509B-4B20-BA3E-07AC5F7C8885@gromit.dlib.vt.edu> References: <55316705.9020506@ignoranthack.me> To: sbruno@freebsd.org X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 23:45:56 -0000 On Apr 17, 2015, at 4:03 PM, Sean Bruno wrote: > = http://chips.ysv.freebsd.org/build.html?mastername=3D11armv6hf-default&bui= ld=3D2015-04-13_18h44m36s >=20 > Not bad. This will probably be the last of the unofficial runs that I > do as we are transitioning to official hardware/repos. >=20 > sean Are these packages built on native ARM hardware via Poudriere or are = they cross-built? For a while, I have been cross-building my armv6 packages on an amd64 system using Poudriere via qemu-arm-static. Recently, I've been interested in trying armv6hf on my BeagleBone Black. When I try to build an armv6hf jail via Poudriere it complains "Error: You need to setup an emulator with binmiscctl(8) for armv6hf". What binmiscctl signature do I need for armv6hf? Cheers, Paul.