On Fri, 2018-11-23 at 10:16 +0800, Chen Qi wrote:
> Previously we default hostname to be ${MACHINE}, but there's no entry
> in /etc/hosts, and `hostname -f' command fails. So change it to
> 'localhost'.
>
> Signed-off-by: Chen Qi
> ---
> meta/recipes-core/base-files/base-files_3.0.14.bb | 4 ++--
On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin
> ---
> .../openssl/0002-fix-CVE-2018-0734.patch | 108
> --
> .../openssl/0003-fix-CVE-2018-0735.patch | 50
> .../{openssl_1.1.1.bb => openssl_1.1.1a.bb} | 6 +
On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin
> ---
> ...001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch | 14 +---
> --
> .../psmisc/{psmisc_23.1.bb => psmisc_23.2.bb} | 2 +-
> 2 files changed, 6 insertions(+), 10 deletions(-)
> re
On Thu, 22 Nov 2018 at 02:12, ChenQi wrote:
> >> 2) hostname may set to some value, e.g. qemux86-64, which is not an entry
> >> in /etc/hosts
> >> This results in lookup failure when using `hostname -f' as there's no
> >> entry in /etc/hosts.
> > Let's fix the hostname setup so hosts is corr
On Fri, 2018-11-23 at 17:02 +, Richard Purdie wrote:
> I've take this quiet period as an opportunity to make some
> significant autobuilder changes:
I knew I was missing something:
Successful builds are now deleted when they complete using the
background deletion (clobberdir). This should red
I've take this quiet period as an opportunity to make some significant
autobuilder changes:
The targets have all been renamed and split up. "nightly-arm" became
"qemuarm" and "beaglebone". The "nightly-" prefixes were dropped.
The nightly target was dropped and replaced by "a-quick" and "a-full"
== Series Details ==
Series: meson: Disable rpath stripping at install time
Revision: 1
URL : https://patchwork.openembedded.org/series/15074/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been
On Thu, 2018-11-22 at 23:38 +, Richard Purdie wrote:
> On Thu, 2018-11-22 at 16:41 +0100, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin
> > ---
> > meta/recipes-devtools/dnf/{dnf_4.0.4.bb => dnf_4.0.9.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename me
As discussed in https://github.com/mesonbuild/meson/issues/2567 there
needs to be a way to allow our rpath options passed to the linker to be
preserved, else we run into weird build failures.
(e.g. libmodulemd-native used by libdnf can't find libyaml)
Disable this for now until upstream come up w
== Series Details ==
Series: java-library: make easy to override jar package name (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/15066/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tes
== Series Details ==
Series: java-library: make easy to override jar package name
Revision: 1
URL : https://patchwork.openembedded.org/series/15066/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have
define JARFILENAME and ALTJARFILENAMES with ?= to make simple
to override them
Signed-off-by: Nicola Lunghi
---
classes/java-library.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index ce1cd28..c69cf6b
define JARFILENAME and ALTJARFILENAMES with ?= to make simple
to override them
Signed-off-by: Nicola Lunghi
---
classes/java-library.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/classes/java-library.bbclass b/classes/java-library.bbclass
index ce1cd28..c69cf6b
== Series Details ==
Series: u-boot: Upgrade 2018.07 -> 2018.11 (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/15018/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been execu
This upgrades U-Boot to 2018.11 release and drop the backported
security fixes which are now included upstream.
Signed-off-by: Otavio Salvador
---
Changes in v2:
- rebase on top of mkimage rework patch
.../u-boot/files/CVE-2018-1000205-1.patch | 59
.../u-boot/files/CVE-2018-1000
Signed-off-by: Ross Burton
---
meta/recipes-devtools/python/python-async.inc | 2 +-
meta/recipes-devtools/python/python-git.inc | 2 +-
meta/recipes-devtools/python/python-gitdb.inc | 2 +-
meta/recipes-devtools/python/python-smmap.inc | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Can you rebase this on top of the mkimage changes?
Ross
On Wed, 21 Nov 2018 at 13:42, Otavio Salvador wrote:
>
> This upgrades U-Boot to 2018.11 release and drop the backported
> security fixes which are now included upstream.
>
> Signed-off-by: Otavio Salvador
> ---
>
> .../u-boot/files/CVE-20
On Thu, 22 Nov 2018 at 01:49, Changhyeok Bae wrote:
> .../iptables/{iptables_1.6.2.bb => iptables_1.8.2.bb} | 4 ++--
Fails with security flags enabled:
| ../../iptables-1.8.2/extensions/libipt_icmp.c: In function 'type_xlate_print':
| ../../iptables-1.8.2/extensions/libipt_icmp.c:239:5:
On Fri, 2018-11-23 at 11:03 +, richard.pur...@linuxfoundation.org
wrote:
> On Fri, 2018-11-23 at 09:29 +0800, Yu, Mingli wrote:
> > Ping.
> >
> > Thanks,
>
> Why are you sending ping requests for both v2 and v3 of the same
> patch?
Sorry, I understand now, there is a patch for python2 and a
On Fri, 23 Nov 2018 at 08:55, Zheng, Ruoqin wrote:
> When I use rpm on arm32be, I found a Header SHA1 digest problem as follows:
>
> # rpm -qpi test-manual-1.2.3-20181012.noarch.rpm
> error: test-manual-1.2.3-20181012.noarch.rpm: Header SHA1 digest: BAD
> (Expected
> f1deb7dc4a10742d88ccd1e967db
On Fri, Nov 23 2018, Bheemanadhuni, SrikanthX X wrote:
> Hi,
>
>
>
> unset the SANITY_TESTED_DISTROS in the function _add_layer_libs() file
> b/meta/lib/oeqa/selftest/context.py
>
>
>
> And added function remove_variables() which is called in
>
> final:
>
> self.remove_variables()
>
== Series Details ==
Series: uboot-sign.bbclass: Remove tab indentations in python code
Revision: 1
URL : https://patchwork.openembedded.org/series/15061/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several test
On Fri, 2018-11-23 at 09:29 +0800, Yu, Mingli wrote:
> Ping.
>
> Thanks,
Why are you sending ping requests for both v2 and v3 of the same patch?
Cheers,
Richard
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://li
Note, I send this patch separately is because it depends on another patch of
mine which was sent on Wed.:
uboot-sign.bbclass: fix signature and deployment
// Robert
The following changes since commit d29e9922e750bc1637f4fe454f4cc6dcfb74f09a:
uboot-sign.bbclass: fix signature and deployment (20
Use 4 spaces to replace a tab.
Signed-off-by: Robert Yang
---
meta/classes/uboot-sign.bbclass | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass
index 0e5e1b1..03100b8 100644
--- a/meta/classes/ub
The following changes since commit c80972be1f3592d797da9eb0845b739420c6da4a:
maintainers: Add entry for new recipe libdazzle (2018-11-22 10:00:12 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/py
http://cgit.openembedded.org/openembe
Use 4 spaces to replace a tab.
Signed-off-by: Robert Yang
---
meta/recipes-core/busybox/busybox.inc | 42 +++---
meta/recipes-core/coreutils/coreutils_8.30.bb | 8 ++---
.../images/build-appliance-image_15.0.0.bb | 6 ++--
meta/recipes-devtools/python/
Use 4 spaces to replace a tab.
Signed-off-by: Robert Yang
---
meta/classes/crosssdk.bbclass | 4 ++--
meta/classes/license.bbclass | 2 +-
meta/classes/linux-kernel-base.bbclass | 4 ++--
meta/classes/siteconfig.bbclass| 18 +-
4 files changed, 14 in
On Tue, 2018-11-06 at 09:56 +0100, matthias.schif...@ew.tq-group.com
wrote:
> From: Matthias Schiffer
>
> Due to a bug in find [1], -ignore_readdir_race does not work
> correctly with
> -delete. This can lead to spurious build failures when files
> disappear
> while such a command is running; spe
It is a still python2 bbclass, so it has been broken since bitbake changed to
python3 which was 2 years ago. No one reported/fixed it for python3 in recent 2
years. So we can assume that no one uses it anymore.
Signed-off-by: Robert Yang
---
meta/classes/bugzilla.bbclass | 187 --
The following changes since commit c80972be1f3592d797da9eb0845b739420c6da4a:
maintainers: Add entry for new recipe libdazzle (2018-11-22 10:00:12 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/rm
http://cgit.openembedded.org/openembe
Signed-off-by: Otavio Salvador
---
.../drm/{libdrm_2.4.94.bb => libdrm_2.4.96.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.94.bb => libdrm_2.4.96.bb} (95%)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.94.bb
b/me
On 2018/11/23 下午4:03, Patchwork wrote:
== Series Details ==
Series: Upgrade elfutils/gnupg/libgcrypt/ncurses
Revision: 1
URL : https://patchwork.openembedded.org/series/15056/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated
== Series Details ==
Series: Upgrade elfutils/gnupg/libgcrypt/ncurses
Revision: 1
URL : https://patchwork.openembedded.org/series/15056/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been execut
34 matches
Mail list logo