All of lore.kernel.org
 help / color / mirror / Atom feed
* [master/thud][PATCH 0/5] Build am65xx prueth-fw from source
@ 2019-06-18 19:00 Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 1/5] emac-lld-rtos: update to version 01.00.03.15 Jacob Stiffler
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-18 19:00 UTC (permalink / raw)
  To: meta-ti; +Cc: rogerq

Build prueth-fw for am65xx from sources and remove existing prebuilt
firmware recipe.

Jacob Stiffler (5):
  emac-lld-rtos: update to version 01.00.03.15
  emac-lld: separate SRC_URI in inc file
  prueth-fw-am65xx: build am65xx prueth-fw from source
  linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx
  prueth-fw-bin: remove prebuilt firmware recipe

 recipes-bsp/emac-lld/emac-lld-rtos_git.bb     | 18 +++--------
 recipes-bsp/emac-lld/emac-lld.inc             | 17 +++++++++++
 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb  | 44 +++++++++++++++++++++++++++
 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb    | 32 -------------------
 recipes-kernel/linux/linux-ti-staging_4.19.bb |  2 +-
 5 files changed, 66 insertions(+), 47 deletions(-)
 create mode 100644 recipes-bsp/emac-lld/emac-lld.inc
 create mode 100644 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
 delete mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb

-- 
2.7.4



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [master/thud][PATCH 1/5] emac-lld-rtos: update to version 01.00.03.15
  2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
@ 2019-06-18 19:00 ` Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 2/5] emac-lld: separate SRC_URI in inc file Jacob Stiffler
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-18 19:00 UTC (permalink / raw)
  To: meta-ti; +Cc: rogerq

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
index efa4528..e451b75 100644
--- a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
+++ b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
@@ -12,14 +12,14 @@ EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
 EMAC_LLD_GIT_PROTOCOL = "git"
 EMAC_LLD_GIT_BRANCH = "master"
 
-# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.14B"
-EMAC_LLD_SRCREV = "9ad95cde88aae23aaedf95d2146cab4a388e70d3"
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.15"
+EMAC_LLD_SRCREV = "6838a58d68ebc72e9225663b3529a096baa2d1eb"
 
 BRANCH ="${EMAC_LLD_GIT_BRANCH}"
 SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
 
 SRCREV = "${EMAC_LLD_SRCREV}"
-PV = "01.00.03.14B"
+PV = "01.00.03.15"
 PR = "r0"
 
 DEPENDS_append = " board-rtos osal-rtos"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [master/thud][PATCH 2/5] emac-lld: separate SRC_URI in inc file
  2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 1/5] emac-lld-rtos: update to version 01.00.03.15 Jacob Stiffler
@ 2019-06-18 19:00 ` Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 3/5] prueth-fw-am65xx: build am65xx prueth-fw from source Jacob Stiffler
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-18 19:00 UTC (permalink / raw)
  To: meta-ti; +Cc: rogerq

* The emac-lld also contains sources for the prueth-fw on am65xx.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 18 ++++--------------
 recipes-bsp/emac-lld/emac-lld.inc         | 17 +++++++++++++++++
 2 files changed, 21 insertions(+), 14 deletions(-)
 create mode 100644 recipes-bsp/emac-lld/emac-lld.inc

diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
index e451b75..2af38b9 100644
--- a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
+++ b/recipes-bsp/emac-lld/emac-lld-rtos_git.bb
@@ -2,26 +2,16 @@ SUMMARY = "TI RTOS low level driver for Ethernet MAC (EMAC) peripheral"
 
 inherit ti-pdk
 
+require emac-lld.inc
+
+PR = "r0"
+
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://emacver.h;beginline=1;endline=47;md5=f66bb3695972ca2a85d990a390f45d88"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k2g|omapl1|c665x-evm|k3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
-EMAC_LLD_GIT_PROTOCOL = "git"
-EMAC_LLD_GIT_BRANCH = "master"
-
-# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.15"
-EMAC_LLD_SRCREV = "6838a58d68ebc72e9225663b3529a096baa2d1eb"
-
-BRANCH ="${EMAC_LLD_GIT_BRANCH}"
-SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
-
-SRCREV = "${EMAC_LLD_SRCREV}"
-PV = "01.00.03.15"
-PR = "r0"
-
 DEPENDS_append = " board-rtos osal-rtos"
 DEPENDS_append_ti33x = " starterware-rtos"
 DEPENDS_append_ti43x = " starterware-rtos"
