From owner-freebsd-arm@FreeBSD.ORG Thu Dec 26 20:24:25 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 9A5A7D46 for ; Thu, 26 Dec 2013 20:24:25 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6071FA9 for ; Thu, 26 Dec 2013 20:24:25 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id k19so28296020igc.3 for ; Thu, 26 Dec 2013 12:24:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=LIj1ul7FqxPOD/2OjD33oglm/vMDoXqVFRENvglWvk8=; b=HOPoRKfKRTdtBEjHtqK6w5/5jeaYxpaGyhRKNscy1TLafV5F0pehLODNCx6CLK1h6L hMDEXsmg90hwcW5FA8iYl0+ft3cBWSOzJlpJO8hrxkNOF79SfczqaqCDBR9u1UyqyeVT 2jd2NIXUtiFzf2PEoG6oD4lHNPiy1eM1tblBySl1+Thwz43KeIcU/T9mHSEXwAnUzWvu FE5BWAmqlqA5OU2BDCi/h8N/yrWmj1US6Y8+/5Be4zwFpI4iMHGJztCMLIYUGAV5gErP zBqxuuTxbuMbdXY9XeBpMf5saPPY+pX/acZMMuKVqmdxXJ6r8M3DiDfjuXjzToG3gp1N s/0g== X-Gm-Message-State: ALoCoQn6P9TlI0DcimanWUTq/jgI2mWs6OxM0N/VG2UZVL9sWMUd4FBdoBY0AVH1MYMIGNy05AXc X-Received: by 10.50.66.101 with SMTP id e5mr36340190igt.26.1388089458586; Thu, 26 Dec 2013 12:24:18 -0800 (PST) Received: from fusion-mac.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id kb10sm39541141igb.6.2013.12.26.12.24.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 12:24:17 -0800 (PST) Sender: Warner Losh Subject: Re: FreeBSD 10.0-RC3 Now Available Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <20131226202307.GB13109@glenbarber.us> Date: Thu, 26 Dec 2013 13:24:17 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <1C33413D-4639-4436-83E0-1866298DC9ED@bsdimp.com> References: <20131226162521.GK2009@glenbarber.us> <2B79BF2A-1798-40F5-AD6E-D560E9C6C1E7@freebsd.org> <20131226194830.4f6e5b13@bender.Home> <20131226195512.GA13109@glenbarber.us> <20131226202016.3071b815@bender.Home> <20131226202307.GB13109@glenbarber.us> To: Glen Barber X-Mailer: Apple Mail (2.1085) 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: Thu, 26 Dec 2013 20:24:25 -0000 On Dec 26, 2013, at 1:23 PM, Glen Barber wrote: > On Thu, Dec 26, 2013 at 08:20:16PM +0000, Andrew Turner wrote: >> On Thu, 26 Dec 2013 14:55:12 -0500 >> Glen Barber wrote: >>=20 >>> On Thu, Dec 26, 2013 at 07:48:30PM +0000, Andrew Turner wrote: >>>> On Thu, 26 Dec 2013 10:25:09 -0800 >>>> Tim Kientzle wrote: >>>>=20 >>>>>=20 >>>>> On Dec 26, 2013, at 8:25 AM, Glen Barber wrote: >>>>>=20 >>>>>> The third RC build of the 10.0-RELEASE release cycle is now >>>>>> available on the FTP servers for the amd64, i386, ia64, powerpc, >>>>>> powerpc64 and sparc64 architectures. >>>>>=20 >>>>> What do we need to include some ARM images? >>>>>=20 >>>>> At a minimum, I would love to get an official RC3 build for RPi. >>>>=20 >>>> I would suggest we could build a tarball of armv6 userland and an >>>> RPi image to dd to an SD card. >>>>=20 >>>> Building the former should be straight forward. >>>>=20 >>>> For the latter, assuming the release target is unable to build the >>>> required U-Boot binary, we could use crochet. I'm not sure if we = can >>>> use a tarball as the input for this to guarantee both are the same. >>>>=20 >>>=20 >>> The problem with using crochet is that it requires git on the build >>> machine, which just adds to the minimum dependencies needed, both = for >>> crochet itself, and (last I was aware) an external uboot tree. >>=20 >> Github allows you to use svn to checkout a git repo with svn. There = is >> an option under the clone url to set it to subversion. >>=20 >> U-Boot should just be a tarball, if it is a git repo we would need to >> make it a tarball for the release to supply the source as it is GPL. >>=20 >>> Maybe it is just more sensible to take what crochet is doing, and = make >>> that into a release target. >>=20 >> Yes, but I assume this is not feasible for 10.0. >>=20 >=20 > It depends on how the test builds go, which I am working on right now. > They may not be considered "official", since we're at the end of the > release cycle. But if I can get something working, I'll be happy to > hand-roll -RELEASE builds. I'm cool with that, especially if it enables official 10.1R releases = this summerish... Warner=