Re: [OE-core] [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix.

2012-03-13 Thread Randy MacLeod
ING;md5=0d4b5eef75f1584ccbdc5e4a34314407" PR = "r0" PE = "1" -RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" +SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44" SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c2

Re: [OE-core] python error when building various packages

2012-07-12 Thread Randy MacLeod
Open Source Technology Centre ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- # Randy MacLeod. MTS, Linux, Wind River Direct: 613.963.1350 ___

Re: [OE-core] [PATCH 01/20] python-native: Put binaries in seperate directory

2012-07-14 Thread Randy MacLeod
install -m 0755 Parser/pgen ${D}${bindir}/ + install -d ${D}${bindir}/${PN} + install -m 0755 Parser/pgen ${D}${bindir}/${PN} # Make sure we use /usr/bin/env python - for PYTHSCRIPT in `grep -rIl ${bindir}/python ${D}${bindir}`; do + for PYTHSCRIPT

Re: [OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-22 Thread Randy MacLeod
edded-core ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- # Randy MacLeod. MTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Op

Re: [OE-core] [PATCH 1/1] useradd.bbclass: use locking of bb.utils to avoid lock race issue of useradd/groupadd

2012-07-23 Thread Randy MacLeod
On 12-07-22 09:56 PM, Randy MacLeod wrote: On 12-07-22 08:10 AM, Huang, j (Jackie) wrote: On Sun, 2012-07-22 at 14:53 +0800, jackie.hu...@windriver.com wrote: From: Jackie Huang A race condition can occur when adding users and groups to the passwd and group files, in [YOCTO #1794], 10

Re: [OE-core] [PATCH 12/18] pkgconfig: Move patches in prep for 0.28 update

2013-05-06 Thread Randy MacLeod
On 13-04-24 05:37 PM, Saul Wold wrote:> Signed-off-by: Saul Wold < s...@linux.intel.com> > --- > meta/recipes-devtools/pkgconfig/pkgconfig.inc | 8 +--- > meta/recipes-devtools/pkgconfig/pkgconfig_0.25.bb | 7 +++ > 2 files changed, 8 insertions(+), 7 deletions(-) Saul, Any news o

Re: [OE-core] [PATCH 12/18] pkgconfig: Move patches in prep for 0.28 update

2013-05-06 Thread Randy MacLeod
On Mon, May 6, 2013 at 5:58 PM, Saul Wold wrote: > On 05/06/2013 01:59 PM, Randy MacLeod wrote: > >> On 13-04-24 05:37 PM, Saul Wold wrote:> Signed-off-by: Saul Wold >> mailto:s...@linux.intel.com>> >> >> > --- >> > meta

[OE-core] [PATCH] sanity.bbclass: non-zero status means that we need -march.

2013-06-11 Thread Randy MacLeod
A non-zero status from the march test for gcc means that the "march" flag is needed. Correct the logic to return True in this case. Signed-off-by: Randy MacLeod --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/sanity.bbcl

[OE-core] [PATCH] nostromo: make SRC_URI work for multilib builds.

2013-06-18 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.5.bb index e66676e..f729e6a

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-21 Thread Randy MacLeod
On 13-06-19 11:28 PM, Luo Zhenhua-B19537 wrote: Ping. It's been a busy week but this will be sorted out today or Monday at the latest. // RAndy -Original Message- From: Luo Zhenhua-B19537 Sent: Tuesday, June 18, 2013 9:26 PM To: 'Richard Purdie'; Randy MacLeod Cc: op

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-25 Thread Randy MacLeod
the delay, // Randy -Original Message- From: Luo Zhenhua-B19537 Sent: Tuesday, June 18, 2013 9:26 PM To: 'Richard Purdie'; Randy MacLeod Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527 Subject: RE: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-06-26 Thread Randy MacLeod
On 13-06-19 11:28 PM, Luo Zhenhua-B19537 wrote: Ping. -Original Message- From: Luo Zhenhua-B19537 Sent: Tuesday, June 18, 2013 9:26 PM To: 'Richard Purdie'; Randy MacLeod Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527 Subject: RE: [OE-core] [oe-core

Re: [OE-core] Could qt4.8 build on mips 64 bits platform?

2013-06-27 Thread Randy MacLeod
ost as incompatible or introduce an INCOMPATIBLE_HOST variable. // Randy Regards, Kai Cheers, Paul -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://list

Re: [OE-core] [RFC][PATCH] test-dependencies: add simple script to detect missing or autoenabled dependencies

2013-07-08 Thread Randy MacLeod
sting broken recipes in dylan, maybe we should backport them later as missing deps and autodetected deps are relatively safe fixes. Regards, ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/

Re: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check logic

2013-07-23 Thread Randy MacLeod
solution. // Randy -Original Message- From: Luo Zhenhua-B19537 Sent: Thursday, June 27, 2013 12:04 PM To: 'Randy MacLeod' Cc: openembedded-core@lists.openembedded.org; Yu Zongchun-B40527; Hatle, Mark Subject: RE: [OE-core] [oe-core][patch v2] sanity.bbclass: correct the gcc_arch check

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-24 Thread Randy MacLeod
mbedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.ope

[OE-core] Add lua to oe-core.

2013-07-25 Thread Randy MacLeod
Any comments pro or con before we do the uprev, testing and send a commit? -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] Add lua to oe-core.

2013-07-26 Thread Randy MacLeod
On 13-07-26 10:11 AM, Paul Eggleton wrote: On Thursday 25 July 2013 22:27:43 Martin Jansa wrote: On Thu, Jul 25, 2013 at 03:57:58PM -0400, Randy MacLeod wrote: I've found that many projects use the lua scripting language. I'd like to move it from meta-oe to oe-c

Re: [OE-core] [PATCH v3 1/1] qemu: Updated from 1.5.0 to 1.5.1

2013-07-26 Thread Randy MacLeod
ot;b22b30ee9712568dfb4eedf76783f4a76546e1cbc41659b909646bcf0b4867bb" +SRC_URI[md5sum] = "b56e73bdcfdb214d5c68e13111aca96f" +SRC_URI[sha256sum] = "4c15a1ee2f387983eb5c1497f66bf567c34d14ba48517148f6eafef8ae09e3e8" -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.96

[OE-core] python-native and autotools

2012-06-28 Thread Randy MacLeod
uot;-j 20" Has anyone else seen this problem? I'm still coming up to speed on bitbake's bootstrap process so any suggestions would be appreciated. -- # Randy MacLeod. MTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedde

Re: [OE-core] About PACKAGECONFIG audit

2013-08-19 Thread Randy MacLeod
y Thanks Wenzong -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] About PACKAGECONFIG audit

2013-08-21 Thread Randy MacLeod
On 13-08-20 01:36 AM, wenzong fan wrote: On 08/20/2013 04:46 AM, Randy MacLeod wrote: Add Joe Slater who owns US17463: PACKAGECONFIG clean-up. On 13-08-15 05:29 AM, wenzong fan wrote: Hi All, We have seen some problems like this: $ bitbake libcap ld: warning: libaudit.so.1, needed by

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-27 Thread Randy MacLeod
uot; Just curious... I dont' see a good reason to specify the git protocol twice: git:// and ; protocol=git This occurs in many recipes and we could get rid of the clutter with a script if it bothers anyone else. :) Am I missing something or are people just copying and pasting the text?

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-27 Thread Randy MacLeod
On 13-08-27 07:29 PM, Richard Purdie wrote: On Tue, 2013-08-27 at 22:08 +0200, Martin Jansa wrote: On Tue, Aug 27, 2013 at 03:57:09PM -0400, Randy MacLeod wrote: On 13-08-23 05:48 AM, Laszlo Papp wrote: Signed-off-by: Laszlo Papp --- meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 27

Re: [OE-core] [PATCH 0/1]libnfsidmap: Add and modify idmapd.conf

2013-08-28 Thread Randy MacLeod
ap_0.25.bb|7 +++ 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-connectivity/nfs-utils/files/Set_nobody_user_group.patch It has only been a day and a half but was this missed? -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 61

Re: [OE-core] [PATCH 0/1] remove the unnecessary protocol parameters

2013-08-29 Thread Randy MacLeod
rtions(+), 100 deletions(-) The world build is a strong indication that nothing was messed up. Each change in the patch looks fine to me. // Randy -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] pulseaudio: avoid gcc ICE by omitting code TEMPORARILY

2013-09-09 Thread Randy MacLeod
On 13-09-09 06:25 AM, jhuang0 wrote: On 9/9/2013 6:21 PM, Phil Blundell wrote: On Mon, 2013-09-09 at 18:10 +0800, jackie.hu...@windriver.com wrote: From: Randy MacLeod It's a FYI patch for anyone who might be having the same problem. pulseaudio-4.0 causes an internal compiler

[OE-core] [PATCH] vala: add bison-native depends for vala-native

2013-09-15 Thread Randy MacLeod
vala-native builds were working because most systems have bison installed on the host. Add an explicit dependency on bison-native since bison isn't a sanity checked host tool. Signed-off-by: Randy MacLeod --- meta/recipes-devtools/vala/vala.inc | 2 +- 1 file changed, 1 insertion(+), 1 del

Re: [OE-core] Patch for psplash

2013-09-15 Thread Randy MacLeod
___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list

Re: [OE-core] lib ao ?

2013-09-16 Thread Randy MacLeod
edded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openemb

Re: [OE-core] [PATCH 1/1] ptest-runner: trivial fixes and refine

2013-09-19 Thread Randy MacLeod
t; (which I'd argue are the majority of embedded systems). That's becoming less true over time, IMO. It seems that more and more embedded linux users are on bigger targets that use the discrete GNU tools. -- # Randy MacLeod. SMTS, Linux

[OE-core] [PATCH] pseudo: force NO32LIB to true for nativesdk

2013-09-19 Thread Randy MacLeod
] Signed-off-by: Randy MacLeod --- meta/recipes-devtools/pseudo/pseudo.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc index 5451aa2..a4b7aaf 100644 --- a/meta/recipes-devtools/pseudo/pseudo.inc +++ b/meta

Re: [OE-core] [WIP][PATCH 11/20] wget: Add dependency on libpcre

2013-09-20 Thread Randy MacLeod
Can't install wget-1.14-r16.0.0@core2: no package provides libpcre >= 8.33 -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [v2][PATCH 1/1] vala.bbclass: add dependency on vala

2013-09-26 Thread Randy MacLeod
EPENDS to ensure consistent behaviour. so send it to oe-core and see what they say. Mark H any comments? // Randy -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] DISTRO_FEATURES and world builds.

2013-10-03 Thread Randy MacLeod
.0' has no buildable providers. Missing or unbuildable dependency chain was: ['clutter-gtk-1.0', 'clutter-1.0', 'virtual/libgl'] If I drop x11 from the DF list things are even worse. I tried to sprinkle these recipes with: REQUIRED_DISTRO_FEATURES

Re: [OE-core] DISTRO_FEATURES and world builds.

2013-10-03 Thread Randy MacLeod
On 13-10-03 10:15 PM, Randy MacLeod wrote: Some world builds without the DFs: x11 or opengl fail unless I run: bitbake -k world. Ideally packages would exclude themselves from world builds if a required DF isn't set. Otherwise identifying broken packages in bb world builds is not str

Re: [OE-core] DISTRO_FEATURES and world builds.

2013-10-04 Thread Randy MacLeod
On 13-10-04 06:46 AM, Richard Purdie wrote: On Thu, 2013-10-03 at 22:15 -0400, Randy MacLeod wrote: If I drop x11 from the DF list things are even worse. I tried to sprinkle these recipes with: REQUIRED_DISTRO_FEATURES = "opengl" but just as I thought, that didn't work ei

Re: [OE-core] [PATCH 1/1] buildhistory.bbclass: always record PKG, PKGE, PKGV and PKGR

2013-10-15 Thread Randy MacLeod
d to your comment in bugzilla. Qi, Perhaps you need to post an example showing how this change helps for a package upgrade and compare it to what happens when the patch is not applied. // Randy Cheers, Paul ___ Openembedded-core mailing list

Re: [OE-core] [PATCH v2] bluez: declaration of virtual/bluez and VIRTUAL-RUNTIME_bluez

2013-11-11 Thread Randy MacLeod
TURES', 'x11', 'x11', '', d)}" -PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,bluez4 sbc" +PACKAGECONFIG[bluez] = "--enable-bluez,--disable-bluez,virtual/bluez sbc" PACKAGECONFIG[gtk] = "--

Re: [OE-core] Exploring LLVM/Clang for OE

2013-11-13 Thread Randy MacLeod
On Tue, Nov 12, 2013 at 8:47 PM, Muhammad Tauqir Ahmad wrote: > According to the link below [1], it seems some works has been done at > least for llvm+clang bitbake recipes, although I couldn't find any > clang recipes when searching the net. If anyone can point me in the > right direction for fin

Re: [OE-core] [PATCH 2/2] udev-extraconf: Don't mount root filesystem under /media

2012-10-11 Thread Randy MacLeod
there's a 1.3 release to get out so I'm just wondering if we should expect silence then a flurry of merges after 1.3 is declared in the couple of weeks. Thanks, -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-co

Re: [OE-core] [PATCH] move the benchmark package bonnie++ from meta-oe layer to oe-core and upgrade bonnie++ from 1.03c to 1.03e

2012-11-21 Thread Randy MacLeod
7 @@ using namespace std; + #else + #include + #endif ++#include + -- 1.7.9.5 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linu

Re: [OE-core] Perl 'native' path

2012-11-28 Thread Randy MacLeod
d.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- # Randy MacLeod ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] lsof: add contingency for when EGLIBCVERSION is not set

2013-11-26 Thread Randy MacLeod
This change is not useful for oe-core. I suppose it's being sent to be Yocto compliant and no merge is expected. ../Randy On Tue, Nov 26, 2013 at 3:42 AM, wrote: > From: Paul Gortmaker > > commit 8c38bc022de209187f31952ae02313dd3104f4c6 ("lsof: define > linux C library type when using eglibc"

[OE-core] [PATCH] jpeg and directfb: cosmetic, fix perms for patches

2013-12-01 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- meta/recipes-core/jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 0 meta/recipes-graphics/directfb/directfb/fusion.patch| 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 meta/recipes-core/jpeg/jpeg-8d/debian-libjpeg7_7-1.diff m

Re: [OE-core] [PATCH] base.bbclass: fix nondeterministic PACKAGECONFIG processing order

2013-12-02 Thread Randy MacLeod
= flagval.split(",") -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 06/18] xz: rdepend on bash

2013-12-02 Thread Randy MacLeod
7fb2cf9fe4590af9694e" SRC_URI[sha256sum] = "9f94506e301d5b6863921bba861a99ba00de384dafb4e5f409679a93e41613d4" +RDEPENDS_${PN}_class-target = "bash" + inherit autotools gettext PACKAGES =+ "liblzma liblzma-dev liblzma-staticdev liblzma-dbg" -- # Rand

Re: [OE-core] [PATCH 13/18] gzip: explicitly rdepend on bash

2013-12-02 Thread Randy MacLeod
rget = "bash" + inherit autotools do_install_append () { -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] tzcode-native: Replace fixed version with PV

2013-12-04 Thread Randy MacLeod
ling list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] [PATCH] buildhistory.bbclass: Improve robustness in image file listing

