From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Guix with U-Boot Date: Mon, 29 Aug 2016 19:52:23 +0200 Message-ID: <20160829195223.14ddd8fc@scratchpost.org> 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> <20160829192008.188fd720@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53105) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beQjb-0007W0-TO for guix-devel@gnu.org; Mon, 29 Aug 2016 13:52:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beQjV-0000At-Ar for guix-devel@gnu.org; Mon, 29 Aug 2016 13:52:34 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:35773) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beQjV-0000Am-3v for guix-devel@gnu.org; Mon, 29 Aug 2016 13:52:29 -0400 In-Reply-To: <20160829192008.188fd720@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: David Craven Cc: guix-devel > > (bootloader (u-boot-configuration > > (board "vexpress_ca9x4") > > (device "/dev/sdX") > > (u-boot armhf-linux-uboot))) 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.