[oe] [meta-oe][PATCH 0/1] Fix install of adb client when TOOLS is overridden

2021-08-02 Thread Ben Brown
tch changes up to 92c94b1b5688cc4ac686d3801c7a2efc29b6eb38: android-tools: fix install of adb client when TOOLS is overridden (2021-08-02 17:02:18 +0100) ---- Ben Brown (1): android-tools: fix install of adb client when TOOLS is overrid

[oe] [meta-oe][PATCH 1/1] android-tools: fix install of adb client when TOOLS is overridden

2021-08-02 Thread Ben Brown
uoted, any trailing whitespace would be dropped by the shell. Fixed by replacing the trailing whitespace with '\>' to mark the end of the word, which continues to ensure we don't match against 'adbd'. Signed-off-by: Ben Brown --- .../recipes-devtools/android-tools/androi

[oe] [meta-oe][PATCH v2] cpputest: Add initial recipe. Version 4.0.

2021-07-16 Thread Ben Horgan
Signed-off-by: Ben Horgan --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 21 +++ 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-test/cpputest/cpputest_4.0.bb diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest

[oe] [meta-oe][PATCH] cpputest: Add initial recipe. Version 4.0.

2021-07-16 Thread Ben Horgan
Signed-off-by: Ben Horgan --- meta-oe/recipes-test/cpputest/cpputest_4.0.bb | 25 +++ 1 file changed, 25 insertions(+) create mode 100644 meta-oe/recipes-test/cpputest/cpputest_4.0.bb diff --git a/meta-oe/recipes-test/cpputest/cpputest_4.0.bb b/meta-oe/recipes-test/cpputest

[oe] [meta-python][PATCH v3 2/3] python3-pydantic: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-pydantic: data validation and settings management using python 3.6 type hinting Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-pydantic_1.7.3.bb| 13 + 2 files

[oe] [meta-python][PATCH v3 3/3] python3-fastapi: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-fastapi: high performance, easy to learn, fast to code, ready for production Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-fastapi_0.63.0.bb| 13 + 2 files changed

[oe] [meta-python][PATCH v3 1/3] python3-starlette: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-starlette: the little ASGI library that shines Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-starlette_0.13.6.bb | 8 2 files changed, 9 insertions(+) create

[oe] [meta-python][PATCH v3 5/5] python3-uvicorn: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-uvicorn: a lightning-fast ASGI server Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-uvicorn_0.13.4.bb| 17 + 2 files changed, 18 insertions(+) create mode 100644 meta

[oe] [meta-python][PATCH v3 4/5] python3-wsproto: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-wsproto: a webSockets state-machine based protocol implementation Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-wsproto_1.0.0.bb | 8 2 files changed, 9

[oe] [meta-python][PATCH v3 3/5] python3-uvloop: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add a recipe for python3-uvloop: a fast implementation of asyncio event loop on top of libuv Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-uvloop_0.15.2.bb | 25 +++ 2 files changed, 26

[oe] [meta-python][PATCH v3 2/5] python3-httptools: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-httptools: a collection of framework independent HTTP protocol utils Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-httptools_0.1.1.bb| 8 2 files changed, 9

[oe] [meta-python][PATCH v3 1/5] python3-h11: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
From: Ben Gampe Add recipe for python3-h11: a pure-Python, bring-your-own-I/O implementation of HTTP/1.1 Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + meta-python/recipes-devtools/python/python3-h11_0.12.0.bb | 8 2 files changed, 9

[oe] [meta-python][PATCH v2 1/3] python3-starlette: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-starlette: the little ASGI library that shines Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-starlette_0.13.6.bb | 8 2 files changed, 9 insertions(+) create mode 100644 meta

[oe] [meta-python][PATCH v2 2/3] python3-pydantic: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-pydantic: data validation and settings management using python 3.6 type hinting Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-pydantic_1.7.3.bb| 13 + 2 files changed, 14 insertions

[oe] [meta-python][PATCH v2 3/3] python3-fastapi: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-fastapi: high performance, easy to learn, fast to code, ready for production Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-fastapi_0.63.0.bb| 13 + 2 files changed, 14 insertions

[oe] [meta-python][PATCH v2 5/5] python3-uvicorn: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-uvicorn: a lightning-fast ASGI server Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-uvicorn_0.13.4.bb| 17 + 2 files changed, 18 insertions(+) create mode 100644 meta-python/recipes

