From: Denys Dmytriyenko <denys@ti.com>
To: Aravind Batni <aravindbr@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] ti-transportnetlib-ipsecmgr: provides ti-ipsecmgr for ti KeyStone devices
Date: Fri, 16 May 2014 14:54:17 -0400 [thread overview]
Message-ID: <20140516185417.GE18053@edge> (raw)
In-Reply-To: <1400266196-9047-1-git-send-email-aravindbr@ti.com>
Aravind,
Please stop submitting new recipes. They are very similar to each other and
full of errors and non-conformities.
Let's start with ti- prefix for all of them and dumping everything into
recipes-bsp directory...
--
Denys
On Fri, May 16, 2014 at 02:49:56PM -0400, Aravind Batni wrote:
> - TI ipsecmgr library collections
>
> Signed-off-by: Aravind Batni <aravindbr@ti.com>
> ---
> .../ti-ipsecmgr/ti-transportnetlib-ipsecmgr_git.bb | 52 ++++++++++++++++++++
> 1 file changed, 52 insertions(+)
> create mode 100644 meta-arago-extras/recipes-bsp/ti-ipsecmgr/ti-transportnetlib-ipsecmgr_git.bb
>
> diff --git a/meta-arago-extras/recipes-bsp/ti-ipsecmgr/ti-transportnetlib-ipsecmgr_git.bb b/meta-arago-extras/recipes-bsp/ti-ipsecmgr/ti-transportnetlib-ipsecmgr_git.bb
> new file mode 100644
> index 0000000..7a73c3f
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/ti-ipsecmgr/ti-transportnetlib-ipsecmgr_git.bb
> @@ -0,0 +1,52 @@
> +DESCRIPTION = "IPSec Manager"
> +LICENSE = "TI BSD"
> +LIC_FILES_CHKSUM = "file://ipsecmgr_snoop.h;md5=9ac68c91483a0ab7a9b1fb79622f2487"
> +
> +BRANCH="master"
> +SRC_URI = "git://arago-project.org/git/projects/ipsecmgr.git;protocol=git;branch=${BRANCH}"
> +#Commit ID corresponding to DEV.IPSECMGR.01.00.00.01
> +SRCREV = "fa51fbd4ad849627e02f2404edfa5be44043551a"
> +PR = "r0"
> +PV = "01.00.00.01"
> +
> +DEPENDS = "virtual/kernel"
> +DEPENDS += "libnl-xfrm"
> +
> +ALLOW_EMPTY_${PN} = "1"
> +
> +S = "${WORKDIR}/git"
> +LIB_BUILD_DIR = "${S}/build"
> +MODULE_BUILD_DIR = "${S}/src/module"
> +LIB_INC_DIR = "${S}/"
> +UTILS_LIB_INC_DIR = "${S}/utils/iface/"
> +
> +inherit module
> +
> +MACHINE_KERNEL_PR_append = "a"
> +
> +do_compile() {
> + cd ${LIB_BUILD_DIR}
> + make clean;
> + make all;
> +
> + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
> + cd ${MODULE_BUILD_DIR}
> + make KDIR="${STAGING_KERNEL_DIR}" clean
> + make KDIR="${STAGING_KERNEL_DIR}"
> +}
> +
> +do_install() {
> + install -d ${D}${libdir}/
> + install -c -m 666 ${LIB_BUILD_DIR}/libipsecmgr_snoop.a ${D}${libdir}/
> + install -c -m 666 ${LIB_BUILD_DIR}/libipsecmgr_ipc.a ${D}${libdir}/
> + install -c -m 666 ${LIB_BUILD_DIR}/libipsecmgr_syslog.a ${D}${libdir}/
> + install -d ${D}${includedir}/
> + install -c -m 666 ${LIB_INC_DIR}/*.h ${D}${includedir}/
> + install -c -m 666 ${UTILS_LIB_INC_DIR}/*.h ${D}${includedir}/
> +
> + cd ${MODULE_BUILD_DIR}
> + make KDIR="${STAGING_KERNEL_DIR}" INSTALL_MOD_PATH="${D}" install
> +}
> +
> +PACKAGE_STRIP = "no"
> +
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-05-16 18:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-16 18:49 [PATCH] ti-transportnetlib-ipsecmgr: provides ti-ipsecmgr for ti KeyStone devices Aravind Batni
2014-05-16 18:54 ` Denys Dmytriyenko [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=20140516185417.GE18053@edge \
--to=denys@ti.com \
--cc=aravindbr@ti.com \
--cc=meta-arago@arago-project.org \
/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.