2014-01-27 Thread Randy MacLeod
0 ./usr/bin/test\ file\ with\ | +-rwxr-xr-x root root0 ./usr/bin/test file with spaces ` The options used are available since findutils 4.2.5, released in 19 Nov 2004, making it available in all supported host distributions. Acked-by: Randy MacLeod Works for m

[OE-core] [PATCH] jpeg and directfb: cosmetic, fix perms for patches

2014-02-05 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- meta/recipes-core/jpeg/jpeg-8d/debian-libjpeg7_7-1.diff | 0 meta/recipes-graphics/directfb/directfb/fusion.patch| 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 meta/recipes-core/jpeg/jpeg-8d/debian-libjpeg7_7-1.diff m

Re: [OE-core] [for-dora] systemd: journald fix ignored disk space restrictions

2014-02-06 Thread Randy MacLeod
file://00-create-volatile.conf \ -- 1.7.10.4 _______ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.13

Re: [OE-core] [PATCH] nmap: use native python and add python dependence

2014-02-18 Thread Randy MacLeod
. ../Randy ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350

Re: [OE-core] [PATCH 01/20] udev-cache: Compress the cache

2014-08-05 Thread Randy MacLeod
re/udev/udev/udev-cache.default @@ -1,5 +1,5 @@ # Default for /etc/init.d/udev # Comment this out to disable device cache -DEVCACHE="/etc/dev.tar" +DEVCACHE="/etc/dev.tar.gz" PROBE_PLATFORM_BUS="yes" -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 01/20] udev-cache: Compress the cache

2014-08-05 Thread Randy MacLeod
On 14-08-05 04:09 PM, Otavio Salvador wrote: On Tue, Aug 5, 2014 at 4:00 PM, Randy MacLeod wrote: On 14-08-04 02:40 PM, Ben Shelton wrote: From: Richard Tollerton $DEVCACHE is observed to be 100k uncompressed; compressing it reduces its size to ~5k. Natinst-Rally-ID: TA44427 Acked-by

Re: [OE-core] Recipe file of Python 2.7.4 of later version

2014-09-19 Thread Randy MacLeod
arch64 tag in the subject line and CCing Kai please. -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] cdra_1.1.3 is not available anymore.

2015-02-17 Thread Randy MacLeod
erver which will allow to fetch it. Does someone modify the recipe already or does someone know where we could fetch the binary? I'll continue my investigation. http://patches.openembedded.org/patch/87751/ -- # Randy MacLeod. SMTS, Linux, Wind River Direct: 613.963.1350 | 350 Terry Fox Dr

Re: [OE-core] [warrior][PATCH v3] systemd: update SRCREV for systemd v241-stable

2019-08-27 Thread Randy MacLeod
with DynamicUser=yes ce52d60450 fstab-generator: use DefaultDependencies=no for /sysroot mounts 35387ea7e1 Merge pull request #48 from yuwata/v241-stable-dbus-and-timedated -- # Randy MacLeod # Wind River Linux -- ___

Re: [OE-core] [warrior][PATCH v3] systemd: update SRCREV for systemd v241-stable

2019-08-27 Thread Randy MacLeod
$i bitbake systemd && \ touch sd-okay-$i || \ touch sd-fail-$i; \ done I had left off the setting of the MACHINE variable. Sorry about that. Can you re-run the test after removing the sd-* files? ../Randy Cheers, Jan On 27. Aug 2019, at 17:14, Randy MacLeod <mailto:randy.

Re: [OE-core] [PATCH] meta: add missing descriptions and homepage in bsp

2019-09-03 Thread Randy MacLeod
previous kernel will be at index 1, and the oldest kernel will be index 3." This reads more as documentation than description. Ross -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-c

[OE-core] systemd 243 update - not happening for 3.0...

2019-09-04 Thread Randy MacLeod
ter 3.0, I expect. -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [OE-Core][PATCH] diffutils: Add valgrind to support ptest

2019-09-05 Thread Randy MacLeod
ake" +# Include valgrind since the test "strip-trailing-cr" requires it to run, although +# valgrind is a heavy package for diffutils +RDEPENDS_${PN}-ptest += "make valgrind" do_install_ptest() { t=${D}${PTE

Re: [OE-core] [OE-Core][PATCH] diffutils: Add valgrind to support ptest

2019-09-05 Thread Randy MacLeod
well but I thought we'd ask devs on the list by sending the patch. Peiran, Please send a v2 that SKIPs the test. ../Randy Cheers, Richard -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-core@lists.openem

Re: [OE-core] [PATCH V3] dnf.py: installroot support usrmerge

2019-09-05 Thread Randy MacLeod
ests are running in a deterministic order. If they are not, then that might explain why the AB sees the problem but you do not. ../Randy -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH 2/4] valgrind: make a few more ptests pass

2019-09-10 Thread Randy MacLeod
Adjust two memcheck vgtest files to deal with relative paths that are in test executables when cross-compiling. Add libgomp to enable OpenMP tests. Add the bz2 executable for memcheck/tests/vcpu_bz2. Signed-off-by: Randy MacLeod --- ...ust-path-filter-for-2-memcheck-tests.patch | 40

[OE-core] [PATCH 1/4] valgrind: enable ~500 more ptests

2019-09-10 Thread Randy MacLeod
| 149 | 1| 9 | 663 after | 648 | 12 | 60| 1541 Signed-off-by: Randy MacLeod --- .../valgrind/valgrind_3.15.0.bb | 25 +++ 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/meta/recipes-devtool

[OE-core] [PATCH 4/4] valgrind: disable 256 ptests for aarch64

2019-09-10 Thread Randy MacLeod
sorted list of tests so that they can be easily restored one by one without a rebuild during testing. With core-image-minimal on qemuarm64: Recipe | Passed | Failed | Skipped | Time(s) valgrind | 333 | 49 | 17| 7637 Signed-off-by: Randy MacLeod

[OE-core] [PATCH 3/4] valgrind: ptest improvements to run-ptest and more

2019-09-10 Thread Randy MacLeod
eventually running since some processes do not terminate properly and accumulate as defunct processes in memory. Without the gdbserver_tests, the tests complete without defunct process or the oom-killer running for ppc but not for arm64. Signed-off-by: Randy MacLeod --- .../valgrind/valgrind/run

Re: [OE-core] ✗ patchtest: failure for "valgrind: enable ~500 more pte..." and 3 more

2019-09-10 Thread Randy MacLeod
roject.org/cgit/cgit.cgi/patchtest Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailm

[OE-core] [v2 1/4] valgrind: enable ~500 more ptests

2019-09-10 Thread Randy MacLeod
| 149 | 1| 9 | 663 after | 648 | 12 | 60| 1541 Signed-off-by: Randy MacLeod --- .../valgrind/valgrind_3.15.0.bb | 25 +++ 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/meta/recipes-devtool

[OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-10 Thread Randy MacLeod
sorted list of tests so that they can be easily restored one by one without a rebuild during testing. With core-image-minimal on qemuarm64: Recipe | Passed | Failed | Skipped | Time(s) valgrind | 333 | 49 | 17| 7637 Signed-off-by: Randy MacLeod

[OE-core] [v2 3/4] valgrind: ptest improvements to run-ptest and more

2019-09-10 Thread Randy MacLeod
eventually running since some processes do not terminate properly and accumulate as defunct processes in memory. Without the gdbserver_tests, the tests complete without defunct process or the oom-killer running for ppc but not for arm64. Signed-off-by: Randy MacLeod --- .../valgrind/valgrind/run

[OE-core] [v2 2/4] valgrind: make a few more ptests pass

2019-09-10 Thread Randy MacLeod
Adjust two memcheck vgtest files to deal with relative paths that are in test executables when cross-compiling. Add libgomp to enable OpenMP tests. Add the bz2 executable for memcheck/tests/vcpu_bz2. Signed-off-by: Randy MacLeod --- ...ust-path-filter-for-2-memcheck-tests.patch | 40

Re: [OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-11 Thread Randy MacLeod
On 9/11/19 8:32 AM, Adrian Bunk wrote: On Tue, Sep 10, 2019 at 05:41:36PM -0400, Randy MacLeod wrote: On qemuarm64 systems, about half of the valgrind tests fail and often result in defunct processes, eg: root 819 818 25 00:12 pts/000:01:52 /usr/bin/valgrind --command-line-only

Re: [OE-core] [v2 4/4] valgrind: disable 256 ptests for aarch64

2019-09-11 Thread Randy MacLeod
On 9/11/19 10:00 AM, Adrian Bunk wrote: On Wed, Sep 11, 2019 at 09:38:53AM -0400, Randy MacLeod wrote: On 9/11/19 8:32 AM, Adrian Bunk wrote: On Tue, Sep 10, 2019 at 05:41:36PM -0400, Randy MacLeod wrote: On qemuarm64 systems, about half of the valgrind tests fail and often result in defunct

[OE-core] [PATCH] ffmpeg: update from 4.2 to 4.2.1

2019-09-23 Thread Randy MacLeod
This update corresponds to 68 commits to the ffmpeg git repo. 52 of these commits are oss-fuzz bug fixes. The remainder include improved codex handling and some rpi performance tweaks. Signed-off-by: Randy MacLeod --- .../ffmpeg/{ffmpeg_4.2.bb => ffmpeg_4.2.1.bb} | 4 ++--

Re: [OE-core] [PATCH] ffmpeg: update from 4.2 to 4.2.1

2019-09-23 Thread Randy MacLeod
On 9/23/19 10:01 AM, Randy MacLeod wrote: This update corresponds to 68 commits to the ffmpeg git repo. 52 of these commits are oss-fuzz bug fixes. The remainder include improved codex handling and some rpi performance tweaks. *codecs ? Also FYI, this includes a fix for CVE-2019-15942 https

[OE-core] [RFC][PATCH 0/3] Move rust from meta-rust to oe-core

2019-09-23 Thread Randy MacLeod
al of these defects but I'll likely need help from people with more Rust experience. ../Randy Randy MacLeod (3): Add libgit2, libssh2 from meta-oe for rust meta-rust: move code to oe-core from meta-rust layer rust: mv README.md to recipes-devtools/rust/README-rust.md meta/classes/c

[OE-core] [RFC][Patch 1/3] Add libgit2, libssh2 from meta-oe for rust

2019-09-23 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- .../recipes-support/libgit2/libgit2_0.27.8.bb | 25 + meta/recipes-support/libssh2/libssh2_1.8.2.bb | 27 +++ 2 files changed, 52 insertions(+) create mode 100644 meta/recipes-support/libgit2/libgit2_0.27.8.bb create mode 100644

[OE-core] [RFC][Patch 3/3] rust: mv README.md to recipes-devtools/rust/README-rust.md

2019-09-23 Thread Randy MacLeod
Import the meta-rust/README.md but relocate and rename it. Signed-off-by: Randy MacLeod --- meta/recipes-devtools/rust/README-rust.md | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 meta/recipes-devtools/rust/README-rust.md diff --git a/meta/recipes-devtools

[OE-core] [RFC][Patch 2/3] meta-rust: move code to oe-core from meta-rust layer

2019-09-23 Thread Randy MacLeod
Rust is becoming more widely used so move the meta-rust layer. Taken from meta-rust at commit: 11aed43 cargo-1.37.0: fix patch fuzz Signed-off-by: Randy MacLeod --- meta/classes/cargo.bbclass| 70 +++ meta/classes/cargo_common.bbclass | 98 meta/classes

Re: [OE-core] [warrior][PATCH] kernel-uboot: compress arm64 kernels

2019-09-24 Thread Randy MacLeod
tch is not considered for warrior, but just getting ignored is very frustrating. Add Armin, who maintains warrior. It seems like he just missed the thread. There was a 50 patch update posted for warrior last night but I don't see this patch mentioned. ../Randy Alban -- # Randy MacLe

Re: [OE-core] [PATCH 1/1] cases/bbtests.py: test_bitbake_g(): Check core-image-minimal itself

2019-09-24 Thread Randy MacLeod
dency \"task-depends.dot\" file was generated for the given task target. bitbake output: %s" % result.output) -self.assertTrue('busybox' in ftools.read_file(os.path.join(self.builddir, 'task-depends.dot')), msg = "No \"busybox\" dependency f

Re: [OE-core] [PATCH 1/1] cases/bbtests.py: test_bitbake_g(): Check core-image-minimal itself

2019-09-24 Thread Randy MacLeod
On 9/24/19 9:41 PM, Robert Yang wrote: Hi Randy, On 9/25/19 4:46 AM, Randy MacLeod wrote: On 9/24/19 4:15 AM, Robert Yang wrote: It checked whether busybox is in pn-buildlist and task-depends.dot after run "bitbake -g core-image-minimal", but busybox is not a must for core-ima

Re: [OE-core] [RFC][PATCH 0/3] Move rust from meta-rust to oe-core

2019-09-25 Thread Randy MacLeod
On 9/24/19 6:18 AM, Adrian Bunk wrote: On Mon, Sep 23, 2019 at 10:45:05PM -0400, Randy MacLeod wrote: I moved the Rust support from meta-rust to oe-core. As you'd expect, it's still building rust-hello-world for all qemus (except riscv64 which may never have worked). Rust-hello-worl

Re: [OE-core] Xilinx/meta-jupyter layer

2019-09-28 Thread Randy MacLeod
../Randy Thanks, Chandana -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] pango: add PACKAGECONFIGs for all the optional dependencies

2019-10-07 Thread Randy MacLeod
e used for display and printing. We suggest using Pango with Cairo as described above, but ... so it would seem that even our defaults are not the ones recommended by upstream. Does pango build if you drop glib? The README.md says: Dependencies ---- Pango de

Re: [OE-core] [PATCH] meta: add missing some description in devtools

2019-10-07 Thread Randy MacLeod
-git a/meta/recipes-devtools/unfs3/unfs3_git.bb b/meta/recipes-devtools/unfs3/unfs3_git.bb index a4ac46c68e..79d09788d3 100644 --- a/meta/recipes-devtools/unfs3/unfs3_git.bb +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb @@ -1,4 +1,7 @@ SUMMARY = "Userspace NFS server v3 protoco

Re: [OE-core] [PATCH] libpcap:upgrade 1.9.0 -> 1.9.1

2019-10-08 Thread Randy MacLeod
rary installation directory on some Linux distributions Boost the TPACKET_V3 timeout to the maximum if a timeout of 0 was specified Five CVE-2019-15161, CVE-2019-15162, CVE-2019-15163, CVE-2019-15164, CVE-2019-15165 Fixes for

Re: [OE-core] [PATCH] meta: add missing some description in devtools

2019-10-08 Thread Randy MacLeod
<http://unfs3_git.bb> > +++ b/meta/recipes-devtools/unfs3/unfs3_git.bb <http://unfs3_git.bb> > @@ -1,4 +1,7 @@ >   SUMMARY = "Userspace NFS server v3 protocol" > +DESCRIPTION = "UNFS3 is a user-space implem

Re: [OE-core] [PATCH] meta: add missing some description in devtools

2019-10-08 Thread Randy MacLeod
e the unnecessary descriptions, or it's a bit late for that? I'd like you to do that. It might be too late for 3.0 but 3.1 and with a cherry-pick, also 3.0.1 in ~ 2 months. I should probably focus on the next recipes. Also good! ../Randy Max. On Tue, Oct 8, 2019 at 8:16 P

Re: [OE-core] [PATCH] linux-yocto-dev: bump to 5.3-rcX

2019-10-15 Thread Randy MacLeod
Should this recipe be dropped from releas branches such as warrior and zeus? Doing so would ensure that users understand that the -dev kernel is really only for development on the master branch. -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH v2] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-16 Thread Randy MacLeod
eta/recipes-extended/bzip2/bzip2_1.0.8.bb SRC_URI = "https://sourceware.org/pub/${BPN}/${BPN}-${PV}.tar.gz \ so the recipe is sane at least. ;-) ../Randy Ross -- # Randy MacLeod # Wind River Linux -- ___ Openembedded-core maili

Re: [OE-core] [PATCH] libgcrypt: fix CVE-2019-13627

2019-10-18 Thread Randy MacLeod
file://0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ file://0004-tests-Makefile.am-fix-undefined-reference-to-pthread.patch \ + file://0001-ecc-Add-mitigation-against-timing-attack.patch \ + file://0001-dsa-ecdsa-Fix-use-of-nonce-use-larger

Re: [OE-core] [zeus][PATCH v3] binutils: fix CVE-2019-17450

2019-10-25 Thread Randy MacLeod
g in a few days. It might take a while for the upgrade to get merged. Khem has been doing binutils upgrades recently. CC him in case there needs to be some co-ordination with glibc or other recipe upgrades. -- # Randy MacLeod # Wind River Linux -- _

Re: [OE-core] [PATCH v2] base-files: Add directory /var/empty

2020-09-01 Thread Randy MacLeod
@'volatile/' if oe.types.boolean('${VOLATILE_LOG_DIR}') else ''}log \ -- 2.26.2 -- # Randy MacLeod # Wind River Linux -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#142071): https://lists.openembedded.org/g/openembedd

[OE-core] [PATCH] curl: Change SRC_URI from http to https

2020-09-21 Thread Randy MacLeod
The official links on: https://curl.haxx.se/download.html use https now and we're seeing this warning: WARNING: curl-native-7.72.0-r0 do_fetch: Failed to fetch URL http://curl.haxx.se/download/curl-7.72.0.tar.bz2, attempting MIRRORS if available Signed-off-by: Randy MacLeod ---

Re: [OE-core] [PATCH] pseudo: do not expand symlinks in /proc

2020-09-25 Thread Randy MacLeod
PSEUDO_MAX_LINK_RECURSION && is_link) { pseudo_diag("link recursion too deep, not expanding path '%s'.\n", newpath); is_link = 0; -- # Randy MacLeod # Wind River Linux -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [OE-core] [PATCH] sysvinit rc: Use PSPLASH_FIFO_DIR for progress fifo

2020-09-26 Thread Randy MacLeod
&& [ ! -x /etc/rc${runlevel}.d/S??xserver-nodm ]; then if type psplash-write >/dev/null 2>&1; then -TMPDIR=/mnt/.psplash psplash-write "QUIT" || true +PSPLASH_FIFO_DIR=/mnt/.psplash psplash-write "QUIT" || true umount -l /mnt/.pspla

[OE-core] [PATCH] libsdl2: Disable video-rpi

2020-11-10 Thread Randy MacLeod
deo-rpi to avoid the problem since video suppport is not needed for rpi and this configuration option is harmless when building on x86-64 hosts. Signed-off-by: Randy MacLeod --- meta/recipes-graphics/libsdl2/libsdl2_2.0.12.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphi

  1   2   3   4   5   6   7   8   >