diff --git a/recipes-bsp/emac-lld/emac-lld.inc b/recipes-bsp/emac-lld/emac-lld.inc
new file mode 100644
index 0000000..0a22061
--- /dev/null
+++ b/recipes-bsp/emac-lld/emac-lld.inc
@@ -0,0 +1,17 @@
+EMAC_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/emac-lld.git"
+EMAC_LLD_GIT_PROTOCOL = "git"
+EMAC_LLD_GIT_BRANCH = "master"
+
+# Below commit ID corresponds to "DEV.EMAC_LLD.01.00.03.15"
+EMAC_LLD_SRCREV = "6838a58d68ebc72e9225663b3529a096baa2d1eb"
+
+BRANCH ="${EMAC_LLD_GIT_BRANCH}"
+SRC_URI = "${EMAC_LLD_GIT_URI};protocol=${EMAC_LLD_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${EMAC_LLD_SRCREV}"
+
+# The LLD version
+PV = "01.00.03.15+git${SRCPV}"
+
+# The FW version(s)
+PV_DUALEMAC_FW = "5.3.0.5+git${SRCPV}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [master/thud][PATCH 3/5] prueth-fw-am65xx: build am65xx prueth-fw from source
  2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 1/5] emac-lld-rtos: update to version 01.00.03.15 Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 2/5] emac-lld: separate SRC_URI in inc file Jacob Stiffler
