generic-poky/meta
Alejandro Hernandez 087c580b28 init-install: Fixes the install script failing when not finding any mmcblk devices
The init-install.sh and init-install-efi.sh scripts perform a check
to see which devices are available on a booted system for installation.

Recently, the way we check for these devices changed on 993bfb,
greping for devices found on /sys/block/, this change caused the installer
to fail (at least) when not finding any mmcblk devices, due to the fact
that we call sh -e to execute this script, so any command (grep)
or pipeline exiting with a non-zero status causes the whole script to exit

This patch throws in a harmless true exit status at the end of the pipeline(s)
of the grep commands to avoid the installer script from exiting, fixing the issue.

[YOCTO #10189]

(From OE-Core rev: 384cf92ca9c3e66763c2c1ff2776c53d47ae25d6)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-30 07:57:50 +01:00
..
classes useradd.bblass: Simplify target overrides 2016-08-25 23:03:46 +01:00
conf layer.conf: remove pointercal 2016-08-25 23:03:44 +01:00
files classes/populate_sdk_ext: drop duplicated error message 2016-08-17 10:35:41 +01:00
lib rootfs.py: allow removal of unneeded packages 2016-08-25 23:03:48 +01:00
recipes-bsp pointercal: remove recipe 2016-08-25 23:03:44 +01:00
recipes-connectivity openssh: Upgrade 7.2p2 -> 7.3p1 2016-08-23 17:44:42 +01:00
recipes-core init-install: Fixes the install script failing when not finding any mmcblk devices 2016-08-30 07:57:50 +01:00
recipes-devtools perl: Correct perl path for ptest 2016-08-25 23:03:48 +01:00
recipes-extended core-image-kernel-dev.bb: Standardize use of _append and leading space. 2016-08-25 23:03:49 +01:00
recipes-gnome json-glib: Upgrade 1.2.0 -> 1.2.2 2016-08-23 17:44:41 +01:00
recipes-graphics piglit: Add python3-argparse module to RDEPENDS 2016-08-25 23:03:45 +01:00
recipes-kernel linux-firmware: set a preferred provider for brcmfmac-sdio.bin 2016-08-25 23:03:49 +01:00
recipes-lsb4 libpng12: Handle no static libs 2016-02-15 16:28:46 +00:00
recipes-multimedia alsa-utils: 1.1.1 -> 1.1.2 2016-08-18 09:27:52 +01:00
recipes-rt rt-tests: rationalise compiler flags 2016-07-26 08:56:32 +01:00
recipes-sato webkitgtk: Disable gold for mips/mips64 2016-08-10 10:46:34 +01:00
recipes-support vte: Upgrade 0.44.1 -> 0.44.2 2016-08-23 17:44:41 +01:00
site site: Move rsync_cv_HAVE_C99_VSNPRINTF to common-linux 2016-07-20 10:28:47 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt qt4: remove recipes and classes 2016-01-07 13:40:14 +00:00