== Series Details ==
Series: qtwebkit_git.bb: Fix configure failure on bison
Revision: 1
URL : https://patchwork.openembedded.org/series/13588/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been
Fix the following error during do_configure
| CMake Error at
| Could NOT find BISON (missing: BISON_EXECUTABLE) (Required is at
least
| version "2.1")
| Call Stack (most recent call first):
Add dependency to bison-native to fix the above error
Signed-off-by: Manjukumar Matha
---
recipes-qt
On Fri, Aug 17, 2018 at 1:58 PM, Lukasz Majewski wrote:
> Dear All,
>
> I do port yocto/OE from 2.3 to 2.5.1
>
> For packagegroups-foo-common I do see following error
>
> cd /packagegroup-foo-common/1.0-r0/sstate-build-package/
>
> as expected, there are needed directories: package packages-split
Respect PERSISTENT_LOG_DIR variable. In this way, if the user overrides
this variable to be e.g "/home/root/log", /var/log on the final image would
be a link pointing to /home/root/log on persistent storage.
Signed-off-by: Ankur Tyagi
---
meta/recipes-core/base-files/base-files_3.0.14.bb | 6 +++
This variable is only respected when VOLATILE_LOG_DIR is "no".
The default value is "" which results in the /var/log being log directory.
The user could override this value to a path e.g "/home/root/log" which
results /var/log being a link pointing to /home/root/log directory on
persistent storag
Hi Christopher,
I think I get it now.
Thank you so much for your time!
Davis
On Fri, Aug 17, 2018, 6:57 PM Christopher Larson wrote:
> Layer priority as defined by BBFILE_PRIORITY controls recipe selection,
> not bbclass and config file parsing. See the bitbake reference manual for
> more det
Layer priority as defined by BBFILE_PRIORITY controls recipe selection, not
bbclass and config file parsing. See the bitbake reference manual for more
detail.
On Fri, Aug 17, 2018 at 3:54 PM Davis Roman wrote:
> Hi Christopher,
>
> I am very intrigued by your response.
>
> Initially I had mentio
Hi Christopher,
I am very intrigued by your response.
Initially I had mentioned that the 'bitbake-layers show-layers'
command indicates that my layer, meta-hon-grip, has a priority of 8
which is among the highest while the meta layer only has a priority of
5.
However, now that you mentioned the
On 08/17/2018 02:31 PM, Andre McCurdy wrote:
> On Fri, Aug 17, 2018 at 7:14 AM, Armin Kuster wrote:
>> [v2]
>> Fix new config options form with to disable.
>>
>> [v1]
>> release notes:
>> https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
>>
>> add ssl3 and tls1.3 config opti
Your layer has to be before poky/meta in BBLAYERS, as that determines
BBPATH, which is how bbclasses and config files are found (much like PATH).
On Fri, Aug 17, 2018 at 12:11 PM Davis Roman
wrote:
> Hello!
>
>
> I've made a modification in poky/meta/classes/libc-package.bbclass (
> shown below)
On Fri, Aug 17, 2018 at 2:14 PM, wrote:
> On Fri, 2018-08-17 at 12:46 -0700, Andre McCurdy wrote:
>> On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie
>> wrote:
>> > On Thu, 2018-08-16 at 22:44 +0100, richard.purdie@linuxfoundation.o
>> > rg
>> > wrote:
>> > > On Thu, 2018-08-16 at 17:08 -0400, B
On Fri, Aug 17, 2018 at 7:14 AM, Armin Kuster wrote:
> [v2]
> Fix new config options form with to disable.
>
> [v1]
> release notes:
> https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
>
> add ssl3 and tls1.3 config options now supported.
>
> Signed-off-by: Armin Kuster
> ---
On Fri, 2018-08-17 at 01:54 -0700, Zhixiong Chi wrote:
> When we add the nativesdk-glibc-locale dependence for libc-glibc, if
> the SDK_OS
> is mingw32, it will broken the building with the following error:
> > NOTE: Resolving any missing task queue dependencies
> > ERROR: Nothing RPROVIDES 'native
On Fri, 2018-08-17 at 12:46 -0700, Andre McCurdy wrote:
> On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie
> wrote:
> > On Thu, 2018-08-16 at 22:44 +0100, richard.purdie@linuxfoundation.o
> > rg
> > wrote:
> > > On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote:
> > > > I'm getting a strange
Dear All,
I do port yocto/OE from 2.3 to 2.5.1
For packagegroups-foo-common I do see following error
cd /packagegroup-foo-common/1.0-r0/sstate-build-package/
as expected, there are needed directories: package packages-split
pkgdata
The problem is in sstate_create_package () at
poky/meta/cla
On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie
wrote:
> On Thu, 2018-08-16 at 22:44 +0100, richard.pur...@linuxfoundation.org
> wrote:
>> On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote:
>> > I'm getting a strange install issue with x86 that I've never seen
>> > before, and that
>> > par
Hello!
I've made a modification in poky/meta/classes/libc-package.bbclass (
shown below)
However I don't want this change to be stored here long term and
instead feel that it should live in my project specific layer,
meta-hon-grip.
After checking with bitbake-layers, I saw that my layer has a h
From: Wang Quanyang
When systemd start the weston.service, the script "weston-start" will
check if the dir "XDG_RUNTIME_DIR" (usually is /run/user/0) exits and
create it. Then weston will create a socket file "wayland-0" for communications
with clients in this dir.
If systemd is built with enabl
[v2]
Fix new config options form with to disable.
[v1]
release notes:
https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
add ssl3 and tls1.3 config options now supported.
Signed-off-by: Armin Kuster
---
meta/recipes-support/gnutls/gnutls.inc | 2 ++
...
On 08/17/2018 01:20 AM, Anuj Mittal wrote:
> On 08/17/2018 01:17 PM, Armin Kuster wrote:
>> release notes:
>> https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
>>
>> add ssl3 and tls1.3 config options now supported.
>>
>> Signed-off-by: Armin Kuster
>> ---
>> meta/recipes-s
On Thu, 2018-08-16 at 22:33 -0700, Andre McCurdy wrote:
> On Wed, Aug 15, 2018 at 11:26 PM, Martin Hundebøll > wrote:
> > Hi Andre,
> >
> > On 15/08/2018 21.47, Andre McCurdy wrote:
> > >
> > > On Wed, Aug 15, 2018 at 4:59 AM, Martin Hundebøll > > com>
> > > wrote:
> > > >
> > > > When the rea
Update to the latest stable release
Signed-off-by: Derek Straka
---
meta/recipes-devtools/python/python-git.inc | 4 ++--
.../python/{python3-git_2.1.10.bb => python3-git_2.1.11.bb} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-dev
License-Update: Update checksum for copyright year changes
Update to the latest stable version
Signed-off-by: Derek Straka
---
.../python/{python3-pip_10.0.1.bb => python3-pip_18.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{py
Update to the latest stable release
Signed-off-by: Derek Straka
---
meta/recipes-devtools/python/python-gitdb.inc | 4 ++--
.../python/{python3-gitdb_2.0.3.bb => python3-gitdb_2.0.4.bb} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-dev
Hi Richard,
I already sent an updated version of the patch to the
openembedded-de...@lists.openembedded.org mailing list because an
automatic system informed me that I hit the wrong mailing list. I
propose to switch to openembedded-devel for further discussions.
[meta-oe,v2] directfb: fix tslib v
On Fri, Aug 17, 2018 at 1:53 AM, Richard Purdie
wrote:
> On Thu, 2018-08-16 at 22:44 +0100, richard.pur...@linuxfoundation.org
> wrote:
>> On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote:
>> > I'm getting a strange install issue with x86 that I've never seen
>> > before, and that
>> > part
Please update the summary and commit message "auto-" > "autoconf-"
On Fri, Aug 17, 2018 at 11:27 AM wrote:
> From: Changqing Li
>
> remove the indirect dependcy of auto-archive-native to avoid
> not needed .m4 installed into sysroot, which may cause
> compile problem.
>
> Signed-off-by: Changqi
From: Changqing Li
remove dbus from rpm native, PACKAGECONFIG disable rpm
already there
Signed-off-by: Changqing Li
---
meta/recipes-devtools/rpm/rpm_4.14.1.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/rpm/rpm_4.14.1.bb
b/meta/recipes-devtools
From: Changqing Li
remove the indirect dependcy of auto-archive-native to avoid
not needed .m4 installed into sysroot, which may cause
compile problem.
Signed-off-by: Changqing Li
---
meta/conf/layer.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/conf/layer.co
*** BLURB HERE ***
The following changes since commit 704e725bba37911e56ecd0edda694edfe9fce40f:
runtime selftest: limit kernel hw bp arches (2018-08-16 22:40:28 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/assimp
http://git.pokylinux.org/cgit.c
When running this test case, we will see the following error.
AttributeError: type object 'BuildAssimp' has no attribute 'project'
assimp.py test case does not make use of SDKBuildProject, so remove
the import statement and the tearDownClass.
Signed-off-by: Chen Qi
---
meta/lib/oeqa/sdk/case
When we add the nativesdk-glibc-locale dependence for libc-glibc, if the SDK_OS
is mingw32, it will broken the building with the following error:
>NOTE: Resolving any missing task queue dependencies
>ERROR: Nothing RPROVIDES 'nativesdk-glibc' (but
>virtual:nativesdk:layers/oe-core/meta/recipes-cor
Signed-off-by: Zhixiong Chi
---
meta/lib/oe/sdk.py | 4
1 file changed, 4 insertions(+)
diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py
index 153b07d76b..5d7e4ed2ac 100644
--- a/meta/lib/oe/sdk.py
+++ b/meta/lib/oe/sdk.py
@@ -88,6 +88,10 @@ class Sdk(object, metaclass=ABCMeta):
Sorry for that, I will resend the v2 later.
Thanks.
On 2018年08月17日 16:29, Anuj Mittal wrote:
On 08/17/2018 12:29 PM, Zhixiong Chi wrote:
Signed-off-by: Zhixiong Chi > ---
meta/lib/oe/sdk.py | 4
1 file changed, 4 insertions(+)
diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py
inde
On 08/17/2018 12:29 PM, Zhixiong Chi wrote:
> Signed-off-by: Zhixiong Chi > ---
> meta/lib/oe/sdk.py | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py
> index 153b07d76b..5d7e4ed2ac 100644
> --- a/meta/lib/oe/sdk.py
> +++ b/meta/lib/oe/sdk.py
> @
On 08/17/2018 01:17 PM, Armin Kuster wrote:
> release notes:
> https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html
>
> add ssl3 and tls1.3 config options now supported.
>
> Signed-off-by: Armin Kuster
> ---
> meta/recipes-support/gnutls/gnutls.inc | 2 ++
ping
On 07/19/18 13:30, Andrej Valek wrote:
> - refresh busybox-udhcpc-no_deconfig.patch
> - remove obsolete patches which are included in this update
> - update defconfig
>
> Signed-off-by: Andrej Valek
> ---
> ...inittab_1.27.2.bb => busybox-inittab_1.29.1.bb} | 0
> .../busybox/busyb
On 2018年08月17日 15:32, Patchwork wrote:
== Series Details ==
Series: "libxml2: fix CVE-2018-9251 and..." and 1 more
Revision: 1
URL : https://patchwork.openembedded.org/series/13574/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an aut
Signed-off-by: Yi Zhao
---
meta/recipes-core/expat/{expat_2.2.5.bb => expat_2.2.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/expat/{expat_2.2.5.bb => expat_2.2.6.bb} (82%)
diff --git a/meta/recipes-core/expat/expat_2.2.5.bb
b/meta/recipes-core/expat/
== Series Details ==
Series: "libxml2: fix CVE-2018-9251 and..." and 1 more
Revision: 1
URL : https://patchwork.openembedded.org/series/13574/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been
Signed-off-by: Hongxu Jia
---
...t-we-are-not-reading-past-end-of-a-buffer.patch | 65 ++
...001-asm-eval.c-Avoid-possible-divide-by-0.patch | 40 +
.../0001-assemble-Check-global-line-limit.patch| 50 +
.../nasm/nasm/0001-fix-CVE-2018-8882.patc
Signed-off-by: Hongxu Jia
---
...1-Fix-infinite-loop-in-LZMA-decompression.patch | 55 ++
meta/recipes-core/libxml/libxml2_2.9.8.bb | 1 +
2 files changed, 56 insertions(+)
create mode 100644
meta/recipes-core/libxml/libxml2/0001-Fix-infinite-loop-in-LZMA-decompres
42 matches
Mail list logo