The test case nm01 depends on /opt/ltp/testcases/data/nm01/lib.a in
ltp-staticdev package.
Signed-off-by: Dengke Du
---
meta/recipes-extended/ltp/ltp_20170929.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/ltp/ltp_20170929.bb
b/meta/recipes-extended/ltp/ltp_2017092
The following changes since commit ed48e7b4f0d11bf20e0be44d8403fc16dd6d4411:
usbutils: remove uclibc-specific patch (2017-11-30 10:49:22 +)
are available in the git repository at:
https://github.com/DengkeDu/openembedded-core.git fix-nm01-failed
https://github.com//tree/fix-nm01-failed
On 2017-11-29 1:24 PM, Saul Wold wrote:
On Wed, 2017-11-29 at 13:13 -0500, Bruce Ashfield wrote:
On 11/29/2017 12:52 PM, Saul Wold wrote:
On Wed, 2017-11-29 at 11:56 -0500, Bruce Ashfield wrote:
On 11/29/2017 11:30 AM, Saul Wold wrote:
On Wed, 2017-11-29 at 09:23 -0500, Bruce Ashfield wrote:
The following changes since commit addf309165059a113a6d02ea5fb29a0f495c1485:
usbutils: remove uclibc-specific patch (2017-11-29 23:41:38 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/use_qemu
http://cgit.openembedded.org/openembedde
So that both QEMU_USE_KVM = "True" and "1" will work.
[YOCTO #12343]
Signed-off-by: Robert Yang
---
meta/classes/testimage.bbclass | 2 +-
meta/lib/oeqa/targetcontrol.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimag
On 11/30/2017 06:57 PM, Burton, Ross wrote:
There are two neater ways of doing this:
1) oe.types.boolean() which handles all the common aliases for true or false.
2)bitbake typed variables. Do QEMU_USE_KVM[type]="boolean" where it gets a
default value, and then use oe.data.typed_value('QEMU_
Hi Alexander,
On 11/30/2017 07:34 PM, Alexander Kanavin wrote:
On 11/30/2017 03:45 AM, Robert Yang wrote:
One of the gcc command line was too long (longer than 160,000 characters) when
len(TMPDIR) == 410, so there was an "Argument list too long" error:
$ bitbake webkitgtk
i586-poky-linux-g++: e
Hi Alexander,
On 11/30/2017 07:33 PM, Alexander Kanavin wrote:
On 11/30/2017 03:45 AM, Robert Yang wrote:
+- char buf[4096];
++ char buf[8192];
I understand it would take more time, but the proper way to fix this (and
similar issues in patches 2, 3, 5) is to use dynamic allocation. Swa
On Thu, Nov 30, 2017 at 1:51 PM, Khem Raj wrote:
> On Thu, Nov 30, 2017 at 12:20 PM, Andre McCurdy wrote:
>> Signed-off-by: Andre McCurdy
>> ---
>> meta/recipes-core/musl/musl_git.bb | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-core/musl/musl_git.bb
On Thu, Nov 30, 2017 at 12:20 PM, Andre McCurdy wrote:
> Signed-off-by: Andre McCurdy
> ---
> meta/recipes-core/musl/musl_git.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/musl/musl_git.bb
> b/meta/recipes-core/musl/musl_git.bb
> index 932c9a2..
Signed-off-by: Andre McCurdy
---
meta/recipes-core/musl/musl_git.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/musl/musl_git.bb
b/meta/recipes-core/musl/musl_git.bb
index 932c9a2..db26b4f 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/reci
On 11/30/2017 06:28 PM, Dan McGregor wrote:
From: Dan McGregor
Update the multilib patch to also use sys.lib in distutils.
Signed-off-by: Dan McGregor
This patch makes two different recipe patches modify the same line
twice. Can you squash that into a single change so that it's clear what
On Mon, Nov 27, 2017 at 9:03 AM, Burton, Ross wrote:
> Ah, that would be why I have this in a local branch:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/
> commit/?h=ross/allarch
>
> I rediscovered this on Friday... personally I think my solution is better
> as it's global instead
From: Dan McGregor
Update the multilib patch to also use sys.lib in distutils.
Signed-off-by: Dan McGregor
---
meta/recipes-devtools/python/python3-native_3.5.3.bb| 2 +-
.../12-distutils-prefix-is-inside-staging-area.patch| 10 +-
.../python/python3/python-3.3-multilib.patch
On Wed, Nov 8, 2017 at 4:48 PM, Nicolas Dechesne
wrote:
> On Wed, Nov 8, 2017 at 4:46 PM, akuster808 wrote:
>>
>>
>> On 11/08/2017 03:04 AM, Nicolas Dechesne wrote:
>>> From: Artur Mądrzak
>>>
>>> The WIC's 'part' can now give a name for GPT partition in WKS file.
>>> It's similar to '--label',
From: Jose Perez Carranza
Add test cases to test “exclude” and “installroot“ options, also modify
the logic of filtering packages on the feed to have all the packages
needed by the tests.
[YOCTO #10744]
Signed-off-by: Jose Perez Carranza
---
meta/classes/testimage.bbclass | 11 ---
Great. Thank you for the pointer.
On Thu, Nov 30, 2017 at 10:54 AM Burton, Ross wrote:
> opkg's configure says:
>
> # The current libopkg API is deprecated so only build it if requested
>
> If you want to install the deprecated API headers, then
> pass --enable-libopkg-api.
>
> Ross
>
> On 30 No
opkg's configure says:
# The current libopkg API is deprecated so only build it if requested
If you want to install the deprecated API headers, then
pass --enable-libopkg-api.
Ross
On 30 November 2017 at 15:30, Adam Lee wrote:
> It doesn't look like inclusion of libopkg or libopkg-dev do not
It doesn't look like inclusion of libopkg or libopkg-dev do not put headers
(such as opkg.h) in the target.
Can someone guide me on what I might be doing wrong?
Thank you,
Adam
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.
On 11/21/2017 12:03 PM, George McCollister wrote:
> Add backported patches from the upstream release/2.25/master branch to
> fix CVE-2017-1000366. Also add a backported patch that resolves SSE
> related build problems introduced by these patches.
Thanks for the patch. This series causes an error
Signed-off-by: Ross Burton
---
meta/recipes-devtools/quilt/quilt/aclocal.patch | 128
meta/recipes-devtools/quilt/quilt_0.65.bb | 8 +-
2 files changed, 5 insertions(+), 131 deletions(-)
delete mode 100644 meta/recipes-devtools/quilt/quilt/aclocal.patch
diff --g
gperf doesn't use aclocal so don't call aclocal.
Signed-off-by: Ross Burton
---
meta/recipes-extended/gperf/gperf_3.1.bb | 12 +++-
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-extended/gperf/gperf_3.1.bb
b/meta/recipes-extended/gperf/gperf_3.1.bb
index c68
Signed-off-by: Ross Burton
---
meta/recipes-extended/gperf/gperf.inc| 22 --
meta/recipes-extended/gperf/gperf_3.1.bb | 23 +--
2 files changed, 21 insertions(+), 24 deletions(-)
delete mode 100644 meta/recipes-extended/gperf/gperf.inc
diff --git a/me
Instead, just stop running aclocal.
Signed-off-by: Ross Burton
---
meta/recipes-connectivity/openssh/openssh_7.6p1.bb | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-connectivity/openssh/openssh_7.6p1.bb
b/meta/recipes-connectivity/openssh/openssh_7.6p1.bb
Signed-off-by: Ross Burton
---
.../pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
b/meta/recipes-graphics/pango/pan
On 11/30/2017 03:45 AM, Robert Yang wrote:
One of the gcc command line was too long (longer than 160,000 characters) when
len(TMPDIR) == 410, so there was an "Argument list too long" error:
$ bitbake webkitgtk
i586-poky-linux-g++: error trying to exec [snip] execv: Argument list too long
The cma
On 11/30/2017 03:45 AM, Robert Yang wrote:
+- char buf[4096];
++ char buf[8192];
I understand it would take more time, but the proper way to fix this
(and similar issues in patches 2, 3, 5) is to use dynamic allocation.
Swapping one arbitrary value for another arbitrary value may st
This function is not used by any classes or recipes that I can find, so lets
delete it.
Signed-off-by: Ross Burton
---
meta/lib/oe/utils.py | 11 ---
1 file changed, 11 deletions(-)
diff --git a/meta/lib/oe/utils.py b/meta/lib/oe/utils.py
index 643ab78df7a..1897c5faea0 100644
--- a/meta
There are two neater ways of doing this:
1) oe.types.boolean() which handles all the common aliases for true or
false.
2)bitbake typed variables. Do QEMU_USE_KVM[type]="boolean" where it gets a
default value, and then use oe.data.typed_value('QEMU_USE_KVM', d) to get
the value.
Both ways move th
Hi Alexander,
On 11/30/2017 03:18 PM, Alexander Kanavin wrote:
On 11/30/2017 04:23 AM, Robert Yang wrote:
I tried auto-upgrade-helper, it is very helpful when upgrade recipes.
I'd like to make some enhancements to make it can be easily used by the
maintainer (recipe upgrader) himself:
Great,
30 matches
Mail list logo