From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14
Date: Mon, 21 Mar 2016 11:08:26 -0400 [thread overview]
Message-ID: <20160321150826.GB3298@edge> (raw)
In-Reply-To: <1458571873-12889-4-git-send-email-j-stiffler@ti.com>
On Mon, Mar 21, 2016 at 10:51:06AM -0400, Jacob Stiffler wrote:
> * Update license with TI_TFL license
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> 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?
> +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
next prev parent reply other threads:[~2016-03-21 15:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 14:51 [PATCH 00/10] Userspace LLD component upgrades Jacob Stiffler
2016-03-21 14:51 ` [PATCH 01/10] common-csl-ip: Upgrade to version 3.3.0.2A Jacob Stiffler
2016-03-21 14:51 ` [PATCH 02/10] rm-lld: Upgrade to version 2.2.0.1 Jacob Stiffler
2016-03-21 14:51 ` [PATCH 03/10] qmss-lld: Upgrade to version 2.1.0.14 Jacob Stiffler
2016-03-21 15:08 ` Denys Dmytriyenko [this message]
2016-03-21 15:22 ` Jacob Stiffler
2016-03-21 15:22 ` Denys Dmytriyenko
2016-03-21 14:51 ` [PATCH 04/10] cppi-lld: Upgrae to version 2.1.0.12 Jacob Stiffler
2016-03-21 14:51 ` [PATCH 05/10] hyplnk-lld: Upgrade to version 2.1.0.6 Jacob Stiffler
2016-03-21 14:51 ` [PATCH 06/10] pa-lld: Upgrade to version 3.0.1.8 Jacob Stiffler
2016-03-21 15:09 ` Denys Dmytriyenko
2016-03-21 14:51 ` [PATCH 07/10] sa-lld: Upgrade to version 3.0.0.13 Jacob Stiffler
2016-03-21 15:10 ` Denys Dmytriyenko
2016-03-21 14:51 ` [PATCH 08/10] srio-lld: Update to version 2.0.0.15 Jacob Stiffler
2016-03-21 14:51 ` [PATCH 09/10] traceframework: Bump SRCREV for fix Jacob Stiffler
2016-03-21 14:51 ` [PATCH 10/10] openmp-rtos: Bump version for hotfix Jacob Stiffler
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=20160321150826.GB3298@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-ti@yoctoproject.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.