[oe] [meta-python][PATCH v2 3/5] python3-uvloop: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add a recipe for python3-uvloop: a fast implementation of asyncio event loop on top of libuv Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../python/python3-uvloop_0.15.2.bb | 25 +++ 2 files changed, 26 insertions(+) create mode

[oe] [meta-python][PATCH v2 4/5] python3-wsproto: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-wsproto: a webSockets state-machine based protocol implementation Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + .../recipes-devtools/python/python3-wsproto_1.0.0.bb | 8 2 files changed, 9 insertions(+) create

[oe] [meta-python][PATCH v2 2/5] python3-httptools: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-httptools: a collection of framework independent HTTP protocol utils Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb| 1 + .../recipes-devtools/python/python3-httptools_0.1.1.bb | 9 + 2 files changed, 10 insertions

[oe] [meta-python][PATCH v2 1/5] python3-h11: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-h11: a pure-Python, bring-your-own-I/O implementation of HTTP/1.1 Signed-off-by: Ben Gampe --- .../packagegroups/packagegroup-meta-python.bb | 1 + meta-python/recipes-devtools/python/python3-h11_0.12.0.bb | 8 2 files changed, 9 insertions(+) create

[oe] [meta-python][PATCH 3/3] python3-fastapi: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-fastapi: high performance, easy to learn, fast to code, ready for production --- .../python/python3-fastapi_0.63.0.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-fastapi_0.63.0.bb diff

[oe] [meta-python][PATCH 2/3] python3-pydantic: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-pydantic: data validation and settings management using python 3.6 type hinting --- .../python/python3-pydantic_1.7.3.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pydantic_1.7.3.bb di

[oe] [meta-python][PATCH 1/3] python3-starlette: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-starlette: the little ASGI library that shines --- .../recipes-devtools/python/python3-starlette_0.13.6.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-starlette_0.13.6.bb diff --git a/meta-python/recipes-d

[oe] [meta-python][PATCH] python3-uvicorn: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-uvicorn: a lightning-fast ASGI server --- .../python/python3-uvicorn_0.13.4.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-uvicorn_0.13.4.bb diff --git a/meta-python/recipes-devtools/py

[oe] [meta-python][PATCH] python3-wsproto: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-wsproto: a webSockets state-machine based protocol implementation --- .../recipes-devtools/python/python3-wsproto_1.0.0.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-wsproto_1.0.0.bb diff --git a/meta-p

[oe] [meta-python][PATCH] python3-uvloop: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add a recipe for python3-uvloop: a fast implementation of asyncio event loop on top of libuv --- .../python/python3-uvloop_0.15.2.bb | 25 +++ 1 file changed, 25 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-uvloop_0.15.2.bb diff --git a/m

[oe] [meta-python][PATCH] python3-httptools: new package

2021-03-28 Thread Ben Gampe via lists.openembedded.org
Add recipe for python3-httptools: a collection of framework independent HTTP protocol utils --- .../recipes-devtools/python/python3-httptools_0.1.1.bb| 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-httptools_0.1.1.bb diff --git a/

[oe] [meta-python][PATCH] python3-h11: add recipe

2021-03-25 Thread Ben Gampe via lists.openembedded.org
Signed-off-by: Ben Gampe --- meta-python/recipes-devtools/python/python3-h11_0.12.0.bb | 8 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-h11_0.12.0.bb diff --git a/meta-python/recipes-devtools/python/python3-h11_0.12.0.bb b/meta

[oe] [dunfell][meta-oe][patch] Backport openocd changes to dunfell

2021-03-19 Thread Ben Magistro
A patch exists in the initial email, cc'ing Armin. On Thu, Mar 18, 2021 at 9:02 PM Khem Raj wrote: > please send a patch for dunfell backport as needed and CC Armin > > On Thu, Mar 18, 2021 at 5:35 PM Ben Magistro wrote: > > > > While porting another project to Dunfel

[oe] Backport openocd changes to dunfell

2021-03-18 Thread Ben Magistro
While porting another project to Dunfell, I found it necessary to update openocd. The changes have already been applied to master. See: * https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg70813.html * http://git.openembedded.org/meta-openembedded/commit/?id=0a27b0840f

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.2

