From owner-freebsd-arm@FreeBSD.ORG Sat May 9 06:38:27 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 158D6B52; Sat, 9 May 2015 06:38:27 +0000 (UTC) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB6D61C87; Sat, 9 May 2015 06:38:26 +0000 (UTC) Received: by oica37 with SMTP id a37so73660571oic.0; Fri, 08 May 2015 23:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jnhTOi2GO8CQe6LqQmkwIdQVhGKBiHapXwaq0hQRMw8=; b=CLa2rui5P9xXv9xuTD1CghU4oSBWdhnUTrGFcN7tOXd1c4qu5Zf9amMYwZ+CPYe8VE z2BnenoXSuddQGjOXcPJZtoYM8iOcErGHl+vBrxVWJQdwNPtx1qSHeEegKrgb7kTQe3q LjnQufLbZHjvFYUzVNaexpOXWN0gT571TOWCMfz1meX7h/d89xaYzmuHZWpBDN4nzzwF HaWi0Dkxwp3zAvef8Khh/MJR1WS8jC4mGWn/jgSCztXjn0lBKcYowRxOqVIBrnws7Sqb OuNbvQY+QOx2eCWVXfSW8LKSdFoC5Vlt0SQDV1XP5TuCeYWqcg4N4U/Rc0u7ojiq+CnP N3ig== MIME-Version: 1.0 X-Received: by 10.202.196.131 with SMTP id u125mr1075779oif.44.1431153506158; Fri, 08 May 2015 23:38:26 -0700 (PDT) Received: by 10.202.10.11 with HTTP; Fri, 8 May 2015 23:38:26 -0700 (PDT) In-Reply-To: <20150506015613.GF67741@hub.FreeBSD.org> References: <20150506015613.GF67741@hub.FreeBSD.org> Date: Fri, 8 May 2015 23:38:26 -0700 Message-ID: Subject: Re: Heads-up regarding arm/armv6 snapshot builds From: Waitman Gobble To: Glen Barber Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 06:38:27 -0000 On Tue, May 5, 2015 at 6:56 PM, Glen Barber wrote: > [re@ in BCC.] > > Before I proceed with what I'm about to say, I want to be absolutely > clear that I love the path Crochet has paved for the FreeBSD Project. > > Crochet, however, moves entirely too fast, and in that rapid pace of > change comes backwards-incompatibility. > Is current crochet development happening within FreeBSD sectors or is there an upstream? It could be good to have an option in config.sh "FREEBSD_BUILD_TXZ=Y" to build base.txz, etc in the image. (potentially useful in creating jails) ie, like, for example, freebsd_buildtxz( ) { mkdir usr/dist /usr/bin/tar -c --exclude *.symbols --exclude "boot/kernel/*" --exclude "usr/dist/*" -f usr/dist/base.txz . } Thanks, -- Waitman Gobble Los Altos California USA 510-830-7975