From owner-freebsd-arm@FreeBSD.ORG Fri Dec 27 04:08:35 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E26DDAAE; Fri, 27 Dec 2013 04:08:35 +0000 (UTC) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B686E1D50; Fri, 27 Dec 2013 04:08:35 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id rBR48Xj2009129; Fri, 27 Dec 2013 04:08:33 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (gateway.kientzle.com [192.168.1.65]) by kientzle.com with SMTP id 5efhp2p5ykv9is6stg7ayezt26; Fri, 27 Dec 2013 04:08:33 +0000 (UTC) (envelope-from kientzle@freebsd.org) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: FreeBSD 10.0-RC3 Now Available From: Tim Kientzle In-Reply-To: <20131227032555.GR13109@glenbarber.us> Date: Thu, 26 Dec 2013 20:08:32 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <8A587B4F-40C8-43A2-A5FF-64214CC1F268@freebsd.org> References: <20131226162521.GK2009@glenbarber.us> <2B79BF2A-1798-40F5-AD6E-D560E9C6C1E7@freebsd.org> <20131226194830.4f6e5b13@bender.Home> <7684A21C-4451-44ED-A11A-C03EF7850F01@freebsd.org> <20131227025814.GQ13109@glenbarber.us> <22576EF1-B4AB-4174-81E7-CF2A77594FAC@freebsd.org> <20131227032555.GR13109@glenbarber.us> To: Glen Barber X-Mailer: Apple Mail (2.1827) Cc: freebsd-arm ml , FreeBSD Release Engineering Team X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 04:08:36 -0000 On Dec 26, 2013, at 7:25 PM, Glen Barber wrote: > Well, no. :( The time-consuming part is the dependency chain for the > build. Such as, RPI-B needs python, gsed, and world+dog. BeagleBone > needs cross-gcc, and I'm sure other stuff. >=20 > It would be pretty cool if crochet could have a '-D' flag to 'show > missing dependencies for board specified=92. I=92ve not yet come up with a particularly clean way to do that within Crochet, but there are a few ideas I=92ve not yet tried. It does occur to me that at some point crochet is trying to do package management and maybe that=92s a bad thing. But here=92s an idea that might get exactly that: I=92ve considered literally building board images as ports/packages. E.g., $ cd /usr/ports/freebsd/raspberry-pi $ make ... builds/installs python, gsed, boot bits, etc as necessary via port = dependencies ... builds world/kernel (using non-root path=85) $ sudo make install ... creates disk image and installs world/kernel/boot bits I don=92t think this actually requires much effort to get this working, and it would have some interesting side-effects (like having RPi images spit out regularly by the package cluster). Cheers, Tim