[oe] [PATCH] openocd: Enable configuration jtag_vpi

2021-03-16 Thread Alistair Francis
Enable the configure time jtag_vpi feature. This feature (http://www.openocd.org/doc/html/Debug-Adapter-Hardware.html) allows OpenOCD to connect to JTAG VPI server interface, which is used in system verilog simulation models. Signed-off-by: Alistair Francis --- meta-oe/recipes-devtools/openocd

Re: [oe] [meta-networking][PATCH] opensaf: Fix build on 32bit arches with 64bit time_t e.g. RISCV-32

2020-11-16 Thread Alistair Francis
On Sun, Nov 15, 2020 at 1:27 PM Khem Raj wrote: > > Signed-off-by: Khem Raj Reviewed-by: Alistair Francis > --- > ...rrect-printf-format-for-__fsblkcnt_t.patch | 36 +++ > .../opensaf/opensaf_5.20.08.bb| 1 + > 2 files changed, 37 insertions

[OE][PATCH] openocd: Update libjaylink

2020-05-19 Thread Alistair Francis
Update the libjaylink SHA to the latest commit. Signed-off-by: Alistair Francis --- meta-oe/recipes-devtools/openocd/openocd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd

Re: [oe] [meta-oe] [PATCH] gpsd: fix build on aarch64

2020-05-15 Thread Alistair Francis
On Fri, May 15, 2020 at 5:14 AM Sean Nyekjaer wrote: > > Explicitly add ${CC} as linker, for it to understand -Wl option. > > Signed-off-by: Sean Nyekjaer > --- > > Alistair please check in your setup :) Thanks! This fixes the build for me. Alistair > >

Re: [[oe] [meta-oe] [PATCH]] gpsd: Upgrade 3.19 -> 3.20

2020-05-15 Thread Alistair Francis
On Mon, May 11, 2020 at 10:46 AM Sean Nyekjaer wrote: > > Revert "SConstruct: Add test for sizeof(time_t), result in SIZEOF_TIME_T." > Do not cross-compile a small for it to be executed on the host. > > Signed-off-by: Sean Nyekjaer This causes gpsd to fail to build when cross compiling for

[oe] [PATCH] python3-obd: Consolidate into a single file

2020-03-08 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-obd.inc | 11 --- .../recipes-devtools/python/python3-obd_0.7.1.bb | 12 ++-- 2 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python

[oe] [PATCH] libchamplain: Add support for building libchamplain

2020-02-07 Thread Alistair Francis
libchamplain is a Gtk widget displaying zoomable and pannable maps that can be loaded from various network sources. Signed-off-by: Alistair Francis --- .../libchamplain/libchamplain_0.12.20.bb | 12 1 file changed, 12 insertions(+) create mode 100644 meta-gnome

[oe] [PATCH v2] gpsd: Only require and build for Python3

2020-02-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v2: - Actually rename everything meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | 24 ++-- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19

[oe] [PATCH] gpsd: Only require and build for Python3

2020-02-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.19.bb index dbbc7140f..5e91ec5d7 100644

[oe] [meta-oe][PATCH] openocd: Enable remote-bitbang build option

2019-12-19 Thread Alistair Francis
Enable the remote-bitbang via PACKAGECONFIG to allow connecting to verilator instances. Signed-off-by: Alistair Francis --- meta-oe/recipes-devtools/openocd/openocd_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b

[oe] [meta-multimedia][PATCH] mycroft: RDEPENDS on mpg123 to allow singing

2019-12-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.8.1.bb index

[oe] Open ISA (RISC-V, OpenPOWER, etc) Miniconf at LCA 2020

2019-11-16 Thread Alistair Francis
forget there's a bunch of other awesome miniconfs scheduled for LCA 2020 - the complete list is available here - https://linux.conf.au/programme/miniconfs/ We look forward to seeing you! Regards, Hugh Blemings & Alistair Francis -- ___ Openembedded-d

[oe] [PATCH] openocd: Update to latest git version

