From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 831EBE00973; Mon, 21 Mar 2016 08:22:07 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.41 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 352EBE00948 for ; Mon, 21 Mar 2016 08:22:03 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id u2LFM1CG019025 for ; Mon, 21 Mar 2016 10:22:01 -0500 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u2LFM1tg022675 for ; Mon, 21 Mar 2016 10:22:01 -0500 Received: from dflp32.itg.ti.com (10.64.6.15) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Mon, 21 Mar 2016 10:22:00 -0500 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u2LFM0xF008361; Mon, 21 Mar 2016 10:22:00 -0500 Message-ID: <56F01198.3040607@ti.com> Date: Mon, 21 Mar 2016 11:22:00 -0400 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Denys Dmytriyenko References: <1458571873-12889-1-git-send-email-j-stiffler@ti.com> <1458571873-12889-4-git-send-email-j-stiffler@ti.com> <20160321150826.GB3298@edge> In-Reply-To: <20160321150826.GB3298@edge> Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14 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: Mon, 21 Mar 2016 15:22:07 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 3/21/2016 11:08 AM, Denys Dmytriyenko wrote: > On Mon, Mar 21, 2016 at 10:51:06AM -0400, Jacob Stiffler wrote: >> * Update license with TI_TFL license >> >> Signed-off-by: Jacob Stiffler >> --- >> recipes-bsp/qmss-lld/qmss-lld.inc | 16 +++++----------- >> .../qmss-lld/qmss-ld-fix-firmware-installation.patch | 13 ------------- >> 2 files changed, 5 insertions(+), 24 deletions(-) >> delete mode 100644 recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch >> >> diff --git a/recipes-bsp/qmss-lld/qmss-lld.inc b/recipes-bsp/qmss-lld/qmss-lld.inc >> index fae58e1..1ed77a0 100644 >> --- a/recipes-bsp/qmss-lld/qmss-lld.inc >> +++ b/recipes-bsp/qmss-lld/qmss-lld.inc >> @@ -1,5 +1,5 @@ >> -LICENSE = "BSD-3-Clause" >> -LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=e8f6789acdcda76d02ed9203fc2e603d" >> +LICENSE = "BSD-3-Clause & TI_TFL" > It's dash, not underscore ^^^ > > Also, I haven't looked at the new COPYING file, but is it parts BSD and parts > TFL or is it dual-licensed i.e. one or another? Parts BSD and parts TI-TFL. The firmware is TI-TFL, and the remaining is BSD. This is the case for qmss-lld as well as sa-lld and pa-lld. > >> +LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/qmss/COPYING.txt;md5=cd04fb087063a2a82c4ce61983836871" >> >> COMPATIBLE_MACHINE = "keystone" >> PACKAGE_ARCH = "${MACHINE_ARCH}" >> @@ -9,14 +9,14 @@ QMSS_LLD_GIT_PROTOCOL = "git" >> QMSS_LLD_GIT_BRANCH = "master" >> QMSS_LLD_GIT_DESTSUFFIX = "git/ti/drv/qmss" >> >> -# commit ID corresponding to DEV.QMSS_LLD.02.01.00.12 >> -QMSS_LLD_SRCREV = "6b093515f38c6e4d3a8014903a563a9b89fd7c98" >> +# commit ID corresponding to DEV.QMSS_LLD.02.01.00.14 >> +QMSS_LLD_SRCREV = "4cc3a3f1bcddfc19e2e7d8dd4208ca215e7ecbae" >> >> BRANCH ="${QMSS_LLD_GIT_BRANCH}" >> SRC_URI = "${QMSS_LLD_GIT_URI};destsuffix=${QMSS_LLD_GIT_DESTSUFFIX};protocol=${QMSS_LLD_GIT_PROTOCOL};branch=${BRANCH}" >> SRCREV = "${QMSS_LLD_SRCREV}" >> >> -PV = "02.01.00.12" >> +PV = "02.01.00.14" >> INC_PR = "r0" >> >> DEVICELIST = "k2h k2k k2l k2e" >> @@ -25,9 +25,3 @@ DEVICELIST_k2l-evm = "k2l" >> DEVICELIST_k2e-evm = "k2e" >> >> S = "${WORKDIR}/${QMSS_LLD_GIT_DESTSUFFIX}" >> - >> -FILESEXTRAPATHS_prepend := "${THISDIR}/qmss-lld:" >> - >> -SRC_URI_append = " \ >> - file://qmss-ld-fix-firmware-installation.patch \ >> -" >> diff --git a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch b/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch >> deleted file mode 100644 >> index a48aae1..0000000 >> --- a/recipes-bsp/qmss-lld/qmss-lld/qmss-ld-fix-firmware-installation.patch >> +++ /dev/null >> @@ -1,13 +0,0 @@ >> -diff --git a/makefile_armv7 b/makefile_armv7 >> -index a1fd5c0..d050ace 100644 >> ---- a/makefile_armv7 >> -+++ b/makefile_armv7 >> -@@ -117,7 +117,7 @@ install: >> - install -d $(INSTALL_LIB_BASE_DIR) >> - $(CP) ./*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss >> - $(CP) ./include/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/include >> -- $(CP) ./firmware/*.h $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware >> -+ $(CP) -r ./firmware/* $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/firmware >> - $(CP) -r ./device $(INSTALL_INC_BASE_DIR)/ti/drv/qmss/ >> - @$(CP) -r $(ARMV7LIBDIR)/*.a $(INSTALL_LIB_BASE_DIR) >> - @$(CP) -r $(ARMV7LIBDIR)/*.so $(INSTALL_LIB_BASE_DIR) >> -- >> 1.9.1 >> >> -- >> _______________________________________________ >> meta-ti mailing list >> meta-ti@yoctoproject.org >> https://lists.yoctoproject.org/listinfo/meta-ti