Start the dbus daemon first before executing test-names
using dbus-launch, this will set DBUS_SESSION_BUS_ADDRESS.
ERROR:Failed to open connection to system bus: Using X11 for
dbus-daemon autolaunch was disabled at compile time,
set your DBUS_SESSION_BUS_ADDRESS instead
Upstream-Status: Pending
Upgrade tslib from 1.16 to 1.17
Signed-off-by: Hong Liu
---
.../recipes-graphics/tslib/{tslib_1.16.bb => tslib_1.17.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-graphics/tslib/{tslib_1.16.bb => tslib_1.17.bb} (96%)
diff --git a/meta-oe/recipes-graphics
We have seen/reported few dlopen related fixes which has been fixed
upstream, therefore upgrade
all set of changes
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=6516282d2adfad2c7e66d854cde3357120c75dbd..43e7efb46555f13a556d92944ac05c19b8929b60
Signed-off-by: Khem Raj
---
.../musl/musl/ou
On Tuesday, 5 March 2019 10:36:07 AM NZDT Christopher Larson wrote:
> From: Christopher Larson
>
> This improves logger setup in devtool and recipetool to send ERRORs to
stderr,
> the way bitbake itself does, and also sends WARNINGs there, as those are
> essentially out of band as well. This mak
The script use https protocol by default, but the error-report-web server's
https connection may not work (e.g., doesn't work with python 2.7.6), so add an
option --no-ssl to make it use http.
Signed-off-by: Robert Yang
---
scripts/send-error-report | 11 ---
1 file changed, 8 insertions
* V2
Use store_const as Ross suggested
* V1
Initial version
The following changes since commit e37a1ecc292b684daa49f2da2e19e0aa975f0959:
squashfs-tools: add PACKAGECONFIGs for all the tunables (2019-03-04 17:37:23
+)
are available in the git repository at:
git://git.openembedded.o
Permanently adds the -src source package to ${PACKAGES} instead of
relying on creating it dynamically at packaging time. The source package
is now defined in bitbake.conf, just like -dev and -dbg packages.
For compatibility, the -src package is still added dynamically if it was
missing, since some
Armin,
Not sure when would be the next batch of thud backports - as discussed
earlier, I needed this fix to un-break the last set of backported updates
from last Monday. Please let me know when this can be merged to thud.
Thanks!
--
Denys
On Mon, Mar 04, 2019 at 01:11:13PM -0500, Denys Dmytr
On Saturday, 26 January 2019 8:53:02 AM NZDT Sai Hari Chandana Kalluri wrote:
> +def menuconfig(args, config, basepath, workspace):
> +"""Entry point for the devtool 'menuconfig' subcommand"""
> +
> +rd = ""
> +kconfigpath = ""
> +pn_src = ""
> +localfilesdir = ""
> +worksp
Thanks for looking into this problem - this is a tricky one. My apologies for
the delay in reviewing. Comments below.
On Saturday, 26 January 2019 8:53:00 AM NZDT Sai Hari Chandana Kalluri wrote:
> --- a/scripts/lib/devtool/standard.py
> +++ b/scripts/lib/devtool/standard.py
> @@ -717,6 +717,72 @
Quiet builds are nice for interactive builds, but hide information we'd like in
the logs.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb
b/meta/rec
This patch was to use BUILD_CC instead of CC when building mktables, a binary
used to generate tables.c.
However due to cross-compilation problems such as this, upstream since 4.12.1
(f929b62 specifically) avoids the entire issue and ships tables.c in the
repository, updating it as required.
Sign
From: Christopher Larson
This function sets up the default bb.msg formatter and log filters, which by
default sends ERROR messages to stderr rather than stdout.
Signed-off-by: Christopher Larson
---
scripts/lib/scriptutils.py | 15 +++
1 file changed, 15 insertions(+)
diff --git a
From: Christopher Larson
We want errors going to stderr, the way they do in bitbake itself.
Signed-off-by: Christopher Larson
---
scripts/devtool| 2 ++
scripts/recipetool | 2 ++
2 files changed, 4 insertions(+)
diff --git a/scripts/devtool b/scripts/devtool
index 0e578c0de3..de1847eef3
From: Christopher Larson
Rather than recreating handlers and forcing them, iterate over the handlers
and enable color on ones we can handle. This makes it easier to handle color
properly when we introduce the bb.msg default log filters.
Signed-off-by: Christopher Larson
---
scripts/lib/scriptu
From: Christopher Larson
stderr isn't just for errors, but anything out of band. It's highly unlikely
that warning messages are anything but out of band, which makes scripting our
tools more troublesome, since the script calling it has to filter out the
warnings from stdout to get the real output
From: Christopher Larson
This improves logger setup in devtool and recipetool to send ERRORs to stderr,
the way bitbake itself does, and also sends WARNINGs there, as those are
essentially out of band as well. This makes it easier to script with devtool
and recipetool, as any *real* subcommand ou
On Friday, 8 February 2019 2:57:32 PM NZDT Sai Hari Chandana Kalluri wrote:
> The devtool reset command cleans the sysroot for a recipe in workspace.
> It also removes the append file but leaves the source code as in
> workspace. The source is not cleaned intentionally and the user has to
> manuall
On Saturday, 15 December 2018 1:39:22 PM NZDT Jaewon Lee wrote:
> When using Kmeta directories, devtool finish will add every single file
> in the directory to the bbappend. This is because in the current
> implementation, the get_recipe_local_files function treats the kmeta
> directory like a file
Reused lighttpd internal tests and did minimal patching to fix paths.
Upstream-Status: Pending
Signed-off-by: Aditya Tayade
---
...-use-standard-sbin-and-lib-path-for-ptest.patch | 37
meta/recipes-extended/lighttpd/lighttpd/run-ptest | 4 ++
meta/recipes-extended/lighttpd/lightt
this should go to oe-devel ml and with right subject prefix.
On Mon, Mar 4, 2019 at 10:39 AM Aditya Tayade wrote:
>
> During protobuf-ptest execution, add_person_cpp waits for user
> inputs to write data into test.data file. Fixed this by supplying
> dummy data through standard input.
>
> Upstrea
During protobuf-ptest execution, add_person_cpp waits for user
inputs to write data into test.data file. Fixed this by supplying
dummy data through standard input.
Upstream-Status: Pending
Signed-off-by: Aditya Tayade
---
meta-oe/recipes-devtools/protobuf/protobuf/run-ptest | 2 +-
1 file chang
From: Denys Dmytriyenko
The fix is heavily based on Khem's previous fix for bn.h/BN_LLONG breakage:
https://git.openembedded.org/openembedded-core/commit/?id=f787b0bb9b0626ddbf2ac94cb206c76716a3773d
(From OE-Core rev: 914e1520bf9c45e14bce9993c9131a2c0702b9c9)
Signed-off-by: Denys Dmytriyenko
C
On Mon, Mar 04, 2019 at 10:44:00AM -0600, Mark Hatle wrote:
> On 3/1/19 4:26 PM, Tom Rini wrote:
> > This packagegroup is intended to provide all of the functionality found
> > in other VIRTUAL-RUNTIME_base-utils providers through full packages
> > rather than an all-on-one package. Document how t
This was added with no explanation in 2010 (17f3c548c) and doesn't appear to be
needed.
Signed-off-by: Ross Burton
---
meta/recipes-core/util-linux/util-linux.inc | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-core/util-linux/util-linux.inc
b/meta/recipes-core/util-linux/util
Upstream lets you control what compression algorithms are used, so add
PACKAGECONFIGs for them all.
Instead of bundling a copy of the SevenZIP SDK from 2009 (!), reuse XZ. This
means we can drop Public Domain from the license list.
Also -e was removed from EXTRA_OEMAKE in 2016 (oe-core aeb653) s
LZO support is optional so add a PACKAGECONFIG to control this.
Also clean up the xattr PACKAGECONFIG to explicitly enable/disable.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/mtd/mtd-utils_git.bb | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-d
We can assume that modern boards don't need X/Y/ZMODEM transfer tools for
testing purposes. The few users that need this tool for testing can add it
themselves.
Signed-off-by: Ross Burton
---
meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 1 -
1 file changed, 1 deletion(-
A X/Y/ZMODEM transfer tool is not a required package for self-hosted builds.
Signed-off-by: Ross Burton
---
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
b/meta/recipes-c
The test case expects that printf(0x0) is (null) but for us this it is (NULL).
Use case-insensitive diff as the rest of the tests don't care about case.
Signed-off-by: Ross Burton
---
.../pango/pango/insensitive-diff.patch | 28 ++
meta/recipes-graphics/pango/pan
On 3/1/19 4:26 PM, Tom Rini wrote:
> This packagegroup is intended to provide all of the functionality found
> in other VIRTUAL-RUNTIME_base-utils providers through full packages
> rather than an all-on-one package. Document how to make use of this
> in local.conf.sample.extended. Introduce VIRTU
On Mon, Mar 04, 2019 at 09:47:57AM +, André Draszik wrote:
> On Fri, 2019-03-01 at 17:26 -0500, Tom Rini wrote:
> > In order to have more robust stand-alone network tools in oe-core, bring
> > in vim from meta-openembedded/meta-networking. This imports the recipes
> ^^^
>
> vim for netwo
On Mon, Mar 04, 2019 at 04:21:48PM +, Richard Purdie wrote:
> On Mon, 2019-03-04 at 11:14 -0500, Tom Rini wrote:
> > On Mon, Mar 04, 2019 at 04:06:47PM +, Richard Purdie wrote:
> > > You mean like the BB_MIN_VERSION variable:
> > >
> > > http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/
On Mon, 4 Mar 2019 at 15:12, Richard Purdie
wrote:
> I suspect we have this issue in a few cases and having PV next to the
> SRCREV may prompt people to keep things more in sync?
I'm sure we do, but I spotted this one. The AUH will do the prompting
so I'm not sure what else needs to be kept in s
On Mon, 2019-03-04 at 11:14 -0500, Tom Rini wrote:
> On Mon, Mar 04, 2019 at 04:06:47PM +, Richard Purdie wrote:
> > You mean like the BB_MIN_VERSION variable:
> >
> > http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/conf/sanity.conf#n6
> >
> > ?
> >
> > :)
> >
> > The changes were inten
On Mon, Mar 4, 2019, 10:06 AM Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> On Mon, 2019-03-04 at 10:58 -0500, Tom Rini wrote:
> > Ah, so "poky" got me thinking this morning. I was just on bitbake
> > v1.40
> > (since I usually use thud, and that's the version for that). Moving
>
On Mon, Mar 04, 2019 at 04:06:47PM +, Richard Purdie wrote:
> On Mon, 2019-03-04 at 10:58 -0500, Tom Rini wrote:
> > Ah, so "poky" got me thinking this morning. I was just on bitbake
> > v1.40
> > (since I usually use thud, and that's the version for that). Moving
> > to
> > bitbake master/ti
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at
8am PST tomorrow. (3/5)
Yocto Project Technical Team Meeting: We encourage people attending the
meeting to logon and announce themselves on the Yocto Project IRC chancel
during the meeting (optional):
Yocto
On Mon, 2019-03-04 at 10:58 -0500, Tom Rini wrote:
> Ah, so "poky" got me thinking this morning. I was just on bitbake
> v1.40
> (since I usually use thud, and that's the version for that). Moving
> to
> bitbake master/tip and I don't see the problem anymore.
>
> Is it possible to have some logi
All,
The triage team meets weekly and does its best to handle the bugs reported
into the Bugzilla. The number of people attending that meeting has fallen,
as have the number of people available to help fix bugs. One of the things
we hear users report is they don't know how to help. We (the tria
On Sun, Mar 03, 2019 at 04:11:36PM -0600, Joshua Watt wrote:
> On Sun, Mar 3, 2019 at 3:25 PM Tom Rini wrote:
> >
> > On Sun, Mar 03, 2019 at 03:21:12PM -0600, Joshua Watt wrote:
> > > On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote:
> > >
> > > > Hey all,
> > > >
> > > > As part of the packagegroup-
Signed-off-by: Alexander Kanavin
---
meta-poky/conf/local.conf.sample | 4
1 file changed, 4 deletions(-)
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 2775e15d748..00795ae6a3f 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.
As SDL was found to be buggy for virgl-based GL passthrough,
gtk+ is enabled to allow that use case.
Signed-off-by: Alexander Kanavin
---
meta-poky/conf/local.conf.sample | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/
This hasn't been the default for a long time (as some distros don't
support it), and with gtk+ being the new default shouldn't
be needed at all.
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/qemu/qemu.inc | 8
1 file changed, 8 deletions(-)
diff --git a/meta/recipes-devtoo
This removes confusion over where qemu frontends are enabled for
native/nativesdk builds: currently they are also set in local.conf.sample
from poky distro, and with this change that becomes the only place.
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/qemu/qemu_3.1.0.bb | 2 +-
1 f
sdl frontend remains enabled and available.
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/qemu/qemu_3.1.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/qemu/qemu_3.1.0.bb
b/meta/recipes-devtools/qemu/qemu_3.1.0.bb
index 3c404d408d0..26
Note that to actually use accelerated GL passthrough, there are two options
1) a suitable frontend need to be also enabled - gtk+ seems to work well,
sdl was found to be buggy.
2) it is also possible to render off-screen with -display egl-headless option,
and see the output with a VNC viewer (for
On 3/3/19 8:18 PM, Oleksandr Kravchuk wrote:
> Signed-off-by: Oleksandr Kravchuk
is this in master? What does it fix?
- armin
> ---
> meta/recipes-core/meta/target-sdk-provides-dummy.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.
On Mon, 2019-03-04 at 11:58 +, Ross Burton wrote:
> This isn't a git snapshot recipe but a release that is fetched over
> it. For
> clarity, put the PV in the filename.
>
> Signed-off-by: Ross Burton
> ---
> meta/recipes-devtools/libcomps/{libcomps_git.bb =>
> libcomps_0.10.0.bb} | 1 -
> 1
On Fri, 2019-02-15 at 16:03 +, Richard Purdie wrote:
> This avoids errors when running populate_sdk under opkg:
>
> * Problem 1/1:
> * - package busybox-dev-1.30.1-r0.core2-64 requires busybox =
> 1.30.1-r0, but none of the providers can be installed
> *
> * Solution 1:
> * - allow de
The test case expects that printf(0x0) is (null) but for us this it is (NULL).
Use case-insensitive diff as the rest of the tests don't care about case.
Signed-off-by: Ross Burton
---
.../pango/pango/insensitive-diff.patch | 28 ++
meta/recipes-graphics/pango/pan
On Mon, 2019-03-04 at 11:18 +, Burton, Ross wrote:
> On Mon, 4 Mar 2019 at 11:12, wrote:
> > +mkdir -p ${WORKDIR}/build/Source/CParse
>
> Use ${B} instead of ${WORKDIR}/build.
>
> Ross
Thanks, please see v4
--
Kind regards,
Luca Boccassi
signature.asc
Description: This is a digitall
From: Luca Boccassi
Building with musl currently fails. The fix has been committed
upstream, so backport it.
Note that it requires running yacc again to regenerate the parser file,
so a bison-native dependency is needed. Also the upstream's configure
step creates the directory where the parser fi
On Mon, Mar 04, 2019 at 10:17:21AM +, Burton, Ross wrote:
> On Sun, 3 Mar 2019 at 22:52, Tom Rini wrote:
> > SSTATE_DIR =
> > "${HOME}/work/OE/sstate-cache-${DISTRO_VERSION}${TARGET_VENDOR}"
>
> FWIW there isn't much point in isolating sstate like that. You'll
> just rebuild stuff that woul
This isn't a git snapshot recipe but a release that is fetched over it. For
clarity, put the PV in the filename.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/libcomps/{libcomps_git.bb => libcomps_0.10.0.bb} | 1 -
1 file changed, 1 deletion(-)
rename meta/recipes-devtools/libcomps/{lib
Thanks, looks good, I will update it.
// Robert
Sent from mobile phone
> 在 2019年3月4日,18:57,Burton, Ross 写道:
>
>> On Mon, 4 Mar 2019 at 10:30, Robert Yang wrote:
>> +arg_parse.add_argument("--no-ssl",
>> + help="Use http instead of https protocol",
>> +
The old bsd cryptodev engine was removed in
https://github.com/openssl/openssl/pull/3699
and the new one added in:
https://github.com/openssl/openssl/pull/3744
It can be enabled by configuring with "enable-devcryptoeng".
Signed-off-by: Ovidiu Panait
---
meta/recipes-connectivity/openssl/openssl
On Mon, 4 Mar 2019 at 11:12, wrote:
> +mkdir -p ${WORKDIR}/build/Source/CParse
Use ${B} instead of ${WORKDIR}/build.
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo
On Sat, 2019-03-02 at 23:03 +, Richard Purdie wrote:
> On Sat, 2019-03-02 at 18:12 +, Richard Purdie wrote:
> > On Fri, 2019-03-01 at 16:36 +, luca.bocca...@gmail.com wrote:
> > > From: Luca Boccassi
> > >
> > > Building with musl currently fails. The fix has been committed
> > > upst
From: Luca Boccassi
Building with musl currently fails. The fix has been committed
upstream, so backport it.
Note that it requires running yacc again to regenerate the parser file,
so a bison-native dependency is needed. Also the upstream's configure
step creates the directory where the parser fi
4TB of sstate is just for few weeks for me :).
On Mon, Mar 4, 2019 at 11:45 AM Burton, Ross wrote:
> On Mon, 4 Mar 2019 at 10:27, Martin Jansa wrote:
> > There is, you can prune outdated duplicate sstate archives while still
> separately building multiple DISTRO_VERSIONs.
>
> We don't all have
On Mon, 4 Mar 2019 at 10:30, Robert Yang wrote:
> +arg_parse.add_argument("--no-ssl",
> + help="Use http instead of https protocol",
> + action="store_true")
If you do this instead:
arg_parse.add_argument("--no-ssl", help="Use http instead
Khem, you can find some backtraces here:
https://github.com/prometheus/node_exporter/issues/1244, don't know if this
is enough?
Le dim. 3 mars 2019 à 16:43, Khem Raj a écrit :
> On Sun, Mar 3, 2019 at 2:45 AM Vincent Prince
> wrote:
> >
> > Khem,
> >
> > I'm not sure if we considere this issue
On Mon, 4 Mar 2019 at 10:27, Martin Jansa wrote:
> There is, you can prune outdated duplicate sstate archives while still
> separately building multiple DISTRO_VERSIONs.
We don't all have 4TB disks? :)
Ross
--
___
Openembedded-core mailing list
Opene
The following changes since commit 9ad19eb12c24d1ddc967215af0ebafd2cd2cb665:
mcextend: Add helper class useful for multiconfig (2019-03-03 15:38:08 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/error
http://cgit.openembedded.org/ope
On 3/4/19 6:26 PM, Richard Purdie wrote:
On Mon, 2019-03-04 at 18:02 +0800, Robert Yang wrote:
Hi RP,
On 3/4/19 5:23 PM, Richard Purdie wrote:
On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote:
Hi Khem,
We have an internal error web server, this patch breaks it:
You're accessing the d
The script use https protocol by default, but the error-report-web server's
https connection may not work (e.g., doesn't work with python 2.7.6), so add an
option --no-ssl to make it use http.
Signed-off-by: Robert Yang
---
scripts/send-error-report | 23 ---
1 file changed,
On Mon, 2019-03-04 at 18:02 +0800, Robert Yang wrote:
> Hi RP,
>
> On 3/4/19 5:23 PM, Richard Purdie wrote:
> > On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote:
> > > Hi Khem,
> > >
> > > We have an internal error web server, this patch breaks it:
> > >
> > > You're accessing the developmen
There is, you can prune outdated duplicate sstate archives while still
separately building multiple DISTRO_VERSIONs.
On Mon, Mar 4, 2019 at 11:17 AM Burton, Ross wrote:
> On Sun, 3 Mar 2019 at 22:52, Tom Rini wrote:
> > SSTATE_DIR =
> "${HOME}/work/OE/sstate-cache-${DISTRO_VERSION}${TARGET_VEND
On Sun, 3 Mar 2019 at 22:52, Tom Rini wrote:
> SSTATE_DIR = "${HOME}/work/OE/sstate-cache-${DISTRO_VERSION}${TARGET_VENDOR}"
FWIW there isn't much point in isolating sstate like that. You'll
just rebuild stuff that would have been available.
Ross
--
Hi RP,
On 3/4/19 5:23 PM, Richard Purdie wrote:
On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote:
Hi Khem,
We have an internal error web server, this patch breaks it:
You're accessing the development server over HTTPS, but it only
supports HTTP
So I tried to use runsslserver, but it does
On Fri, 2019-03-01 at 17:26 -0500, Tom Rini wrote:
> In order to have more robust stand-alone network tools in oe-core, bring
> in vim from meta-openembedded/meta-networking. This imports the recipes
^^^
vim for networking? :-)
Cheers,
Andre'
> as of git commit:
> commit 408204073e6bdcd8ac
On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote:
> Hi Khem,
>
> We have an internal error web server, this patch breaks it:
>
> You're accessing the development server over HTTPS, but it only
> supports HTTP
>
> So I tried to use runsslserver, but it doesn't work either since the
> host is
From: André Draszik
Two identical classes exist for SystemdbootTarget,
introduced in commit f9a61d3400ad
("gummiboot: Remove/change gummiboot references with systemd-boot")
poky commit 2dce2648e3d8
Remove the duplicated copy.
Signed-off-by: André Draszik
---
meta/lib/oeqa/controllers/masterim
74 matches
Mail list logo