2019-07-16 Thread Ben
Thanks, will send a v2. On 7/17/19 7:46 AM, Khem Raj wrote: fails to build on mips https://errors.yoctoproject.org/Errors/Details/252371/ On Tue, Jul 16, 2019 at 10:12 AM Beniamin Sandu wrote: Signed-off-by: Beniamin Sandu --- ...add-yocto-compatible-startup-scripts.patch | 78 +++

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.1

2019-05-28 Thread Ben
bitbake package? Is the end user supposed to adapt the config files to the needed environment? Cheers, Beni On 29.04.2019 14:25, Ben wrote: On 4/29/19 2:16 PM, Tom Rini wrote: On Mon, Apr 29, 2019 at 02:09:08PM +0300, Ben wrote: On 4/29/19 3:53 AM, Tom Rini wrote: On Sun, Apr 28, 2019 at 1

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.1

2019-04-29 Thread Ben
On 4/29/19 2:16 PM, Tom Rini wrote: On Mon, Apr 29, 2019 at 02:09:08PM +0300, Ben wrote: On 4/29/19 3:53 AM, Tom Rini wrote: On Sun, Apr 28, 2019 at 12:35:51AM +0300, Beniamin Sandu wrote: Signed-off-by: Beniamin Sandu --- .../recipes-support/unbound/unbound_1.9.1.bb | 36

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.1

2019-04-29 Thread Ben
On 4/29/19 3:53 AM, Tom Rini wrote: On Sun, Apr 28, 2019 at 12:35:51AM +0300, Beniamin Sandu wrote: Signed-off-by: Beniamin Sandu --- .../recipes-support/unbound/unbound_1.9.1.bb | 36 +++ 1 file changed, 36 insertions(+) create mode 100644 meta-networking/recipes-support

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.2

2019-04-27 Thread Ben
On 27.04.2019 21:26, Adrian Bunk wrote: On Thu, Apr 18, 2019 at 06:34:32PM +0300, Beniamin Sandu wrote: ... --- /dev/null +++ b/meta-networking/recipes-support/unbound/unbound_1.9.2.bb ... +SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master" +SRCREV="61a28c2ee5e60132

Re: [oe] [meta-networking][PATCH] unbound: create recipe for version 1.9.2

2019-04-27 Thread Ben
On 27.04.2019 20:12, Khem Raj wrote: On Sat, Apr 27, 2019 at 10:02 AM Khem Raj wrote: it fails to package the systemd files so please build with systemd in DISTRO_FEATURES see https://errors.yoctoproject.org/Errors/Details/238577/ right link to error is https://errors.yoctoproject.org/Error

[oe] [meta-java] icedtea build failure

