From f6a495a43608908d8b4ca9de67383b2af68db474 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 11 Mar 2024 16:30:13 -0500 Subject: [PATCH] ci: add dosfstools Signed-off-by: Robert Nelson --- .gitlab-ci.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8feed11..e495d7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: robertcnelson/beagle-devscripts-kernel-debian-12-amd64:latest before_script: - apt-get update -q - - apt-get install -y -q bc bison bmap-tools cpio debhelper flex genimage kmod libelf-dev libssl-dev libyaml-dev lz4 mtools + - apt-get install -y -q bc bison bmap-tools cpio debhelper dosfstools flex genimage kmod libelf-dev libssl-dev libyaml-dev lz4 mtools variables: FF_USE_FASTZIP: "true" diff --git a/readme.md b/readme.md index ca4f818..6b5cfe6 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ``` sudo apt update -sudo apt install bmap-tools genimage libyaml-dev mtools +sudo apt install bmap-tools dosfstools genimage libyaml-dev mtools ``` # Building Microchip Linux tree