2019-11-06 Thread Alistair Francis
Update to the latest git version and allow native builds. The 0001-esirisc_flash-Rename-PAGE_SIZE-to-FLASH_PAGE_SIZE.patch has been merged into master, so we can remove it. Signed-off-by: Alistair Francis --- ...-Rename-PAGE_SIZE-to-FLASH_PAGE_SIZE.patch | 59 --- .../recipes

[oe] [PATCH] mycroft: Fixup remaining issues

2019-10-25 Thread Alistair Francis
This patch combines a few fixups: - Don't bother users about missing package manager - Use pocketsphinx by default (as it works on RISC-V) - Add Upstream-Status to all patches Signed-off-by: Alistair Francis --- .../files/0001-Remove-python-venv.patch | 2 +- ...v_setup.sh-Remove

Re: [oe] [meta-python][PATCH v2 1/5] python3-pako: Initial commit of version 0.2.3

2019-10-17 Thread Alistair Francis
On Thu, Oct 17, 2019 at 5:49 AM Khem Raj wrote: > > Fails to package > > https://errors.yoctoproject.org/Errors/Details/273941/ v3 sent which fixes this failure. Alistair > > On Wed, Oct 16, 2019 at 9:03 AM Alistair Francis > wrote: > > > >

[oe] [meta-python][PATCH v3 5/5] python3-google-api-python-client: Initial commit of 1.7.11

2019-10-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-google-api-python-client_1.7.11.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_1.7.11.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH v3 4/5] python3-msk: Initial commit of version 0.3.13

2019-10-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-msk_0.3.13.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.13.bb diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb b

[oe] [meta-python][PATCH v3 3/5] python3-msm: Initial commit of version 0.8.3

2019-10-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-msm_0.8.3.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msm_0.8.3.bb diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.3.bb b/meta

[oe] [meta-python][PATCH v3 1/5] python3-pako: Initial commit of version 0.2.3

2019-10-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v3: - Fix package failure .../recipes-devtools/python/python3-pako_0.2.3.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pako_0.2.3.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH v3 2/5] python3-monotonic: Initial commit of version 1.5

2019-10-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-monotonic_1.5.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-monotonic_1.5.bb diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.5.bb

[oe] [meta-python][PATCH v2 1/5] python3-pako: Initial commit of version 0.2.3

2019-10-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-pako_0.2.3.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pako_0.2.3.bb diff --git a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb b

[oe] [meta-python][PATCH v2 2/5] python3-monotonic: Initial commit of version 1.5

2019-10-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-monotonic_1.5.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-monotonic_1.5.bb diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.5.bb

[oe] [meta-python][PATCH v2 5/5] python3-google-api-python-client: Initial commit of 1.7.11

2019-10-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-google-api-python-client_1.7.11.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_1.7.11.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-python][PATCH v2 4/5] python3-msk: Initial commit of version 0.3.13

2019-10-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-msk_0.3.13.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.13.bb diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb b

[oe] [meta-python][PATCH v2 3/5] python3-msm: Initial commit of version 0.8.3

2019-10-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-msm_0.8.3.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msm_0.8.3.bb diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.3.bb b/meta

Re: [oe] [meta-multimedia][PATCH 5/7] python3-google-api-python-client: Initial commit of 1.7.11

2019-10-16 Thread Alistair Francis
On Tue, Oct 15, 2019 at 7:40 PM Khem Raj wrote: > > meta-python is probably better place for this Yes it is. That is where I meant for it to go. I'll re-send the Python patches and they can go in first. Let's drop this series. Alistair > > > On Wed, Oct 16, 2019 at 4:30 AM A

[oe] [meta-multimedia][PATCH 7/7] mycroft: Run the files from /var

2019-10-15 Thread Alistair Francis
To avoid errors when running on a read only /lib/ file system copy the files to /var and run mycroft from there. Signed-off-by: Alistair Francis --- .../recipes-multimedia/mycroft/files/mycroft-setup.service | 3 ++- .../recipes-multimedia/mycroft/files/mycroft.service| 6