2019-02-01 Thread Ben Swanson
Werror=format-overflow=] void ArchDesc::build_pipe_classes(FILE *fp_cpp) { ^~~~ I tried increasing the icedtea version with no success. Thanks, Ben -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.or

[oe] [meta-python][PATCH 1/4] python-jinja2: add recipe

2015-02-18 Thread Ben Shelton
Jinja2 is a stand-alone template engine for Python. Copied from commit 00862f55be214e2247ad5aba3ab06a34afb20598 in meta-cloud-services/meta-openstack and updated to version 2.7.3. Signed-off-by: Ben Shelton --- .../recipes-devtools/python/python-jinja2_2.7.3.bb| 19 +++ 1

[oe] [meta-python][PATCH 4/4] python-requests: add recipe

2015-02-18 Thread Ben Shelton
Requests is an HTTP library for Python with a clean and succinct API. Copied from commit bc572006bfcec10523658b8675f30bf45b43a998 in meta-cloud-services/meta-openstack and updated to version 2.5.1. Signed-off-by: Ben Shelton --- .../recipes-devtools/python/python-requests_2.5.1.bb| 17

[oe] [meta-python][PATCH 3/4] python-msgpack: add recipe

2015-02-18 Thread Ben Shelton
python-msgpack implements the MessagePack binary serialization format for Python. Copied from commit 91ed2353847d4121e3dd8ad10ca0c24194ac9765 in meta-cloud-services/meta-openstack and updated to version 0.4.5. Signed-off-by: Ben Shelton --- .../recipes-devtools/python/python-msgpack_0.4.5.bb

[oe] [meta-python][PATCH 2/4] python-markupsafe: add recipe

2015-02-18 Thread Ben Shelton
MarkupSafe is a Python library for escaping HTML strings, and it is a dependency for Jinja2. Add a recipe to build it. Copied from commit 6ba88a72843826370773cda29309545c7c800dc0 in meta-cloud-services/meta-openstack and updated to version 0.23. Signed-off-by: Ben Shelton --- .../recipes

[oe] [meta-oe][PATCH v2] msr-tools: add recipe

2015-01-19 Thread Ben Shelton
msr-tools provides the rdmsr and wrmsr tools to read and write Intel model-specific registers on the x86 and x64 architectures. Signed-off-by: Ben Shelton --- meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta

[oe] [meta-oe][PATCH] msr-tools: add recipe

2015-01-16 Thread Ben Shelton
msr-tools provides the rdmsr and wrmsr tools to read and write Intel model-specific registers on the x86 and x64 architectures. Signed-off-by: Ben Shelton --- meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644

[oe] [meta-oe][PATCH v3] iperf3: Add recipe for version 3.0.10

2015-01-05 Thread Ben Shelton
es for the examples only work properly when the build is done in the same directory as the source. Fix this in Makefile.am and run bootstrap.sh to regenerate Makefile.in. - Bump the version to the latest stable release. Signed-off-by: Ben Shelton --- Changes since previous versio

[oe] [meta-oe][PATCH v2] iperf3: Add recipe for version 3.0.10

2015-01-05 Thread Ben Shelton
- Bump the version to the latest stable release. Upstream-Status: Pending [iperf-...@googlegroups.com] Signed-off-by: Ben Shelton --- .../iperf3/files/automake-foreign.patch| 12 +++ .../iperf3/files/fix-examples.patch| 98 ++ meta-oe/recipes-benchm

[oe] [meta-oe][PATCH 2/2] iperf3: fix recipe and upgrade to 3.0.10

2014-12-30 Thread Ben Shelton
file patch only applies to iperf 3.0.10 and not to newer iperf3 versions from git, use DEFAULT_PREFERENCE to mark the 3.0.10 recipe as the default. Additionally, bump the version to the latest release. Upstream-Status: Pending [iperf-...@googlegroups.com] Signed-off-by: Ben Shelton Acked-by:

[oe] [meta-oe][PATCH 0/2] Add recipe for iperf3 and fix build

2014-12-30 Thread Ben Shelton
This patch series adds back the iperf3 recipe added earlier by Guy Morand and fixes it up to build properly under newer versions of OE (tested on Dizzy and master). Ben Shelton (1): iperf3: fix recipe and upgrade to 3.0.10 Guy Morand (1): iperf3: Adds git and 3.0.8 version .../iperf3/files

[oe] [meta-oe][PATCH 1/2] iperf3: Adds git and 3.0.8 version

2014-12-30 Thread Ben Shelton
and netperf but were missing from the original iperf. Signed-off-by: Guy Morand Signed-off-by: Ben Shelton Acked-by: Ken Sharp --- Natinst-ReviewBoard-ID: 85589 --- meta-oe/recipes-benchmark/iperf3/iperf3.inc | 20 meta-oe/recipes-benchmark/iperf3/iperf3_3.0.8.bb | 6

[oe] [meta-oe][PATCH] openvpn: bypass check for /sbin/ip on the host

2014-10-29 Thread Ben Shelton
the host, which will otherwise fail if iproute2 is not installed on the host. Add back the flag (pointing to the correct path), and add a comment to describe why this is necessary. Signed-off-by: Ben Shelton --- meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb | 3 +++ 1 file changed, 3

Re: [oe] [oe-commits] Richard Tollerton : openvpn: update and enable iproute2 support

2014-10-28 Thread Ben Shelton
file is located at > /OE/build/shr-core/tmp-glibc/work/core2-64-oe-linux/openvpn/2.3.4-r0/temp/log.do_configure.10450) > ERROR: Task 5 > (/OE/build/shr-core/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn_2.3.4.bb, > do_configure) failed with exit code '1' I

[oe] [meta-oe][PATCH] mg: fix build when host system does not have libncurses-dev

2014-08-15 Thread Ben Shelton
machine does not have the libncurses-dev package installed. To fix the issue, remove the check. Since mg DEPENDS on ncurses, term.h will always be there. Signed-off-by: Ben Shelton --- NOTE: I tried updating the recipe to the newest version of mg, but the way it's built has changed quite a bit,

