[oe] [meta-oe][PATCH 1/1] open-lldp: Add initial version 1.0.1

2020-02-25 Thread Jonathan Richardson via Openembedded-devel
Open-LLDP provides a Link Layer Discovery Protocol agent that supports DCB (Data Center Bridging). The tc utility from iproute is needed to manipulate traffic control settings in the kernel. Signed-off-by: Jonathan Richardson --- ...tion-to-disable-installation-of-syst.patch | 57

Re: [oe] [meta-oe][PATCH v2 1/1] open-lldp: Add initial version 1.0.1

2020-02-26 Thread Jonathan Richardson via Openembedded-devel
On Wed, Feb 26, 2020 at 12:34 PM Khem Raj wrote: > > Thanks Jonathan, I have few more comments. > > On 2/26/20 12:29 PM, Jonathan Richardson via Openembedded-devel wrote: > > Open-LLDP provides a Link Layer Discovery Protocol agent that supports > > DCB (Data Center Bridgi

[oe] [meta-oe][PATCH v2 1/1] open-lldp: Add initial version 1.0.1

2020-02-26 Thread Jonathan Richardson via Openembedded-devel
Open-LLDP provides a Link Layer Discovery Protocol agent that supports DCB (Data Center Bridging). The tc utility from iproute is needed to manipulate traffic control settings in the kernel. Signed-off-by: Jonathan Richardson --- .../0001-Fix-musl-libc-build-issue.patch | 25

[oe] [meta-oe][PATCH v3 1/1] open-lldp: Add initial version 1.0.1

2020-02-26 Thread Jonathan Richardson via Openembedded-devel
Open-LLDP provides a Link Layer Discovery Protocol agent that supports DCB (Data Center Bridging). The tc utility from iproute is needed to manipulate traffic control settings in the kernel. Signed-off-by: Jonathan Richardson --- .../0001-Fix-musl-libc-build-issue.patch | 26 +

[oe] [meta-oe] [PATCH v2 1/1] fio: remove disabling of compiler optimizations

2020-02-18 Thread Jonathan Richardson via Openembedded-devel
Disabling compiler optimizations affects fio performance by 25-30% so remove this from EXTRA_OECONF. Disabling of optimizations should be machine specific if there are bugs in the code instead of the default. Optimizations were removed in this commit:

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Jonathan Richardson via Openembedded-devel
I was just about to submit a patch to remove the disabling of compiler optimizations to fio. On our cortex A72 this kills the performance of fio by 25%. That would solve this build issue also. I haven't seen any crashes with fio. If there are some architecture specific issues can the removal of

Re: [oe] [meta-oe][PATCH] fio: upgrade 3.17 -> 3.18

2020-02-18 Thread Jonathan Richardson via Openembedded-devel
On Tue, Feb 18, 2020 at 2:09 PM Adrian Bunk wrote: > > On Tue, Feb 18, 2020 at 11:37:33AM -0800, Jonathan Richardson via > Openembedded-devel wrote: > > I was just about to submit a patch to remove the disabling of compiler > > optimizations to fio. On our cortex A72 this

[oe] [meta-oe][PATCH v2 1/1] pcimem: add initial version 2.0

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
From: Randy Schacher Initial revision from 09724edb1783a98da2b7ae53c5aaa87493aabc9b Reviewed-by: Jonathan Richardson Reviewed-by: Randy Schacher Signed-off-by: Jonathan Richardson --- meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | 17 + 1 file changed, 17 insertions(+)

[oe] [meta-oe][PATCH v2 1/1] spidev-test: Add initial version of recipe

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
From: Arun Parameswaran Allows for testing SPI interface using spidev driver and is part of the kernel tools. Signed-off-by: Arun Parameswaran Reviewed-by: Jonathan Richardson Tested-by: Jonathan Richardson Signed-off-by: Jonathan Richardson ---

Re: [oe] [meta-oe] spidev-test: Add initial version of recipe

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
-Original Message- From: Jonathan Richardson [mailto:jonathan.richard...@broadcom.com] Sent: Thursday, February 13, 2020 3:24 PM To: openembedded-devel@lists.openembedded.org Cc: Arun Parameswaran; Jonathan Richardson Subject: [meta-oe] spidev-test: Add initial version of recipe From:

[oe] [meta-oe] pcimem: add initial version 2.0

2020-02-13 Thread Jonathan Richardson via Openembedded-devel
From: Randy Schacher Initial revision from 09724edb1783a98da2b7ae53c5aaa87493aabc9b Reviewed-by: Jonathan Richardson Reviewed-by: Randy Schacher Signed-off-by: Jonathan Richardson --- meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | 18 ++ 1 file changed, 18 insertions(+)

[oe] [meta-oe] spidev-test: Add initial version of recipe

2020-02-13 Thread Jonathan Richardson via Openembedded-devel
From: Arun Parameswaran Allows for testing SPI interface using spidev driver and is part of the kernel tools. Signed-off-by: Arun Parameswaran Reviewed-by: Jonathan Richardson Tested-by: Jonathan Richardson Signed-off-by: Jonathan Richardson ---

[oe] [meta-oe] [PATCH] python3-jdcal: add initial recipe version 1.4.1

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
--- .../python/python3-jdcal_1.4.1.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb diff --git a/meta-python/recipes-devtools/python/python3-jdcal_1.4.1.bb

[oe] [meta-oe] [PATCH] python3-openpyxl: Add initial version 2.6.3

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
openpyxl depends on et-xmlfile and jdcal. --- .../python/python3-openpyxl_2.6.3.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-openpyxl_2.6.3.bb diff --git

[oe] [meta-oe] [PATCH] python3-et-xmlfile: add initial recipe version 1.0.1

2020-02-14 Thread Jonathan Richardson via Openembedded-devel
--- .../python/python3-et-xmlfile_1.0.1.bb| 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-et-xmlfile_1.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-et-xmlfile_1.0.1.bb