[oe] [meta-multimedia][PATCH 6/7] mycroft: Bump to 19.8.1

2019-10-15 Thread Alistair Francis
-by: Alistair Francis --- .../files/0001-Remove-python-venv.patch | 48 ...v_setup.sh-Remove-the-git-dependency.patch | 48 ...irements-Remove-ones-installed-by-OE.patch | 62 --- ..._setup.sh-Remove-the-TERM-dependency.patch | 36 ++ ...v_setup.sh-Remove

[oe] [meta-multimedia][PATCH 5/7] python3-google-api-python-client: Initial commit of 1.7.11

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-google-api-python-client_1.7.11.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_1.7.11.bb diff --git a/meta-python/recipes-devtools/python

[oe] [meta-multimedia][PATCH 4/7] python3-msk: Initial commit of version 0.3.13

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-msk_0.3.13.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msk_0.3.13.bb diff --git a/meta-python/recipes-devtools/python/python3-msk_0.3.13.bb b

[oe] [meta-multimedia][PATCH 3/7] python3-msm: Initial commit of version 0.8.3

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-msm_0.8.3.bb | 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-msm_0.8.3.bb diff --git a/meta-python/recipes-devtools/python/python3-msm_0.8.3.bb b/meta

[oe] [meta-multimedia][PATCH 2/7] python3-monotonic: Initial commit of version 1.5

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-monotonic_1.5.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-monotonic_1.5.bb diff --git a/meta-python/recipes-devtools/python/python3-monotonic_1.5.bb

[oe] [meta-multimedia][PATCH 1/7] python3-pako: Initial commit of version 0.2.3

2019-10-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-pako_0.2.3.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pako_0.2.3.bb diff --git a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb b

[oe] [meta-java][PATCH] layer.conf: Mark as compatible with zeus

2019-10-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- Also, can the master-next branch be pushed to master? conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 90236be..cdba2cd 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7

[oe] [PATCH 6/6] python3-pychromecast: Initial commit of version 4.0.1

2019-09-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-pychromecast_4.0.1.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pychromecast_4.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 5/6] python3-pulsectl: Initial version of 18.12.5

2019-09-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-pulsectl_18.12.5.bb| 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pulsectl_18.12.5.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 3/6] python3-petact: Initial commit of version 0.1.2

2019-09-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-petact_0.1.2.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-petact_0.1.2.bb diff --git a/meta-python/recipes-devtools/python/python3-petact_0.1.2.bb b

[oe] [PATCH 4/6] python3-precise-runner: Initial commit of version 0.3.1

2019-09-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-precise-runner_0.3.1.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb diff --git a/meta-python/recipes-devtools/python/python3-precise

[oe] [PATCH 1/6] python3-padaos: Initial commit of version 0.1.10

2019-09-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-padaos_0.1.10.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-padaos_0.1.10.bb diff --git a/meta-python/recipes-devtools/python/python3-padaos_0.1.10.bb

[oe] [PATCH 2/6] python3-padatious: Initial commit of 0.4.7

2019-09-17 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-padatious_0.4.7.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-padatious_0.4.7.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 2/2] python3-python-vlc: Initial commit of 3.0.7110

2019-09-12 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-python-vlc_3.0.7110.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-python-vlc_3.0.7110.bb diff --git a/meta-python/recipes-devtools/python/python3-python

[oe] [PATCH 1/2] python3-fasteners: Initial commit of 0.15

2019-09-12 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-fasteners_0.15.bb| 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fasteners_0.15.bb diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.15

[oe] [PATCH 1/2] python3-requests-future: Initial commit of 0.9.5

2019-09-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python3-requests-futures_0.9.5.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-requests-futures_0.9.5.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [PATCH 2/2] python3-xmlrunner: Initial commit of 1.7.7

2019-09-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python3-xmlrunner_1.7.7.bb | 9 + 1 file changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-xmlrunner_1.7.7.bb diff --git a/meta-python/recipes-devtools/python/python3

