summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-04-17 16:52:32 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 00:37:57 +0100
commitef0e1cc32d19390626a9da6a948632ffacb242ac (patch)
treebe1c2b8148711472bfae8de759b77ae8541d2e3d /meta/classes/package.bbclass
parent295db7189536d97058c21ab34c52f46bee22d6b1 (diff)
downloadpoky-ef0e1cc32d19390626a9da6a948632ffacb242ac.tar.gz
busybox: fix mount issue
When the mount command is not given the filesystem type to mount, then it will try all the known filesystems. However, when a filesystem is not supported by the kernel, the mount function call will return ENODEV. The following patch, ecd90bc6aa63da2aef2513ac090d4b426b2b719c, introduced a problem because it bailed out on ENODEV too. Instead it should have only bailed out on ENOMEDIUM. [YOCTO #4308] (From OE-Core rev: 82320d2074572477f26887eddc51dc2a1dfea403) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/package.bbclass')
0 files changed, 0 insertions, 0 deletions