tUpdate with missing dependencies for kernel builds. - arm-sdk - os build toolkit for various embedded devices
HTML git clone https://git.parazyd.org/arm-sdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 6b031d642635c21865ac8abd8222ceed281009e3
DIR parent e2209d3caaf9c178c814551c9e678ef96fe9a453
HTML Author: parazyd <parazyd@dyne.org>
Date: Wed, 30 Oct 2019 19:05:07 +0100
Update with missing dependencies for kernel builds.
Diffstat:
M README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/README.md b/README.md
t@@ -15,12 +15,12 @@ as [libdevuansdk dependencies](https://github.com/dyne/libdevuansdk/blob/master/
### Devuan
```
-curl git wget qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils libftdi-dev libfdt-dev swig libpython-dev bc
+curl git wget qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils libftdi-dev libfdt-dev swig libpython-dev bc bison flex libssl-dev
```
### Gentoo
```
-net-misc/curl net-misc/wget sys-boot/vboot-utils app-emulation/qemu(static-user) net-misc/rsync sys-libs/zlib dev-embedded/u-boot-tools sys-apps/dtc app-arch/lzop sys-fs/dosfstools
+net-misc/curl net-misc/wget sys-boot/vboot-utils app-emulation/qemu(static-user) net-misc/rsync sys-libs/zlib dev-embedded/u-boot-tools sys-apps/dtc app-arch/lzop sys-fs/dosfstools sys-devel/flex sys-devel/bison
```
`sudo` permissions are required for the user that is running the build.