[oe] [meta-python][PATCH v2 2/2] python3-pytest-asyncio: Initial commit of 0.10.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python-pytest-asyncio.inc| 13 + .../python/python3-pytest-asyncio_0.10.0.bb | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pytest-asyncio.inc create

[oe] [meta-python][PATCH v2 1/2] python3-twine: Initial commit of 1.13.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-twine.inc | 11 +++ .../recipes-devtools/python/python3-twine_1.13.0.bb | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-twine.inc create mode

Re: [oe] [meta-python][PATCH 2/3] python3-six: Initial commit of 1.12.0

2019-09-06 Thread Alistair Francis
On Fri, Sep 6, 2019 at 2:29 PM Khem Raj wrote: > > this package is already in oe-core Whoops, I missed that. This patch isn't required then. Alistair > > On Fri, Sep 6, 2019 at 2:02 PM Alistair Francis > wrote: > > > > Signed-off-by: Alistair Francis > > ---

[oe] [meta-python][PATCH 2/3] python3-six: Initial commit of 1.12.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-six.inc | 9 + .../recipes-devtools/python/python3-six_1.12.0.bb| 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-six.inc create mode

[oe] [meta-python][PATCH 3/3] python3-pytest-asyncio: Initial commit of 0.10.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../python/python-pytest-asyncio.inc| 13 + .../python/python3-pytest-asyncio_0.10.0.bb | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pytest-asyncio.inc create

[oe] [meta-python][PATCH 1/3] python3-twine: Initial commit of 1.13.0

2019-09-06 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-twine.inc | 11 +++ .../recipes-devtools/python/python3-twine_1.13.0.bb | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-twine.inc create mode

[oe] [meta-python][PATCH] python: pypi: Add python3-term

2019-07-21 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-term.inc | 9 + meta-python/recipes-devtools/python/python3-term_2.3.bb | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-term.inc create mode 100644

[oe] [meta-oe][PATCH] gpsd: Fix the systemd service run paths

2019-07-10 Thread Alistair Francis
Make sure that we call gpsd from /usr instead of /usr/local. Signed-off-by: Alistair Francis --- meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.18.1.bb

[oe] [PATCH] Remove OETestID from runtime tests

2019-07-02 Thread Alistair Francis
commit 8e2d0575e4e "oeqa: Drop OETestID" in OE-Core remove OETestID so we now get an error trying to import it. As it was unused in meta-jave let's remove it. Signed-off-by: Alistair Francis --- lib/oeqa/runtime/cases/java.py | 1 - lib/oeqa/runtime/cases/javac.py | 1 - 2 files

[oe] [PATCH v3] gpsd: Upgrade from 3.17 to 3.18.1

2019-06-25 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v3: - Actually fix the install problems ...x-includepy-with-sysroot-and-drop-sy.patch | 32 +-- .../0002-include-sys-ttydefaults.h.patch} | 0 ...e-html-and-man-docs-building-becaus.patch} | 0 .../gpsd/{gpsd_3.17.bb => gpsd_3.18.1

Re: [oe] [PATCH v2] gpsd: Upgrade from 3.17 to 3.18.1

2019-06-25 Thread Alistair Francis
On Mon, Jun 24, 2019 at 10:46 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis Argh! This doesn't work, sending a v3. Alistair > --- > v2: > - Fix install warnings > > ...x-includepy-with-sysroot-and-drop-sy.patch | 32 +-- &g

[oe] [PATCH v2] gpsd: Upgrade from 3.17 to 3.18.1

2019-06-25 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v2: - Fix install warnings ...x-includepy-with-sysroot-and-drop-sy.patch | 32 +-- .../0002-include-sys-ttydefaults.h.patch} | 0 ...e-html-and-man-docs-building-becaus.patch} | 0 .../gpsd/{gpsd_3.17.bb => gpsd_3.18.1.bb} |

[oe] [meta-python][PATCH] python-obd: Uprade from 0.7.0 to 0.7.1

