[meta-ti] [PATCH] boot-monitor: Update commit sha for boot monitor

2015-12-18 Thread Dan Murphy
Update the commit sha to the latest commit for the boot monitor and uptick the rev as well Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/boot-monitor/boot-monitor_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/boot-monito

Re: [meta-ti] [PATCH] u-boot-ti.inc: k2e-hs-evm doesn't provide the same binaries as other KS2 devices

2017-02-21 Thread Dan Murphy
ln -sf ${UBOOT_SPI_GPH_IMAGE} ${UBOOT_SPI_GPH_BINARY} > + if [ "x${UBOOT_SPI_GPH_BINARY}" != "x" ]; then > + install ${B}/${UBOOT_SPI_GPH_BINARY} > ${DEPLOYDIR}/${UBOOT_SPI_GPH_IMAGE} > + rm -f ${UBOOT_SPI_GPH_BINARY} ${UBOOT_SPI_GPH_SYMLINK} > + ln -sf ${UBOOT_SPI_GPH_IMAGE} ${UBOOT_SPI_GPH_SYMLINK} > + ln -sf ${UBOOT_SPI_GPH_IMAGE} ${UBOOT_SPI_GPH_BINARY} > + fi > } -- -- Dan Murphy -- ___ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti

Re: [meta-ti] [PATCH] linux-ti-staging: update to 4.9.10

2017-02-15 Thread Dan Murphy
Gary On 02/15/2017 07:43 AM, Gary Thomas wrote: > On 2017-02-15 14:35, Dan Murphy wrote: >> Signed-off-by: Dan Murphy <dmur...@ti.com> >> --- >> recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- >> recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++--

Re: [meta-ti] [morty/master][PATCH 1/2] linux-ti-staging: update to 4.9.10

2017-02-15 Thread Dan Murphy
gt; BRANCH = "ti-lsk-linux-4.9.y" > > -SRCREV = "b4aa954ead9260eaf7138755fc9d062a9f4630eb" > -PV = "4.9.9+git${SRCPV}" > +SRCREV = "74790f16e5ca9cb3dbbe8baa6086f35f7095694d" I sent a similar patch but with an updated SHAs for both You can take either one

[meta-ti] [PATCH] linux-ti-staging: update to 4.9.10

2017-02-15 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.00-rc2 tag

2017-02-27 Thread Dan Murphy
Update to ti2017.00-rc2 tag as well as 4.9.13 kernel revision Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/r

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.00-rc6 tag

2017-03-28 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] uboot-ti-staging: update to ti2017.00-rc6 tag

2017-03-28 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 9d77aef..aa9ab60

[meta-ti] [PATCH v2] k2hk-hs-evm: add new machine config

2017-03-30 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v2 - Fixed UBOOT_MACHINE from k2e to k2hk - https://lists.yoctoproject.org/pipermail/meta-ti/2017-March/009839.html conf/machine/k2hk-hs-evm.conf | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/k

Re: [meta-ti] [PATCH] k2hk-hs-evm: add new machine config

2017-03-30 Thread Dan Murphy
Denys On 03/29/2017 09:14 AM, Denys Dmytriyenko wrote: > On Wed, Mar 29, 2017 at 07:03:35AM -0500, Dan Murphy wrote: >> Signed-off-by: Dan Murphy <dmur...@ti.com> >> --- >> conf/machine/k2hk-hs-evm.conf | 14 ++ >> 1 file changed, 14 insertions(+) &g

[meta-ti] [PATCH] k2hk-hs-evm: add new machine config

2017-03-29 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- conf/machine/k2hk-hs-evm.conf | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 conf/machine/k2hk-hs-evm.conf diff --git a/conf/machine/k2hk-hs-evm.conf b/conf/machine/k2hk-hs-evm.conf new file mode 100644 index 0

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.00-rc5 tag

2017-03-17 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] uboot-ti-staging: update to ti2017.00-rc5 tag

