From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDdBb-0008Vr-6g for qemu-devel@nongnu.org; Thu, 07 Mar 2013 10:56:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDdBZ-0001l3-PN for qemu-devel@nongnu.org; Thu, 07 Mar 2013 10:56:51 -0500 Message-ID: <5138B8B3.8070200@redhat.com> Date: Thu, 07 Mar 2013 16:56:35 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <24E144B8C0207547AD09C467A8259F7557B2BE14@lisa.maurer-it.com> <20130306231208.GA17594@ohm.aurel32.net> <20130307005351.GA19296@morn.localdomain> <5137ED49.3030204@redhat.com> <20130307015844.26170.qmail@stuge.se> <51383F0B.8050704@msgid.tls.msk.ru> <51388079.3010707@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-stable] [SeaBIOS] problems with freeBSD List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , Doug Goldstein , seabios@seabios.org, Michael Tokarev , qemu-stable@nongnu.org, "qemu-devel@nongnu.org" , Kevin O'Connor , Laszlo Ersek , Dietmar Maurer , Aurelien Jarno Hi, > In general having blobs in our allegedly source tarball is pretty > ugly. Either it's a source release or it isn't. We can do a > release-of-blobs tarball too if we want, but it doesn't need > to be in the source tarball This is easily doable, just an update to scripts/make-release to spew two tarballs (one source, one blobs). We probably want update the build process to build the blobs by default (if the compilers needed are installed). Blueswirl started that already for sparc firmware I think. > and it doesn't need to be in git > either IMHO. That one is a bit more tricky. The big advantage git has here is that the update of a blob is not different from other updates. It is just a pull request. Keeping source+binaries in sync is easy too: we can update submodule hash + blobs with a single git commit. The process needs to stay simple, otherwise we'll risk that the blobs we provide will bitrot ... cheers, Gerd