2019-05-20 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-obd.inc | 6 +++--- .../python/{python3-obd_0.7.0.bb => python3-obd_0.7.1.bb} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-obd_0.7.0

Re: [oe] [meta-java][PATCH] layer.conf: Mark warrior as supported

2019-04-26 Thread Alistair Francis
rrently work so it's important it's merged soon. Alistair > > Best regards, > Vincent > > Le jeu. 25 avr. 2019 à 20:27, Alistair Francis a écrit > : >> >> On Thu, Apr 11, 2019 at 2:34 PM Alistair Francis >> wrote: >> > >> > Signed-off-by

Re: [oe] [meta-java][PATCH] layer.conf: Mark warrior as supported

2019-04-25 Thread Alistair Francis
On Thu, Apr 11, 2019 at 2:34 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis Ping! > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf b/conf/layer.conf > index b03a608..90236be 100644 > --

[oe] [PATCH] u-boot: Fix missing Python.h build failure

2019-04-16 Thread Alistair Francis
Signed-off-by: Alistair Francis --- ...rt-pylibfdt-Use-Python-2-in-Makefile.patch | 37 +++ meta/recipes-bsp/u-boot/u-boot-common.inc | 4 +- 2 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-bsp/u-boot/files/0001-Revert-pylibfdt-Use-Python-2

[oe] [PATCH] python-obd: Add missing RDEPENDS

2019-04-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-obd.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-obd.inc b/meta-python/recipes-devtools/python/python-obd.inc index f2caf6491..5621dba94 100644 --- a/meta

Re: [oe] [meta-multimedia][PATCH 1/2] mycroft: Update the systemd service to ensure we are ready to start

2019-04-15 Thread Alistair Francis
On Mon, Apr 15, 2019 at 1:00 PM Khem Raj wrote: > > On Mon, Apr 15, 2019 at 11:53 AM Alistair Francis > wrote: > > > Signed-off-by: Alistair Francis > > --- > > .../recipes-multimedia/mycroft/files/mycroft.service | 5 +++-- > > 1 file c

[oe] [meta-multimedia][PATCH 1/2] mycroft: Update the systemd service to ensure we are ready to start

2019-04-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-multimedia/mycroft/files/mycroft.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/mycroft/files/mycroft.service b/meta-multimedia/recipes-multimedia/mycroft/files

[oe] [meta-multimedia][PATCH 2/2] mycroft: Bump from 19.2.2 to 19.2.3

2019-04-15 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../mycroft/{mycroft_19.2.2.bb => mycroft_19.2.3.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta-multimedia/recipes-multimedia/mycroft/{mycroft_19.2.2.bb => mycroft_19.2.3.bb} (96%) diff --git a/meta-multimedia/r

[oe] [meta-java][PATCH] layer.conf: Mark warrior as supported

2019-04-11 Thread Alistair Francis
Signed-off-by: Alistair Francis --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index b03a608..90236be 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAY

[oe] [meta-python][PATCH] python-cryptography: Bump from 2.4.1 to 2.6.1

2019-04-05 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-cryptography-vectors.inc | 4 ++-- ...-vectors_2.4.1.bb => python-cryptography-vectors_2.6.1.bb} | 0 meta-python/recipes-devtools/python/python-cryptography.inc | 4 ++-- ...hon-cryptography_2.4.1.bb =>

Re: [oe] [PATCH v3 2/6] libfann: Initial commit

2019-04-05 Thread Alistair Francis
On Fri, Apr 5, 2019 at 10:50 AM Martin Jansa wrote: > > On Fri, Apr 05, 2019 at 05:38:14PM +, Alistair Francis wrote: > > Use the current master branch instead of the last release in 2013. > > > > Signed-off-by: Alistair Francis > > --- > > meta-oe/re

[oe] [PATCH v4 2/6] libfann: Initial commit

