From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Guix with U-Boot Date: Mon, 29 Aug 2016 20:20:30 +0200 Message-ID: References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-6-david@craven.ch> <20160827104228.5db67f6a@scratchpost.org> <20160829123149.0e260af6@scratchpost.org> <20160829161919.5277eb35@scratchpost.org> <20160829201656.4390d2db@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beRAl-0008P5-Jw for guix-devel@gnu.org; Mon, 29 Aug 2016 14:20:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beRAg-0005qr-9l for guix-devel@gnu.org; Mon, 29 Aug 2016 14:20:39 -0400 Received: from mail-yb0-x230.google.com ([2607:f8b0:4002:c09::230]:32808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beRAe-0005qi-W7 for guix-devel@gnu.org; Mon, 29 Aug 2016 14:20:34 -0400 Received: by mail-yb0-x230.google.com with SMTP id a7so50012898ybi.0 for ; Mon, 29 Aug 2016 11:20:31 -0700 (PDT) In-Reply-To: <20160829201656.4390d2db@scratchpost.org> 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: Danny Milosavljevic Cc: guix-devel > Note: It should infer the correct u-boot to use on its own - at least that's the intention with the whole make-u-boot-package thing. Did you see the updated u-boot patch? It includes support for cross-compilation, so make-u-boot-package takes a xgcc package and a target triplet as arguments. So it probably broke the inference.