]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
doc: README.mxs: Add instruction to install 'libssl-dev'
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 16 Sep 2013 14:25:55 +0000 (11:25 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 20 Sep 2013 15:55:37 +0000 (17:55 +0200)
commit79d6bf38653c877ac62543d2a3c63df5941864dc
treea882d1d1fb233c08248723be9536b956d43cded8
parent71d8b019d0d0303078978f5699b98dfbd5e55b34
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>
doc/README.mxs