Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] ocf: new package
Date: Fri, 21 Oct 2011 08:53:47 +0200	[thread overview]
Message-ID: <20111021085347.6e48f74c@skate> (raw)
In-Reply-To: <1319132933-13938-2-git-send-email-gustavo@zacarias.com.ar>

Le Thu, 20 Oct 2011 14:48:51 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :

> +config BR2_PACKAGE_OCF
> +	bool "ocf"
> +	help
> +	  OCF-Linux is a Linux port of the OpenBSD/FreeBSD Cryptographic
> +	  Framework (OCF). This port aims to bring full asynchronous HW/SW
> +	  crypto acceleration to the Linux kernel and applications
> +	  running under Linux.
> +	  
> +	  http://ocf-linux.sourceforge.net/

Maybe mention here that there is a kernel-side part that must be
enabled for this to work, and that it can be enabled with
BR2_LINUX_KERNEL_EXT_OCF ?

> +define OCF_INSTALL_STAGING_CMDS
> +	$(INSTALL) -D -m 644 $(@D)/ocf/cryptodev.h \
> +		$(STAGING_DIR)/usr/include/crypto/cryptodev.h
> +endef
> +
> +define OCF_UNINSTALL_STAGING_CMDS
> +	rm -f $(STAGING_DIR)/usr/include/crypto/cryptodev.h
> +endef
> +
> +define OCF_INSTALL_TARGET_CMDS
> +	$(INSTALL) -D -m 644 $(@D)/ocf/cryptodev.h \
> +		$(TARGET_DIR)/usr/include/crypto/cryptodev.h
> +endef
> +
> +define OCF_UNINSTALL_TARGET_CMDS
> +	rm -f $(TARGET_DIR)/usr/include/crypto/cryptodev.h
> +endef

So basically, it's just a header that needs to be installed?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2011-10-21  6:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-20 17:48 [Buildroot] [PATCH 1/4] pppd: bugfixes and enhancements Gustavo Zacarias
2011-10-20 17:48 ` [Buildroot] [PATCH 2/4] ocf: new package Gustavo Zacarias
2011-10-21  6:53   ` Thomas Petazzoni [this message]
2011-10-21 10:33     ` Gustavo Zacarias
2011-10-21 10:56       ` Thomas Petazzoni
2011-10-20 17:48 ` [Buildroot] [PATCH 3/4] openssl: split out ocf Gustavo Zacarias
2011-10-20 17:48 ` [Buildroot] [PATCH 4/4] openswan: new package Gustavo Zacarias
2011-10-21  6:51 ` [Buildroot] [PATCH 1/4] pppd: bugfixes and enhancements Thomas Petazzoni
2011-10-21 10:37   ` Gustavo Zacarias

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=20111021085347.6e48f74c@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox