summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.20.2.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-04-09 23:25:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 12:56:52 +0100
commitecd90bc6aa63da2aef2513ac090d4b426b2b719c (patch)
tree5310d098856a16f77b639181a990b306b33b8b50 /meta/recipes-core/busybox/busybox_1.20.2.bb
parent2435d807d1dd83f821367d4ec7d5e31028cb624e (diff)
downloadpoky-ecd90bc6aa63da2aef2513ac090d4b426b2b719c.tar.gz
busybox: fail on no media
The current behaviour of busybox is to try all fstype when automounting even when no media exists. The util-linux mount command bails when no media exists, so change the behaviour of busybox to do the same. It could also be argued that the KERN_INFO message from btrfs could be removed, but that would be harder to accomplish. (From OE-Core rev: e5403f55a1e9b1747535450fd95f499c85211771) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.20.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb
index c09a492dbd..401c1ebc16 100644
--- a/meta/recipes-core/busybox/busybox_1.20.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.20.2.bb
@@ -31,7 +31,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
31 file://busybox-syslog.service.in \ 31 file://busybox-syslog.service.in \
32 file://busybox-klogd.service.in \ 32 file://busybox-klogd.service.in \
33 file://testsuite-du-du-k-works-fix-false-positive.patch \ 33 file://testsuite-du-du-k-works-fix-false-positive.patch \
34 file://strict-atime.patch" 34 file://strict-atime.patch \
35 file://fail_on_no_media.patch"
35 36
36SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c" 37SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c"
37SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882" 38SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882"