Hi Tudor
Thank you for your explanation.
We made a small sed/awk script to format the googletest output to the ptest
format.
We published it on the yocto automated-testing list:
https://lists.yoctoproject.org/pipermail/automated-testing/2014-November/91.html
BR
Markus
> -Ursprüngli
On 10/31/2014 03:22 PM, Koen Kooi wrote:
Op 31 okt. 2014, om 03:59 heeft ChenQi het volgende
geschreven:
On 10/30/2014 09:27 PM, Koen Kooi wrote:
Op 30 okt. 2014, om 10:08 heeft Chen Qi het volgende
geschreven:
systemd needs this file to be there because one of its configuration file
in pa
Patch systemd-user pam configuartion file to avoid using system-auth
file. Instead, we use common-* files.
Signed-off-by: Chen Qi
---
...0001-systemd-user-avoid-using-system-auth.patch | 27 ++
meta/recipes-core/systemd/systemd_216.bb | 1 +
2 files changed, 28 ins
The following changes since commit d7a277b35bcc67050046c76fb70412101679a545:
docbook-xsl-stylesheets: add perl to RDEPENDS (2014-11-04 10:20:34 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/system-user
http://cgit.openembedded.o
On 2014-11-04, 6:58 PM, Kamble, Nitin A wrote:
-Original Message-
From: Zanussi, Tom
Sent: Tuesday, November 04, 2014 3:26 PM
To: Kamble, Nitin A
Cc: richard.pur...@linuxfoundation.org; Wold, Saul; Burton, Ross; Ashfield,
Bruce (Wind River); dvh...@linux.intel.com; Openembedded-
c...@l
> -Original Message-
> From: Zanussi, Tom
> Sent: Tuesday, November 04, 2014 3:26 PM
> To: Kamble, Nitin A
> Cc: richard.pur...@linuxfoundation.org; Wold, Saul; Burton, Ross; Ashfield,
> Bruce (Wind River); dvh...@linux.intel.com; Openembedded-
> c...@lists.openembedded.org
> Subject: Re:
On Tue, 2014-09-30 at 14:40 -0700, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> Even though the kernel-dev package provides the required support for
> building external kernel modules on the target, some commonly used scripts
> and utilities fail as they are not finding the kernel m
On 4 November 2014 19:40, Saul Wold wrote:
> Armin Kuster of Monta Vista will be the stable maintainer for the Dizzy
> branch, and it is now open for suggestions of backport patches.
Thanks Armin!
Ross
--
___
Openembedded-core mailing list
Openembe
Hi Everyone!
Armin Kuster of Monta Vista will be the stable maintainer for the Dizzy
branch, and it is now open for suggestions of backport patches.
The following wiki page has the Policies and process for requesting a
fix in a stable branch, please review that before sending a patch.
htt
build information to target filesystem on /etc/build
such as enabled layers, their current status and commit.
[YOCTO #6770]
Signed-off-by: Alejandro Hernandez
---
meta/classes/image-buildinfo.bbclass | 76
1 file changed, 76 insertions(+)
create mode 10064
Now license_create_manifest handle INCOMPATIBLE_LICENSE to avoid
put them into license.manifest and copy them into target image.
Generalized license_ok(license) to license_ok(bad_licenses, license)
to avoid duplicate code.
[YOCTO #6765]
Signed-off-by: Aníbal Limón
---
meta/classes/license.bbcl
Signed-off-by: Aníbal Limón
---
meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
meta/recipes-core/packagegroups/packagegroup-base.bb | 1 +
meta/recipes-core/packagegroups/packagegroup-core-boot.bb| 1 +
meta/recipes-core/package
Do a hardlink for license.manifest and licenses instead of copy this helps in
reduce disk usage when rootfs is built.
Signed-off-by: Aníbal Limón
---
meta/classes/license.bbclass | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/meta/classes/license.bbclass b/meta/clas
Signed-off-by: Aníbal Limón
---
meta/classes/license.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index a055660..74de364 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -
Improved package file read using oe.packagedata.read_pkgdatafile
instead of doing itself.
Signed-off-by: Aníbal Limón
---
meta/classes/license.bbclass | 23 +--
1 file changed, 5 insertions(+), 18 deletions(-)
diff --git a/meta/classes/license.bbclass b/meta/classes/license.
Now you can specify LICENSE_PRIORITY for license manifest creation.
This means that if you have LICENSE expression with OR's only one
license is selected based on LICENSE_PRIORITY and INCOMPATIBLE_LICENSE.
[YOCTO #6757]
Signed-off-by: Aníbal Limón
---
meta/classes/license.bbclass | 47
Signed-off-by: Aníbal Limón
---
meta/recipes-core/glibc/glibc-collateral.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-core/glibc/glibc-collateral.inc
b/meta/recipes-core/glibc/glibc-collateral.inc
index 85e06da..e9e411d 100644
--- a/meta/recipes-core/glibc/glibc-collate
Reimplemented license_manifest_create from shell to python, in
order to use oe.license module for handle INCOMPATIBLE_LICENSE
and add License prorities into OR's evaluation.
Signed-off-by: Aníbal Limón
---
meta/classes/license.bbclass | 161 ---
1 file cha
The major change is when you have OR'ed LICENSE only one is choose according
LICENSE_PRIORITY preferences if LICENSE_PRIORITY isn't specified the left one
is choosen.
Some minor changes was done in the core/packagegroups and glibc-locale recipes
adding LIC_FILES_CHECKSUM to avoid warnings in manif
On 11/03/2014 03:51 PM, Artur Wroblewski wrote:
Hi,
As advised at
https://bugzilla.yoctoproject.org/show_bug.cgi?id=6857
I am attaching a patch to replace Python 3.3.x with Python 3.4.2. This also
fixes issue with missing basic Python 3.x modules, see
https://bugzilla.yoctoproject.o
On Tue, 2014-11-04 at 17:10 +0200, Fathi Boudra wrote:
> after a lot of finger-pointing and implying we don't test our changes
> or do our homework or do clean builds:
> * I've built ltp for armv7a and armv8 on our builders and it works
> fine
> * I've built poky for x86 and it built fine
>
> here'
On Tue, Nov 4, 2014 at 11:24 AM, Richard Purdie
wrote:
> On Tue, 2014-11-04 at 10:12 -0200, Otavio Salvador wrote:
>> On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote:
>> > Won't this just silently make use of PRINC a no-op? What about
>> > the users that had their head in the sand for the las
On 5 September 2014 21:06, Saul Wold wrote:
> + mv ${D}${libdir}/security ${D}${base_libdir}
>
If 'pam' isn't in DISTRO_FEATURES, this directory doesn't exist so the mv
fails. Clearly we both have set this locally as it built for me too, but
didn't work on every non-LSB autobuilde
Hi Ross, Richard,
On 31 October 2014 22:09, Burton, Ross wrote:
>
> On 31 October 2014 12:46, Fathi Boudra wrote:
>
>> fwiw, it has been built and tested on armv7 and armv8 architectures, both
>> successfully.
>> Now I'm lokking why this issue is triggered on x86:
>>
>> /home/pokybuild/yocto-au
On 10/20/2014 03:36 PM, Otavio Salvador wrote:
On Mon, Oct 20, 2014 at 10:40 AM, Mike Looijmans
wrote:
On 10/20/2014 02:04 PM, Richard Purdie wrote:
On Mon, 2014-10-20 at 13:55 +0200, Mike Looijmans wrote:
The short version of my question: Can I define a "level" that goes
beyond MACHINE?
On 11/4/14, 7:40 AM, Koen Kooi wrote:
Also collapse do_install and do_install_append.
/usr/lib is hard coded for a reason. The LSB specification says the files must
be installed in /usr/lib/lsb. (If this has changed, great, but it was true
through at least early last year.)
--Mark
Signe
On Tue, 2014-11-04 at 13:35 +0100, Martin Jansa wrote:
> On Tue, Nov 04, 2014 at 11:39:08AM +, Richard Purdie wrote:
> > Drop patch merged upstream.
>
> Please use -M when sending patches, all 8 in this series look like
> without -M.
Sorry, will do. I reused the wrong thing from command histo
Changelog since 2014-10-26 until 2014-11-02. Projects included in this report:
bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distr
ACK.
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
jackie.hu...@windriver.com
Sent: Tuesday, November 4, 2014 9:39 AM
To: openembedded-core@lists.openembedded.org
Subject: [OE-core] [PATCH]
Hi Dan,
On 16 September 2014 19:45, Dan McGregor wrote:
> No worries. There's a new version up now. I did some experiments with
> other machines. Turns out it doesn't
> work on aarch64.
>
Said I'd merge these once 1.7 out and sadly there's some bad news:
|
/home/pokybuild/yocto-autobuilder/yoc
Also collapse do_install and do_install_append.
Signed-off-by: Koen Kooi
---
meta/recipes-extended/lsb/lsb_4.1.bb | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb
b/meta/recipes-extended/lsb/lsb_4.1.bb
index 34a70d0..897520a 10
Shell methods use tabs, variables use spaces.
Signed-off-by: Koen Kooi
---
meta/recipes-extended/lsb/lsb_4.1.bb | 96 ++--
1 file changed, 48 insertions(+), 48 deletions(-)
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb
b/meta/recipes-extended/lsb/lsb_4.1.bb
LSB can't cope with a "make clean" so disable that
newly enabled functionality.
Signed-off-by: Koen Kooi
---
meta/recipes-extended/lsb/lsb_4.1.bb | 6 ++
1 file changed, 6 insertions(+)
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb
b/meta/recipes-extended/lsb/lsb_4.1.bb
index d265731..
On Tue, 2014-11-04 at 10:12 -0200, Otavio Salvador wrote:
> On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote:
> > Won't this just silently make use of PRINC a no-op? What about
> > the users that had their head in the sand for the last few months
> > but still expect PRINC to have some effect (
On Tue, Nov 04, 2014 at 11:39:08AM +, Richard Purdie wrote:
> Drop patch merged upstream.
Please use -M when sending patches, all 8 in this series look like
without -M.
> Signed-off-by: Richard Purdie
> ---
> meta/recipes-devtools/gdb/gdb-7.7.1.inc| 10
> meta/recipes-d
On Tue, Nov 4, 2014 at 10:08 AM, Gary Thomas wrote:
> Won't this just silently make use of PRINC a no-op? What about
> the users that had their head in the sand for the last few months
> but still expect PRINC to have some effect (and maybe don't use
> PR server)? I would think escalating this t
On 2014-11-04 04:26, Richard Purdie wrote:
PRINC is no longer needed since we have the PR service instead
which people should be using. Drop the PRINC code.
This has been deprecated with a warning for a while so we can remove it
now.
Signed-off-by: Richard Purdie
diff --git a/meta/classes/bas
On Mon, 2014-11-03 at 17:29 +, Laszlo Papp wrote:
> we have a tool that we run during our make run, but this tool is
> hard-coded for 32 bit. It depends on software like ncurses. I could
> add ncurses-native in an ideal world; no problem.
>
> The problem is that my host environment is 64 bit c
opcontrol is now dropped and replaced with the operf interface. As such, we drop
the opstart/opstop commands and any patches related to the old removed
interfaces.
Some patches were also mered upstream so those are also dropped.
Signed-off-by: Richard Purdie
---
meta/recipes-kernel/oprofile/op
Drop two patches merged upstream.
Signed-off-by: Richard Purdie
---
...conv-m4-remove-the-test-to-convert-euc-jp.patch | 20 +++---
.../libunistring_fix_for_automake_1.12.patch | 81 --
.../libunistring/libunistring/parallelmake.patch | 26 ---
.../libunistring/li
Signed-off-by: Richard Purdie
---
meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb | 17 -
meta/recipes-kernel/kexec/kexec-tools_2.0.8.bb | 17 +
2 files changed, 17 insertions(+), 17 deletions(-)
delete mode 100644 meta/recipes-kernel/kexec/kexec-tools_2.0.7.bb
cr
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/nasm/nasm_2.11.05.bb | 29 -
meta/recipes-devtools/nasm/nasm_2.11.06.bb | 29 +
2 files changed, 29 insertions(+), 29 deletions(-)
delete mode 100644 meta/recipes-devtools/nasm/nasm_2.
Drop patch merged upstream.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/gdb/gdb-7.7.1.inc| 10
meta/recipes-devtools/gdb/gdb-7.8.inc | 10
.../gdb/gdb-cross-canadian_7.7.1.bb| 3 ---
.../recipes-devtools/gdb/gdb-cross-canadi
Signed-off-by: Richard Purdie
---
.../subversion-1.8.10/disable_macos.patch | 68
.../subversion/subversion-1.8.10/libtool2.patch| 15 +
.../subversion-1.8.9/disable_macos.patch | 68
.../subversion/subversion-1.8.9/libtool2.patch | 15 -
.../subversion-CV
Lines in the readme referring to the license moved, license is unchanged.
Signed-off-by: Richard Purdie
---
.../python/python-pycurl_7.19.3.1.bb | 34 --
.../python/python-pycurl_7.19.5.bb | 34 ++
2 files changed, 34 insertio
Signed-off-by: Richard Purdie
---
meta/recipes-extended/mdadm/mdadm_3.3.1.bb | 45 --
meta/recipes-extended/mdadm/mdadm_3.3.2.bb | 45 ++
2 files changed, 45 insertions(+), 45 deletions(-)
delete mode 100644 meta/recipes-extended/mdadm/mdad
PRINC is no longer needed since we have the PR service instead
which people should be using. Drop the PRINC code.
This has been deprecated with a warning for a while so we can remove it
now.
Signed-off-by: Richard Purdie
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index e
On 4 November 2014 03:25, ChenQi wrote:
> There are failures on autobuilder that might be related to this patch.
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/
> 88/steps/BuildImages/logs/stdio
>
> ERROR: Command Error: exit status: 1 Output:
> Applying patch include_
Hello!
Recently I built a custom image which depended on a DHCP server to
configure Ethernet. runqemu with tap for networking doesn't provide one
at the moment, so ssh logins did not work.
Instead of customizing images for runqemu, I think it would be better to
adapt runqemu and uses images as on
49 matches
Mail list logo