All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] images: move bash and udev-extraconf to base packagegroup
@ 2016-08-17 20:35 Denys Dmytriyenko
  2016-08-17 20:35 ` [PATCH 2/2] images: unify and clean up image recipes a bit Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-08-17 20:35 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-image.inc                 | 2 --
 .../recipes-core/packagegroups/packagegroup-arago-base.bb             | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc
index af28cd0..1c566ae 100644
--- a/meta-arago-distro/recipes-core/images/arago-image.inc
+++ b/meta-arago-distro/recipes-core/images/arago-image.inc
@@ -12,8 +12,6 @@ ARAGO_IMAGE_EXTRA_INSTALL ?= ""
 
 IMAGE_INSTALL += " \
 	packagegroup-core-boot \
-	bash \
-	udev-extraconf \
 	${ARAGO_IMAGE_EXTRA_INSTALL} \
 "
 
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
index 42f16b0..7832a89 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Basic task to get a device booting"
 LICENSE = "MIT"
-PR = "r8"
+PR = "r9"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -19,6 +19,8 @@ ARAGO_BASE = "\
     initscript-telnetd \
     ethtool \
     thermal-init \
+    bash \
+    udev-extraconf \
     "
 
 # these require meta-openembedded/meta-oe layer
-- 
2.7.4



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

end of thread, other threads:[~2016-08-17 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-17 20:35 [PATCH 1/2] images: move bash and udev-extraconf to base packagegroup Denys Dmytriyenko
2016-08-17 20:35 ` [PATCH 2/2] images: unify and clean up image recipes a bit Denys Dmytriyenko

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.