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 1RekUT-0001Yh-2A for garchives@archives.gentoo.org; Sun, 25 Dec 2011 09:35:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FB5B21C04A; Sun, 25 Dec 2011 09:35:28 +0000 (UTC) Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 40A2921C044 for ; Sun, 25 Dec 2011 09:35:20 +0000 (UTC) Received: by vbih1 with SMTP id h1so409846vbi.40 for ; Sun, 25 Dec 2011 01:35:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=+ChHR2JguTU0i6qOiyNi4G1Rgu+jIT9UwN5yvdJyIRs=; b=jFALzjBMtvFRZ1/y40mG+QsALajvjBOEKgnnoh38oSB7eiSnFmx4CVT2DDAIBIJseU np9jQXbLeAgsoNNQut73RS6t4G5gZb21jCUr23xQr5+PGlVGtaAfghyFVgX+LxAtHomq 7R8nBN0qHZnRBfvVFfO6mZVQYMkhcEGZ6YqcA= Received: by 10.52.65.176 with SMTP id y16mr10775239vds.53.1324805719741; Sun, 25 Dec 2011 01:35:19 -0800 (PST) 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 Received: by 10.52.163.35 with HTTP; Sun, 25 Dec 2011 01:34:57 -0800 (PST) In-Reply-To: References: From: Kfir Lavi Date: Sun, 25 Dec 2011 11:34:57 +0200 Message-ID: Subject: Re: [gentoo-embedded] quickpkg and PKG_INSTALL_MASK To: gentoo-embedded@lists.gentoo.org Content-Type: multipart/alternative; boundary=20cf307d02b052538a04b4e75ebf X-Archives-Salt: dc4a03bc-bb6a-4777-a7e9-f05315660686 X-Archives-Hash: b66d3b43d927ff88c50f27cdc036ff98 --20cf307d02b052538a04b4e75ebf Content-Type: text/plain; charset=UTF-8 On Fri, Dec 23, 2011 at 3:23 PM, Joakim Tjernlund < joakim.tjernlund@transmode.se> wrote: > > I got the impression from docs that PKG_INSTALL_MASK would actually > mask files out so they never get into the binary package, this doesn't > seem to happen. > Did I misunderstand? If I did, I think an MASK to do the above > would be a worthy addition to quickpkg, very useful for embedded targets > to keep the pkg size down. > Also PKG_INSTALL_KEEP which would list files keep(rest is dropped) would > be nice. > > Oh, something else I wonder about. How does pre/post install work with > quickpkgs? Is it possible to have such scripts and then have qmerge execute > them? > > Jocke > > > Yes, PKG_INSTALL_MASK on time of installation will mask the files defined in it. Binary package do contain all files, even the masked files. Kfir --20cf307d02b052538a04b4e75ebf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Fri, Dec 23, 2011 at= 3:23 PM, Joakim Tjernlund <joakim.tjernlund@transmode.se> wrote:<= br>

I got the impression from docs that PKG_INSTALL_MASK would actually
mask files out so they never get into the binary package, this doesn't<= br> seem to happen.
Did I misunderstand? If I did, I think an MASK to do the above
would be a worthy addition to quickpkg, very useful for embedded targets to= keep the pkg size down.
Also PKG_INSTALL_KEEP which would list files keep(rest is dropped) would be= nice.

Oh, something else I wonder about. How does pre/post install work with
quickpkgs? Is it possible to have such scripts and then have qmerge execute=
them?

Jocke


Yes, PKG_INSTALL_MASK on time of installation will mask = the files defined in it.
Binary package do contain all files, even the = masked files.
Kfir
--20cf307d02b052538a04b4e75ebf--