All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] boot/uboot: fix missing host-openssl for i.MX28 target
Date: Fri, 20 May 2016 07:39:08 +0300	[thread overview]
Message-ID: <20160520043908.GE2178@tarshish> (raw)
In-Reply-To: <1463683818-3362-1-git-send-email-joerg.krause@embedded.rocks>

Hi J?rg,

On Thu, May 19, 2016 at 08:50:18PM +0200, J?rg Krause wrote:
> Building an U-Boot image for the i.MX23 or i.MX28 target requires to run the
> bootloaders 'mxsimage' tool on the host. As mxsimage needs unconditionally
> OpenSSL, building U-Boot for those targets fails if it is not available on
> the host:
> 
> tools/mxsimage.c:18:25: fatal error: openssl/evp.h: No such file or directory
>   #include <openssl/evp.h>
> 
> Add the required dependency 'host-openssl' to all the different U-Boot image
> types used to build a bootloader image for an i.MX23/i.MX28 target.
> 
> Also pass HOST_CFLAGS and HOST_LDFLAGS to the U-Boot build process so the right
> -I/-L options will be used to find OpenSSL.
> 
> Ported from the Armadeus project:
> https://sourceforge.net/p/armadeus/mailman/message/33595402/
> 
> Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
> [J?rg: port from Armadeus to Buildroot project]
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> 
> ---
> v2:
>  - reset authorship

Using the --reset-author option of 'git commit' sets the patch authorship to 
you. To set Julien as author do 

  git commit --amend --author='Julien Boibessot <julien.boibessot@armadeus.com>'

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

      reply	other threads:[~2016-05-20  4:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-19 18:50 [Buildroot] [PATCH v2] boot/uboot: fix missing host-openssl for i.MX28 target Jörg Krause
2016-05-20  4:39 ` Baruch Siach [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160520043908.GE2178@tarshish \
    --to=baruch@tkos.co.il \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.