2019-04-05 Thread Alistair Francis
Use the current master branch instead of the last release in 2013. Signed-off-by: Alistair Francis --- meta-oe/recipes-support/libfann/libfann_git.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/libfann/libfann_git.bb diff --git a/meta-oe

Re: [oe] [meta-multimedia][PATCH 6/6] mycroft: Initial commit

2019-04-05 Thread Alistair Francis
On Fri, Apr 5, 2019 at 10:38 AM Alistair Francis wrote: > > On Fri, Apr 5, 2019 at 10:30 AM Khem Raj wrote: > > > > On Fri, Apr 5, 2019 at 7:44 AM Alistair Francis > > wrote: > > > > > > On Wed, Apr 3, 2019 at 4:26 PM Alistair Francis > > >

Re: [oe] [PATCH v2 2/6] libfann: Initial commit

2019-04-05 Thread Alistair Francis
On Fri, Apr 5, 2019 at 9:29 AM Burton, Ross wrote: > > On Fri, 5 Apr 2019 at 15:49, Alistair Francis > wrote: > > +SRCREV = "${AUTOREV}" > > Pick a SHA, don't use autorev. Fixed in v3. Alistair > > Ross > -- > __

Re: [oe] [meta-multimedia][PATCH 6/6] mycroft: Initial commit

2019-04-05 Thread Alistair Francis
On Fri, Apr 5, 2019 at 10:30 AM Khem Raj wrote: > > On Fri, Apr 5, 2019 at 7:44 AM Alistair Francis wrote: > > > > On Wed, Apr 3, 2019 at 4:26 PM Alistair Francis > > wrote: > > > > > > Mycroft is an open source speech assistant. It traditio

[oe] [PATCH v3 2/6] libfann: Initial commit

2019-04-05 Thread Alistair Francis
Use the current master branch instead of the last release in 2013. Signed-off-by: Alistair Francis --- meta-oe/recipes-support/libfann/libfann_git.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-support/libfann/libfann_git.bb diff --git a/meta-oe

[oe] [PATCH v2 6/6] mycroft: Initial commit

2019-04-05 Thread Alistair Francis
services. The first will setup mycroft on boot, the second will start the mycroft voice assistant. Signed-off-by: Alistair Francis --- V2: - Add a systemd service that sets up Mycroft on first boot - Add python-xxhash as a dependency - Add the config opts jason file to avoid being asked setup

[oe] [PATCH v2 4/6] python3-pocketsphinx: Initial commit

2019-04-05 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-pocketsphinx.inc | 9 + .../python/python3-pocketsphinx_0.1.0.bb | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pocketsphinx.inc create

[oe] [PATCH v2 5/6] python3-xxhash: Initial commit

2019-04-05 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-xxhash.inc | 7 +++ .../recipes-devtools/python/python3-xxhash_1.3.0.bb| 2 ++ 2 files changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-xxhash.inc create mode

[oe] [PATCH v2 3/6] python3-pyfann2: Initial commit

2019-04-05 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-fann2.inc | 9 ++ ...ardcode-swig-and-fann2-binary-locati.patch | 28 +++ .../python/python3-fann2_1.1.2.bb | 4 +++ 3 files changed, 41 insertions(+) create mode 100644 meta-python/recipes

[oe] [PATCH v2 1/6] python3-pyaudio: Initial commit

2019-04-05 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-pyaudio.inc | 13 + .../python/python3-pyaudio_0.2.11.bb| 2 ++ 2 files changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyaudio.inc create mode

[oe] [PATCH v2 2/6] libfann: Initial commit

2019-04-05 Thread Alistair Francis
Use the current master branch instead of the last release in 2013. Signed-off-by: Alistair Francis --- meta-oe/recipes-support/libfann/libfann_git.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-support/libfann/libfann_git.bb diff --git a/meta-oe

Re: [oe] [meta-multimedia][PATCH 6/6] mycroft: Initial commit

