aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorVishal Bhoj <vishalbhoj@gmail.com>2013-11-26 14:37:30 +0530
committerVishal Bhoj <vishalbhoj@gmail.com>2013-11-26 14:37:30 +0530
commitcfeba916ffd757af9911fda6de9f769b89afa45f (patch)
tree64e0a12ec3b1078bea382d17d4066d0c968b1487 /build-scripts
parentda3951b106c3b3298930601899469e87c227c3b2 (diff)
Add acpica-tools which is a dependency for UEFI now
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/create-user-build-script3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index 06315c6..ffafe0e 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -71,7 +71,7 @@ fi
UBUNTU=\`cat /etc/issue.net | cut -d' ' -f2\`
HOST_ARCH=\`uname -m\`
if [ \${HOST_ARCH} == "x86_64" ] ; then
- PKGS='gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc uboot-mkimage openjdk-6-jdk openjdk-6-jre vim-common python-parted python-yaml wget uuid-dev'
+ PKGS='gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc uboot-mkimage openjdk-6-jdk openjdk-6-jre vim-common python-parted python-yaml wget uuid-dev acpica-tools'
else
echo "ERROR: Only 64bit Host(Build) machines are supported at the moment."
exit 1
@@ -97,6 +97,7 @@ fi
echo
echo "Setting up Ubuntu software repositories..."
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu \$(lsb_release -sc) main universe restricted multiverse"
+sudo add-apt-repository ppa:linaro-maintainers/tools
sudo apt-get update
echo
echo "Installing missing dependencies if any..."