[oe] [meta-oe][PATCH] cgdb: add recipe

2014-08-15 Thread Ben Shelton
cgdb is a lightweight ncurses-based interface to gdb that provides syntax highlighting, visual breakpoints, and other features. Signed-off-by: Ben Shelton --- NOTE: I'm posting this because I had this recipe hanging around locally, and I saw some traffic on the oe-core list about it but

[oe] [meta-oe][PATCH v2 1/2] font-misc-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org misc-misc fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb diff --git a/meta-oe

[oe] [meta-oe][PATCH v2 2/2] font-cursor-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org cursor-misc fonts. Signed-off-by: Ben Shelton --- .../recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb| 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb diff --git a/meta-oe

Re: [oe] [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe

2014-07-28 Thread Ben Shelton
On 07/28, Khem Raj wrote: > On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton wrote: > > Adding a packagegroup recipe to build both the misc-misc and cursor-misc > > X.org fonts. > > > > Signed-off-by: Ben Shelton > > --- > > meta-oe/recipes-gra

Re: [oe] [meta-oe][PATCH 1/3] font-misc-misc: add recipe

2014-07-28 Thread Ben Shelton
On 07/28, Khem Raj wrote: > On Mon, Jul 28, 2014 at 12:26 PM, Ben Shelton wrote: > > +RDEPENDS_${PN}_class-native = "font-util-native" > > there is no native bbclassextend here so why is this needed ? Good catch -- I'll remove

[oe] [meta-oe][PATCH 1/3] font-misc-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org misc-misc fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb diff --git a/meta-oe

[oe] [meta-oe][PATCH 3/3] xorg-fonts-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a packagegroup recipe to build both the misc-misc and cursor-misc X.org fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-misc.bb

[oe] [meta-oe][PATCH 2/3] font-cursor-misc: add recipe

2014-07-28 Thread Ben Shelton
Adding a recipe for the X.org cursor-misc fonts. Signed-off-by: Ben Shelton --- .../recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-cursor-misc_1.0.3.bb diff --git a/meta-oe

[oe] [meta-oe][PATCH 2/3] xlsfonts: add recipe

2014-07-28 Thread Ben Shelton
xlsfonts is a lightweight command-line utility that is useful for verifying which X.org fonts are installed and available on a system. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xlsfonts_1.0.4.bb | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe

[oe] [meta-oe][PATCH 3/3] xmag: add recipe

2014-07-28 Thread Ben Shelton
The xmag utility magnifies the pixels rendered on-screen and is useful for examining bitmaps and matching font metrics. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xmag_1.0.5.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-graphics

[oe] [meta-oe][PATCH 1/3] xfontsel: add recipe

2014-07-28 Thread Ben Shelton
The xfontsel utility is useful for verifying and viewing the various X.org fonts that are available on a system. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xfontsel_1.0.5.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-graphics

[oe] [meta-oe][PATCH v2] syslog-ng: Improved initscript VERBOSE handling.

2014-07-23 Thread Ben Shelton
From: Richard Tollerton The messages echoed when starting and stopping syslog-ng are currently printed regardless of the setting of VERBOSE. Adjust the initscript so they're only printed when VERBOSE is enabled. Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- NOTE: This

[oe] [meta-nslu2] Setting util-linux hwclock ALTERNATIVE_PRIORITY in meta-nslu2

2014-07-23 Thread Ben Shelton
If I were going to lower the util-linux hwclock ALTERNATIVE_PRIORITY from meta-nslu2 so it can be raised back in oe-core for other platforms, which file(s) would be the appropriate place to do it? Thanks, Ben -- ___ Openembedded-devel mailing list

Re: [oe] [meta-oe][PATCH 4/4] syslog-ng: Improved initscript VERBOSE handling.

2014-07-21 Thread Ben Shelton
On 07/21, Martin Jansa wrote: > On Mon, Jul 21, 2014 at 10:52:10AM -0500, Ben Shelton wrote: > > From: Richard Tollerton > > > > The messages echoed when starting and stopping syslog-ng are currently > > printed regardless of the setting of VERBOSE. Adjust the ini

[oe] [meta-oe][PATCH 1/4] syslog-ng: Move out of nonworking

2014-07-21 Thread Ben Shelton
From: Richard Tollerton Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- meta-oe/recipes-support/{nonworking => }/syslog-ng/files/initscript | 0 meta-oe/recipes-support/{nonworking => }/syslog-ng/files/syslog-ng.conf | 0 meta-oe/recipes-support/{nonworking => }/

[oe] [meta-oe][PATCH 4/4] syslog-ng: Improved initscript VERBOSE handling.

2014-07-21 Thread Ben Shelton
From: Richard Tollerton The messages echoed when starting and stopping syslog-ng are currently printed regardless of the setting of VERBOSE. Adjust the initscript so they're only printed when VERBOSE is enabled. Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- meta-oe/re

[oe] [meta-oe][PATCH 2/4] syslog-ng: package fixes, install tweaks

2014-07-21 Thread Ben Shelton
t to start before busybox-cron - Force /usr/include/scl to be owned by root - Fix license versions (GPL -> GPLv2 and LGPL -> LGPLv2.1) Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 8 meta-oe/recipes-support/

[oe] [meta-oe][PATCH 3/4] syslog-ng: Fix errant ulimit settings

2014-07-21 Thread Ben Shelton
From: Richard Tollerton Having a "minimum" of 4096 fds is kind of silly on some (most?) targets. Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- .../recipes-support/syslog-ng/files/fd-limit.patch | 36 ++ .../recipes-support/syslog-ng/syslog-n

[oe] [meta-oe][PATCH v2] openvpn: update and enable iproute2 support

2014-07-18 Thread Ben Shelton
/wiki/UnprivilegedUser - Explicitly add libpam to DEPENDS if pam is enabled, and disable the auth-pam plugin if pam is not enabled. - Pass the path to the 'ip' utility to the configure script to keep it from trying to find it on the host. Signed-off-by: Richard Tollerton Signed-off-

[oe] [meta-oe][PATCH] openvpn: update and enable iproute2 support

2014-07-18 Thread Ben Shelton
/wiki/UnprivilegedUser - Explicitly add libpam to DEPENDS if pam is enabled, and disable the auth-pam plugin if pam is not enabled. Signed-off-by: Richard Tollerton Signed-off-by: Ben Shelton --- .../recipes-support/openvpn/openvpn_2.1.3.bb | 27 --- .../recipes-support/op

Re: [oe] [meta-oe][PATCH 1/7] bdftopcf: add recipe

2014-05-13 Thread Ben Shelton
o fix the build. Are there other changes that need to be made? Thanks, Ben > > -Message d'origine- > > De : openembedded-devel-boun...@lists.openembedded.org > > [mailto:openembedded-devel-boun...@lists.openembedded.org] De la part de > > Ben Shelton > >

[oe] [meta-oe][PATCH 1/7] bdftopcf: add recipe

2014-05-12 Thread Ben Shelton
The bdftopcf tool is necessary to build the core X fonts, which ship in BDF format. Adapted from a recipe in OE-Classic and from an earlier mailing list post by Trevor Woerner. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb | 13 + 1 file changed

[oe] [meta-oe][PATCH 6/7] font-bitstream-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton --- .../xorg-font/font-bitstream-100dpi_1.0.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb diff --git a/meta-oe/recipes-graphics/xorg-font/font-bitstream

[oe] [meta-oe][PATCH 2/7] font-adobe-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton --- .../recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe

[oe] [meta-oe][PATCH 4/7] font-bh-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb

[oe] [meta-oe][PATCH 7/7] xorg-fonts-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Adding a packagegroup recipe to build all the core 100dpi X fonts. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb diff --git

[oe] [meta-oe][PATCH 5/7] font-bh-lucidatypewriter: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton --- .../xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb diff --git a/meta-oe/recipes-graphics/xorg-font/font

[oe] [meta-oe][PATCH 3/7] font-adobe-utopia: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton --- .../xorg-font/font-adobe-utopia-100dpi_1.0.4.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe

[oe] [meta-oe][PATCH 0/7] Add core 100 DPI X.org fonts

2014-05-12 Thread Ben Shelton
-04 11:41:12 +0100) are available in the git repository at: git://github.com/ni/meta-oe dev/bshelton/fonts https://github.com/ni/meta-oe/tree/dev/bshelton/fonts Ben Shelton (7): bdftopcf: add recipe font-adobe-100dpi: add recipe font-adobe-utopia: add recipe font-bh-100dpi: add recipe