2017-03-17 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 8d6a3c7..9d77aef

[meta-ti] [PATCH] linux-ti-staging: update to ti2017.00-rc4 tag

2017-03-10 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] linux-ti-staging: update to ti2017.00-rc3 tag

2017-03-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 1/2] uboot-ti-staging: update to ti2017.00-rc3 tag

2017-03-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index ebf29cd..8d6a3c7

[meta-ti] [PATCH 1/3] linux-ti-staging: update to ti2017.01-rc1 tag

2017-04-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/3] uboot-ti-staging: update to ti2017.01-rc1 tag

2017-04-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index aa9ab60..c279e41

[meta-ti] [PATCH 3/3] boot-monitor: update to ti2017.01-rc1 tag

2017-04-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/boot-monitor/boot-monitor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 04165b4..da53867 100644 --- a/r

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.03-rc3 tag

2017-07-31 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.03-rc3 tag

2017-07-31 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 813e291c..b3adeda8

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.03-rc2 tag

2017-07-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.03-rc2 tag

2017-07-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index d9acf1f7..813e291c

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.03-rc4 tag

2017-08-09 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index b3adeda8..07c5bdc1

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.03-rc4 tag

2017-08-09 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH] ti-sci-fw: update to the latest 0.1.1-50 version

2017-05-12 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index bbfbd49a..83d01885 100644 --- a/recipes-bsp/

[meta-ti] [PATCH 2/2] uboot-ti-staging: update to ti2017.01-rc4 tag

2017-05-16 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index ca48426c..c0d81b7d

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.02-rc5 tag

2017-06-19 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] uboot-ti-staging: update to ti2017.02-rc5 tag

2017-06-19 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 4e4b9ab7..ed2058b0

[meta-ti] [PATCH 2/2] linux-ti-staging: update to ti2017.02-rc6 tag

2017-06-27 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 1/2] uboot-ti-staging: update to ti2017.02-rc6 tag

2017-06-27 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index ed2058b0..b7b641cf

[meta-ti] [PATCH 3/3] netcp-pa-fw: update to version 3.0.2.3

2017-06-05 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb index 3b6e0132..492313e3

[meta-ti] [PATCH 3/3] netcp-pa-fw: update to version 3.0.2.3

2017-06-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v2 - No changes recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb index 3b6e0132..49

[meta-ti] [PATCH 1/3] linux-ti-staging: update to ti2017.02-rc1 tag

2017-06-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v2 - No changes recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9

[meta-ti] [PATCH 2/3] uboot-ti-staging: update to ti2017.02-rc1 tag

2017-06-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v2 - Fix SRCREV to SHA on the branch not the tag recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-b

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.02-rc4 tag

2017-06-13 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] uboot-ti-staging: update to ti2017.02-rc4 tag

2017-06-13 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 73aec1c4..4e4b9ab7

[meta-ti] [PATCH 1/4] linux-ti-staging: update to ti2017.01-rc2 tag

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [v2 PATCH 3/4] ti-sci-fw: update to the latest 0.1.1-47 version

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v2 - Updated the srcrev missing from v1 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index f5

[meta-ti] [v2 PATCH 1/4] linux-ti-staging: update to ti2017.01-rc2 tag

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v2 - No changes recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9

[meta-ti] [PATCH 3/4] ti-sci-fw: update to the latest 0.1.1-47 version

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index f5706a65..f04008f3 100644 --- a/recipes-bsp/

Re: [meta-ti] [v2 PATCH 4/4] boot-monitor: update to ti2017.01-rc2 tag

2017-05-01 Thread Dan Murphy
Denys On 05/01/2017 02:10 PM, Denys Dmytriyenko wrote: > On Mon, May 01, 2017 at 02:01:50PM -0500, Dan Murphy wrote: >> Signed-off-by: Dan Murphy <dmur...@ti.com> >> --- >> >> v2 - No changes >> >> recipes-bsp/boot-monitor/boot-monitor_git.bb

