All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] busybox: enable eject
@ 2012-03-22 11:10 Andreas Müller
  2012-03-22 11:10 ` Andreas Müller
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2012-03-22 11:10 UTC (permalink / raw)
  To: openembedded-core

v1 -> v2:
follow busybox-1.19.3 -> busybox-1.19.4

Andreas Müller (1):
  busybox: enable eject

 meta/recipes-core/busybox/busybox-1.19.4/defconfig |    2 +-
 meta/recipes-core/busybox/busybox_1.19.4.bb        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.4.4




^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] busybox: enable eject
@ 2012-03-13 11:59 Andreas Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2012-03-13 11:59 UTC (permalink / raw)
  To: openembedded-core

In xfce-environment ejecting USB-memory stick caused:
Error starting job: Failed to execute child process "eject" (No such file or directory)

size of armv7a busybox binary increases from 2427962 to 2430389 bytes

run-tested with angstrom/meta-oe environment on overo

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta/recipes-core/busybox/busybox-1.19.3/defconfig |    2 +-
 meta/recipes-core/busybox/busybox_1.19.3.bb        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/busybox/busybox-1.19.3/defconfig b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
index 372d7b5..279933b 100644
--- a/meta/recipes-core/busybox/busybox-1.19.3/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.19.3/defconfig
@@ -669,7 +669,7 @@ CONFIG_DC=y
 # CONFIG_DEVFSD_VERBOSE is not set
 # CONFIG_FEATURE_DEVFS is not set
 # CONFIG_DEVMEM is not set
-# CONFIG_EJECT is not set
+CONFIG_EJECT=y
 # CONFIG_FEATURE_EJECT_SCSI is not set
 # CONFIG_FBSPLASH is not set
 # CONFIG_FLASHCP is not set
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb
index 49ac859..728b74e 100644
--- a/meta/recipes-core/busybox/busybox_1.19.3.bb
+++ b/meta/recipes-core/busybox/busybox_1.19.3.bb
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://udhcpscript.patch \
-- 
1.7.6.5




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

end of thread, other threads:[~2012-03-22 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 11:10 [PATCH] busybox: enable eject Andreas Müller
2012-03-22 11:10 ` Andreas Müller
2012-03-22 14:41   ` Paul Eggleton
2012-03-22 14:44     ` McClintock Matthew-B29882
2012-03-22 14:48     ` Koen Kooi
  -- strict thread matches above, loose matches on Subject: below --
2012-03-13 11:59 Andreas Müller

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.