On Wed, Oct 31, 2012 at 12:11 PM, Bruce Ashfield
wrote:
>
> On Tue, Oct 30, 2012 at 2:50 PM, McClintock Matthew-B29882
> wrote:
>>
>> On Thu, Oct 18, 2012 at 8:33 AM, Bruce Ashfield
>> wrote:
>> > On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta
>> > wrote:
>> >> This is a /dev/crypto device driv
On Tue, Oct 30, 2012 at 2:50 PM, McClintock Matthew-B29882 <
b29...@freescale.com> wrote:
> On Thu, Oct 18, 2012 at 8:33 AM, Bruce Ashfield
> wrote:
> > On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta
> > wrote:
> >> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
> FreeBSD
On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote:
>> +++ b/meta/recipes-kernel/cryptodev/cryptodev_1.5.bb
>> @@ -0,0 +1,18 @@
>> +SECTION = "devel"
>> +SUMMARY = "Linux Cryptodev KERNEL MODULE"
>> +DESCRIPTION = "The Cryptodev package contains the kernel /dev/crypto module"
>> +LICENSE = "GPLv2"
On Thu, Oct 18, 2012 at 8:33 AM, Bruce Ashfield
wrote:
> On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta
> wrote:
>> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
>> FreeBSD.
>> The main idea is to access of existing ciphers in kernel space from
>> userspace,
>> thus ena
On Fri, Oct 19, 2012 at 2:43 AM, Andreas Oberritter
wrote:
> That's not an option for cryptodev, though, because unlike most recipes
> inheriting module.bbclass, cryptodev not only installs modules, but also
> header files.
for such exceptions you can always use do_install_append and do the neces
On 19.10.2012 03:47, McClintock Matthew-B29882 wrote:
> On Thu, Oct 18, 2012 at 3:38 PM, Darren Hart wrote:
> +EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
modules.bbclass already sets KERNEL_PATH and KERNEL_SRC, perhaps you
could use one of those?
>>>
>>> cry
On Thu, Oct 18, 2012 at 3:38 PM, Darren Hart wrote:
+EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
>>>
>>> modules.bbclass already sets KERNEL_PATH and KERNEL_SRC, perhaps you
>>> could use one of those?
>>
>> cryptodev Makefile does not use these it uses KERNEL_DIR in it's
On 10/18/2012 04:33 PM, McClintock Matthew-B29882 wrote:
> On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote:
>>
>>
>> On 10/18/2012 05:57 AM, Yashpal Dutta wrote:
>>> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
>>> FreeBSD.
>>> The main idea is to access of existing
On Thu, Oct 18, 2012 at 3:16 PM, Darren Hart wrote:
>
>
> On 10/18/2012 05:57 AM, Yashpal Dutta wrote:
>> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
>> FreeBSD.
>> The main idea is to access of existing ciphers in kernel space from
>> userspace,
>> thus enabling re-us
On 10/18/2012 04:06 PM, McClintock Matthew-B29882 wrote:
> On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart wrote:
>>
>>
>> On 10/18/2012 02:14 AM, Khem Raj wrote:
>>>
>>> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
>>> wrote:
>>>
+-install:
++modules_install:
+make -C $(KERNEL_D
On 10/18/2012 05:57 AM, Yashpal Dutta wrote:
> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
> FreeBSD.
> The main idea is to access of existing ciphers in kernel space from userspace,
> thus enabling re-use of a hardware implementation of a cipher.
>
> Signed-off-by: Y
On Thu, Oct 18, 2012 at 2:59 PM, Darren Hart wrote:
>
>
> On 10/18/2012 02:14 AM, Khem Raj wrote:
>>
>> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
>> wrote:
>>
>>> +-install:
>>> ++modules_install:
>>> +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
>>> +- @echo "Installing cryptodev.
On 10/18/2012 02:14 AM, Khem Raj wrote:
>
> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
> wrote:
>
>> +-install:
>> ++modules_install:
>> +make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
>> +- @echo "Installing cryptodev.h in /usr/include/crypto ..."
>> +- @install -D crypto/crypto
On Thu, Oct 18, 2012 at 5:57 AM, Yashpal Dutta
wrote:
> This is a /dev/crypto device driver, equivalent to those in OpenBSD or
> FreeBSD.
> The main idea is to access of existing ciphers in kernel space from userspace,
> thus enabling re-use of a hardware implementation of a cipher.
I always use
t;> Subject: Re: [OE-core] [PATCH] cryptodev kernel module recipe
>>
>>
>> On Oct 18, 2012, at 2:57 AM, Yashpal Dutta
>> wrote:
>>
>>> +-install:
>>> ++modules_install:
>>> + make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
>>>
On Oct 18, 2012, at 2:57 AM, Yashpal Dutta wrote:
> +-install:
> ++modules_install:
> + make -C $(KERNEL_DIR) SUBDIRS=`pwd` modules_install
> +-@echo "Installing cryptodev.h in /usr/include/crypto ..."
> +-@install -D crypto/cryptodev.h /usr/include/crypto/cryptodev.h
> ++@echo "
This is a /dev/crypto device driver, equivalent to those in OpenBSD or FreeBSD.
The main idea is to access of existing ciphers in kernel space from userspace,
thus enabling re-use of a hardware implementation of a cipher.
Signed-off-by: Yashpal Dutta
---
meta/recipes-kernel/cryptodev/cryptodev_1
17 matches
Mail list logo