From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3AE89E00C25; Wed, 27 Jan 2016 12:54:59 -0800 (PST) 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 F150BE00B89 for ; Wed, 27 Jan 2016 12:54:52 -0800 (PST) Received: by arago-project.org (Postfix, from userid 107) id EEE2452ABA; Wed, 27 Jan 2016 20:54:49 +0000 (UTC) To: meta-ti@yoctoproject.org Message-Id: <20160127205449.EEE2452ABA@arago-project.org> Date: Wed, 27 Jan 2016 20:54:49 +0000 (UTC) From: git@arago-project.org (Arago Project git) Subject: Jacob Stiffler : rm-lld-rtos: Add RTOS package of the RM LLD 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: Wed, 27 Jan 2016 20:54:59 -0000 Content-Type: text/plain; charset=UTF-8 Module: meta-ti Branch: master Commit: 000228e96cea033c4eee9e26c5b22a04f21fccb2 URL: http://arago-project.org/git/meta-ti.git?a=commit;h=000228e96cea033c4eee9e26c5b22a04f21fccb2 Author: Jacob Stiffler Date: Wed Jan 27 03:16:45 2016 +0000 rm-lld-rtos: Add RTOS package of the RM LLD Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/recipes-bsp/rm-lld/rm-lld-rtos_git.bb b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb new file mode 100644 index 0000000..fed9445 --- /dev/null +++ b/recipes-bsp/rm-lld/rm-lld-rtos_git.bb @@ -0,0 +1,12 @@ +inherit ti-pdk + +require rm-lld.inc + +PR = "${INC_PR}.0" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +XDCARGS_k2hk-evm = "k2h k2k" +XDCARGS_k2e-evm = "k2e" +XDCARGS_k2l-evm = "k2l" +XDCARGS_k2g-evm = "k2g"