From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PwoED-0004gE-0F for garchives@archives.gentoo.org; Tue, 08 Mar 2011 04:08:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9FB1C09A for ; Tue, 8 Mar 2011 04:08:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 97870E0540 for ; Tue, 8 Mar 2011 03:45:02 +0000 (UTC) Received: from [10.0.0.2] (c-76-126-166-236.hsd1.ca.comcast.net [76.126.166.236]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: solar@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0976F1B404B for ; Tue, 8 Mar 2011 03:45:01 +0000 (UTC) Subject: Re: [gentoo-embedded] Suggestion for INSTALL_MASK From: solar To: gentoo-embedded@lists.gentoo.org In-Reply-To: <4D74E2B7.9000906@gmx.ch> References: <4D74E2B7.9000906@gmx.ch> Content-Type: text/plain Organization: Gentoo Linux Date: Mon, 07 Mar 2011 19:46:20 -0800 Message-Id: <1299555980.20664.2.camel@here> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: d77bb7c9e5eaf51a6390d46f7a64c1d8 On Mon, 2011-03-07 at 14:50 +0100, Martin Gysel wrote: > Hi there > > I'm looking for a 'good' INSTALL_MASK file/definition to use with my > embedded system. As the flash on the boards is rather small I only want > to have the really required files on it. > Can anyone share his INSTALL_MASK? > > Thanks in advance > Martin For a read-only compat flash based system and ~10 or so pkgs. I've used *.a *.o *.la /usr/include *.pc *.pyc *.pyo *.example *.sample Clearly you can nail it down abit more for your own needs. But for mine that was fairly good to grab the majorituy of the bloat. -- solar Gentoo Linux