[meta-ti] [v3 PATCH 4/4] boot-monitor: update to ti2017.01-rc2 tag

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - Removed the supplmental patch and directory v2 - No changes recipes-bsp/boot-monitor/boot-monitor_git.bb | 3 +- ...-Fix-issue-with-setting-CHECK-and-VERBOSE.patch | 42 -- 2 files changed, 1 insertion(

[meta-ti] [v3 PATCH 1/4] linux-ti-staging: update to ti2017.01-rc2 tag

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - No changes v2 - No changes recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-s

[meta-ti] [v3 PATCH 2/4] uboot-ti-staging: update to ti2017.01-rc2 tag

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - No changes v2 - No changes recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2

[meta-ti] [v3 PATCH 3/4] ti-sci-fw: update to the latest 0.1.1-47 version

2017-05-01 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - No changes v2 - Added SRCREV update recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.01-rc3 tag

2017-05-08 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] uboot-ti-staging: update to ti2017.01-rc3 tag

2017-05-08 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 257d9b59..ca48426c

Re: [meta-ti] [PATCH 2/3] uboot-ti-staging: update to ti2017.02-rc1 tag

2017-06-06 Thread Dan Murphy
05, 2017 at 09:47:08AM -0500, Dan Murphy wrote: >> Signed-off-by: Dan Murphy <dmur...@ti.com> >> --- >> recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes-bsp/u-boot/u-b

[meta-ti] [PATCH v3 3/3] netcp-pa-fw: update to version 3.0.2.3

2017-06-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - Moved for rc2 recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb index 3b

[meta-ti] [PATCH v3 1/3] linux-ti-staging: update to ti2017.02-rc2 tag

2017-06-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - Moved to rc2 from rc1 recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-

[meta-ti] [PATCH v3 2/3] uboot-ti-staging: update to ti2017.02-rc2 tag

2017-06-06 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- v3 - Moved to rc2 from rc1 recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017

[meta-ti] [PATCH] linux-ti-staging: update to ti2017.04-rc4 tag

2017-09-18 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.05-rc1 tag

2017-10-09 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.05-rc1 tag

2017-10-09 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index bd7a3633..4d637f9d

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.04-rc2 tag

2017-09-05 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 5276bbef..bd7a3633

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.04-rc2 tag

2017-09-05 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH] linux-ti-staging: update to ti2017.04-rc3 tag

2017-09-12 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.04-rc1 tag

2017-08-28 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 07c5bdc1..5276bbef

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.04-rc1 tag

2017-08-28 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.05-rc2 tag

2017-10-17 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 4d637f9d..f10c3686

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.05-rc2 tag

2017-10-17 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.06-rc2 tag

2017-11-28 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 26ddfd66..8b224f15

[meta-ti] [PATCH 1/2] linux-ti-staging: update to 4.9.65 and ti2017.06-rc2 tag

2017-11-28 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.06-rc4 tag

2017-12-14 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index 8b224f15..07e45ec7

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.06-rc4 tag

2017-12-14 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index b979660e..20692bc6

[meta-ti] [PATCH] linux-ti-staging: update to ti2017.06-rc3 tag

2017-12-05 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index 5214cd5c..b979660e

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.05-rc3 tag

2017-10-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index f10c3686..fe52ff1f

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.05-rc3 tag

2017-10-24 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2017.05-rc4 tag

2017-10-30 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb index fe52ff1f..5b7b2ae9

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2017.05-rc4 tag

2017-10-30 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.9.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.9.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.9.bb b/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.01-rc3

2018-05-08 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 638b5b61..c131571a

[meta-ti] [PATCH] linux-ti-staging: update to ti2018.01-rc4

2018-05-15 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-

[meta-ti] [PATCH] linux-ti-staging: update to latest 4.9.105 stable release

