From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0EC59E00894; Tue, 7 Oct 2014 12:44:05 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 1.0 RDNS_DYNAMIC Delivered to internal network by host with * dynamic-looking rDNS Received: from arago-project.org (ec2-184-73-161-183.compute-1.amazonaws.com [184.73.161.183]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 893DFE0088C for ; Tue, 7 Oct 2014 12:43:58 -0700 (PDT) Received: by arago-project.org (Postfix, from userid 107) id 48832529CF; Tue, 7 Oct 2014 19:43:58 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20141007194358.48832529CF@arago-project.org> Date: Tue, 7 Oct 2014 19:43:58 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Sam Nelson : common-csl-ip: (ti-csl) Moved from meta-arago and renamed X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 19:44:05 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: daisy Commit: b31045066ffd61a3a13d7901ea8bcb94c34f4c2d URL: http://arago-project.org/git/meta-ti.git?a=commit;h=b31045066ffd61a3a13d7901ea8bcb94c34f4c2d Author: Sam Nelson Date: Tue Oct 7 17:36:44 2014 +0000 common-csl-ip: (ti-csl) Moved from meta-arago and renamed - Moved from meta-arago (where it was called ti-csl_git.bb) http://arago-project.org/git/?p=meta-arago.git;a=blob_plain;f=meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb;hb=HEAD - Renamed it to common-csl-ip_git.bb - This package provides chip support library interface files Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-bsp/common-csl-ip/common-csl-ip_git.bb | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb new file mode 100644 index 0000000..fb5e6f8 --- /dev/null +++ b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "TI CSL" +LICENSE = "TI BSD" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" + +COMPATIBLE_MACHINE = "keystone" +ALLOW_EMPTY_${PN} = "1" + +PR = "r0" +BRANCH="master" +SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" +# commit ID corresponds to DEV.CSL_KEYSTONE2.02.00.00.17 +SRCREV = "f6f90144c14e1ee783c4b893b52e54830be8166e" + +S = "${WORKDIR}/git" + +do_install () { + install -d ${D}${includedir}/ti/csl + find . -name "*.h" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl + find ./src/ip/serdes_sb/V0 -name "*.c" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl +} +