== Series Details ==
Series: glibc: don't ignore global LDFLAGS settings
Revision: 1
URL : https://patchwork.openembedded.org/series/22148/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been exe
Also switch back to using the released tarballs.
Signed-off-by: Anuj Mittal
---
.../libva/{libva_2.6.0.bb => libva_2.6.1.bb}| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/libva/{libva_2.6.0.bb => libva_2.6.1.bb} (87%)
diff --git a/meta/
Two things: The -Wl,-rpath-link comment is stale (due to per-recipe
staging), so we no longer need to set our own LDFLAGS to avoid
-Wl,-rpath-link being in there. Second, overriding LDFLAGS should be
done at the recipe level so "bitbake -e" can show what is going on.
Otherwise debugging why one's g
From: Peter Kjellerstedt
Previously, there was SRC_DISTRIBUTE_LICENSES, an undocumented
variable that contained a static list of licenses. It was used by
expand_wildcard_licenses() to expand any wildcards used in, e.g.,
INCOMPATIBLE_LICENSE. However, since this static list of licenses has
not bee
From: Peter Kjellerstedt
The SRC_DISTRIBUTE_LICENSES variable and its static list of licenses
has been replaced by AVAILABLE_LICENSES, which automatically contains
all available licenses.
Signed-off-by: Peter Kjellerstedt
Signed-off-by: Richard Purdie
(cherry picked from commit 64daaf29e2c12c8
From: Peter Kjellerstedt
Since this file is written during recipe parsing, having it in the
${BUILDDIR}/conf directory, which is covered by an inotify watcher,
will trigger a re-parse the next time bitbake is run and the resident
bitbake server is enabled. This causes the sanity_info file to be
u
Here are somemore patches that where also tested and needing review.
Please have feedback by Tuesday.
The following changes since commit f9739e0f58f5d8a5dc01fdb0efaa778af4edd671:
kernel: Make symbol link to vmlinux.64 in boot directory (2020-01-08 20:33:12
-0800)
are available in the Git rep
From: Peter Kjellerstedt
In commit 692b2046 (package: Fix race between do_package and
do_packagedata), the path used for do_packagedata[sstate-inputdirs]
was changed from "${PKGDESTWORK}" to "${WORKDIR}/pkgdata-pdata-input".
This commit adapts the path used for pkgdatadir in
toaster_package_dumpd
From: Peter Kjellerstedt
Since the sanity_info file has moved from the conf directory to the
cache directory, there is no longer any need to clean it away
explicitly in clean_esdk_builddir() since the whole cache directory is
already cleaned away anyway.
Signed-off-by: Peter Kjellerstedt
Signed
Hi,
I sent following message several days ago, the problem is that connman
sent DHCP request messages but no DHCP response received, something is
got wrong in network, could anyone advise what have been changed in
zeus?
I saw another email of eth failure after updating from thud to zeus, I
am not
On Sun, 2020-01-12 at 14:59 +0100, Carlos Rafael Giani wrote:
> # qt5 support is disabled, because it is not present in OE core, and
> requires more work than
> # just adding a packageconfig (it requires access to moc, uic, rcc,
> and qmake paths).
> @@ -58,19 +56,18 @@ PACKAGECONFIG[zlib]
On 01/20/20 11:15, Peter Kjellerstedt wrote:
-Original Message-
From: Yu, Mingli
Sent: den 20 januari 2020 04:04
To: Peter Kjellerstedt ; Paul Eggleton
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC
to avoid fd lea
From: Pavel Modilaynen
Use close-on-exec (O_CLOEXEC) flag when open log file to
make sure its file descriptor is not leaked to parent
process on fork/exec.
Signed-off-by: Mingli Yu
---
pseudo_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pseudo_util.c b/pseudo_util
> -Original Message-
> From: Yu, Mingli
> Sent: den 20 januari 2020 04:04
> To: Peter Kjellerstedt ; Paul Eggleton
>
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] ✗ patchtest: failure for Open file with O_CLOEXEC
> to avoid fd leak (rev3)
>
> On 01/20/20 10:28,
On 01/20/20 10:28, Peter Kjellerstedt wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Yu, Mingli
Sent: den 20 januari 2020 02:34
To: Paul Eggleton
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] ✗ patchtest: failure for
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org boun...@lists.openembedded.org> On Behalf Of Yu, Mingli
> Sent: den 20 januari 2020 02:34
> To: Paul Eggleton
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] ✗ patchtest: failure for Open
Hi Mingli
On Sunday, 19 January 2020 6:41:49 PM NZDT Yu, Mingli wrote:
> On 01/19/20 13:32, Patchwork wrote:
> > == Series Details ==
> >
> > Series: Open file with O_CLOEXEC to avoid fd leak (rev3)
> > Revision: 3
> > URL : https://patchwork.openembedded.org/series/22123/
> > State : failure
>
On 01/20/20 09:29, Paul Eggleton wrote:
Hi Mingli
On Sunday, 19 January 2020 6:41:49 PM NZDT Yu, Mingli wrote:
On 01/19/20 13:32, Patchwork wrote:
== Series Details ==
Series: Open file with O_CLOEXEC to avoid fd leak (rev3)
Revision: 3
URL : https://patchwork.openembedded.org/series/221
Hey Khem,
On Sun, Jan 19, 2020, 4:22 PM Khem Raj wrote:
> On Sat, Jan 18, 2020 at 7:02 PM Alejandro Enedino Hernandez Samaniego
> wrote:
> >
> > While the gnu style for symbol versioning is the most usual,
> > --enable-symvers[=style] can be provided several values,
> > gnu, gnu-versioned-names
On Sat, Jan 18, 2020 at 7:02 PM Alejandro Enedino Hernandez Samaniego
wrote:
>
> While the gnu style for symbol versioning is the most usual,
> --enable-symvers[=style] can be provided several values,
> gnu, gnu-versioned-namespace, darwin, darwin-export, and sun,
> depending on users needs.
>
> I
== Series Details ==
Series: "vim: Add missing xgd-mime inhe..." and 1 more
Revision: 1
URL : https://patchwork.openembedded.org/series/22142/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been
Resolves:
WARNING: vim-8.2-r0 do_package_qa: QA Issue: package contains desktop
file with key 'MimeType' but does not inhert mime-xdg: vim path
'/work/core2-32-poky-linux/vim/8.2-r0/packages-split/vim/usr/share/applications/vim.desktop'
Signed-off-by: Richard Purdie
---
meta/recipes-support/vim/
Resolves:
ARNING: epiphany-3.34.2-r0 do_package_qa: QA Issue: package contains desktop
file with key 'MimeType' but does not inhert mime-xdg: epiphany path
'/work/core2-32-poky-linux/epiphany/3.34.2-r0/packages-split/epiphany
/usr/share/applications/org.gnome.Epiphany.desktop' [mime-xdg]
Signed-of
I was hit this week by opkg giving me a cryptic hint to resolve a problem:
- * Problem 1/2:
* - package packagegroup-core-boot-1.0-r17.6.shadow_ghost requires
sysvinit, but none of the providers can be installed
*
* Solution 1:
* - do not ask to install a package providing packagegroup-cor
From: Richard Purdie
When a comparision branch is set we see warnings. If two branches are used,
look for buildstats information from both to avoid this kind of warning:
INFO: Parsing buildstats from
'refs/notes/buildstats/perf-centos7.yoctoproject.org/master-next/qemux86'
WARNING: Buildstats n
From: Kalle Lampila
Some file systems don't support fetching the block size (notably the
file system Docker uses for containers), so if iotctl() fail, try to use
failback via os.stat() to get block size.
Signed-off-by: Kalle lampila
Signed-off-by: Richard Purdie
(cherry picked from commit e219
From: Richard Purdie
If getpwduid fails, we don't see which file it failed on which is key
information
to aid debugging. Print this information when exceptions are raised.
Signed-off-by: Richard Purdie
(cherry picked from commit 9d7a5219713af8117eda145052c6d9abdf577d8f)
Signed-off-by: Armin Ku
From: Mike Crowe
Ensure that RECIPE_SYSROOT is the same for -native recipes whether
multilib.conf is included or not.
Without this change task signatures for -native recipes change when
switching between MACHINEs that require multilib.conf and those that
don't.
This fix was one of the ones sugg
From: Alex Kiernan
Fix the naming of the loader on armhf to match what glibc expects:
#define GLIBC_DYNAMIC_LINKER_SOFT_FLOAT SYSTEMLIBS_DIR "ld-linux.so.3"
#define GLIBC_DYNAMIC_LINKER_HARD_FLOAT SYSTEMLIBS_DIR "ld-linux-armhf.so.3"
Signed-off-by: Alex Kiernan
Signed-off-by: Richard Purdi
From: Richard Purdie
We can have one taskhash which represents multiple native/cross sstate objects
since they're stored by BUILD_ARCH or possibly host distro (or host gcc
version).
We need to put these into separate namespaces on hashserv since their outhashes
will never match and we need deter
Please review and provide feedback by Tuesday.
Passed on AB via A-full
The following changes since commit 5ed714139f91eb03871e01b68a4370784071234d:
license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses
(2020-01-15 11:58:08 +0800)
are available in the Git repository at:
git
glibc defines minimum kernel needed to be 3.10.0 for LE ppc64
Signed-off-by: Khem Raj
---
v2: Exclude ppc64le from system-qemu target list, its usermode only
option
meta/classes/qemu.bbclass | 3 +++
meta/conf/bitbake.conf | 1 +
meta/recipes-devtools/
Adds a flag to control if the reproducible QA test should allow building
from sstate or not. Building from sstate may not be reproducible
depending on how the sstate is populated.
Signed-off-by: Joshua Watt
---
meta/lib/oeqa/selftest/cases/reproducible.py | 66 +++-
1 file change
Adds improvements and bug fixes to reproducible builds to make it easier
to diagnose reproducibility problems.
Joshua Watt (3):
oeqa: reproducible: Add flag for building from sstate
oeqa: reproducible: Fix extra data reporting
oeqa: reproducible: Do not strip packages
meta/lib/oeqa/selftes
Do not strip packages when testing reproducible builds. In some cases,
stripped data differs between builds, but then gets removed. However,
the contents affect the generation of the GCC build-id, which then
differs in the resulting ELF files, even though the data that caused
this is no longer ther
A typo was preventing the extra data about the reproducible build from
being reported in the test results
Signed-off-by: Joshua Watt
---
meta/lib/oeqa/selftest/cases/reproducible.py | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/lib/oeqa/selftest/cases/reprod
On Sun, 2020-01-19 at 02:06 -0800, Khem Raj wrote:
> glibc defines minimum kernel needed to be 3.10.0 for LE ppc64
>
> Signed-off-by: Khem Raj
> ---
> meta/classes/qemu.bbclass | 3 +++
> meta/conf/bitbake.conf | 1 +
> meta/recipes-devtools/qemu/qemu.inc | 2 +-
> 3 files
The generation of locale-archive depends on the order of the input
files. Fix the order by sorting the file list.
Signed-off-by: Alex Kiernan
---
meta/lib/oe/package_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/packa
On 1/19/20 7:15 AM, Richard Purdie wrote:
On Sat, 2020-01-18 at 23:16 +, Richard Purdie wrote:
On Thu, 2020-01-16 at 15:19 -0500, Trevor Gamblin wrote:
From: Trevor Gamblin
See bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13632
Autobuilder tests occasionally fail, reporting tha
On 1/19/20 7:15 AM, Richard Purdie wrote:
On Sat, 2020-01-18 at 23:16 +, Richard Purdie wrote:
On Thu, 2020-01-16 at 15:19 -0500, Trevor Gamblin wrote:
From: Trevor Gamblin
See bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13632
Autobuilder tests occasionally fail, reporting tha
Inherit the new class to avoid warnings about desktop file.
Signed-off-by: Richard Purdie
---
meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb
b/meta/recipes-sato/pcmanfm/pcmanfm_1.3.1.bb
in
On Sat, 2020-01-18 at 23:16 +, Richard Purdie wrote:
> On Thu, 2020-01-16 at 15:19 -0500, Trevor Gamblin wrote:
> > From: Trevor Gamblin
> >
> > See bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=13632
> >
> > Autobuilder tests occasionally fail, reporting that a new logfile
> > could
glibc defines minimum kernel needed to be 3.10.0 for LE ppc64
Signed-off-by: Khem Raj
---
meta/classes/qemu.bbclass | 3 +++
meta/conf/bitbake.conf | 1 +
meta/recipes-devtools/qemu/qemu.inc | 2 +-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/meta/classes
I would upgrade this in tandem with libdnf and rpm. Both are known to have
issues unfortunately.
Alex
> On 19 Jan 2020, at 6.08, Wang Mingyu wrote:
>
> Signed-off-by: Wang Mingyu
> ---
> meta/recipes-devtools/dnf/{dnf_4.2.2.bb => dnf_4.2.18.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 delet
From: He Zhe
Backport a patch from upstream to fix the following runtime failure.
The latest nm v2.33.1 outputs symbols addresses without prefix zeros
for "nm -f posix", which causes the following error.
nm01 5 TFAIL: Got wrong format with -f bsd
Signed-off-by: He Zhe
---
...ix-zeros-of-the-a
== Series Details ==
Series: ltp: Fix nm01 faliure
Revision: 1
URL : https://patchwork.openembedded.org/series/22131/
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 proposed
46 matches
Mail list logo