2018-06-04 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.9.bb b/recipes-kernel/linux/linux-ti-staging_4.9.bb index 20692bc6..01539211 100644 --- a/recipes-kernel

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2018.01-rc2

2018-04-30 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.01-rc2

2018-04-30 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 6cc3b06e..638b5b61

[meta-ti] [PATCH 2/3] u-boot-ti-staging: update to ti2018.03-rc1 tag

2018-08-02 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 54122fb7..8cb9cad1 100644 --- a/recipes

[meta-ti] [PATCH 3/3] arm-trusted-firmware: update to ti2018.03-rc1 tag

2018-08-02 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb index

[meta-ti] [PATCH 1/3] linux-ti-staging: update ti2018.03-rc1 tag

2018-08-02 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti

Re: [meta-ti] [PATCH 1/2] linux-ti-staging: update ti2018.03-rc3 tag

2018-08-15 Thread Dan Murphy
On 08/15/2018 02:00 PM, Denys Dmytriyenko wrote: > No RT bump? > Nope. > > On Wed, Aug 15, 2018 at 01:21:40PM -0500, Dan Murphy wrote: >> Signed-off-by: Dan Murphy >> --- >> recipes-kernel/linux/linux-ti-staging_4.14.bb | 4 ++-- >> 1 file changed, 2 inse

[meta-ti] [PATCH 1/2] linux-ti-staging: update ti2018.03-rc3 tag

2018-08-15 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index 6bb5c33b..9e092404 100644 --- a/recipes-kernel

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.03-rc3 tag

2018-08-15 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 54635b90..5708f94b 100644 --- a/recipes

[meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.03-rc2 tag

2018-08-08 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 8cb9cad1..54635b90 100644 --- a/recipes

[meta-ti] [PATCH] linux-ti-staging: update to ti2018.03-rc5 tag

2018-08-30 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.14.bb| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti-staging

[meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc4 tag

2018-07-11 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 33110c1b..54122fb7 100644 --- a/recipes

[meta-ti] [PATCH 2/2] linux-ti-staging: update ti2018.02-rc4 tag

2018-07-11 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti

[meta-ti] [PATCH 2/2] inux-ti-staging: update ti2018.02-rc3 tag

2018-07-03 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti

[meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc3 tag

2018-07-03 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index fc0a10e7..33110c1b 100644 --- a/recipes

Re: [meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc3 tag

2018-07-03 Thread Dan Murphy
Breaks the build or breaks the boot because this built fine for the uBoot compilation job. Dan On 07/03/2018 01:01 PM, Denys Dmytriyenko wrote: > This breaks at least am57xx now - I'm investigating... > > > On Tue, Jul 03, 2018 at 11:07:35AM -0500, Dan Murphy wrote: >>

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.00-rc2

2018-03-13 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index c820feb4..67bf4383

[meta-ti] [PATCH 1/2] linux-ti-staging: update to 4.14.26

2018-03-13 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.00-rc5

2018-04-04 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index fc044bd8..7448d3be

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.01-rc1

2018-04-23 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 7448d3be..6cc3b06e

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2018.01-rc1

2018-04-23 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.00-rc4

2018-03-27 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index d9835306..fc044bd8

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2018.00-rc4

2018-03-27 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-

[meta-ti] [PATCH 2/2] u-boot-ti-staging: update to ti2018.00-rc3

2018-03-20 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 67bf4383..d9835306

[meta-ti] [PATCH 1/2] linux-ti-staging: update to ti2018.00-rc3

2018-03-20 Thread Dan Murphy
Signed-off-by: Dan Murphy <dmur...@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 3 ++- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-

[meta-ti] [PATCH 2/2] linux-ti-staging: update ti2018.02-rc2 tag

2018-06-28 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.14.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.14.bb b/recipes-kernel/linux/linux-ti

[meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc2 tag

2018-06-28 Thread Dan Murphy
Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index d69e5920..fc0a10e7 100644 --- a/recipes

  1   2   >