* [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware
@ 2019-04-30 21:57 Dan Murphy
2019-04-30 21:57 ` [PATCH 2/3] u-boot-ti-staging: update to ti2019.01-rc2 tag Dan Murphy
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Dan Murphy @ 2019-04-30 21:57 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
index d129620c..60dc0879 100644
--- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
+++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx"
LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
-PV = "5.1.0.7"
+PV = "5.3.0.5"
CLEANBROKEN = "1"
@@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm"
PACKAGE_ARCH = "${MACHINE_ARCH}"
-SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6"
+SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7"
BRANCH ?= "ti-linux-firmware"
SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
--
2.21.0.5.gaeb582a983
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/3] u-boot-ti-staging: update to ti2019.01-rc2 tag 2019-04-30 21:57 [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Dan Murphy @ 2019-04-30 21:57 ` Dan Murphy 2019-04-30 21:57 ` [PATCH 3/3] linux-ti-staging: " Dan Murphy 2019-04-30 22:03 ` [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Denys Dmytriyenko 2 siblings, 0 replies; 8+ messages in thread From: Dan Murphy @ 2019-04-30 21:57 UTC (permalink / raw) To: meta-ti Signed-off-by: Dan Murphy <dmurphy@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb index a15f07f2..8d5007e1 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb @@ -1,7 +1,7 @@ require u-boot-ti.inc -PR = "r7" +PR = "r8" BRANCH = "ti-u-boot-2019.01" -SRCREV = "84756f3dc48a99dc29fa637d6c8954654257a332" +SRCREV = "41677ab7aab8be58115433054d0d57b3acdd1009" -- 2.21.0.5.gaeb582a983 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/3] linux-ti-staging: update to ti2019.01-rc2 tag 2019-04-30 21:57 [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Dan Murphy 2019-04-30 21:57 ` [PATCH 2/3] u-boot-ti-staging: update to ti2019.01-rc2 tag Dan Murphy @ 2019-04-30 21:57 ` Dan Murphy 2019-04-30 22:03 ` [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Denys Dmytriyenko 2 siblings, 0 replies; 8+ messages in thread From: Dan Murphy @ 2019-04-30 21:57 UTC (permalink / raw) To: meta-ti Signed-off-by: Dan Murphy <dmurphy@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.19.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb index aa740097..06dae707 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.19:" BRANCH = "ti-rt-linux-4.19.y" -SRCREV = "9df3c9d7cac643efcf1abd46711bb35ef0d16b71" -PV = "4.19.31+git${SRCPV}" +SRCREV = "a822a65ebd68ac674d170148e2354ed5f0b3dcc4" +PV = "4.19.37+git${SRCPV}" diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb index f954c59c..368682bc 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.19.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb @@ -56,7 +56,7 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-4.19.y" -SRCREV = "66437806bfe08270c60153cbddc780efba836b6e" +SRCREV = "998f0e675b68df51eb21419fc2f75363e10a68df" PV = "4.19.31+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild -- 2.21.0.5.gaeb582a983 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware 2019-04-30 21:57 [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Dan Murphy 2019-04-30 21:57 ` [PATCH 2/3] u-boot-ti-staging: update to ti2019.01-rc2 tag Dan Murphy 2019-04-30 21:57 ` [PATCH 3/3] linux-ti-staging: " Dan Murphy @ 2019-04-30 22:03 ` Denys Dmytriyenko 2019-04-30 22:05 ` Dan Murphy 2 siblings, 1 reply; 8+ messages in thread From: Denys Dmytriyenko @ 2019-04-30 22:03 UTC (permalink / raw) To: Dan Murphy; +Cc: meta-ti ? On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: > Signed-off-by: Dan Murphy <dmurphy@ti.com> > --- > recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > index d129620c..60dc0879 100644 > --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" > LICENSE = "TI-TFL" > LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" > > -PV = "5.1.0.7" > +PV = "5.3.0.5" > > CLEANBROKEN = "1" > > @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" > +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" > BRANCH ?= "ti-linux-firmware" > > SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" > -- > 2.21.0.5.gaeb582a983 > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware 2019-04-30 22:03 ` [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Denys Dmytriyenko @ 2019-04-30 22:05 ` Dan Murphy 2019-04-30 22:08 ` Denys Dmytriyenko 0 siblings, 1 reply; 8+ messages in thread From: Dan Murphy @ 2019-04-30 22:05 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-ti Denys On 4/30/19 5:03 PM, Denys Dmytriyenko wrote: > ? > > On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: >> Signed-off-by: Dan Murphy <dmurphy@ti.com> >> --- >> recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb >> index d129620c..60dc0879 100644 >> --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb >> +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb >> @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" >> LICENSE = "TI-TFL" >> LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" >> >> -PV = "5.1.0.7" >> +PV = "5.3.0.5" >> >> CLEANBROKEN = "1" >> >> @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" >> >> PACKAGE_ARCH = "${MACHINE_ARCH}" >> >> -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" >> +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" The AM6 prueth firmware was updated after rc1 tag. Dan >> BRANCH ?= "ti-linux-firmware" >> >> SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" >> -- >> 2.21.0.5.gaeb582a983 >> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware 2019-04-30 22:05 ` Dan Murphy @ 2019-04-30 22:08 ` Denys Dmytriyenko 2019-04-30 22:10 ` Dan Murphy 0 siblings, 1 reply; 8+ messages in thread From: Denys Dmytriyenko @ 2019-04-30 22:08 UTC (permalink / raw) To: Dan Murphy; +Cc: meta-ti On Tue, Apr 30, 2019 at 05:05:44PM -0500, Dan Murphy wrote: > Denys > > On 4/30/19 5:03 PM, Denys Dmytriyenko wrote: > > ? > > > > On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: > >> Signed-off-by: Dan Murphy <dmurphy@ti.com> > >> --- > >> recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- > >> 1 file changed, 2 insertions(+), 2 deletions(-) > >> > >> diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > >> index d129620c..60dc0879 100644 > >> --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > >> +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > >> @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" > >> LICENSE = "TI-TFL" > >> LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" > >> > >> -PV = "5.1.0.7" > >> +PV = "5.3.0.5" > >> > >> CLEANBROKEN = "1" > >> > >> @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" > >> > >> PACKAGE_ARCH = "${MACHINE_ARCH}" > >> > >> -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" > >> +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" > > The AM6 prueth firmware was updated after rc1 tag. Yes, and the recipe was already uipdated. Don't forget git update. > Dan > > >> BRANCH ?= "ti-linux-firmware" > >> > >> SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" > >> -- > >> 2.21.0.5.gaeb582a983 > >> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware 2019-04-30 22:08 ` Denys Dmytriyenko @ 2019-04-30 22:10 ` Dan Murphy 2019-04-30 23:08 ` Denys Dmytriyenko 0 siblings, 1 reply; 8+ messages in thread From: Dan Murphy @ 2019-04-30 22:10 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-ti Denys On 4/30/19 5:08 PM, Denys Dmytriyenko wrote: > On Tue, Apr 30, 2019 at 05:05:44PM -0500, Dan Murphy wrote: >> Denys >> >> On 4/30/19 5:03 PM, Denys Dmytriyenko wrote: >>> ? >>> >>> On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: >>>> Signed-off-by: Dan Murphy <dmurphy@ti.com> >>>> --- >>>> recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- >>>> 1 file changed, 2 insertions(+), 2 deletions(-) >>>> >>>> diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb >>>> index d129620c..60dc0879 100644 >>>> --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb >>>> +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb >>>> @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" >>>> LICENSE = "TI-TFL" >>>> LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" >>>> >>>> -PV = "5.1.0.7" >>>> +PV = "5.3.0.5" >>>> >>>> CLEANBROKEN = "1" >>>> >>>> @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" >>>> >>>> PACKAGE_ARCH = "${MACHINE_ARCH}" >>>> >>>> -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" >>>> +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" >> >> The AM6 prueth firmware was updated after rc1 tag. > > Yes, and the recipe was already uipdated. Don't forget git update. > Apparently I did. I know I pulled new ref's but apparently not into my local branch Please ignore this patch Dan > >> Dan >> >>>> BRANCH ?= "ti-linux-firmware" >>>> >>>> SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" >>>> -- >>>> 2.21.0.5.gaeb582a983 >>>> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware 2019-04-30 22:10 ` Dan Murphy @ 2019-04-30 23:08 ` Denys Dmytriyenko 0 siblings, 0 replies; 8+ messages in thread From: Denys Dmytriyenko @ 2019-04-30 23:08 UTC (permalink / raw) To: Dan Murphy; +Cc: meta-ti On Tue, Apr 30, 2019 at 05:10:58PM -0500, Dan Murphy wrote: > Denys > > On 4/30/19 5:08 PM, Denys Dmytriyenko wrote: > > On Tue, Apr 30, 2019 at 05:05:44PM -0500, Dan Murphy wrote: > >> Denys > >> > >> On 4/30/19 5:03 PM, Denys Dmytriyenko wrote: > >>> ? > >>> > >>> On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: > >>>> Signed-off-by: Dan Murphy <dmurphy@ti.com> > >>>> --- > >>>> recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- > >>>> 1 file changed, 2 insertions(+), 2 deletions(-) > >>>> > >>>> diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > >>>> index d129620c..60dc0879 100644 > >>>> --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > >>>> +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > >>>> @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" > >>>> LICENSE = "TI-TFL" > >>>> LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" > >>>> > >>>> -PV = "5.1.0.7" > >>>> +PV = "5.3.0.5" > >>>> > >>>> CLEANBROKEN = "1" > >>>> > >>>> @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" > >>>> > >>>> PACKAGE_ARCH = "${MACHINE_ARCH}" > >>>> > >>>> -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" > >>>> +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" > >> > >> The AM6 prueth firmware was updated after rc1 tag. > > > > Yes, and the recipe was already uipdated. Don't forget git update. > > > > Apparently I did. I know I pulled new ref's but apparently not into my local branch > > Please ignore this patch No problem, thanks! > Dan > > > > >> Dan > >> > >>>> BRANCH ?= "ti-linux-firmware" > >>>> > >>>> SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" > >>>> -- > >>>> 2.21.0.5.gaeb582a983 > >>>> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2019-04-30 23:08 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-04-30 21:57 [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Dan Murphy 2019-04-30 21:57 ` [PATCH 2/3] u-boot-ti-staging: update to ti2019.01-rc2 tag Dan Murphy 2019-04-30 21:57 ` [PATCH 3/3] linux-ti-staging: " Dan Murphy 2019-04-30 22:03 ` [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware Denys Dmytriyenko 2019-04-30 22:05 ` Dan Murphy 2019-04-30 22:08 ` Denys Dmytriyenko 2019-04-30 22:10 ` Dan Murphy 2019-04-30 23:08 ` Denys Dmytriyenko
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.