scripts/image: drop /sbin from PATH

All programs needed for image creation are available in toolchain.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-07-16 19:58:10 +02:00
parent 1279399385
commit f4fdfefbed

View File

@ -23,7 +23,6 @@ setup_toolchain target
function do_mkimage() {
# Variables used in mkimage script must be passed
env \
PATH="${PATH}:/sbin" \
ROOT="${ROOT}" \
SCRIPTS="${SCRIPTS}" \
TOOLCHAIN="${TOOLCHAIN}" \