From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 10/17] gnu: Add u-boot-beagle-bone-black. Date: Sun, 11 Sep 2016 23:16:15 +0200 Message-ID: <87vay2gmsg.fsf@gnu.org> References: <20160909013641.GA9202@jasmine> <20160909123426.18499-1-david@craven.ch> <20160909123426.18499-10-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjC6w-0002J6-QI for guix-devel@gnu.org; Sun, 11 Sep 2016 17:16:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjC6s-0003yc-OU for guix-devel@gnu.org; Sun, 11 Sep 2016 17:16:22 -0400 In-Reply-To: <20160909123426.18499-10-david@craven.ch> (David Craven's message of "Fri, 9 Sep 2016 14:34:19 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * gnu/packages/u-boot.scm (u-boot-beagle-bone-black): New variable. OK if it builds fine! We=E2=80=99ll probably have to set a restrictive =E2=80=98supported-systems= =E2=80=99 on those packages because we probably don=E2=80=99t support any source/target cross-compilation combination (for instance, it=E2=80=99s not possible to cross-build from i686 to mips64el IIRC.) Ludo=E2=80=99.