[oe] [meta-oe][PATCH] xwd: add recipe

2014-04-25 Thread Ben Shelton
Adding a recipe for the X Window Dump tool, a lightweight tool that is useful for taking screenshots on embedded targets. Signed-off-by: Ben Shelton --- meta-oe/recipes-graphics/xorg-app/xwd_1.0.6.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta-oe/recipes-graphics

[oe] [2011.03-maintenance] pull-request: mtd-utils

2011-08-12 Thread Ben Gardiner
The following changes since commit c8f2107a4784fabf877fa6750e05655e6092da73: gtk-icon-cache bbclass: only add runtime dependencies on hicolor-icon-theme when installing icons (2011-08-04 09:38:55 +0200) are available in the git repository at: git://github.com/BenGardiner/openembedded.git 201

[oe] [2011.03-maintenance]

2011-07-28 Thread Ben Gardiner
Cherry-pick: f1d24b5a986233f869364eb109476f5184e76d10 Tested-by: Ben Gardiner please add this to the 2011.03-maintenance branch Ben Gardiner (1): raptor: add libxml2 DEPENDS recipes/raptor/raptor_1.4.21.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) -- 1.7.4.1

[oe] [PATCH] raptor: add libxml2 DEPENDS

2011-06-23 Thread Ben Gardiner
The configure script of raptor allows either expat or libxml; the default is libxml. Add libxml2 to DEPENDS of raptor to fix broken raptor build in clean-tree. Signed-off-by: Ben Gardiner --- Tested on the maintenance-2011.03 branch. --- recipes/raptor/raptor_1.4.21.bb |1 + 1 files

