From owner-freebsd-arm@FreeBSD.ORG Mon Apr 20 20:58:15 2015 Return-Path: Delivered-To: freeBSD-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64154C23 for ; Mon, 20 Apr 2015 20:58:15 +0000 (UTC) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 383DF11B for ; Mon, 20 Apr 2015 20:58:14 +0000 (UTC) Received: by paboj16 with SMTP id oj16so218201990pab.0 for ; Mon, 20 Apr 2015 13:58:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:message-id:references:to; bh=W/At6Fnd0xbpU6T44vwt7+2SC8BsN03WM1yF3N8m9tA=; b=NeEv7Xk5NQoX6CbIODr5NDmf1gRYKqTa+xazmXZ6TU/Xwr6MHZ1LtbCH0hvkJnrprI cZoDtacrPXESBr+udL7Bg5A87uS6ALmbfpKedn9g45flyJL09J8agR/OuA7jp8AFIyEg aW26yumfBO+umvDek2WdWMdVK6DTRHv7by57GEFc3QjnPL8mYbolQZlpyJQH79P0hVS1 nKN5RUnHx79+gH0Fcpm3mREwOEdBoa3QSJsfCapg5eYQz3GUS3pIvRyfXfzaJXwggY4e 7ZpvVil1fPaMDj74Ic+12M7gtxQnoWcG9NBWQrw2AvQ4+upA4lACu++RnIcfOPdY1JVQ +FCw== X-Gm-Message-State: ALoCoQmzeBMBCWMiO35tQGwBXRCBvL4lwGy05u6rjHeP2FDwKhzQtT6O9M4fn5CwWzJI8Rq1Fy42 X-Received: by 10.70.89.138 with SMTP id bo10mr31774322pdb.146.1429563494185; Mon, 20 Apr 2015 13:58:14 -0700 (PDT) Received: from [10.64.27.48] ([69.53.236.236]) by mx.google.com with ESMTPSA id ae9sm19209378pac.25.2015.04.20.13.58.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 20 Apr 2015 13:58:13 -0700 (PDT) Sender: Warner Losh Subject: Re: lastest poudriere run, armv6hf target Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: multipart/signed; boundary="Apple-Mail=_6D02115B-695D-4001-B1B0-CC9469A6EB25"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.5b6 From: Warner Losh In-Reply-To: <55356425.1030503@ignoranthack.me> Date: Mon, 20 Apr 2015 14:58:10 -0600 Cc: Paul Mather , freeBSD-arm@freebsd.org Message-Id: <012688E4-7FB6-4807-A049-014C30BE80D4@bsdimp.com> References: <55316705.9020506@ignoranthack.me> <63DBA00A-509B-4B20-BA3E-07AC5F7C8885@gromit.dlib.vt.edu> <55356425.1030503@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: Mon, 20 Apr 2015 20:58:15 -0000 --Apple-Mail=_6D02115B-695D-4001-B1B0-CC9469A6EB25 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Apr 20, 2015, at 2:40 PM, Sean Bruno = wrote: >=20 > Signed PGP part > On 04/19/15 16:45, Paul Mather wrote: > > On Apr 17, 2015, at 4:03 PM, Sean Bruno > > wrote: > > > >> = http://chips.ysv.freebsd.org/build.html?mastername=3D11armv6hf-default& > build=3D2015-04-13_18h44m36s > >> > >> > >> > Not bad. This will probably be the last of the unofficial runs that I > >> do as we are transitioning to official hardware/repos. > >> > >> 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. > > > > > > > > >=20 > Paul: >=20 > I'm using the exact same signature. Sadly, there=E2=80=99s no real way to tell them apart at runtime that = I=E2=80=99ve found except to grovel in the symbol table for =E2=80=98soft float=E2=80=99. Still = looking and hoping... Warner > /usr/sbin/binmiscctl add armv6 --interpreter > "/usr/local/bin/qemu-arm-static" \ > --magic > = "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x0 > 0\x28\x00" > \ > --mask > = "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xf > f\xff\xff" > \ > --size 20 --set-enabled > /usr/sbin/binmiscctl add armv6hf --interpreter > "/usr/local/bin/qemu-arm-static" \ > --magic > = "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x0 > 0\x28\x00" > \ > --mask > = "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xf > f\xff\xff" > \ > --size 20 --set-enabled >=20 >=20 > sean >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" --Apple-Mail=_6D02115B-695D-4001-B1B0-CC9469A6EB25 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJVNWhiAAoJEGwc0Sh9sBEAtf8QAMW8/lGwxTNKdA5m8jyfK9uq QI820eUn6Xe1LGCTfTTBU6DzM7dE8ce2ZsIXoPdAWFeiDM3Tmqrj5G+tRurAbZWC Il16ymi/ka0+igvTwREpFijIDzBAd/8EfyNhfUTocq7nVadvizNd4CTZNdrGhVR/ hlolZpb8qr8L7f8i3X+kv7+CZ6gTTs3lVJQdrryNHqo0EEMo7BNGtkRj4SBUEodi 7+Zg97Vi9/SYVuHerPVKVBTNFkqqPjzFsFP+u7uwIvcYGvjE+EZplpeQICF/BXVs +m+UiEbIMrrb2NwsDJLcbWVMlVnZGwiDj6SxS3ZumJjmqVY1DgcqWLLxzwclV6+V e6G7CGD4j/mEa1YyZdpa4HoVk5MCCGN7Eg2AHe0qQ9JSzghJw5s2IV1pdLLSiM4o kVoXl3iONXeNIu1D+invaHC0RjtU9q1wInE7cjvbiT8OvO1I3Ep5V2Jech/iSdzV DdiRpwfe/ABkQdEcix16P9b1a4YAWZ5dtrbhv9Hw964/eSPgQdjxamzGTTtluXNI PqNeoA9c/uqB8OFqMU8RIgEOfER/2LT0T82s2c5MQnusEbtYNZDICiPkF827mE5n pD6c2d0U8OKb/Wum8kWW5E0V8sa5Uv5RrK86Ry3zp4A60eIwtlB5/qi8WVYSv59F DhXulA7fowHJft4CFstW =vgWB -----END PGP SIGNATURE----- --Apple-Mail=_6D02115B-695D-4001-B1B0-CC9469A6EB25--