All of lore.kernel.org
 help / color / mirror / Atom feed
* CyaSSL Yocto Recipe
@ 2012-09-06 16:06 Chris Conlon
  2012-09-06 16:32 ` Kamble, Nitin A
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Conlon @ 2012-09-06 16:06 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

Hi,

As per discussions with a few of the Yocto members, we have put together a Yocto Project recipe for the CyaSSL embedded SSL library.  I have attached the recipe here for review and comments.

Thanks,

Chris Conlon
www.yassl.com
chris@yassl.com
Skype: chris_conlon_07
+1 406 209 0601



[-- Attachment #2: cyassl_2.3.0.bb --]
[-- Type: application/octet-stream, Size: 931 bytes --]

SUMMARY = "CyaSSL Embedded SSL Library"
DESCRIPTION = "CyaSSL is a lightweight SSL library written in C and \
               optimized for embedded and RTOS environments. It can be \
               Up to 20 times smaller than OpenSSL while still supporting \
               a full TLS 1.2 client and server."
HOMEPAGE = "http://www.yassl.com/yaSSL/Products-cyassl.html"
BUGTRACKER = "http://github.com/cyassl/cyassl/issues"
SECTION = "libs/network"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

PR = "r0"

SRC_URI = "http://www.yassl.com/cyassl-${PV}.zip"

SRC_URI[md5sum] = "e73b50c95eae06a2fb4a7eb0183b21ab"
SRC_URI[sha256sum] = "b597f1c55d3bc4556d9c37e98ca56da2a529e111164d97c650fb097ef0a0d461"

inherit autotools siteinfo

# Detect and build with correct endianness
CFLAGS += "${@base_conditional('SITEINFO_ENDIANNESS', 'le', '', '-DBIG_ENDIAN_ORDER', d)}"


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-12-12 15:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 16:06 CyaSSL Yocto Recipe Chris Conlon
2012-09-06 16:32 ` Kamble, Nitin A
2012-09-06 21:59   ` Chris Conlon
2012-09-06 22:14     ` Saul Wold
2012-09-06 22:38       ` Chris Conlon
2012-09-06 22:53         ` Richard Purdie
2012-09-07 19:55           ` Chris Conlon
2012-10-09 20:26           ` Chris Conlon
2012-12-12 15:30             ` Richard Purdie

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.