From owner-freebsd-arm@FreeBSD.ORG Thu Dec 26 18:32:21 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 484AB109 for ; Thu, 26 Dec 2013 18:32:21 +0000 (UTC) Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FCB1177E for ; Thu, 26 Dec 2013 18:32:20 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id qd12so8972143ieb.1 for ; Thu, 26 Dec 2013 10:32:20 -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=G5TzxKweW79ixMEjMMIs39s+N7Zs4EvetHvQgQx+sjM=; b=LeKcno31vuUxymtuxnYf+5mp/Y2uHcZuEuKaTxdnegNhRj15q91m5t6Yg7edyOC6Eg AeZBUFzu4v4YCQqOJNxgYlgzl5sencrtnWmH/DOLL6JEmVIkHr1kP3PqSn1oz32GKNEq cQOnqZb5zluS1REPWiYImTEVnKGMvMDj8F/jPopUA2u48g+onCQMtsguIShim/CuW48f M+dtF6Omem7FKP2nivdD3mmB5Utrb8HC1rdYiT5/LzoDKWUYKOokEMDjHYd27678ADUH hce5lyLrzQUJVhY83+ZSetLglRYA/ZuLxeFCWIsUZqcy38CN0furcndZoUPf0NqqAoKj kcXw== X-Gm-Message-State: ALoCoQm+yHpiDRwMhGA3i6Z2iLA2jgQKUim6lIW7YFS6Ymm0tEIKg2QlElKencBILpV6FrX1Mxxo X-Received: by 10.50.49.11 with SMTP id q11mr36281974ign.1.1388082740029; Thu, 26 Dec 2013 10:32:20 -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 o1sm40822919igh.9.2013.12.26.10.32.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 26 Dec 2013 10:32:19 -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: <2B79BF2A-1798-40F5-AD6E-D560E9C6C1E7@freebsd.org> Date: Thu, 26 Dec 2013 11:32:18 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <050A48F2-746F-4FA6-93E6-C06BCAF3E257@bsdimp.com> References: <20131226162521.GK2009@glenbarber.us> <2B79BF2A-1798-40F5-AD6E-D560E9C6C1E7@freebsd.org> To: Tim Kientzle X-Mailer: Apple Mail (2.1085) Cc: Glen Barber , 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 18:32:21 -0000 On Dec 26, 2013, at 11:25 AM, Tim Kientzle wrote: >=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. I'm guessing that at a minimum, we'd need a make release target that = builds a release image... Warner