2019-04-05 Thread Alistair Francis
On Wed, Apr 3, 2019 at 4:26 PM Alistair Francis wrote: > > Mycroft is an open source speech assistant. It traditionally runs inside > Python virtual env and installs all of the pip and native packages and > programs that is needs at setup. This generally includes a native gcc >

[oe] [meta-python][PATCH 5/6] python3-xxhash: Initial commit

2019-04-03 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-xxhash.inc | 7 +++ .../recipes-devtools/python/python3-xxhash_1.3.0.bb| 2 ++ 2 files changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-xxhash.inc create mode

[oe] [meta-multimedia][PATCH 6/6] mycroft: Initial commit

2019-04-03 Thread Alistair Francis
to be installed but we don't requrie any target compilation. Hopefully in the future we can remove all of the runtime install requirements by adding all the Python packages to the rootFS pre-boot and setting up the other files/directories as required during the build process. Signed-off-by: Alistair Francis

[oe] [meta-python][PATCH 4/6] python3-pocketsphinx: Initial commit

2019-04-03 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-pocketsphinx.inc | 9 + .../python/python3-pocketsphinx_0.1.0.bb | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pocketsphinx.inc create

[oe] [meta-oe][PATCH 2/6] libfann: Initial commit

2019-04-03 Thread Alistair Francis
Use the current master branch instead of the last release in 2013. Signed-off-by: Alistair Francis --- meta-oe/recipes-support/libfann/libfann_git.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-support/libfann/libfann_git.bb diff --git a/meta-oe

[oe] [meta-python][PATCH 3/6] python3-pyfann2: Initial commit

2019-04-03 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-fann2.inc | 9 ++ ...ardcode-swig-and-fann2-binary-locati.patch | 28 +++ .../python/python3-fann2_1.1.2.bb | 4 +++ 3 files changed, 41 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH 1/6] python3-pyaudio: Initial commit

2019-04-03 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-devtools/python/python-pyaudio.inc | 13 + .../python/python3-pyaudio_0.2.11.bb| 2 ++ 2 files changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-pyaudio.inc create mode

Re: [oe] [PATCH] meta-python: Initial commit of Python3 OBDII module

2019-03-28 Thread Alistair Francis
On Thu, Mar 28, 2019 at 10:04 PM Tim Orling wrote: > > > > On Thu, Mar 28, 2019 at 9:50 PM Alistair Francis wrote: >> >> Signed-off-by: Alistair Francis >> --- >> meta-python/recipes-devtools/python/python-obd.inc | 9 + >> meta-python/re

[oe] [PATCH] meta-python: Initial commit of Python3 OBDII module

2019-03-28 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-python/recipes-devtools/python/python-obd.inc | 9 + meta-python/recipes-devtools/python/python3-obd_0.7.0.bb | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-obd.inc create mode

[oe] [PATCH v2 1/2] license: Add licenses required for Mimic

2019-03-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta-multimedia/conf/layer.conf | 2 ++ meta-multimedia/licenses/BellBird | 25 + meta-multimedia/licenses/CMU-Tex | 20 meta-multimedia/licenses/Sun | 23 +++ 4 files changed, 70

[oe] [PATCH v2 2/2] mimic: Initial commit of version 1.2.0.2

2019-03-01 Thread Alistair Francis
Signed-off-by: Alistair Francis --- .../recipes-multimedia/mimic/mimic_1.2.0.2.bb | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.2.0.2.bb b

Re: [oe] [PATCH] mimic: Initial commit of version 1.2.0.2

2019-03-01 Thread Alistair Francis
edia/conf/layer.con Will do! Alistair > > On Fri, Mar 1, 2019 at 8:34 PM Alistair Francis wrote: >> >> On Fri, Mar 1, 2019 at 11:06 AM Khem Raj wrote: >> > >> > On Fri, Mar 1, 2019 at 9:47 AM Alistair Francis >> > wrote: >> > > >

Re: [oe] [PATCH] mimic: Initial commit of version 1.2.0.2

