From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH v6] gnu: Add u-boot, device-tree-compiler. Date: Sun, 21 Aug 2016 11:47:10 +0200 Message-ID: References: <20160801200535.30747-1-dannym@scratchpost.org> <20160802071139.6664-1-dannym@scratchpost.org> <20160821102347.3ffb2103@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]:43484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbPLa-0001Iy-Sq for guix-devel@gnu.org; Sun, 21 Aug 2016 05:47:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbPLV-0003vu-U5 for guix-devel@gnu.org; Sun, 21 Aug 2016 05:47:17 -0400 Received: from mail-yb0-x242.google.com ([2607:f8b0:4002:c09::242]:34466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbPLU-0003ut-NR for guix-devel@gnu.org; Sun, 21 Aug 2016 05:47:13 -0400 Received: by mail-yb0-x242.google.com with SMTP id g67so2342905ybi.1 for ; Sun, 21 Aug 2016 02:47:11 -0700 (PDT) In-Reply-To: <20160821102347.3ffb2103@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 Is this necessary? + #:make-flags '("HOSTCC=gcc") this line also seems weird to me, why does the device-tree-compiler respect HOME instead of PREFIX? + `(#:make-flags `("CC=gcc" ,(string-append "HOME=" (assoc-ref %outputs "out"))) ; Note: or patch out PREFIX I thought we were phasing #:select for licenses out? + #:use-module ((guix licenses) #:select (gpl2)) I think that we should add shortcuts for uboot loaders that would work with our supported platforms in qemu. For arm-system-qemu that would be the versatile-express board that works out of the box, I don't know what the equivalent is for x86_64 and mips. (The rationale being that the goal is to get guix system vm --system=armhf-linux working) +;(define-public u-boot-a20-olinuxino-lime2 +; (make-u-boot-package "A20-OLinuXino-Lime2")) + +;(define-public u-boot-efi-x86 +; (make-u-boot-package "efi-x86"))