[oe] [oe,RFC,v2] Alternative to busybox, using "proper tools"

2011-04-16 Thread Ben Gamari
Did anything ever happen with this[1] patch? If not, is there another convenient way to use the proper tools in leiu of busybox? For larger machines it's very nice to have a more civilized environment. Thanks, - Ben ___ Openembedded-devel ma

[oe] [PATCH] boost: Change HOST_* to BUILD_*

2011-04-12 Thread Ben Gamari
It seems the HOST_* variables no longer exist? --- recipes/boost/boost-with-bjam.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/boost/boost-with-bjam.inc b/recipes/boost/boost-with-bjam.inc index 68d9e74..dd0a3a3 100644 --- a/recipes/boost/boost-with-bjam.in

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Ben Gardiner
your help. You're most welcome. Best Regards, Ben Gardiner --- Nanometrics Inc. http://www.nanometrics.ca ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Ben Gardiner
; commit 64d42452395f0c02d355516943c8493dc770ade2Author: Denys Dmytriyenko Date: Thu Mar 3 13:37:19 2011 -0500 toolchain-external.conf: set the default provider for gdbserver Signed-off-by: Denys Dmytriyenko (cherry picked from commit df59f77a2eb37d9807c6d9167488110e92601d7b)

[oe] [2010.03-maintenance] [PATCH 5/7] external-toolchain-csl: Drop do_stage, add gdbserver

2011-03-16 Thread Ben Gardiner
207971b244ee6958dab1fb41d6f3cd94ac416b73) Signed-off-by: Ben Gardiner --- recipes/meta/external-toolchain-csl.bb | 39 +-- 1 files changed, 21 insertions(+), 18 deletions(-) diff --git a/recipes/meta/external-toolchain-csl.bb b/recipes/meta/external-toolchain-csl.bb index

[oe] [2010.03-maintenance] [PATCH 0/7] 2010.03-maintenance: libc-headers, gdbserver and ubifs

2011-03-16 Thread Ben Gardiner
4245" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "da850-omapl138-evm" DISTRO= "angstrom" DISTRO_VERSION= "2011.03" TARGET_FPU= "soft" Ben Gardiner (4): image.bbclass: add

[oe] [2010.03-maintenance] [PATCH 4/7] external-toolchain-csl: allow linux-libc-headers

2011-03-16 Thread Ben Gardiner
d-off-by: Ben Gardiner Tested-by: Andrea Galbusera Signed-off-by: Tom Rini (cherry picked from commit 3116ad58e507c6e5dc7b7249f521c395db586b9f) Signed-off-by: Ben Gardiner --- recipes/meta/external-toolchain-csl.bb |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --

[oe] [2010.03-maintenance] [PATCH 2/7] bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi

