aboutsummaryrefslogtreecommitdiff
path: root/96boards-hikey-mainline-rebase.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2016-07-02 11:01:23 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-07-02 11:01:23 +0300
commiteed058eb883930c6b233322f01fd0e0705defda1 (patch)
tree08a16e62e3bbf49b3846150366e478bcf1fcbaec /96boards-hikey-mainline-rebase.yaml
parentdf979343285e0bac0cd51d8b3ed1be75d633fdc0 (diff)
96boards-hikey-mainline-rebase: use full path for mkfs.fat
sbin isn't in the PATH by default and prevent to find mkfs.fat Change-Id: I2d6b979536ded16c777f44c79d8f53cdd7657195 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-hikey-mainline-rebase.yaml')
-rw-r--r--96boards-hikey-mainline-rebase.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-hikey-mainline-rebase.yaml b/96boards-hikey-mainline-rebase.yaml
index 00f9cd8c..de6f087e 100644
--- a/96boards-hikey-mainline-rebase.yaml
+++ b/96boards-hikey-mainline-rebase.yaml
@@ -229,7 +229,7 @@
done
# Create boot image(s)
- mkfs.fat -F32 -n "boot" -C out/boot-fat.uefi.img 65536
+ /sbin/mkfs.fat -F32 -n "boot" -C out/boot-fat.uefi.img 65536
mmd -i out/boot-fat.uefi.img -s ::EFI
mmd -i out/boot-fat.uefi.img -s ::EFI/BOOT
mcopy -i out/boot-fat.uefi.img fastboot.efi ::EFI/BOOT/fastboot.efi