diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-09-16 11:25:55 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-09-20 17:55:37 +0200 |
commit | 79d6bf38653c877ac62543d2a3c63df5941864dc (patch) | |
tree | a882d1d1fb233c08248723be9536b956d43cded8 /doc | |
parent | 71d8b019d0d0303078978f5699b98dfbd5e55b34 (diff) |
doc: README.mxs: Add instruction to install 'libssl-dev'
Since commit bce883707 (ARM: mxs: tools: Add mkimage support for MXS bootstream)
the following build error is seen when doing a MAKEALL build:
$ ./MAKEALL mx28evk
Configuring for mx28evk - Board: mx28evk, Options: ENV_IS_IN_MMC
mxsimage.c:18:25: fatal error: openssl/evp.h: No such file or directory
Add an entry about the need of installing the 'libssl-dev' package.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.mxs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/README.mxs b/doc/README.mxs index 5d9e72f958d..2919bbfee13 100644 --- a/doc/README.mxs +++ b/doc/README.mxs @@ -63,6 +63,11 @@ copy the binary by hand: Make sure the "elftosb" binary can be found in your $PATH, in this case this means "/usr/local/bin/" has to be in your $PATH. +Install the 'libssl-dev' package as well. On a Debian-based distribution, this +package can be installed as follows: + + $ sudo apt-get install libssl-dev + 2) Compiling U-Boot for a MXS based board ------------------------------------------- |