From: Mazliana
Integrated “manualexecution” operation to test-case-mgmt scripts.
Manual execution script is a helper script to execute all manual
test cases in baseline command, which consists of user guideline
steps and the expected results. The last step will ask user to
provide their input to
These scripts were developed as an alternative testcase management
tool to Testopia. Using these scripts, user can manage the
testresults.json files generated by oeqa automated tests. Using the
"store" operation, user can store multiple groups of test result each
into individual git branch. Within
v1:
Face key error from oe-git-archive
Undesirable behavior when storing to multiple git branch
v2:
Include fix for oe-git-archive
Include fix for store result to multiple git branch
Improve git commit message
v3:
Enhance fix for oe-git-archive by using exception catch to
improv
Without installing gitpython package, oe-git-archive will face error
below, where it was referencing key that was non-existent inside
metadata object.
Traceback (most recent call last):
File "/scripts/oe-git-archive", line 271, in
sys.exit(main())
File "/scripts/oe-git-archive", line 229,
On Thu, 2019-01-03 at 20:42 -0600, Joshua Watt wrote:
> Handles the argument that passes task unique hash in the hash check
> function, as it is now required by bitbake
>
> [YOCTO #13030]
>
> Signed-off-by: Joshua Watt
> ---
> meta/classes/sstate.bbclass | 2 +-
> 1 file changed, 1 insertion(+)
On 1/4/19 6:33 AM, Richard Purdie wrote:
On Thu, 2019-01-03 at 16:04 +0800, Robert Yang wrote:
Fixed:
MACHINE = "qemux86"
QEMU_USE_KVM = "qemux86"
IMAGE_CLASSES += "testimage"
$ oe-selftest -r runqemu.RunqemuTests.test_boot_rootfs
[snip]
File "/buildarea1/lyang1/poky/meta/lib/oe/types.py
Now QEMU_USE_KVM can only be boolean, can not contain MACHINE any more.
Signed-off-by: Robert Yang
---
meta/lib/oeqa/manual/bsp-qemu.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json
b/meta/lib/oeqa/manual/bsp-qemu.json
index 1260af4
Signed-off-by: Robert Yang
---
meta/lib/oeqa/selftest/cases/runqemu.py | 5 +
1 file changed, 5 insertions(+)
diff --git a/meta/lib/oeqa/selftest/cases/runqemu.py
b/meta/lib/oeqa/selftest/cases/runqemu.py
index 4e35bb9..f69d470 100644
--- a/meta/lib/oeqa/selftest/cases/runqemu.py
+++ b/meta
* V2:
- Fix RP's comments:
Enable KVM if the target arch matches build arch.
* V1:
- Initial version
// Robert
The following changes since commit c22b0bf66a28324da66caf0660f171cc279a1f2b:
cmake-native: Set --parallel for configure (2019-01-03 21:14:47 +)
are available in the git
Fixed:
MACHINE = "qemux86"
QEMU_USE_KVM = "qemux86"
IMAGE_CLASSES += "testimage"
$ oe-selftest -r runqemu.RunqemuTests.test_boot_rootfs
[snip]
File "/buildarea1/lyang1/poky/meta/lib/oe/types.py", line 122, in boolean
raise ValueError("Invalid boolean value '%s'" % value)
ValueError: Invalid
On 2018/12/10 上午2:12, Richard Purdie wrote:
On Thu, 2018-12-06 at 20:53 +0800,kai.k...@windriver.com wrote:
From: Kai Kang
Move configurations from local.conf.sample.extended to
local.conf.sample
to make systemd as default init manager for poky.
[YOCTO #13031]
Signed-off-by: Kai Kang
---
m
From: Kai Kang
It checks output of mount in wic test case test_qemu. But the outputs are
different between sysvinit and systemd. Add assertion for systemd.
Signed-off-by: Kai Kang
---
meta/lib/oeqa/selftest/cases/wic.py | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/me
== Series Details ==
Series: Hash Equivalency Server (rev4)
Revision: 4
URL : https://patchwork.openembedded.org/series/15190/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the
Implements a reference implementation of the hash equivalence server.
This server has minimal dependencies (and no dependencies outside of the
standard Python library), and implements the minimum required to be a
conforming hash equivalence server.
[YOCTO #13030]
Signed-off-by: Joshua Watt
---
Converts sstate so that it can use a hash equivalence server to
determine if a task really needs to be rebuilt, or if it can be restored
from a different (equivalent) sstate object.
The unique hashes are cached persistently using persist_data. This has
a number of advantages:
1) Unique hashes can
Handles the argument that passes task unique hash in the hash check
function, as it is now required by bitbake
[YOCTO #13030]
Signed-off-by: Joshua Watt
---
meta/classes/sstate.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sstate.bbclass b/meta/classes
Apologies for cross-posting this to both the bitbake-devel and
openembedded-devel; this work necessarily intertwines both places, and
it is really necessary to look at both parts to get an idea of what is
going on. For convenience, the bitbake patches are listed first,
followed by the oe-core patch
Please review and concider these changes for the next thud release 2.6.1
Package updates are bug fix only.
Clean A-quick build
The following changes since commit 004ec4fb4de5648db9aafcbd2f8dbe24a8b5f9d6:
Documentation: Prepare for 2.6.1 release. (2018-12-27 22:54:55 +)
are available in t
Use a different STAMPS_DIR and SSTATE_DIR in test_yocto_source_mirror.
Otherwise, when executing `oe-selftest -a', we will get a lot of failures
due to do_unpack failure.
Signed-off-by: Chen Qi
---
meta/lib/oeqa/selftest/cases/buildoptions.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a
*** BLURB HERE ***
The following changes since commit 445acdffe0a75bf9ce94c1fc31bebc7c5bd60be8:
bitbake: runqueue: Pass unique hash to hash validate (2019-01-03 22:47:11
+)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/mirror_test
http://git.pokyl
On Thu, Jan 3, 2019 at 7:15 PM Alistair Francis wrote:
>
> On Thu, Jun 14, 2018 at 3:12 PM Bruce Ashfield
> wrote:
> >
> >
> >
> > On Thu, Jun 14, 2018 at 3:45 PM, Alistair Francis
> > wrote:
> >>
> >> Signed-off-by: Alistair Francis
> >> ---
> >> meta/recipes-kernel/linux/linux-yocto.inc
Fix the swig build failure by calling the default do_configure from autotools.
Signed-off-by: Alistair Francis
---
meta/recipes-devtools/swig/swig.inc | 10 ++
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/meta/recipes-devtools/swig/swig.inc
b/meta/recipes-devtools/swig/
On Thu, Jan 3, 2019 at 4:16 PM Burton, Ross wrote:
>
> Try adding EXTRA_AUTORECONF += "-I Tools/config"?
Ah! Perfect.
I'll send a v3.
Alistair
>
> Ross
>
> On Fri, 4 Jan 2019 at 00:11, Alistair Francis wrote:
> >
> > On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote:
> > >
> > > On Thu, 3 Ja
Try adding EXTRA_AUTORECONF += "-I Tools/config"?
Ross
On Fri, 4 Jan 2019 at 00:11, Alistair Francis wrote:
>
> On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote:
> >
> > On Thu, 3 Jan 2019 at 23:18, Alistair Francis
> > wrote:
> > > Fix the swig build by calling autogen.sh before running con
On Thu, Jun 14, 2018 at 3:12 PM Bruce Ashfield wrote:
>
>
>
> On Thu, Jun 14, 2018 at 3:45 PM, Alistair Francis
> wrote:
>>
>> Signed-off-by: Alistair Francis
>> ---
>> meta/recipes-kernel/linux/linux-yocto.inc | 4
>> meta/recipes-kernel/linux/linux-yocto_4.15.bb | 5 -
>> 2 file
On Thu, Jan 3, 2019 at 4:02 PM Burton, Ross wrote:
>
> On Thu, 3 Jan 2019 at 23:18, Alistair Francis
> wrote:
> > Fix the swig build by calling autogen.sh before running configure.
>
> But...
>
> > @@ -45,6 +45,7 @@ do_configure() {
> > install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/c
On Thu, 3 Jan 2019 at 23:18, Alistair Francis wrote:
> Fix the swig build by calling autogen.sh before running configure.
But...
> @@ -45,6 +45,7 @@ do_configure() {
> install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub
> ${S}/Tools/config
> install -m 0755 ${STAGING_DATAD
Thanks Adrian
On Thu, Jan 3, 2019 at 2:59 PM Adrian Bunk wrote:
>
> On Thu, Jan 03, 2019 at 02:01:42PM -0800, Khem Raj wrote:
> > Hello All
> >
> > You might have noticed a recent commit in gcc trunk
> >
> > https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b232e6b58e3766bc66fe08fdb7bcba1bdadda8a2
>
On Thu, Jan 3, 2019 at 3:15 PM Khem Raj wrote:
>
>
>
> On Thu, Jan 3, 2019 at 2:51 PM Alistair Francis wrote:
>>
>> On Thu, Jan 3, 2019 at 2:46 PM Khem Raj wrote:
>> >
>> > On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis
>> > wrote:
>> > >
>> > > Signed-off-by: Alistair Francis
>> > > ---
>> >
Fix the swig build by calling autogen.sh before running configure.
Signed-off-by: Alistair Francis
---
meta/recipes-devtools/swig/swig.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/swig/swig.inc
b/meta/recipes-devtools/swig/swig.inc
index aec544997f..d74e34c1b6 1
Signed-off-by: Alistair Francis
---
meta/recipes-core/fts/{fts.bb => fts_1.2.7.bb} | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
rename meta/recipes-core/fts/{fts.bb => fts_1.2.7.bb} (59%)
diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts_1.2.7.bb
similar
On Thu, Jan 3, 2019 at 2:51 PM Alistair Francis
wrote:
> On Thu, Jan 3, 2019 at 2:46 PM Khem Raj wrote:
> >
> > On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis
> > wrote:
> > >
> > > Signed-off-by: Alistair Francis
> > > ---
> > > meta/recipes-core/fts/fts.bb | 22 --
On Thu, Jan 03, 2019 at 02:01:42PM -0800, Khem Raj wrote:
> Hello All
>
> You might have noticed a recent commit in gcc trunk
>
> https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b232e6b58e3766bc66fe08fdb7bcba1bdadda8a2
>
> Which removed support for deprecated -march=armv5 and armv5e, this
> will b
On Thu, Jan 3, 2019 at 2:33 PM Khem Raj wrote:
>
> On Thu, Jan 3, 2019 at 2:30 PM Alistair Francis
> wrote:
> >
> > Fix the swig build by calling autogen.sh before running configure.
> >
> > Signed-off-by: Alistair Francis
> > ---
> > meta/recipes-devtools/swig/swig.inc | 3 ++-
> > 1 file chan
On Thu, Jan 3, 2019 at 2:46 PM Khem Raj wrote:
>
> On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis
> wrote:
> >
> > Signed-off-by: Alistair Francis
> > ---
> > meta/recipes-core/fts/fts.bb | 22 --
> > meta/recipes-core/fts/fts_1.2.7.bb | 18 ++
> > 2 f
On Thu, 2019-01-03 at 16:03 +0800, Robert Yang wrote:
> Hi RP,
>
> On 1/3/19 5:13 AM, Richard Purdie wrote:
> > Hi Robert,
> >
> > The test we added debug to failed, logs/links below. Looks like the
> > 5s
> > timeout for non-kvm is too short as was commented elsewhere. Not
> > sure
>
> I've sen
On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis
wrote:
>
> Signed-off-by: Alistair Francis
> ---
> meta/recipes-core/fts/fts.bb | 22 --
> meta/recipes-core/fts/fts_1.2.7.bb | 18 ++
> 2 files changed, 18 insertions(+), 22 deletions(-)
> delete mode 100
Signed-off-by: Alistair Francis
---
meta/recipes-core/fts/fts.bb | 22 --
meta/recipes-core/fts/fts_1.2.7.bb | 18 ++
2 files changed, 18 insertions(+), 22 deletions(-)
delete mode 100644 meta/recipes-core/fts/fts.bb
create mode 100644 meta/recipes-core
On Thu, 2019-01-03 at 16:04 +0800, Robert Yang wrote:
> Fixed:
> MACHINE = "qemux86"
> QEMU_USE_KVM = "qemux86"
> IMAGE_CLASSES += "testimage"
>
> $ oe-selftest -r runqemu.RunqemuTests.test_boot_rootfs
>
> [snip]
> File "/buildarea1/lyang1/poky/meta/lib/oe/types.py", line 122, in
> boolean
>
On Thu, Jan 3, 2019 at 2:30 PM Alistair Francis
wrote:
>
> Fix the swig build by calling autogen.sh before running configure.
>
> Signed-off-by: Alistair Francis
> ---
> meta/recipes-devtools/swig/swig.inc | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-de
Fix the swig build by calling autogen.sh before running configure.
Signed-off-by: Alistair Francis
---
meta/recipes-devtools/swig/swig.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/swig/swig.inc
b/meta/recipes-devtools/swig/swig.inc
index aec544
Hello All
You might have noticed a recent commit in gcc trunk
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b232e6b58e3766bc66fe08fdb7bcba1bdadda8a2
Which removed support for deprecated -march=armv5 and armv5e, this
will be released along with gcc-9 release which is upcoming and we
might be able
On Thu, 2018-12-20 at 15:40 +, Ross Burton wrote:
> Signed-off-by: Ross Burton
> ---
> meta/lib/oeqa/sdk/cases/buildepoxy.py | 36
> +++
> 1 file changed, 36 insertions(+)
> create mode 100644 meta/lib/oeqa/sdk/cases/buildepoxy.py
Fails on the autobuilder sad
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> André Draszik
> Sent: Thursday, January 03, 2019 8:07 AM
> To: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH
When kernel-fitimage and initramfs is enabled using
INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy
fitImage.initramfs with following error
| install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such
file or directory
Skip deploying fitimage.initramfs, since fitimage does
On 1/3/19 4:33 AM, Richard Purdie wrote:
> On Wed, 2019-01-02 at 22:35 -0800, Khem Raj wrote:
>> native version fails on ubuntu 14.04, seems like we need to pass
>> -std=c99 explicitly via cflags see
>>
>> http://errors.yoctoproject.org/Errors/Details/214590/
Ok. thanks. v2 is in order
- armin
On Wed, 2019-01-02 at 20:51 -0800, Manjukumar Matha wrote:
> When kernel-fitimage and initramfs is enabled using
> INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy
> fitImage.initramfs with following error
>
> > install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such
> fil
The use of a dictionary for link_rename causes problems for higher-order
alternatives, i.e. when an alternative link points to another
alternative link, since these links must be processed in the order in
which they were originally added for symlink correction to work.
Switch from a dict to a list
On Tue, Jan 01, 2019 at 09:48:17PM -0800, Manjukumar Matha wrote:
> u-boot mainline supports menuconfig, this patch enables menuconfig for
> u-boot using cml1.
>
> u-boot recipe in OE-core handles multi configuration of u-boot using
> UBOOT_CONFIG. Since we cannot determine on which u-boot config
On Mon, 2018-12-31 at 20:56 +0100, Andrej Valek wrote:
> Your previous solution is working for me, so I was not working on
> fixing
> this. I thought, that You will just add missing packages, and that
> is.
> I don't have setup for failing machine.
>
> Is there any simple way to get all missing pe
u-boot mainline supports menuconfig, this patch enables menuconfig for
u-boot using cml1.
u-boot recipe in OE-core handles multi configuration of u-boot using
UBOOT_CONFIG. Since we cannot determine on which u-boot config the
menuconfig should run, the patch limits when UBOOT_CONFIG is not
defined
From: Roman Stratiienko
Signed-off-by: Roman Stratiienko
---
Changes since version 1:
Added maintainer for egl info-wayland recipe
meta/conf/distro/include/maintainers.inc| 1 +
.../eglinfo/eglinfo-wayland_1.0.0.bb| 13 +
2 files changed, 14 insertions(+
On Fri, 28 Dec 2018 at 13:07, Ahsan, Noor wrote:
> While building ovmf recipe I faced one issue regarding sqlite python module.
> The recipe is trying to access host python packages in order to build it. On
> my system I had multiple puthon version installed and the one which Ovmf was
> picking
From: Roman Stratiienko
SRCREV upgraded to 223817ee3798 ("Add Wayland support")
Additional patches rebased to this version
Signed-off-by: Roman Stratiienko
---
No changes since v1
meta/recipes-graphics/eglinfo/eglinfo.inc | 2 +-
...INCDIR-to-searchpath-for-egl-headers.patch | 9 +++
When kernel-fitimage and initramfs is enabled using
INITRAMFS_IMAGE_BUNDLE = "1", kernel do_deploy tries to deploy
fitImage.initramfs with following error
| install: cannot stat 'arch/arm64/boot/fitImage.initramfs': No such
file or directory
Skip deploying fitimage.initramfs, since fitimage does
On Wed, 2019-01-02 at 22:35 -0800, Khem Raj wrote:
> native version fails on ubuntu 14.04, seems like we need to pass
> -std=c99 explicitly via cflags see
>
> http://errors.yoctoproject.org/Errors/Details/214590/
and
https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/86
Cheers,
On Thu, 2019-01-03 at 15:23 +0800, Yeoh Ee Peng wrote:
> Without installing gitpython package, oe-git-archive will face error
> below, where it was referencing key that was non-existent inside
> metadata object.
>
> Traceback (most recent call last):
> File "/scripts/oe-git-archive", line 271, i
On Thu, 3 Jan 2019 at 09:49, Kang Kai wrote:
> The first error has been fixed in gobject-introspection 1.58.2. But I
> didn't find out the root cause of "qemu: uncaught target signal 11
> (Segmentation fault) - core dumped".
Same issue here - and it used to work for me :( Unfortunately I don't
re
On Friday, 21 December 2018 10:05:00 PM NZDT Jacob Kroon wrote:
> Sort 'srcrevs' and 'tag_srcrevs' before iterating over them in order
> to avoid unnecessary changes in the build history.
>
> Signed-off-by: Jacob Kroon
> ---
> meta/classes/buildhistory.bbclass | 4 ++--
> 1 file changed, 2 inser
On Thu, 3 Jan 2019 at 02:39, Robert Yang wrote:
> We can see that find -delete is the fastest way, rsync is the slowest one,
> and rm is close to find. Maybe it is because find and rsync are improved in
> nowadays, so they are faster than rsync.
That's good to know. There were some improvements
On 2018/12/19 上午12:29, Alexander Kanavin wrote:
Signed-off-by: Alexander Kanavin
Hi Alexander,
Have you ever meet build failure on qemumips with libdazzle:
389
/home/kkang/buildarea/WRLX-1019/systemd-oe-selftest-Dec24/tmp-glibc/work/mips32r2-wrs-linux/libdazzle/3.30.2-r0/recipe-sysroot/usr
61 matches
Mail list logo