[oe] [meta-oe][PATCH] kconfig-frontends: drop unneeded target flex/bison deps

2019-11-25 Thread Christopher Larson
From: Christopher Larson Signed-off-by: Christopher Larson --- .../recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe

Re: [oe] [meta-oe][PATCH] libmxml: Use autotools bbclass and cleanup the recipe a bit.

2019-08-21 Thread Christopher Larson
EXTRA_AUTORECONF = “--exclude=autopoint,autoheader" On Aug 21, 2019, 12:12 PM -0700, Piotr Tworek , wrote: > The package does use autotools based build systemd but it comes with a > bit of a twist. It explicitly disallows running autoheader on the source > tree. Unfortunately this is what

Re: [oe] [meta-oe][PATCH] minicoredumper: relocate admin-binaries to sbin

2018-04-10 Thread Christopher Larson
The commit message is generic whereas the commit is not. The commit changes the startup script to match the install path, but the commit message doesn't mention the startup scripts at all. On Tue, Apr 10, 2018 at 8:23 AM Christophe PRIOUZEAU < christophe.priouz...@st.com> wrote: > Sine the

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Christopher Larson
; > ERROR: Logfile of failure stored in: > > /OE/master/build/tmp-glibc/work/armv7ahf-neon-oe-linux- > gnueabi/libtalloc/2.1.10-r0/temp/log.do_configure.52699 > > ERROR: Task > > (/OE/master/sources/meta-openembedded/meta-netwo

Re: [oe] [meta-python][PATCH] python-pyroute2: uprev to v0.4.21 (from 0.3.22)

2017-12-18 Thread Christopher Larson
n as json > >> - import errno > >> - import select > >> - import struct > >> --- > >> -2.1.4 > >> - > >> diff --git a/meta-python/recipes-devtools/python/python- > pyroute2_0.3.22.bb > >> b/meta-python/recipes-devtools/python/pyth

Re: [oe] [PATCH] meson: don't pass localedir

2017-06-05 Thread Christopher Larson
caledir explicitly, and let Meson use the > default of $datadir/locale to match the behaviour of autotools.bbclass > and the > expectations of the system. > > Signed-off-by: Ross Burton <ross.bur...@intel.com> > Maybe we should think about renaming that variable for clarity. -- C

Re: [oe] [PATCH V2] picocom: Fix build

2017-01-19 Thread Christopher Larson
HIGH_BAUD' > +EXTRA_OEMAKE_append = "'CC=${CC}' 'LD=${LD}' 'VERSION=${PV}' \ I'd suggest ditching the pointless _append while you're at it (just use = or +=). Besides, the use of _append was missing a space separator, so the CC w

Re: [oe] [PATCH] devtools: Add recipe for Chromium Embedded Controller utilities

2016-12-28 Thread Christopher Larson
t it applied to (though one can determine it based on context, best practice is to include it). I’ll leave it to the layer maintainer to determine whether you need to re-send or just keep it in mind for future patches. Thanks again, -- Christopher Larson clarson at kergoth dot com Founder - BitBak

Re: [oe] [PATCH] hwloc: Add

2016-12-22 Thread Christopher Larson
/lib${PN}.so*" > > +${PN}_RDEPENDS += "lib${PN}" > > + > > +do_install_append() { > > +# Let ldconfig do it's thing, no need for these symlinks > > +test -L "${D}${libdir}/lib${PN}.so.5" > > +test -L "${D}${libdir}/lib${PN}

Re: [oe] [meta-webserver][PATCH] apache2: the download has been moved to the 'archives'

2016-12-21 Thread Christopher Larson
s working again. > > Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> > Wouldn’t it make sense to do a recipe-local addition to MIRRORS to automatically fall back to the apache archive? -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZa

Re: [oe] [meta-java][PATCH] move from bb.data.getVar(x, d, 1) to d.getVar(x, True)

2016-11-29 Thread Christopher Larson
tVar('BPN', d, 1) > - ml = bb.data.getVar('MLPREFIX', d, 1) > + bpn = d.getVar('BPN', True) > + ml = d.getVar('MLPREFIX', True) > If you’re working on master, even the ‘, True’ is no longer needed, FYI. -- Christopher Larson clarson at kergoth dot com

Re: [oe] [meta-oe][PATCH] xterm: use ${libdir} to avoid installed-vs-shipped error on ppc64

2016-10-28 Thread Christopher Larson
faults \ > FREETYPE_CONFIG=${STAGING_BINDIR_CROSS}/freetype-config > \ > --disable-imake \ > --disable-rpath-hack \ > Are you sure this is correct? I highly doubt those files are actually multilib specific. Would it not be better to just p

Re: [oe] [meta-oe] [PATCH] bash2dash conversion

2016-09-17 Thread Christopher Larson
5 ${D}${docdir}/${BPN} > -for i in ${B}/{COPYRIGHT,README,HISTORY} > ${B}/doc/{KNOWN_BUGS,MISSING_FEATURES,README*,bug.template}; do > +for i in ${B}/COPYRIGHT ${B}/README ${B}/HISTORY ${B}/doc/KNOWN_BUGS > ${B}/doc/MISSING_FEATURES ${B}/doc/README* ${B}/doc/bug.te

Re: [oe] [meta-oe][PATCH] geany-plugins: include GPLv3 in the main LICENSE

2016-08-29 Thread Christopher Larson
his on a branch which handles it for this recipe reasonably, I think: https://github.com/MentorEmbedded/meta-mentor/pull/843/commits/d852857 -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics --

Re: [oe] [meta-multimedia][PATCH] libebml: don't rely on make -e, obey LDFLAGS

2016-07-26 Thread Christopher Larson
On Sun, Jul 24, 2016 at 5:01 AM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Fri, Jun 17, 2016 at 01:34:49PM -0700, Christopher Larson wrote: > > From: Christopher Larson <chris_lar...@mentor.com> > > > > We need to obey LDFLAGS to get the correct has

Re: [oe] [meta-networking][PATCH 2/2] meta-networking: override SECURITY_CFLAGS for c-ares

2016-07-15 Thread Christopher Larson
act that you added a .inc isn't what fixed the problem, the move of the defines from CFLAGS to CPPFLAGS was. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics -- __

Re: [oe] [meta-oe][PATCH] CANopenNode: recipe for building the CANopenSocket tools

2016-07-13 Thread Christopher Larson
; + >> +S = "${WORKDIR}/git" >> + >> +do_compile_prepend() { >> +cd ${S} >> +git submodule init >> +git submodule update >> > This fetches things at do_compile time, which is not appropriate. Use gitsm:// instead of git:// and let the

Re: [oe] [meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-07-01 Thread Christopher Larson
On Fri, Jul 1, 2016 at 1:25 PM, Slater, Joseph <joe.sla...@windriver.com> wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org [mailto: > openembedded-devel- > > boun...@lists.openembedded.org] On Behalf Of Christopher Lars

Re: [oe] [meta-networking][PATCH 1/1] openconnect: PACKAGECONFIG certain dependencies

2016-06-30 Thread Christopher Larson
; > +PACKAGECONFIG[libproxy] = ",--without-libproxy,libproxy," > + > +# not config defaults > +PACKAGECONFIG[pcsc-lite] = ",--without-libpcsclite,pcsc-lite," > Why are the options not being passed for the enabled case, here? We prefer to be explicit, rather than re

[oe] [meta-multimedia][PATCH] libebml: don't rely on make -e, obey LDFLAGS

2016-06-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> We need to obey LDFLAGS to get the correct hash style for external toolchains, and passing vars explicitly is better than relying on implicitly overriding everything blindly from the environment. Signed-off-by: Christopher Larson <

[oe] [meta-oe][PATCH 2/2] mpv: use waf.bbclass

2016-06-09 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/meta-oe/recipes-multim

[oe] [meta-oe][PATCH 1/2] mpv: add DESCRIPTION

2016-06-09 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.15.0.bb b/meta-oe/recipe

[oe] [meta-oe][PATCH 0/2] mpv: add desc & use waf.bbclass

2016-06-09 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> The following changes since commit 52213998eb4ead7d24cba012c937bcc25e89c2ca: mpv: Media Player (2016-06-08 14:55:30 +0200) are available in the git repository at: git://github.com/kergoth/meta-openembedded mpv-use-waf-bbclass

Re: [oe] [OE-core] State of bitbake world 2016-06-07

2016-06-09 Thread Christopher Larson
excluded from world by default. This recipe should only be built if it's the preferred update-alternatives-native provider, otherwise you'll hit the conflict that your build is hitting. If you're undoing the EXCLUDE_FROM_WORLD for all natives, better keep it here. I am surprised the bits that skip n

Re: [oe] [meta-oe][PATCH] gitpkgv: ensure that we close our opened files

2016-06-03 Thread Christopher Larson
Ignore this, just noticed the fix is already on master-next. On Fri, Jun 3, 2016 at 11:36 AM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > Avoids warnings like this with python3: > > WARNING: > .../meta

[oe] [meta-oe][PATCH] gitpkgv: ensure that we close our opened files

2016-06-03 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Avoids warnings like this with python3: WARNING: .../meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb: :94: ResourceWarning: unclosed file <_io.TextIOWrapper name='.../build/downl

[oe] [meta-oe][PATCH v2] plymouth: allow disabling the dracut dep

2016-05-31 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Add a 'initrd' PACKAGECONFIG to disable emission of the plymouth-initrd package which includes initramfs files for use by dracut. Disabling this will avoid the runtime dependency on dracut, which is useful if one doesn't need or want

Re: [oe] [meta-oe][PATCH] plymouth: allow disabling the dracut dep

2016-05-31 Thread Christopher Larson
On Tue, May 31, 2016 at 12:15 PM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > Add a 'initrd' PACKAGECONFIG to disable emission of the plymouth-initrd > package which includes initramfs files for

[oe] [meta-oe][PATCH] plymouth: allow disabling the dracut dep

2016-05-31 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Add a 'initrd' PACKAGECONFIG to disable emission of the plymouth-initrd package which includes initramfs files for use by dracut. Disabling this will avoid the runtime dependency on dracut, which is useful if one doesn't need or want

[oe] [meta-oe][PATCHv2] luajit: fix build issues, obey more vars

2016-05-31 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Rework how variables are passed in to ensure that more of our flag vars are obeyed, make it obey more of our target path vars, and use fewer of its hardcoded flags. Also add verbosity to the compile output for debugging. Without this,

Re: [oe] [meta-oe][PATCH 2/6] luajit: fix build issues, obey more vars

2016-05-28 Thread Christopher Larson
On Sat, May 28, 2016 at 8:41 PM, Christopher Larson <chris_lar...@mentor.com > wrote: > On Tue, May 17, 2016 at 9:10 AM, Christopher Larson <kerg...@gmail.com> > wrote: > >> From: Christopher Larson <chris_lar...@mentor.com> >> >> Rework how variables

Re: [oe] [meta-oe][PATCH 2/6] luajit: fix build issues, obey more vars

2016-05-28 Thread Christopher Larson
On Tue, May 17, 2016 at 9:10 AM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > Rework how variables are passed in to ensure that more of our flag vars are > obeyed, make it obey more of our target path vars, and use

Re: [oe] [meta-oe][PATCH v3 2/2] mpv: Media Player

2016-05-24 Thread Christopher Larson
On Thu, Apr 21, 2016 at 7:49 AM, Ahsan, Noor <noor_ah...@mentor.com> wrote: > Hello Gary, > > Are you planning to send updated PR for MPV? > > Noor > Any news on this series? -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus M

[oe] [meta-oe][PATCH 6/6] x11vnc: remove old libtool macros from acinclude.m4

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> These can cause build problems. We only want macros in acinclude.m4 which aren't available for aclocal to get elsewhere. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-graphics/x11vnc/x11vnc_0

[oe] [meta-oe][PATCH 5/6] networkmanager: add missing dep on dbus-glib-native

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> The networkmanager build runs dbus-binding-tool, which only exists if dbus-glib-native has been built, and will fail otherwise. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-connectivity/ne

Re: [oe] [meta-oe][PATCH 1/6] mg: stop relying on make -e

2016-05-17 Thread Christopher Larson
On Tue, May 17, 2016 at 9:10 AM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > Relying on 'make -e' isn't ideal, as it's less implicit behavior, relies on > variable exports, and hides the variables being u

[oe] [meta-oe][PATCH 4/6] networkmanager: add missing dep on intltool-native

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Recipes using intltool need this dependency. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-connectivity/networkmanager/networkmanager_1.0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[oe] [meta-oe][PATCH 3/6] openlmi-networking: add missing dep on konkretcmpi-native

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Without it, we can hit errors like: | CMake Error at .../build/tmp/sysroots/qemux86-64/usr/share/cmake/Modules/OpenLMIMacros.cmake:105 (message): | KonkretCMPI failed: No such file or directory Signed-off-by: Christopher

[oe] [meta-oe][PATCH 2/6] luajit: fix build issues, obey more vars

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Rework how variables are passed in to ensure that more of our flag vars are obeyed, make it obey more of our target path vars, and use fewer of its hardcoded flags. Also add verbosity to the compile output for debugging. Without this,

[oe] [meta-oe][PATCH 0/6] Various fixes from meta-mentor

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Working through my upstream patch submission backlog. The following changes since commit 37297c3222a40b916d98ccd06b757b595aebc756: nbd: fix LIC_FILES_CHKSUM (2016-05-12 11:53:30 -0400) are available in the git repository at:

[oe] [meta-oe][PATCH 1/6] mg: stop relying on make -e

2016-05-17 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Relying on 'make -e' isn't ideal, as it's less implicit behavior, relies on variable exports, and hides the variables being used from someone reading the recipe. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- met

Re: [oe] [PATCH] Fix "failed sanity test tmpdir" for libnice and update PNBLACKLIST.

2016-05-05 Thread Christopher Larson
OE guidelines (not prefixed by the recipe being changed) and you don't mention farsight2 in the message at all -- should that be a separate commit? -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer -

Re: [oe] [meta-oe][PATCH] packagegroup-tools-bluetooth.bb: Selects the tools appropriate for the version of bluez being used.

2016-05-02 Thread Christopher Larson
s('DISTRO_FEATURES', 'bluez4', > '${BLUEZ4_INSTALL}', "", d)} \ > +" I'd suggest inheriting bluetooth and using the BLUEZ variable which is already set to 'bluez5' or 'bluez4' based on the distro features. RDEPENDS_${PN} = "${RDEPENDS_${BLUEZ}}&q

[oe] [meta-networking][PATCH 2/3] ctdb: rdepend on procps

2016-04-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> ctdbd_wrapper requires pgrep. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-

[oe] [meta-networking][PATCH 3/3] ctdb: disable the service by default

2016-04-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> The systemd service is disabled by default, as the service will fail to start without /etc/ctdb/nodes. If the user supplies this, they can re-enable the service. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- met

[oe] [meta-networking][PATCH 1/3] ctdb: drop duplicated DESCRIPTION

2016-04-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb b/met

[oe] [meta-oe][PATCH 3/3] ctdb: disable the service by default

2016-04-06 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> The systemd service is disabled by default, as the service will fail to start without /etc/ctdb/nodes. If the user supplies this, they can re-enable the service. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- met

[oe] [meta-oe][PATCH 1/3] ctdb: drop duplicated DESCRIPTION

2016-04-06 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 4 1 file changed, 4 deletions(-) diff --git a/meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb b/met

[oe] [meta-oe][PATCH 2/3] ctdb: rdepend on procps

2016-04-06 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> ctdbd_wrapper requires pgrep. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-

Re: [oe] [meta-oe][PATCH] fio: Remove --disable-static from EXTRA_OECONF

2016-02-18 Thread Christopher Larson
I think the convention is to add such workarounds to no-static-libs.inc, not the recipe, at this time. On Thu, Feb 18, 2016 at 10:30 AM Fabio Berton wrote: > As of commit OE-Core:773c9e18071d71454473dd81aff911104a2e9bc6 > EXTRA_OECONF is appended with the option

Re: [oe] Kodi 16rc recipes available

2016-02-12 Thread Christopher Larson
On Fri, Feb 12, 2016 at 9:23 AM Koen Kooi wrote: > I’ve managed to get kodi 16rc3 to build (and work!) on armv7a and x86-64. > The recipes can be found here: > https://github.com/koenkooi/meta-dominion/tree/master/recipes-multimedia > > It needs work before I can

Re: [oe] [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps

2016-01-05 Thread Christopher Larson
On Wed, Dec 9, 2015 at 10:41 AM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > Signed-off-by: Christopher Larson <chris_lar...@mentor.com> > Looks like this hasn't been applied, any objection? -- Christoph

Re: [oe] [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps

2016-01-05 Thread Christopher Larson
On Tue, Jan 5, 2016 at 12:54 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Tue, Jan 05, 2016 at 12:15:17PM -0700, Christopher Larson wrote: > > On Wed, Dec 9, 2015 at 10:41 AM, Christopher Larson <kerg...@gmail.com> > > wrote: > > > > > From: C

Re: [oe] [RFC] Delete all .la files?

2016-01-04 Thread Christopher Larson
ate too much class proliferation, base.bbclass does an awful lot of stuff already, arguably too much. *shrug* -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics --

Re: [oe] How to force recipe to be parsed eveey time - dynamic PV value

2015-12-18 Thread Christopher Larson
; By default, inline python is not expanded when included in the metadata checksumming, it's left as is. If you want the result of the calculation to be included, you can use vardepvalue: PV[vardepvalue] = "${PV}" -- Christopher Larson clarson at kergoth dot com Founder - BitBake,

[oe] [meta-oe][PATCH 1/3] oe: add python namespace package

2015-12-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/lib/oe/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-oe/lib/oe/__init__.py diff --git a/meta-oe/lib/oe/__init__.py b/meta-oe/lib

[oe] [meta-oe][PATCH 0/3] Add bits to save/restore URI headrevs

2015-12-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> This is useful to support BB_NO_NETWORK with AUTOREV, by letting someone ship dumped headrevs to the user, who then inherit this class, which ensures that the cached headrevs are used, and upstream is not contacted at parse time. BB_SRCREV_

[oe] [meta-oe][PATCH 2/3] oe.headrevs: save and restore the bitbake URI headrevs

2015-12-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> This module provides functions to save and restore the BB_URI_HEADREVS from/to the persist_data database. The BB_URI_HEADREVS are the mappings between git refs and the revisions they refer to. This is useful to fully support BB_NO_NETWOR

[oe] [meta-oe][PATCH 3/3] restore_headrevs.bbclass: add

2015-12-15 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> If BB_NO_NETWORK=1, this class restores saved bitbake URI headrevs. This is useful to support BB_NO_NETWORK with AUTOREV, by letting someone ship dumped headrevs to the user, who then inherit this class, which ensures that the cached he

Re: [oe] [meta-oe][PATCH 0/3] Add bits to save/restore URI headrevs

2015-12-15 Thread Christopher Larson
On Tue, Dec 15, 2015 at 12:49 PM, Martin Jansa <martin.ja...@gmail.com> wrote: > On Tue, Dec 15, 2015 at 12:37:44PM -0700, Christopher Larson wrote: > > From: Christopher Larson <chris_lar...@mentor.com> > > > > This is useful to support BB_NO_NETWORK with A

Re: [oe] [PATCHv2][RESEND 1/3] canutils: rdep on iproute2

2015-12-09 Thread Christopher Larson
On Wed, Dec 9, 2015 at 10:41 AM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > busybox ip fails to configure can interfaces, so we need iproute2 to do so. > See also http://www.armadeus.com/wiki/index.php?ti

[oe] [PATCHv2][RESEND 2/3] lowpan-tools: add missing flex/bison deps

2015-12-09 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/

[oe] [PATCHv2][RESEND 3/3] gpsd: also support bluez5

2015-12-09 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> gpsd uses libbluetooth, not the dbus interface, so it can work with bluez5 as well, as the library is compatible. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 4

Re: [oe] [PATCHv2][RESEND 1/3] canutils: rdep on iproute2

2015-12-09 Thread Christopher Larson
On Wed, Dec 9, 2015 at 10:41 AM, Christopher Larson <kerg...@gmail.com> wrote: > From: Christopher Larson <chris_lar...@mentor.com> > > busybox ip fails to configure can interfaces, so we need iproute2 to do so. > See also http://www.armadeus.com/wiki/index.php?ti

[oe] [PATCHv2][RESEND 1/3] canutils: rdep on iproute2

2015-12-09 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> busybox ip fails to configure can interfaces, so we need iproute2 to do so. See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/reci

Re: [oe] [OE-core] Fwd: Welcome to the "Openemebdded-architecture" mailing list

2015-11-17 Thread Christopher Larson
ring the resources > to implement them. > > We did discuss list proliferation, filtering patches, etc and still > decided the best solution was a new list. > > Philip > > > Forwarded Message > Subject: Welcome to the "Openemebdded-architecture" ma

Re: [oe] [meta-oe][PATCH] talloc: rename to libtalloc and cleanup dependency mess

2015-11-17 Thread Christopher Larson
On Fri, Nov 13, 2015 at 10:08 AM, Jens Rehsack <rehs...@gmail.com> wrote: > > Am 13.11.2015 um 18:01 schrieb Christopher Larson <kerg...@gmail.com>: > > > > On Fri, Nov 13, 2015 at 9:56 AM, Christopher Larson <kerg...@gmail.com> > wrote: > > On Fri

Re: [oe] [meta-oe][PATCH] talloc: rename to libtalloc and cleanup dependency mess

2015-11-13 Thread Christopher Larson
kill all the libtalloc bits in the PACKAGES var, and let the debian shlib renaming handle renaming talloc* to libtalloc*, or add a talloc-dev that pulls in libtalloc-dev & pytalloc-dev. -- Christopher Larson kergoth at gmail dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintain

Re: [oe] [meta-oe][PATCH] talloc: rename to libtalloc and cleanup dependency mess

2015-11-13 Thread Christopher Larson
On Fri, Nov 13, 2015 at 9:56 AM, Christopher Larson <kerg...@gmail.com> wrote: > On Fri, Nov 13, 2015 at 8:53 AM, Jens Rehsack <rehs...@gmail.com> wrote: > >> To avoid errors when building dev-images (talloc-dev is missing), and to >> avoid >> insane em

Re: [oe] [meta-oe][PATCH 2/5] talloc, libtevent, libtdb: depend on attr

2015-11-13 Thread Christopher Larson
On Fri, Nov 13, 2015 at 2:38 AM, Jens Rehsack <rehs...@gmail.com> wrote: > > Am 12.11.2015 um 21:17 schrieb Christopher Larson <kerg...@gmail.com>: > > > > From: Christopher Larson <chris_lar...@mentor.com> > > > > These will depend on liba

[oe] [meta-oe][PATCH 1/5] canutils: rdep on iproute2

2015-11-12 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> busybox ip fails to configure can interfaces, so we need iproute2 to do so. See also http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/reci

[oe] [meta-oe][PATCH 4/5] ctdb: rdep on bash

2015-11-12 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> onnode is a shell script with bashisms and bash #!. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-support/ctdb/ctdb_2.5.1.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-

[oe] [meta-oe][PATCH 5/5] gpsd: also support bluez5

2015-11-12 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> gpsd uses libbluetooth, not the dbus interface, so it can work with bluez5 as well, as the library is compatible. Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 4

[oe] [meta-oe][PATCH 3/5] lowpan-tools: add missing flex/bison deps

2015-11-12 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/

[oe] [meta-oe][PATCH 2/5] talloc,libtevent,libtdb: depend on attr

2015-11-12 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> These will depend on libattr if it's available, and we need deterministic builds. This fixes a build-deps failure which occurs when attr is built before them. There's currently no configuration option to explicitly control this dependency,

Re: [oe] [meta-oe][PATCH 2/5] talloc, libtevent, libtdb: depend on attr

2015-11-12 Thread Christopher Larson
On Thu, Nov 12, 2015 at 7:48 PM, Huang, Jie (Jackie) < jackie.hu...@windriver.com> wrote: > > -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org [mailto: > openembedded-devel- > > boun...@lists.openembedded.org] On Behalf Of Christop

Re: [oe] [meta-oe][PATCH 1/3] samba: fix dependencies and QA issues

2015-11-10 Thread Christopher Larson
ased on the lsb distro feature? Also, why add lsb to rdepends independently of the packageconfig? I'd think using the packageconfig's 4th field for rdepends, if necessary, would work better, unless I'm missing something? -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbed

Re: [oe] [meta-oe][PATCH] samba: systemv-init script must be executable

2015-11-04 Thread Christopher Larson
des will source the startup script rather than executing it if its name ends in .sh, so I don't really see why this would be necessary. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Softwar

Re: [oe] [meta-oe][PATCH] talloc: remove default packages from the packages list since empty

2015-10-03 Thread Christopher Larson
" > Question, why does this use libtalloc as the package names rather than the default of talloc? In the common case of the debian bbclass inherited, they'll get renamed based on the library soname anyway. Also, overriding the PACKAGES list isn't ideal, since it means future changes to the

Re: [oe] [PATCH] plymouth: building documatation sometimes fails to download so disable it

2015-09-20 Thread Christopher Larson
EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk \ > > +EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk > --disable-documentation\ > At some point we really need to add packageconfigs for all the documentation generation options and then add

Re: [oe] [meta-networking][PATCH] netmap: fix multiple build issues.

2015-09-08 Thread Christopher Larson
tream-Status: Pending/ -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://l

Re: [oe] Where is libunique?

2015-09-07 Thread Christopher Larson
eta-oe > to oe-core, they are first added to oe-core and then removed from > meta-oe). > Indeed, it should always be added before it's removed, then the worst case is duplication rather than the recipe missing. -- Christopher Larson clarson at kergoth dot com Founder - Bi

[oe] [meta-oe][PATCH] iw: remove, this is now in oe-core

2015-09-01 Thread Christopher Larson
From: Christopher Larson <chris_lar...@mentor.com> Signed-off-by: Christopher Larson <chris_lar...@mentor.com> --- sh-don-t-use-git-describe-for-versioning.patch | 43 -- meta-oe/recipes-connectivity/iw/iw_4.1.bb | 23 2 files changed,

Re: [oe] How to create machine/customer specific ntp.conf files

2015-07-02 Thread Christopher Larson
go that route, so stuff depending on it doesn’t get unnecessarily rebuilt when it changes. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics

Re: [oe] [PATCH] ntimed: add recipe to meta-networking (git version)

2015-06-08 Thread Christopher Larson
On Mon, Jun 1, 2015 at 1:05 PM, Khem Raj raj.k...@gmail.com wrote: On Sat, May 30, 2015 at 5:31 PM, Christopher Larson kerg...@gmail.com wrote: Ntimed is an unreleased ntpd replacement being sponsored by the Linux Foundation. Currently it only includes a work-in-progress client

[oe] [PATCH] ntimed: add recipe to meta-networking (git version)

2015-05-30 Thread Christopher Larson
Ntimed is an unreleased ntpd replacement being sponsored by the Linux Foundation. Currently it only includes a work-in-progress client, but for future use this recipe emits an ntimed-client package and an ntimed meta package which will pull in client and server. Signed-off-by: Christopher Larson

Re: [oe] meta-selinux

2015-02-11 Thread Christopher Larson
capability going into the main recipes, as that's not an invasive change, nor a patch, but just a tweak in configuration. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics

[oe] [meta-oe][PATCH] rng-tools: obey the sysvinit distro feature

2014-12-29 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta-oe/recipes-support/rng-tools/rng-tools_4.bb | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/rng-tools/rng

Re: [oe] [meta-oe][PATCH v2] rarpd : add new recipe

2014-11-18 Thread Christopher Larson
lixin.f...@cn.fujitsu.com Should this go in meta-networking? -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software Engineer, Mentor Graphics -- ___ Openembedded-devel mailing

Re: [oe] [OE-core] RFC: automatic -dbg splitting

2014-10-08 Thread Christopher Larson
value for FILES_PN-dbg in bitbake.conf should be empty, and recipes can extend it as required (e.g. gdb Python scripts) with the automatic debug packaging extending FILES_PN-dbg. For what it's worth, this behavior seems quite sane to me. -- Christopher Larson clarson at kergoth dot com Founder

Re: [oe] [meta-oe][PATCH] lmbench: add lmbench-exception LICENSE

2014-08-25 Thread Christopher Larson
On Mon, Aug 25, 2014 at 11:54 AM, Khem Raj raj.k...@gmail.com wrote: On 14-08-25 23:38:31, Yasir-Khan wrote: Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Yasir-Khan yasir_k...@mentor.com --- meta-oe/licenses/GPL-2.0-with-lmbench-restriction | 108

Re: [oe] [meta-oe][PATCH] lmbench: if a machine config file exists, install it

2014-08-22 Thread Christopher Larson
On Tue, Aug 19, 2014 at 5:07 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Aug 19, 2014 at 04:49:24PM +0500, Yasir-Khan wrote: Signed-off-by: Christopher Larson chris_lar...@mentor.com Signed-off-by: Yasir-Khan yasir_k...@mentor.com --- .../recipes-benchmark/lmbench/lmbench_3.0

Re: [oe] [yocto] toybox in OpenEmbedded

2014-08-18 Thread Christopher Larson
implementation of alternatives that's provided in chkconfig, rather than cworth's shell version. I haven't tested it in that context, but I doubt it runs so many external tools. -- Christopher Larson clarson at kergoth dot com Founder - BitBake, OpenEmbedded, OpenZaurus Maintainer - Tslib Senior Software

Re: [oe] [meta-oe][PATCH 3/5] dnsmasq: fix parallel make issue

2014-08-11 Thread Christopher Larson
On Mon, Aug 11, 2014 at 1:51 AM, Martin Jansa martin.ja...@gmail.com wrote: On Mon, Aug 11, 2014 at 10:46:47AM +0200, Martin Jansa wrote: On Sun, Aug 10, 2014 at 05:36:32PM -0700, Christopher Larson wrote: On Sun, Aug 10, 2014 at 2:24 AM, Martin Jansa martin.ja...@gmail.com wrote

[oe] [meta-oe][PATCH v2 0/5] Various dnsmasq fixes/improvements

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com This is rebased on current master. The parallel make fix's commit message is adjusted to match what it does, and the lua patch is fixed.. It seems something inadvertantly trimmed trailing whitespace out of the patch, oops. The following changes

[oe] [meta-oe][PATCH v2 4/5] dnsmasq: look for lua.pc, not lua5.1.pc

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- .../recipes-support/dnsmasq/dnsmasq/lua.patch| 16 .../dnsmasq/{files = dnsmasq}/parallel-make.patch | 0 meta-networking/recipes-support/dnsmasq

[oe] [meta-oe][PATCH v2 2/5] dnsmasq: obey CFLAGS LDFLAGS

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking

[oe] [meta-oe][PATCH v2 1/5] dnsmasq: add missing inherit pkgconfig

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com dnsmasq runs pkg-config to get cflags/libs for its dependencies. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[oe] [meta-oe][PATCH v2 5/5] dnsmasq: add packageconfigs for idn, conntrack, lua

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta-networking/recipes-support/dnsmasq

[oe] [meta-oe][PATCH v2 3/5] dnsmasq: move parallel make patch to .bb, add upstream-status

2014-08-11 Thread Christopher Larson
From: Christopher Larson chris_lar...@mentor.com Patches really belong in the recipe, not the .inc, given patches are generally version-bound. Signed-off-by: Christopher Larson chris_lar...@mentor.com --- meta-networking/recipes-support/dnsmasq/dnsmasq.inc | 1 - meta-networking

  1   2   >