2019-03-01 Thread Alistair Francis
On Fri, Mar 1, 2019 at 11:06 AM Khem Raj wrote: > > On Fri, Mar 1, 2019 at 9:47 AM Alistair Francis wrote: > > > > On Thu, Feb 28, 2019 at 6:30 PM Khem Raj wrote: > > > > > > On Thu, Feb 28, 2019 at 4:26 PM Alistair Francis > > > wrote: &g

Re: [oe] [PATCH] mimic: Initial commit of version 1.2.0.2

2019-03-01 Thread Alistair Francis
On Thu, Feb 28, 2019 at 6:30 PM Khem Raj wrote: > > On Thu, Feb 28, 2019 at 4:26 PM Alistair Francis > wrote: > > > > Signed-off-by: Alistair Francis > > --- > > I was not sure what the license should be, it's a little confusing: > > https://github.com/M

[oe] [PATCH] mimic: Initial commit of version 1.2.0.2

2019-02-28 Thread Alistair Francis
Signed-off-by: Alistair Francis --- I was not sure what the license should be, it's a little confusing: https://github.com/MycroftAI/mimic/blob/development/COPYING .../recipes-multimedia/mimic/mimic_1.2.0.2.bb| 16 1 file changed, 16 insertions(+) create mode 100644 meta

[oe] [PATCH] vncx11: Fix dev package do_rootfs failure

2019-02-07 Thread Alistair Francis
-by: Alistair Francis --- meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb index b047bc462..774d2c9cb 100644 --- a/meta-oe/recipes-graphics/x11vnc

Re: [oe] [PATCH] xorg-driver: xf86-video-ati: Add RISCV to COMPATIBLE_MACHINE

2019-01-17 Thread Alistair Francis
On Thu, Jan 17, 2019 at 10:41 AM Khem Raj wrote: > > On Thu, Jan 17, 2019 at 10:33 AM Alistair Francis > wrote: > > > > The ATI drivers can work on non-x86 platforms such as RISC-V, add RISC-V > > as an option in the COMPATIBLE_MACHINE requirement. > > > &g

[oe] [PATCH] xorg-driver: xf86-video-ati: Add RISCV to COMPATIBLE_MACHINE

2019-01-17 Thread Alistair Francis
The ATI drivers can work on non-x86 platforms such as RISC-V, add RISC-V as an option in the COMPATIBLE_MACHINE requirement. Signed-off-by: Alistair Francis --- meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[oe] [PATCH] xorg-driver: xf86-video-ati: Remove x86 COMPATIBLE_MACHINE

2019-01-16 Thread Alistair Francis
The ATI drivers can work on non-x86 platforms such as RISC-V, remove the x86 specific COMPATIBLE_MACHINE requirement. Signed-off-by: Alistair Francis --- meta-oe/recipes-graphics/xorg-driver/xf86-video-ati_18.0.1.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-graphics

[oe] [PATCH v6] pmdk: Initial commit of the PMDK SDK

2018-09-12 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v6: - Mark as only x86-64 compatible v5: - Fix non musl build v4: - Update to 1.4.2 - Fix musl build failure v3: - Add missing patch file - Use SELECTED_OPTIMIZATION v2: - Fix fortify source compile error ...c.cfg-Specify-the-host-when-building.patch

[oe] [PATCH v5] pmdk: Initial commit of the PMDK SDK

2018-09-10 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v5: - Fix non musl build v4: - Update to 1.4.2 - Fix musl build failure v3: - Add missing patch file - Use SELECTED_OPTIMIZATION v2: - Fix fortify source compile error ...c.cfg-Specify-the-host-when-building.patch | 29 + ...0002-Makefile-Don-t

[oe] [PATCH v4] pmdk: Initial commit of the PMDK SDK

2018-09-10 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v4: - Update to 1.4.2 - Fix musl build failure v3: - Add missing patch file - Use SELECTED_OPTIMIZATION v2: - Fix fortify source compile error ...c.cfg-Specify-the-host-when-building.patch | 29 + ...0002-Makefile-Don-t-install-the-docs.patch

  1   2   >