2011-03-16 Thread Ben Gardiner
-by: Ben Gardiner Acked-by: Denys Dmytriyenko Signed-off-by: Tom Rini (backported from commit 7308e68fc26cdbffa08d311a2319c8d1c3b2805f -- some changes were needed since commit 312b42bcf2cc9b11266ba497ade68e8ddabb3007 bitbake.conf: add XZ_INTEGRITY_CHECK and LZMA_COMPRESSION_LEVEL variables has

[oe] [2010.03-maintenance] [PATCH 3/7] external-toolchain: allow override of linux-libc-headers provider

2011-03-16 Thread Ben Gardiner
only set PREFERRED_PROVIDER_linux-libc-headers if it is not already assigned a value. Signed-off-by: Ben Gardiner Tested-by: Andrea Galbusera Signed-off-by: Tom Rini (cherry picked from commit 829ea5110bc82f71a225f168bcb6a9a327b1b5c8) Signed-off-by: Ben Gardiner --- conf/distro/include

[oe] [2010.03-maintenance] [PATCH 7/7] toolchain-external.conf: set the default provider for gdbserver

2011-03-16 Thread Ben Gardiner
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko (cherry picked from commit df59f77a2eb37d9807c6d9167488110e92601d7b) Signed-off-by: Ben Gardiner --- conf/distro/include/toolchain-external.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/conf/distro

[oe] [2010.03-maintenance] [PATCH 1/7] image.bbclass: add link to .rootfs. or ..img

2011-03-16 Thread Ben Gardiner
. Check for existence of the link target .rootfs. before creating the link and fallback to a check for the ..img target after that. Signed-off-by: Ben Gardiner Acked-by: Denys Dmytriyenko Signed-off-by: Tom Rini (cherry picked from commit cfde49e8d0f1cf09d589910f1a342849db148519) Signed-off-by

[oe] [2010.03-maintenance] [PATCH 6/7] external-toolchain-csl: handle packaging of gdbserver based on PREFERRED_PROVIDER

2011-03-16 Thread Ben Gardiner
ver = "6.6" Thanks to Ben Gardiner for providing valuable feedback. Signed-off-by: Denys Dmytriyenko (cherry picked from commit a47c14c83cf97a2c90ee50ec7212ec33bdafb58b) Signed-off-by: Ben Gardiner --- recipes/meta/external-toolchain-csl.bb | 11 ++- 1 files changed

[oe] [PATCH 1/2] image.bbclass: add link to .rootfs. or ..img

2011-03-15 Thread Ben Gardiner
. Check for existence of the link target .rootfs. before creating the link and fallback to a check for the ..img target after that. Signed-off-by: Ben Gardiner CC: Tom Rini --- Tested successfully in arago; I'm sorry I couldn't find a combination of MACHINE and DISTRO and image that woul

[oe] [PATCH 2/2] bitbake.conf: use .ubifs.img extension in IMAGE_CMD_ubi

2011-03-15 Thread Ben Gardiner
-by: Ben Gardiner CC: Tom Rini --- Tested successfully in arago; I'm sorry I couldn't find a combination of MACHINE and DISTRO and image that would build on org.openembedded.dev. This patch is a git am fix-up of the patch tested in arago. --- conf/bitbake.conf |2 +- 1 files

Re: [oe] [PATCH] bitbake.conf : make IMAGE_CMD_ubifs also produce .rootfs.ubifs

2011-03-14 Thread Ben Gardiner
On Mon, Mar 14, 2011 at 1:02 PM, Tom Rini wrote: > On 03/14/2011 09:26 AM, Ben Gardiner wrote: >> >> Hi Tom, >> >> Thanks for the rapid reply. >> >> On Mon, Mar 14, 2011 at 12:00 PM, Tom Rini  wrote: >>> >>> On 03/14/2011 07:11 AM, Ben Gar

Re: [oe] [PATCH] bitbake.conf : make IMAGE_CMD_ubifs also produce .rootfs.ubifs

2011-03-14 Thread Ben Gardiner
Hi Tom, Thanks for the rapid reply. On Mon, Mar 14, 2011 at 12:00 PM, Tom Rini wrote: > > On 03/14/2011 07:11 AM, Ben Gardiner wrote: >> >> The ubifs image filenames produced by the ubi and ubifs commands differ. >> >> IMAGE_CMD_ubi produces an interim ubi

  1   2   >