@ 2019-06-18 19:00 ` Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 4/5] linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx Jacob Stiffler
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-18 19:00 UTC (permalink / raw)
  To: meta-ti; +Cc: rogerq

* The sources for the am65xx prueth-fw are located in within the
  emac-lld sources.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb | 44 ++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb

diff --git a/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb b/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
new file mode 100644
index 0000000..dcd30b4
--- /dev/null
+++ b/recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
@@ -0,0 +1,44 @@
+DESCRIPTION = "PRU Ethernet firmware for AM65x"
+
+require recipes-ti/includes/ti-paths.inc
+require recipes-bsp/emac-lld/emac-lld.inc
+
+LICENSE = "TI-TFL"
+LIC_FILES_CHKSUM = "file://src/makefile;beginline=6;endline=53;md5=3f9129d208f240940749757214bdc191"
+
+PV = "${PV_DUALEMAC_FW}"
+PR = "r0"
+
+S = "${WORKDIR}/git/firmware/icss_dualmac"
+
+COMPATIBLE_MACHINE = "am65xx"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+DEPENDS = "ti-cgt-pru-native"
+
+EXTRA_OEMAKE += "CL_PRU_INSTALL_PATH="${TI_CGT_PRU_INSTALL_DIR}""
+
+do_compile() {
+    oe_runmake -C src
+}
+
+do_install() {
+    install -d ${D}${base_libdir}/firmware/ti-pruss
+
+    install -m 0644 bin/rxl2_txl2_rgmii0/rxl2_txl2.out \
+        ${D}${base_libdir}/firmware/ti-pruss/am65x-pru0-prueth-fw.elf
+
+    install -m 0644 bin/rtu_test0/rtu_v2.out \
+        ${D}${base_libdir}/firmware/ti-pruss/am65x-rtu0-prueth-fw.elf
+
+    install -m 0644 bin/rxl2_txl2_rgmii1/rxl2_txl2.out \
+        ${D}${base_libdir}/firmware/ti-pruss/am65x-pru1-prueth-fw.elf
+
+    install -m 0644 bin/rtu_test1/rtu_v2.out \
+        ${D}${base_libdir}/firmware/ti-pruss/am65x-rtu1-prueth-fw.elf
+}
+
+FILES_${PN} = "${base_libdir}/firmware"
+
+INSANE_SKIP_${PN} = "arch"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [master/thud][PATCH 4/5] linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx
  2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
                   ` (2 preceding siblings ...)
  2019-06-18 19:00 ` [master/thud][PATCH 3/5] prueth-fw-am65xx: build am65xx prueth-fw from source Jacob Stiffler
@ 2019-06-18 19:00 ` Jacob Stiffler
  2019-06-18 19:00 ` [master/thud][PATCH 5/5] prueth-fw-bin: remove prebuilt firmware recipe Jacob Stiffler
  2019-06-18 22:11 ` [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Denys Dmytriyenko
  5 siblings, 0 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-18 19:00 UTC (permalink / raw)
  To: meta-ti; +Cc: rogerq

* Switch am65xx RDEPENDS from prueth-fw-bin to prueth-fw-am65xx.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_4.19.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_4.19.bb b/recipes-kernel/linux/linux-ti-staging_4.19.bb
index 26b388b..2bbcdb7 100644
--- a/recipes-kernel/linux/linux-ti-staging_4.19.bb
+++ b/recipes-kernel/linux/linux-ti-staging_4.19.bb
@@ -48,7 +48,7 @@ RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am57xx-evm = " prueth-fw"
 RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am437x-evm = " prueth-fw"
 RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am335x-evm = " prueth-fw"
 RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_k2g = " prueth-fw"
-RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-bin"
+RDEPENDS_${KERNEL_PACKAGE_NAME}-base_append_am65xx-evm = " prueth-fw-am65xx"
 
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [master/thud][PATCH 5/5] prueth-fw-bin: remove prebuilt firmware recipe
  2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
                   ` (3 preceding siblings ...)
  2019-06-18 19:00 ` [master/thud][PATCH 4/5] linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx Jacob Stiffler
@ 2019-06-18 19:00 ` Jacob Stiffler
  2019-06-18 22:11 ` [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Denys Dmytriyenko
  5 siblings, 0 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-18 19:00 UTC (permalink / raw)
  To: meta-ti; +Cc: rogerq

* The prueth-fw-am65xx provides the same firmware but built from
  sourecs.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 32 ------------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb

diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
deleted file mode 100644
index 60dc087..0000000
--- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "PRU Ethernet firmware for AM65xx"
-
-LICENSE = "TI-TFL"
-LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76"
-
-PV = "5.3.0.5"
-
-CLEANBROKEN = "1"
-
-COMPATIBLE_MACHINE = "am65xx-evm"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7"
-BRANCH ?= "ti-linux-firmware"
-
-SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
-
-S = "${WORKDIR}/git"
-
-TARGET = "am65x-pru0-prueth-fw.elf am65x-pru1-prueth-fw.elf am65x-rtu0-prueth-fw.elf am65x-rtu1-prueth-fw.elf"
-
-do_install() {
-	install -d ${D}${base_libdir}/firmware/ti-pruss
-	for f in ${TARGET}; do
-		install -m 0644 ${S}/ti-pruss/$f ${D}${base_libdir}/firmware/ti-pruss/$f
-	done
-}
-
-FILES_${PN} = "${base_libdir}/firmware"
-
-INSANE_SKIP_${PN} = "arch"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [master/thud][PATCH 0/5] Build am65xx prueth-fw from source
  2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
                   ` (4 preceding siblings ...)
  2019-06-18 19:00 ` [master/thud][PATCH 5/5] prueth-fw-bin: remove prebuilt firmware recipe Jacob Stiffler
@ 2019-06-18 22:11 ` Denys Dmytriyenko
  2019-06-19 12:39   ` Roger Quadros
  5 siblings, 1 reply; 10+ messages in thread
From: Denys Dmytriyenko @ 2019-06-18 22:11 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-ti, rogerq

Jake,

You called the new recipe prueth-fw-am65x_git.bb (with 1 "x") but in 
linux-ti-staging you RDEPENDS on "prueth-fw-am65xx" (with 2 "x").
Since my next builds broke, I'll rebase and drop these patches for now. 
Please test and re-submit the fixes. Thanks.

Denys


On Tue, Jun 18, 2019 at 03:00:13PM -0400, Jacob Stiffler wrote:
> Build prueth-fw for am65xx from sources and remove existing prebuilt
> firmware recipe.
> 
> Jacob Stiffler (5):
>   emac-lld-rtos: update to version 01.00.03.15
>   emac-lld: separate SRC_URI in inc file
>   prueth-fw-am65xx: build am65xx prueth-fw from source
>   linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx
>   prueth-fw-bin: remove prebuilt firmware recipe
> 
>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb     | 18 +++--------
>  recipes-bsp/emac-lld/emac-lld.inc             | 17 +++++++++++
>  recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb  | 44 +++++++++++++++++++++++++++
>  recipes-bsp/prueth-fw/prueth-fw-bin_git.bb    | 32 -------------------
>  recipes-kernel/linux/linux-ti-staging_4.19.bb |  2 +-
>  5 files changed, 66 insertions(+), 47 deletions(-)
>  create mode 100644 recipes-bsp/emac-lld/emac-lld.inc
>  create mode 100644 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
>  delete mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
> 
> -- 
> 2.7.4
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [master/thud][PATCH 0/5] Build am65xx prueth-fw from source
  2019-06-18 22:11 ` [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Denys Dmytriyenko
@ 2019-06-19 12:39   ` Roger Quadros
  2019-06-19 12:40     ` Roger Quadros
  0 siblings, 1 reply; 10+ messages in thread
From: Roger Quadros @ 2019-06-19 12:39 UTC (permalink / raw)
  To: Denys Dmytriyenko, Jacob Stiffler; +Cc: meta-ti

Jake,

How do I test the ELF files that are generated from this series?

Denys,

Please wait for my Tested-by Tag before pulling in this series. Thanks.

cheers,
-roger

On 19/06/2019 01:11, Denys Dmytriyenko wrote:
> Jake,
> 
> You called the new recipe prueth-fw-am65x_git.bb (with 1 "x") but in 
> linux-ti-staging you RDEPENDS on "prueth-fw-am65xx" (with 2 "x").
> Since my next builds broke, I'll rebase and drop these patches for now. 
> Please test and re-submit the fixes. Thanks.
> 
> Denys
> 
> 
> On Tue, Jun 18, 2019 at 03:00:13PM -0400, Jacob Stiffler wrote:
>> Build prueth-fw for am65xx from sources and remove existing prebuilt
>> firmware recipe.
>>
>> Jacob Stiffler (5):
>>   emac-lld-rtos: update to version 01.00.03.15
>>   emac-lld: separate SRC_URI in inc file
>>   prueth-fw-am65xx: build am65xx prueth-fw from source
>>   linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx
>>   prueth-fw-bin: remove prebuilt firmware recipe
>>
>>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb     | 18 +++--------
>>  recipes-bsp/emac-lld/emac-lld.inc             | 17 +++++++++++
>>  recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb  | 44 +++++++++++++++++++++++++++
>>  recipes-bsp/prueth-fw/prueth-fw-bin_git.bb    | 32 -------------------
>>  recipes-kernel/linux/linux-ti-staging_4.19.bb |  2 +-
>>  5 files changed, 66 insertions(+), 47 deletions(-)
>>  create mode 100644 recipes-bsp/emac-lld/emac-lld.inc
>>  create mode 100644 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
>>  delete mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
>>
>> -- 
>> 2.7.4
>>
>> -- 
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [master/thud][PATCH 0/5] Build am65xx prueth-fw from source
  2019-06-19 12:39   ` Roger Quadros
@ 2019-06-19 12:40     ` Roger Quadros
  2019-06-19 12:41       ` Jacob Stiffler
  0 siblings, 1 reply; 10+ messages in thread
From: Roger Quadros @ 2019-06-19 12:40 UTC (permalink / raw)
  To: Denys Dmytriyenko, Jacob Stiffler; +Cc: meta-ti


On 19/06/2019 15:39, Roger Quadros wrote:
> Jake,
> 
> How do I test the ELF files that are generated from this series?

Sorry, I should have asked, how do I get the ELF files?
I don't have local build setup.

cheers,
-roger

> 
> Denys,
> 
> Please wait for my Tested-by Tag before pulling in this series. Thanks.
> 
> cheers,
> -roger
> 
> On 19/06/2019 01:11, Denys Dmytriyenko wrote:
>> Jake,
>>
>> You called the new recipe prueth-fw-am65x_git.bb (with 1 "x") but in 
>> linux-ti-staging you RDEPENDS on "prueth-fw-am65xx" (with 2 "x").
>> Since my next builds broke, I'll rebase and drop these patches for now. 
>> Please test and re-submit the fixes. Thanks.
>>
>> Denys
>>
>>
>> On Tue, Jun 18, 2019 at 03:00:13PM -0400, Jacob Stiffler wrote:
>>> Build prueth-fw for am65xx from sources and remove existing prebuilt
>>> firmware recipe.
>>>
>>> Jacob Stiffler (5):
>>>   emac-lld-rtos: update to version 01.00.03.15
>>>   emac-lld: separate SRC_URI in inc file
>>>   prueth-fw-am65xx: build am65xx prueth-fw from source
>>>   linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx
>>>   prueth-fw-bin: remove prebuilt firmware recipe
>>>
>>>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb     | 18 +++--------
>>>  recipes-bsp/emac-lld/emac-lld.inc             | 17 +++++++++++
>>>  recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb  | 44 +++++++++++++++++++++++++++
>>>  recipes-bsp/prueth-fw/prueth-fw-bin_git.bb    | 32 -------------------
>>>  recipes-kernel/linux/linux-ti-staging_4.19.bb |  2 +-
>>>  5 files changed, 66 insertions(+), 47 deletions(-)
>>>  create mode 100644 recipes-bsp/emac-lld/emac-lld.inc
>>>  create mode 100644 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
>>>  delete mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
>>>
>>> -- 
>>> 2.7.4
>>>
>>> -- 
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
> 

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [master/thud][PATCH 0/5] Build am65xx prueth-fw from source
  2019-06-19 12:40     ` Roger Quadros
@ 2019-06-19 12:41       ` Jacob Stiffler
  0 siblings, 0 replies; 10+ messages in thread
From: Jacob Stiffler @ 2019-06-19 12:41 UTC (permalink / raw)
  To: Roger Quadros, Denys Dmytriyenko; +Cc: meta-ti


On 6/19/2019 8:40 AM, Roger Quadros wrote:
> On 19/06/2019 15:39, Roger Quadros wrote:
>> Jake,
>>
>> How do I test the ELF files that are generated from this series?
> Sorry, I should have asked, how do I get the ELF files?
> I don't have local build setup.


I can provide you with the one's I have built.


- Jake


> cheers,
> -roger
>
>> Denys,
>>
>> Please wait for my Tested-by Tag before pulling in this series. Thanks.
>>
>> cheers,
>> -roger
>>
>> On 19/06/2019 01:11, Denys Dmytriyenko wrote:
>>> Jake,
>>>
>>> You called the new recipe prueth-fw-am65x_git.bb (with 1 "x") but in
>>> linux-ti-staging you RDEPENDS on "prueth-fw-am65xx" (with 2 "x").
>>> Since my next builds broke, I'll rebase and drop these patches for now.
>>> Please test and re-submit the fixes. Thanks.
>>>
>>> Denys
>>>
>>>
>>> On Tue, Jun 18, 2019 at 03:00:13PM -0400, Jacob Stiffler wrote:
>>>> Build prueth-fw for am65xx from sources and remove existing prebuilt
>>>> firmware recipe.
>>>>
>>>> Jacob Stiffler (5):
>>>>    emac-lld-rtos: update to version 01.00.03.15
>>>>    emac-lld: separate SRC_URI in inc file
>>>>    prueth-fw-am65xx: build am65xx prueth-fw from source
>>>>    linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx
>>>>    prueth-fw-bin: remove prebuilt firmware recipe
>>>>
>>>>   recipes-bsp/emac-lld/emac-lld-rtos_git.bb     | 18 +++--------
>>>>   recipes-bsp/emac-lld/emac-lld.inc             | 17 +++++++++++
>>>>   recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb  | 44 +++++++++++++++++++++++++++
>>>>   recipes-bsp/prueth-fw/prueth-fw-bin_git.bb    | 32 -------------------
>>>>   recipes-kernel/linux/linux-ti-staging_4.19.bb |  2 +-
>>>>   5 files changed, 66 insertions(+), 47 deletions(-)
>>>>   create mode 100644 recipes-bsp/emac-lld/emac-lld.inc
>>>>   create mode 100644 recipes-bsp/prueth-fw/prueth-fw-am65x_git.bb
>>>>   delete mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb
>>>>
>>>> -- 
>>>> 2.7.4
>>>>
>>>> -- 
>>>> _______________________________________________
>>>> meta-ti mailing list
>>>> meta-ti@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-06-19 12:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-18 19:00 [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Jacob Stiffler
2019-06-18 19:00 ` [master/thud][PATCH 1/5] emac-lld-rtos: update to version 01.00.03.15 Jacob Stiffler
2019-06-18 19:00 ` [master/thud][PATCH 2/5] emac-lld: separate SRC_URI in inc file Jacob Stiffler
2019-06-18 19:00 ` [master/thud][PATCH 3/5] prueth-fw-am65xx: build am65xx prueth-fw from source Jacob Stiffler
2019-06-18 19:00 ` [master/thud][PATCH 4/5] linux-ti-staging: switch RDEPENDS to prueth-fw-am65xx Jacob Stiffler
2019-06-18 19:00 ` [master/thud][PATCH 5/5] prueth-fw-bin: remove prebuilt firmware recipe Jacob Stiffler
2019-06-18 22:11 ` [master/thud][PATCH 0/5] Build am65xx prueth-fw from source Denys Dmytriyenko
2019-06-19 12:39   ` Roger Quadros
2019-06-19 12:40     ` Roger Quadros
2019-06-19 12:41       ` Jacob Stiffler

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.