Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] util-linux: create an all encompassing package group
Date: Wed, 6 Aug 2014 10:21:54 +0200	[thread overview]
Message-ID: <20140806082154.GB14848@jama> (raw)
In-Reply-To: <1407259572-35454-1-git-send-email-paul.gortmaker@windriver.com>

[-- Attachment #1: Type: text/plain, Size: 2998 bytes --]

On Tue, Aug 05, 2014 at 01:26:12PM -0400, Paul Gortmaker wrote:
> Currently util-linux is fragmented into lots of small chunks,
> and if one is looking to avoid using busybox wholesale, there
> is currently no easy way to say "I want all of it".  Here we
> create a packagegroup for all of the util-linux chunks, so
> that it need not be duplicated by everyone wanting the same
> overall goal of removing busybox.

Why don't you define these as empty packages with just RDEPENDS
in util-linux?

> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> 
> diff --git a/meta/recipes-core/packagegroups/packagegroup-util-linux.bb b/meta/recipes-core/packagegroups/packagegroup-util-linux.bb
> new file mode 100644
> index 000000000000..54151502b176
> --- /dev/null
> +++ b/meta/recipes-core/packagegroups/packagegroup-util-linux.bb
> @@ -0,0 +1,69 @@
> +#
> +# Copyright (C) 2014 Wind River
> +#
> +
> +SUMMARY = "util-linux Packages"
> +DESCRIPTION = "Packages created from util-linux"
> +PR = "r0"
> +LICENSE = "MIT"
> +
> +inherit packagegroup
> +
> +PACKAGES = "\
> +    packagegroup-util-linux \
> +    packagegroup-util-linux-block \
> +    packagegroup-util-linux-console \
> +    packagegroup-util-linux-uid \
> +    packagegroup-util-linux-misc \
> +    packagegroup-util-linux-partition \
> +    "
> +
> +RDEPENDS_packagegroup-util-linux = "\
> +    packagegroup-util-linux-block \
> +    packagegroup-util-linux-console \
> +    packagegroup-util-linux-uid \
> +    packagegroup-util-linux-misc \
> +    packagegroup-util-linux-partition \
> +    "
> +
> +RDEPENDS_packagegroup-util-linux-partition = "\
> +    util-linux-fdisk \
> +    util-linux-cfdisk \
> +    util-linux-sfdisk \
> +    util-linux-partx \
> +    "
> +
> +RDEPENDS_packagegroup-util-linux-console = "\
> +    util-linux-agetty \
> +    util-linux-reset \
> +    "
> +
> +RDEPENDS_packagegroup-util-linux-block = " \
> +    util-linux-mkfs \
> +    util-linux-mkfs.cramfs \
> +    util-linux-fsck.cramfs \
> +    util-linux-fstrim \
> +    util-linux-fsck \
> +    util-linux-blkid \
> +    util-linux-libblkid \
> +    util-linux-umount \
> +    util-linux-mount \
> +    util-linux-libmount \
> +    util-linux-swaponoff \
> +    "
> +
> +RDEPENDS_packagegroup-util-linux-uid = "\
> +    util-linux-libuuid \
> +    util-linux-uuidd \
> +    util-linux-uuidgen \
> +    util-linux-findfs \
> +    "
> +
> +RDEPENDS_packagegroup-util-linux-misc = "\
> +    util-linux-losetup \
> +    util-linux-readprofile \
> +    util-linux-lscpu \
> +    util-linux-mcookie \
> +    util-linux-bash-completion \
> +    util-linux-hwclock \
> +    "
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-08-06  8:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05 17:26 [PATCH] util-linux: create an all encompassing package group Paul Gortmaker
2014-08-06  8:21 ` Martin Jansa [this message]
2014-08-06 14:20   ` Paul Gortmaker
2014-08-06 14:42     ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140806082154.GB14848@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=paul.gortmaker@windriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox