9 Commits

Author SHA1 Message Date
e3fa3d83cb scripts: Add libfdt to install deps
libfdt-dev is needed when building kernels for architectures that
support a device tree.

Fixes build errors like these when building kvm+lkvm flavor for
ARM64:

  Makefile: No libfdt found. Please install libfdt-dev package. Stop.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2018-01-11 09:59:24 -08:00
c29c384a6b scripts: adding missing dependecies to debian dependency installer
Fixes #3828
2017-10-15 17:04:16 +05:30
265a035099 scripts: add gpg to Debian dependencies
This is required for the default build and is
included in the Fedora ones.
2016-11-02 18:47:18 +01:00
96f418f58a *: add libsystemd-journal-dev dependency 2016-05-27 14:36:56 +02:00
2ce4abb194 scripts: add libtspi-dev
Now the install script can be reused e.g. for the 'build with docker' part

Fixes #2215
2016-05-12 08:52:26 +02:00
31f3fc1dc6 docs & scripts: fix rir one liners
* add resolv.conf volume/mount
* use dependency scripts in one liners
* remove duplicate packages
* configure rkt without tpm
2016-04-20 19:14:17 +02:00
64350c816d scripts: add openssl-dev dependency
Needed by kvm
2016-02-25 17:33:22 +01:00
d4e8ce2c04 build: add libacl dev dependencies to build rkt-in-rkt scripts
We depend on libacl development headers but we forgot to update the
scripts to build rkt in rkt.

Also, update the one-liners mentioned in the documentation.
2016-01-07 13:54:17 +01:00
70fb53da2e scripts: Support builing rkt in rkt using acbuild and builder img 2015-12-09 13:27:11 -08:00