aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-03-08 18:24:13 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-03-08 18:24:43 +0530
commit6a8bd6b803865127a2a9d622ddb9c345af01c0e4 (patch)
tree22f51269f3e29d952be787e819d4cce0096e49ba
parent27a9acfdf1373036657b30d3d427093505cd144e (diff)
sgi/install_sgi_prerequisites: add 'autopoint' to prerequisite package listRD-N1-E1-EDGE-19.1-RC0
'autopoint' package is required for build of grub. So add it to the list of prerequisite packages to be installed. Change-Id: I30bf3f900d1d01ed1d2faa13795cd5060b1ece0b Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xsgi/install_prerequisites.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sgi/install_prerequisites.sh b/sgi/install_prerequisites.sh
index 6b16934..7c69ed0 100755
--- a/sgi/install_prerequisites.sh
+++ b/sgi/install_prerequisites.sh
@@ -74,6 +74,7 @@ APT_PACKAGES_COMMON=(
"python"
"python-pip"
"device-tree-compiler"
+ "autopoint"
)
###########################################################################