All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe] [PATCH] packagegroup-basic: drop recipe
@ 2020-06-13 18:37 Ming Liu
  2020-06-13 21:17 ` [oe] " Andreas Müller
  0 siblings, 1 reply; 3+ messages in thread
From: Ming Liu @ 2020-06-13 18:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: max.krummenacher, Ming Liu

From: Ming Liu <ming.liu@toradex.com>

It's duplicated to packagegroup-base in OE, let's drop it.

Signed-off-by: Ming Liu <ming.liu@toradex.com>
---
 .../packagegroups/packagegroup-basic.bb       | 53 -------------------
 1 file changed, 53 deletions(-)
 delete mode 100644 meta-oe/recipes-core/packagegroups/packagegroup-basic.bb

diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
deleted file mode 100644
index 2da9118af..000000000
--- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
+++ /dev/null
@@ -1,53 +0,0 @@
-# This recipe is intended as a 'simpler' replacement for packagegroup-base.
-# Please communicate your use cases and suggestions to the mailinglist(s)
-
-SUMMARY = "Basic task to get a device online"
-
-PR = "r13"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-inherit packagegroup
-
-# Poke extra recomendations into the list using your machine.conf
-#
-MACHINE_EXTRA_RRECOMMENDS ?= ""
-
-#
-# Select between dropbear and openssh
-# Set TASK_BASIC_SSHDAEMON = "openssh-sshd openssh-sftp openssh-sftp-server" in your DISTRO config to get openssh(d)
-#
-TASK_BASIC_SSHDAEMON ?= "dropbear openssh-sftp openssh-sftp-server"
-
-#
-# The section below is designed to match with packagegroup-boot, but doesn't depend on it to allow for more freedom
-# when writing image recipes.
-# It also avoids the choice between connman/networkmanager/ifupdown since that is an image feature, not a
-# distro feature.
-#
-# Util-linux (u)mount is included because the busybox one can't handle /etc/mtab being symlinked to /proc/mounts
-#
-RDEPENDS_${PN} = "\
-    ${TASK_BASIC_SSHDAEMON} \
-    avahi-daemon avahi-utils \
-"
-
-#
-# The following section is split in 3:
-#   1) Machine features: kernel modules and userspace helpers for those
-#   2) Distro features: packages associated with those
-#   3) Nice to have: packages that are nice to have, but aren't strictly needed
-#
-RRECOMMENDS_${PN} = "\
-    ${MACHINE_EXTRA_RRECOMMENDS} \
-    ${@bb.utils.contains("MACHINE_FEATURES", "usbhost", "usbutils", "", d)} \
-    ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
-    ${@bb.utils.contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
-    \
-    ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "bluez5", "", d)} \
-    ${@bb.utils.contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
-    \
-    tzdata \
-    \
-    cpufrequtils \
-    htop \
-"
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe] [PATCH] packagegroup-basic: drop recipe
  2020-06-13 18:37 [meta-oe] [PATCH] packagegroup-basic: drop recipe Ming Liu
@ 2020-06-13 21:17 ` Andreas Müller
  2020-06-14  4:59   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Müller @ 2020-06-13 21:17 UTC (permalink / raw)
  To: Ming Liu; +Cc: openembeded-devel, Max Krummenacher, Ming Liu

On Sat, Jun 13, 2020 at 8:35 PM Ming Liu <liu.ming50@gmail.com> wrote:
>
> From: Ming Liu <ming.liu@toradex.com>
>
> It's duplicated to packagegroup-base in OE, let's drop it.
Same packagegroup-base us a huge molloch and far from just the same as
packagegroup-basic. Please keep it.

Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe] [PATCH] packagegroup-basic: drop recipe
  2020-06-13 21:17 ` [oe] " Andreas Müller
@ 2020-06-14  4:59   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2020-06-14  4:59 UTC (permalink / raw)
  To: Andreas Müller
  Cc: Ming Liu, openembeded-devel, Max Krummenacher, Ming Liu

On Sat, Jun 13, 2020 at 2:17 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> On Sat, Jun 13, 2020 at 8:35 PM Ming Liu <liu.ming50@gmail.com> wrote:
> >
> > From: Ming Liu <ming.liu@toradex.com>
> >
> > It's duplicated to packagegroup-base in OE, let's drop it.
> Same packagegroup-base us a huge molloch and far from just the same as
> packagegroup-basic. Please keep it.
>
OK

> Andreas
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-14  4:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-13 18:37 [meta-oe] [PATCH] packagegroup-basic: drop recipe Ming Liu
2020-06-13 21:17 ` [oe] " Andreas Müller
2020-06-14  4:59   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.