summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurt Brune <[email protected]>2014-02-05 08:14:14 -0800
committerCurt Brune <[email protected]>2014-02-07 07:30:31 -0800
commitd1d41da4ae97530dd97965d9cf73a2a40eb2f68f (patch)
tree5521cff9501ae33cabbbdab64b0cc4f6b8e26aea
parent785993f796a2e3f18d76df983e4e880e5c678130 (diff)
Makefile: update list of dev host packages
Update the list of Debian packages needed by the build host to compile ONIE.
-rw-r--r--build-config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-config/Makefile b/build-config/Makefile
index 2b310efb..20854903 100644
--- a/build-config/Makefile
+++ b/build-config/Makefile
@@ -299,7 +299,7 @@ machine-prefix:
# Install required build packages for a debian based build host
DEBIAN_BUILD_HOST_PACKAGES = build-essential stgit u-boot-tools python-sphinx rst2pdf \
- gperf
+ gperf device-tree-compiler python-all-dev
PHONY += debian-prepare-build-host
debian-prepare-build-host:
$(Q) sudo apt-get update