On 2019/8/12 下午4:57, Kang Kai wrote:
On 2019/7/27 下午4:42, Kang Kai wrote:
On 2019/7/27 上午5:40, richard.pur...@linuxfoundation.org wrote:
On Fri, 2019-07-26 at 05:23 -0400, kai.k...@windriver.com wrote:
From: Kai Kang
When run do_testimage for core-image-sato-sdk, it fails to pass test
case:
Hi,
On 8/15/19 11:31 PM, Alistair Francis wrote:
> Signed-off-by: Alistair Francis
> ---
> meta/conf/machine/include/riscv/qemuriscv.inc | 2 +-
> meta/conf/machine/qemuriscv64.conf| 2 --
> 2 files changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meta/conf/machine/include
On 8/15/19 2:31 PM, Andre McCurdy wrote:
> On Thu, Aug 15, 2019 at 2:09 PM Richard Purdie
> wrote:
>> On Thu, 2019-08-15 at 09:23 +0200, Martin Jansa wrote:
>>> NAK
>>>
>>> Yes, the first part was merged in warrior and is correct.
>>>
>>> But this second part isn't good (you don't want git-lfs
If we have installed some lib32 package which depends on perl/bash,
then populating sdk for that image would fail with the following error.
Error:
Problem: package lib32-libxml-namespacesupport-perl-1.12-r0.corei7_32
requires lib32-perl, but none of the providers can be installed
package
*** BLURB HERE ***
The following changes since commit 5f0d31ce4653f7a76a5226fa379a285ceca19d63:
bitbake: runqueue: Ensure data is handled correctly (2019-08-15 13:32:06
+0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/dummy-multilib
http://git.pok
From: Changqing Li
test-bus take long time to finish, sometimes longer than ptest-runner's
timeout limit 300s, so skipped it for now
[YOCTO #13409]
Signed-off-by: Changqing Li
---
meta/recipes-core/dbus/dbus/run-ptest | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/
On Thu, 2019-08-15 at 14:56 +0100, richard.pur...@linuxfoundation.org
wrote:
> On Thu, 2019-08-15 at 14:56 +0200, Alexander Kanavin wrote:
> What is really odd is this on both traces:
>
>524436 405.1020.001 405.2660.001
> /home/alexander/development/poky/bitbake/lib/bb/cooker.py:264(
Signed-off-by: Alistair Francis
---
meta/conf/distro/include/tcmode-default.inc | 2 +-
meta/recipes-devtools/qemu/qemu-native.inc| 4 +-
...u-native_4.0.0.bb => qemu-native_4.1.0.bb} | 0
...e_4.0.0.bb => qemu-system-native_4.1.0.bb} | 2 +-
meta/recipes-devtools/qemu/qemu.inc
Add support for specifying a BIOS the same way that the KERNEL variable
is specified. This includes specifying a QB_DEFAULT_BIOS variable.
Signed-off-by: Alistair Francis
---
scripts/runqemu | 53 +++--
1 file changed, 29 insertions(+), 24 deletions(-)
Signed-off-by: Alistair Francis
---
meta/conf/machine/include/riscv/qemuriscv.inc | 2 +-
meta/conf/machine/qemuriscv64.conf| 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/meta/conf/machine/include/riscv/qemuriscv.inc
b/meta/conf/machine/include/riscv/qemuriscv.
On Thu, Aug 15, 2019 at 2:09 PM Richard Purdie
wrote:
> On Thu, 2019-08-15 at 09:23 +0200, Martin Jansa wrote:
> > NAK
> >
> > Yes, the first part was merged in warrior and is correct.
> >
> > But this second part isn't good (you don't want git-lfs to sometimes
> > work and sometimes fail) and tha
On Thu, 2019-08-15 at 09:23 +0200, Martin Jansa wrote:
> NAK
>
> Yes, the first part was merged in warrior and is correct.
>
> But this second part isn't good (you don't want git-lfs to sometimes
> work and sometimes fail) and that's why it was rejected for master
> and _shouldn't_ be merged to w
Maybe we should drop x11 from default DISTRO_FEATURES :)
Will resolve the memory consumption and image size.
Well the image size isn't much different, I was just surprised to see
libx11 being included even in core-image-minimal (because systemd -> dbus
-> libx11: "dbus.do_package" -> "libx11.do_p
BugFix only release see [1] for details
[1]
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=9.2
Signed-off-by: Khem Raj
---
v2: Drop 0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch which was not
needed
meta/conf/distro/include/maintainers.inc
On 8/15/19 11:22 AM, Adrian Bunk wrote:
On Thu, Aug 15, 2019 at 12:17:13AM -0700, Khem Raj wrote:
...
create mode 100644
meta/recipes-devtools/gcc/gcc-9.2/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
...
That would be a partial revert of a change in master.
thanks, that missed to be r
On Thu, Aug 15, 2019 at 12:17:13AM -0700, Khem Raj wrote:
>...
> create mode 100644
> meta/recipes-devtools/gcc/gcc-9.2/0006-gcc-disable-MASK_RELAX_PIC_CALLS-bit.patch
>...
That would be a partial revert of a change in master.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan aske
== Series Details ==
Series: bitbake: runqueue: Ensure data is handled correctly
Revision: 1
URL : https://patchwork.openembedded.org/series/19294/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have
On Wed, 14 Aug 2019 at 18:42, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> I'm not sure I agree with this.
>
> We are meant to work on embedded systems and 256MB should be enough to
> let us bring up X under qemu.
>
> I'm fine with some sdk/ptest images having more memory, that ma
Signed-off-by: Oleksandr Kravchuk
---
...n3-scons-native_3.1.0.bb => python3-scons-native_3.1.1.bb} | 0
.../python/{python3-scons_3.1.0.bb => python3-scons_3.1.1.bb} | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-scons-native_3.1.0.bb =>
From: Richard Purdie
This doesn't appear to have ill effects right now but there is a correctness
issue which this so fix it.
(Bitbake rev: a5e084a266f63c2fd370122327615e49beaeb94e)
Signed-off-by: Richard Purdie
---
bitbake/lib/bb/runqueue.py | 2 ++
1 file changed, 2 insertions(+)
diff --gi
Signed-off-by: Oleksandr Kravchuk
---
meta/recipes-devtools/python/python-setuptools.inc| 4 ++--
...ython-setuptools_41.0.1.bb => python-setuptools_41.1.0.bb} | 0
...hon3-setuptools_41.0.1.bb => python3-setuptools_41.1.0.bb} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
ren
Signed-off-by: Oleksandr Kravchuk
---
.../ffmpeg/{ffmpeg_4.1.4.bb => ffmpeg_4.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-multimedia/ffmpeg/{ffmpeg_4.1.4.bb => ffmpeg_4.2.bb} (97%)
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.1.4.b
On Tue, Aug 13, 2019 at 10:04:08AM +0100, Richard Purdie wrote:
> On Mon, 2019-08-12 at 20:26 +, Peter Kjellerstedt wrote:
> > Comparing that build to a corresponding do-nothing build with Thud,
> > the time difference matches those three minutes where I have no idea
> > what bitbake is doing n
On Thu, 2019-08-15 at 14:56 +0200, Alexander Kanavin wrote:
> On Wed, 14 Aug 2019 at 23:25,
> wrote:
> > Right, it still definitely needs work. Its a balancing act between
> > sorting out the execution bugs in the code and figuring out the
> > performance problem.
> >
> > If anyone wants to exper
On Wed, 14 Aug 2019 at 23:25, wrote:
> Right, it still definitely needs work. Its a balancing act between
> sorting out the execution bugs in the code and figuring out the
> performance problem.
>
> If anyone wants to experiment, the way I'd debug this is to run the
> before and after cases with
Like for ARM bjam need some hints about the ABI to properly build on
aarch64. While at it also enable context and coroutine as these are
supported on aarch64.
Signed-off-by: Alban Bedel
---
meta/recipes-support/boost/boost.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-su
From: Kai Kang
Using gold on mipsn32 still fails. It fails to run
$ bitbake webkitgtk -c configure
with configuration:
MACHINE ?= "qemumips"
DEFAULTTUNE = "mips64-n32"
Signed-off-by: Kai Kang
---
meta/recipes-sato/webkit/webkitgtk_2.24.3.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
On 8/15/19 3:23 PM, Martin Jansa wrote:
NAK
Yes, the first part was merged in warrior and is correct.
But this second part isn't good (you don't want git-lfs to sometimes
work and sometimes fail) and that's why it was rejected for master and
_shouldn't_ be merged to warrior. If you have re
NAK
Yes, the first part was merged in warrior and is correct.
But this second part isn't good (you don't want git-lfs to sometimes work
and sometimes fail) and that's why it was rejected for master and
_shouldn't_ be merged to warrior. If you have recipes which need git-lfs,
then add it to normal
BugFix only release see [1] for details
[1]
https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=9.2
Signed-off-by: Khem Raj
---
meta/conf/distro/include/maintainers.inc | 2 +-
.../gcc/{gcc-9.1.inc => gcc-9.2.inc} | 11 ++--
...0001-gcc
The corresponding first patch of this patch series already merged in
Warrior
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/bitbake/lib?h=warrior&id=6e3a4d7926296380da23536c29af35d5702e02fb
So this patch should also go in warrior.
On 8/15/19 2:53 PM, Naveen Saini wrote:
This provides
31 matches
Mail list logo