Re: [OE-core] [PATCH 1/3] bitbake.conf: Prune global OPTIMIZATION flags

2011-03-29 Thread Gary Thomas
as it is a royal pain to test BTW as it takes more than an hour to build this one package on my hefty build server! -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [poky] Early image startup

2011-04-08 Thread Gary Thomas
On 04/08/2011 08:01 AM, Gary Thomas wrote: On 04/08/2011 07:50 AM, Richard Purdie wrote: On Fri, 2011-04-08 at 15:30 +0200, Koen Kooi wrote: Op 8 apr 2011, om 15:20 heeft Gary Thomas het volgende geschreven: I have a Poky image which uses a number of kernel modules. For whatever reason

Re: [OE-core] [poky] Early image startup

2011-04-08 Thread Gary Thomas
On 04/08/2011 08:07 AM, Gary Thomas wrote: On 04/08/2011 08:01 AM, Gary Thomas wrote: On 04/08/2011 07:50 AM, Richard Purdie wrote: On Fri, 2011-04-08 at 15:30 +0200, Koen Kooi wrote: Op 8 apr 2011, om 15:20 heeft Gary Thomas het volgende geschreven: I have a Poky image which uses a number

Re: [OE-core] [poky] [PATCH 1/1] qt4: remove the option -feliminate-dwarf2-dups to fix the build

2011-04-08 Thread Gary Thomas
removed that option globally? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH 47/58] setuptools: Make options for setup.py more flexible

2011-04-17 Thread Gary Thomas
options intact. -- Gary Thomas | Consulting for the MLB Associates | Embedded world From 0afbe6b9477c207e37009c8ef5aa47b3438640a9 Mon Sep 17 00:00:00 2001 From: Gary Thomasg

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-04-18 Thread Gary Thomas
just touch a .conf file...) Do you need to add *.bbappend to BBFILES in layer.conf ? I have that already :) -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-25 Thread Gary Thomas
. } pkg_prerm_modutils () { -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded

Re: [OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-25 Thread Gary Thomas
:49 heeft Saul Wolds...@linux.intel.com het volgende geschreven: On 04/25/2011 05:02 AM, Gary Thomas wrote: On 04/23/2011 12:28 AM, Saul Wold wrote: From: =?UTF-8?q?Petr=20=C5=A0tetiar?=yn...@true.cz In the current state, udev init script is loaded as 3rd and modutils.sh as 20th, so udevadm

Re: [OE-core] [PATCH 07/37] modutils-initscripts: fix wrong order of module loading happening in udev

2011-04-25 Thread Gary Thomas
On 04/25/2011 09:49 AM, Saul Wold wrote: On 04/25/2011 05:02 AM, Gary Thomas wrote: On 04/23/2011 12:28 AM, Saul Wold wrote: From: =?UTF-8?q?Petr=20=C5=A0tetiar?=yn...@true.cz In the current state, udev init script is loaded as 3rd and modutils.sh as 20th, so udevadm called in udev init

Re: [OE-core] [PATCH 1/1] perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alpha

2011-04-28 Thread Gary Thomas
`-linux-gnu/libc.so glibpth=/usr/lib/`uname -m`-linux-gnu $glibpth fails. I hard coded the i386-linux-gnu paths and was able to build perl-native on Ubuntu 11.04 -- Gary Thomas | Consulting for the MLB Associates

Re: [OE-core] [poky] [PATCH 1/3] Remove machine-specific metadata for machines no longer in oe-core

2011-05-04 Thread Gary Thomas
On 05/04/2011 09:21 AM, Paul Eggleton wrote: On Wednesday 04 May 2011 16:07:17 Gary Thomas wrote: Perhaps it makes sense to always package netbase in ${MACHINE_ARCH} since it almost always will have machine specific data? I'll let someone else comment on this, I don't have a hard opinion

Re: [OE-core] [poky] GCC 4.6.0 on ARM?

2011-05-11 Thread Gary Thomas
On 05/10/2011 09:28 PM, Kamble, Nitin A wrote: -Original Message- From: poky-boun...@yoctoproject.org [mailto:poky- boun...@yoctoproject.org] On Behalf Of Gary Thomas Sent: Monday, May 02, 2011 5:57 AM To: Khem Raj Cc: Poky Project; Patches and discussions about the oe-core layer

Re: [OE-core] LIC_FILES_CHKSUM fatal?

2011-05-16 Thread Gary Thomas
. -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list

Re: [OE-core] Is BBCLASSEXTEND in .bbappend supposed to work?

2011-05-18 Thread Gary Thomas
On 05/18/2011 01:47 PM, Simon Busch wrote: On 18.04.2011 14:17, Gary Thomas wrote: On 04/18/2011 05:34 AM, Koen Kooi wrote: Op 18 apr 2011, om 13:28 heeft Richard Purdie het volgende geschreven: On Mon, 2011-04-18 at 12:55 +0200, Koen Kooi wrote: Martin did some Xorg cleanup in meta-oe

Re: [OE-core] [PATCH 1/1] utils.bbclass: modify create_wrapper to correctly follow symlinks

2011-05-19 Thread Gary Thomas
=`basename $cmd`.real catEND$cmd #!/bin/sh -exec env $@ \`dirname \$0\`/$cmdname \$@ +realpath=\`readlink -fn \$0\` +exec env $@ \`dirname \$realpath\`/$cmdname \$@ END chmod +x $cmd } -- Gary Thomas | Consulting

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2011-11-30 Thread Gary Thomas
On 2011-11-30 05:37, Stefan Schmidt wrote: Hello. On Wed, 2011-11-30 at 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable systems

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2012-01-03 Thread Gary Thomas
On 2011-11-30 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable systems are tried first. Without this change, an EXT3 system will mount as EXT2

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2012-01-03 Thread Gary Thomas
On 2012-01-03 11:00, Saul Wold wrote: On 01/03/2012 08:13 AM, Gary Thomas wrote: On 2011-11-30 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable

Re: [OE-core] Recent xserver-kdrive failure and util-macros update

2012-01-04 Thread Gary Thomas
used code). -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core

Re: [OE-core] Recent xserver-kdrive failure and util-macros update

2012-01-04 Thread Gary Thomas
On 2012-01-04 13:08, Saul Wold wrote: On 01/04/2012 11:45 AM, Gary Thomas wrote: On 2012-01-04 10:39, Khem Raj wrote: On (03/01/12 23:28), Saul Wold wrote: We seem to have a relatively new failure in xserver-kdrive, which appeared in the last set of change. I tried to run though a bisect

[OE-core] [PATCH] xserver-kdrive: work around issues with -Werror=address

2012-01-04 Thread Gary Thomas
A number of calls to REGION_INIT() use a static box which is flagged as an error with -Werror=address. This patch works around the problem, but should not be considered a final solution. Upstream-Status: Inappropriate Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../error-address-work

Re: [OE-core] [PATCH] kernel.bbclass: fix malformed patch

2011-07-12 Thread Gary Thomas
}/${INITRAMFS_IMAGE}-${MACHINE}.$img initramfs.$img fi done fi I don't think this is sufficient; the line above is broken as well. -- Gary Thomas | Consulting for the MLB Associates

Re: [OE-core] [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's

2011-07-12 Thread Gary Thomas
. Perhaps the [brokwn] rule to explicitly build ubifs should also be purged? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH 1/2] classes/image_types: add a variable to list available IMAGE_FSTYPE's

2011-07-12 Thread Gary Thomas
On 07/12/2011 06:44 PM, Tom Rini wrote: On 07/12/2011 05:37 PM, Gary Thomas wrote: On 07/12/2011 05:38 PM, Tom Rini wrote: On 07/12/2011 04:24 PM, Joshua Lock wrote: This is for use in the Hob GUI to enable the user to change the type of the generated image. Signed-off-by: Joshua Lockj

Re: [OE-core] [PATCH] Update TERMCMD message to align with previous change

2011-07-27 Thread Gary Thomas
be applied # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Gary Thomas
.patch -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core

Re: [OE-core] [yocto] [PATCH] Update intltool to set perl shebang correctly for installed tools

2011-08-03 Thread Gary Thomas
invoking intltools. This much was already clear from your explanation - the what happens and why it needs fixing part. What I don't see is the why - why does defining PERL vs PERL_virtclass-native have this effect? -- Gary Thomas

Re: [OE-core] populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH

2011-08-10 Thread Gary Thomas
On 2011-08-10 07:40, Richard Purdie wrote: On Wed, 2011-08-10 at 07:34 -0600, Gary Thomas wrote: On a related thought to these changes - how does this play if you use multiple SDKs for different, but somewhat related, architectures? I'd like to create a simple SDK (just toolchain mostly) using

Re: [OE-core] populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH

2011-08-17 Thread Gary Thomas
On 2011-08-10 07:48, Gary Thomas wrote: On 2011-08-10 07:40, Richard Purdie wrote: On Wed, 2011-08-10 at 07:34 -0600, Gary Thomas wrote: On a related thought to these changes - how does this play if you use multiple SDKs for different, but somewhat related, architectures? I'd like to create

Re: [OE-core] new feature? (for DL_DIR)

2011-08-22 Thread Gary Thomas
in my ${DISTRO}.conf): # Provide pre-staged sources SOURCE_MIRROR_URL ?= file:///opt/amltd/poky/sources/ INHERIT += own-mirrors Simply point SOURCE_MIRROR_URL at your file cache. -- Gary Thomas | Consulting

Re: [OE-core] new feature? (for DL_DIR)

2011-08-22 Thread Gary Thomas
On 2011-08-22 14:27, Saul Wold wrote: On 08/22/2011 04:12 AM, Gary Thomas wrote: On 2011-08-22 01:56, Ni Qingliang wrote: Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files in upstreamsources, and all developer's PC use

Re: [OE-core] new feature? (for DL_DIR)

2011-08-22 Thread Gary Thomas
On 2011-08-22 14:55, Gary Thomas wrote: On 2011-08-22 14:27, Saul Wold wrote: On 08/22/2011 04:12 AM, Gary Thomas wrote: On 2011-08-22 01:56, Ni Qingliang wrote: Do we can assign all package be downloaded from the same path? I want setup one internal server to store the files

Re: [OE-core] new feature? (for DL_DIR)

2011-08-26 Thread Gary Thomas
to push out the new files to your cache from this downloads directory. -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] Feedback on HOB (new image creator GUI)

2011-09-30 Thread Gary Thomas
a lot of the recipes in meta and meta-yocto, but none of the images or tasks (because they don't really address my needs, don't take offense, I just want more control than they offer) -- Gary Thomas | Consulting

Re: [OE-core] bitbake webkit-gtk fails with clean temp dir

2011-10-03 Thread Gary Thomas
compare with those recipes. -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[OE-core] X server failing on PowerPC

2012-05-16 Thread Gary Thomas
worked] for 20+ years? Should I propose my patch? I'm only interested in xserver-kdrive_1.7.99.2, but I think this probably affects all X server instances. -- Gary Thomas | Consulting for the MLB Associates

[OE-core] [PATCH] Fix X server on PowerPC when using GCC 4.7.x

2012-05-16 Thread Gary Thomas
The function XaceHook() was trying to do something like this: void *ptr; switch(XX) { case a: define_some_structure A; ptr = A; break; case b: define_some_structure B; ptr = B; break; } call_some_function(ptr); Clearly

Re: [OE-core] [PATCH] Fix X server on PowerPC when using GCC 4.7.x

2012-05-16 Thread Gary Thomas
clever, trying to have only one function call, but a smart compiler will unwind this anyway and writing it out explicitly is easier to read... All I care is that it gets fixed and my X server starts working again :-) -- Gary Thomas

[OE-core] [PATCH v2] Fix X server on PowerPC when built with GCC 4.7.x

2012-05-16 Thread Gary Thomas
Incorporate patch from upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1df0cca63bf50c50d93de43 Subject: xace: Invalid reference to out-of-scope data. --- .../fix-bogus-stack-variables.patch| 231

[OE-core] [PATCH v3] Fix X server on PowerPC when built with GCC 4.7.x

2012-05-16 Thread Gary Thomas
Incorporate patch from upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1df0cca63bf50c50d93de43 Subject: xace: Invalid reference to out-of-scope data. Upstream-Status: backport Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../fix-bogus-stack

Re: [OE-core] [PATCH v2] Fix X server on PowerPC when built with GCC 4.7.x

2012-05-16 Thread Gary Thomas
mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[OE-core] [PATCH] Fix X server on PowerPC when built with GCC 4.7.x

2012-05-16 Thread Gary Thomas
Incorporate patch from upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id=6dae7f3792611aace1df0cca63bf50c50d93de43 Subject: xace: Invalid reference to out-of-scope data. Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../fix-bogus-stack-variables.patch

[OE-core] [PATCH v4] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-16 Thread Gary Thomas
-of-scope data. Incorporate this patch into the recipe, with a PR bump. Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../fix-bogus-stack-variables.patch| 231 .../xorg-xserver/xserver-kdrive_1.7.99.2.bb|3 +- 2 files changed, 233 insertions

Re: [OE-core] [PATCH v4] xserver-kdrive: Fix X server on PowerPC when built with GCC 4.7.x

2012-05-18 Thread Gary Thomas
On 2012-05-16 15:26, Gary Thomas wrote: Newer versions of GCC uncovered illegal code practice which can cause runtime failures in the Xext/xace.c code. This problem has been fixed upstream: http://cgit.freedesktop.org/xorg/xserver/patch/Xext/xace.c?id

Re: [OE-core] [PATCH 1/9] tar: fix build

2012-05-23 Thread Gary Thomas
the extra testing... -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-30 Thread Gary Thomas
(for webkit-gtk). -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded

Re: [OE-core] target rpm build failure

2012-05-31 Thread Gary Thomas
in uclibc I am sure it can be fixed by linking in other libs or may be creating one. However if you are not bound to rpm then I would suggest to use opkg in your local.conf set it PACKAGE_CLASSES = package_ipk -- Gary

[OE-core] [PATCH] webkit-gtk: Fix build

2012-01-06 Thread Gary Thomas
This version (introduced in commit 663c893b084333ea9703079a9b056d74ffa5e2a3) can only build if GL support is present. This change enables that support explicitly. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/recipes-sato/webkit/webkit-gtk_svn.bb |5 - 1 files changed, 4

[OE-core] [PATCH v2] filesystems: fix mount order

2012-01-06 Thread Gary Thomas
to be mounted as ext2, disabling some of the ext3 features such as journaling. The change also moves infrequently used file system types to the end as checking for them is just a waste of effort in most cases. The list now also includes ext4. Signed-off-by: Gary Thomas g...@mlbassoc.com

[OE-core] bitbake.lock?

2012-01-23 Thread Gary Thomas
I've noticed that recent versions of bitbake leave this file in the build directory. What is it for why is it left around? -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[OE-core] [PATCH] initscripts: Make /etc/timestamp consistent again.

2012-02-10 Thread Gary Thomas
/timestamp is newer [at all] than the current system time, set the system clock from the stored value, down to the minute, not just the day. Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../initscripts/initscripts-1.0/bootmisc.sh|4 ++-- .../initscripts/initscripts-1.0/save-rtc.sh

Re: [OE-core] Heads up: basichash being enabled for poky by default

2012-02-21 Thread Gary Thomas
and can either revert or continue at their choice. For those of us not using DISTRO=poky, what are the pros cons of the various signature handler settings? -- Gary Thomas | Consulting for the MLB Associates

Re: [OE-core] [PATCH] initscripts: Properly handle new timestamp format

2012-03-01 Thread Gary Thomas
On 2012-03-01 07:59, Richard Purdie wrote: On Thu, 2012-03-01 at 07:43 -0700, Gary Thomas wrote: Recent changes have attempted to make consistant use of /etc/timestamp In particular 5aab665 initscripts: Make /etc/timestamp consistent again. 173a48f image.bbclass: Ensure timestamp matches

Re: [OE-core] [PATCH] initscripts: Properly handle new timestamp format

2012-03-01 Thread Gary Thomas
On 2012-03-01 08:11, Gary Thomas wrote: On 2012-03-01 07:59, Richard Purdie wrote: On Thu, 2012-03-01 at 07:43 -0700, Gary Thomas wrote: Recent changes have attempted to make consistant use of /etc/timestamp In particular 5aab665 initscripts: Make /etc/timestamp consistent again. 173a48f

Re: [OE-core] [PATCH] initscripts: Properly handle new timestamp format

2012-03-01 Thread Gary Thomas
On 2012-03-01 08:44, Richard Purdie wrote: On Thu, 2012-03-01 at 08:27 -0700, Gary Thomas wrote: On 2012-03-01 08:11, Gary Thomas wrote: On 2012-03-01 07:59, Richard Purdie wrote: On Thu, 2012-03-01 at 07:43 -0700, Gary Thomas wrote: Recent changes have attempted to make consistant use

Re: [OE-core] [PATCH] initscripts: Properly handle new timestamp format

2012-03-01 Thread Gary Thomas
with no problems, it just has to be munged into the format 'date' wants. So we can have compat and 64-bit math and have it properly behaving? Yes, I believe so. I'll work up the patch and test it now. -- Gary Thomas | Consulting

[OE-core] [PATCH v2 0/2] Fix /etc/timestamp handling

2012-03-01 Thread Gary Thomas
or coreutils, agree on the format when setting the date from the command line. Gary Thomas (2): initscripts: Properly format date when set from timestamp busybox: Restore 'date' compatability meta/recipes-core/busybox/busybox-1.19.3/defconfig |2 +- meta/recipes-core/busybox/busybox_1.19.3

[OE-core] [PATCH v2 1/2] initscripts: Properly format date when set from timestamp

2012-03-01 Thread Gary Thomas
Reformat date, as stored in /etc/timestamp, to match CLI format. Signed-off-by: Gary Thomas g...@mlbassoc.com Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../initscripts/initscripts-1.0/bootmisc.sh|2 +- meta/recipes-core/initscripts/initscripts_1.0.bb |2 +- 2 files

[OE-core] [PATCH v2 2/2] busybox: Restore 'date' compatability

2012-03-01 Thread Gary Thomas
Restore CONFIG_FEATURE_DATE_COMPAT so that all versions of 'date', whether from busybox or coreutils, agree on the format when setting the date from the command line. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/recipes-core/busybox/busybox-1.19.3/defconfig |2 +- meta/recipes-core

[OE-core] Image generation change

2012-03-01 Thread Gary Thomas
the wrapped up initrd image, that will still work with the code as is, I'd be happy to use it, but I'm not sure how to write such a process. Any ideas gladly accepted, thanks -- Gary Thomas | Consulting for the MLB

Re: [OE-core] Image generation change

2012-03-02 Thread Gary Thomas
On 2012-03-02 05:14, Richard Purdie wrote: On Thu, 2012-03-01 at 18:19 -0700, Gary Thomas wrote: I'm having a problem after the recent change commit eacedb4f2afa98dbd2f5ea7a9f52e6ea952a72d2 Author: Richard Purdierichard.pur...@linuxfoundation.org Date: Wed Feb 29 16:24:26 2012

Re: [OE-core] [image_types_uboot] getdepends for ext2.gz.u-boot

2012-03-02 Thread Gary Thomas
On 2012-03-02 06:53, Richard Purdie wrote: On Fri, 2012-03-02 at 06:39 -0700, Gary Thomas wrote: On 2012-03-02 05:34, Richard Purdie wrote: On Fri, 2012-03-02 at 16:08 +0800, Ni Qingliang wrote: Hello, when using ext2.gz.u-boot as IMAGE_FSTYPES, I got error when doing rootfs with error info

[OE-core] Icon problems with Sato theme

2012-03-12 Thread Gary Thomas
the missing icon(s) to the sato-icon-theme package, but no matter what I do, GTK can't ever seem to find the GTK_STOCK_MISSING_IMAGE ('gtk-missing-image.png') Any ideas how to debug this? -- Gary Thomas | Consulting

[OE-core] Interesting bitbake/fetcher error

2012-03-15 Thread Gary Thomas
recipe, but still leave it in my tree, the fetcher works. -- Gary Thomas | Consulting for the MLB Associates |Embedded world require midori.inc PR

Re: [OE-core] Interesting bitbake/fetcher error

2012-03-15 Thread Gary Thomas
On 2012-03-15 06:27, Gary Thomas wrote: I have two recipes for midori (attached). When I try to build the latest version, I get this error: ERROR: Fetcher failure for URL: 'http://archive.xfce.org/src/apps/midori/0.4/midori-0.4.4.tar.bz2;name=midori'. Checksum mismatch! File: '/local/my_test

Re: [OE-core] race condition... in cp?

2012-03-16 Thread Gary Thomas
file system than /tmp/dest.X? To be fully safe and general purpose, I think you'd need to use something like this: tmpfile=`mktemp dest.X --tmpdir=$(dirname dest)` -- Gary Thomas | Consulting for the MLB

[OE-core] Python recipe

2012-03-23 Thread Gary Thomas
. -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] Python recipe

2012-03-23 Thread Gary Thomas
On 2012-03-23 08:06, Richard Purdie wrote: On Fri, 2012-03-23 at 07:43 -0600, Gary Thomas wrote: Just curious, what is this line doing in .../recipes-devtools/python/python_2.7.2.bb DEPENDS_sharprom = python-native db readline zlib gdbm openssl n.b. I know what it does, I just don't know

[OE-core] [PATCH 0/2] python: fix breakage in minimal installs

2012-03-23 Thread Gary Thomas
Gary Thomas (2): python: remove a target dependency python: Fix minimal packaging dependencies meta/recipes-devtools/python/python_2.7.2.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- 1.7.7.6 ___ Openembedded-core mailing

[OE-core] [PATCH 1/2] python: remove a target dependency

2012-03-23 Thread Gary Thomas
The target dependency DEPENDS_sharprom does not belong in this core recipe and should be moved to a .bbappend file in the appropriate layer if still required. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/recipes-devtools/python/python_2.7.2.bb |1 - 1 files changed, 0 insertions

[OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
, in get_config_vars import re ImportError: No module named re Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/recipes-devtools/python/python_2.7.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
On 2012-03-23 09:48, Martin Jansa wrote: On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: If you install the top-level python package only on a minimal system which has no other python packages installed then python

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
On 2012-03-23 10:19, Gary Thomas wrote: On 2012-03-23 09:48, Martin Jansa wrote: On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary Thomas wrote: If you install the top-level python package only on a minimal system which has no other

Re: [OE-core] [PATCH 2/2] python: Fix minimal packaging dependencies

2012-03-23 Thread Gary Thomas
On 2012-03-23 10:36, Martin Jansa wrote: On Fri, Mar 23, 2012 at 10:28:55AM -0600, Gary Thomas wrote: On 2012-03-23 10:19, Gary Thomas wrote: On 2012-03-23 09:48, Martin Jansa wrote: On Fri, Mar 23, 2012 at 04:35:53PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 09:27:08AM -0600, Gary

[OE-core] [PATCH 2/2 v2] python: fix packaging dependencies on minimal systems

2012-03-23 Thread Gary Thomas
, in get_config_vars import re ImportError: No module named re Signed-off-by: Gary Thomas g...@mlbassoc.com --- .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python_2.7.2.bb |2 +- scripts/contrib/python/generate-manifest-2.7.py

[OE-core] [PATCH 1/2 v2] python: remove target dependency

2012-03-23 Thread Gary Thomas
The target dependency DEPENDS_sharprom does not belong in this core recipe and should be moved to a .bbappend file in the appropriate layer if still required. Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta/recipes-devtools/python/python_2.7.2.bb |1 - 1 files changed, 0 insertions

[OE-core] [PATCH] gstreamer: Provide easy way to enable runtime debugging

2012-03-29 Thread Gary Thomas
The gstreamer framework has a very useful debugging setup which is essential for debugging pipelines and plugins. This patch makes it simple to enable this (disabled by default). To enable debugging, just add this line to local.conf GSTREAMER_DEBUG = --enable-debug Signed-off-by: Gary Thomas

[OE-core] Schizophrenic package management

2012-04-03 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list Openembedded

Re: [OE-core] Schizophrenic package management

2012-04-03 Thread Gary Thomas
On 2012-04-03 12:03, Mark Hatle wrote: On 4/3/12 12:52 PM, Gary Thomas wrote: Why are both opkg-native and rpm-native needed to build images? When I asked this previously, I was told that rpm was used because it has superior dependency tracking. Fair enough (I guess), but then why is opkg

Re: [OE-core] Schizophrenic package management

2012-04-03 Thread Gary Thomas
On 2012-04-03 12:17, Mark Hatle wrote: On 4/3/12 1:07 PM, Gary Thomas wrote: On 2012-04-03 12:03, Mark Hatle wrote: On 4/3/12 12:52 PM, Gary Thomas wrote: Why are both opkg-native and rpm-native needed to build images? When I asked this previously, I was told that rpm was used because it has

Re: [OE-core] [PATCH] kmod: Handle undefined O_CLOEXEC

2012-07-23 Thread Gary Thomas
. -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list

[OE-core] wpa-supplicant EAP-TLS

2012-08-14 Thread Gary Thomas
to make this change be entertained? or should I just keep it in my own layer? Thanks -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] wpa-supplicant EAP-TLS

2012-08-14 Thread Gary Thomas
On 2012-08-14 08:13, Koen Kooi wrote: Op 14 aug. 2012, om 15:59 heeft Henning Heinold hein...@inf.fu-berlin.de het volgende geschreven: On Tue, Aug 14, 2012 at 05:52:32AM -0600, Gary Thomas wrote: On 2012-08-14 05:46, Phil Blundell wrote: On Tue, 2012-08-14 at 05:44 -0600, Gary Thomas

Re: [OE-core] wpa-supplicant EAP-TLS

2012-08-15 Thread Gary Thomas
On 2012-08-14 14:30, Phil Blundell wrote: On Tue, 2012-08-14 at 08:47 -0600, Gary Thomas wrote: I don't see anything explicit on this topic. That said, the latest version (1.0) is dual licensed GPL and BSD and the OpenSSL license is BSD compatible from what I can tell. Yes, wpa-supplicant

Re: [OE-core] Toolchain rework, call for testing

2012-08-21 Thread Gary Thomas
with 4.6+ for now. -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH 1/4] gcc: Switch SRC_URI to use svn

2012-09-11 Thread Gary Thomas
}.${TARGET_SYS} # Language Overrides -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH] xserver-xorg: Modify RREPLACES for RCONFLICTS

2012-09-17 Thread Gary Thomas
/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d FILES_${PN}-dev += ${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la -- Gary Thomas

Re: [OE-core] [PATCH] gcc: Use 4.7.2 release tarball

2012-09-20 Thread Gary Thomas
\ # -- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [PATCH] oe-setup-builddir: substitute ##OEROOT## when using templates

2013-08-08 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list

[OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Gary Thomas
-multimedia/x264 from meta-openembedded into my layers for this [library] package. Thanks -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] Enabling x264 support in gstreamer

2013-08-13 Thread Gary Thomas
On 2013-08-13 11:36, Martin Jansa wrote: On Tue, Aug 13, 2013 at 11:29:10AM -0600, Gary Thomas wrote: I see that some of the gstreamer recipes have changed so that x264 is now a PACKAGECONFIG option. However, I don't see anything that enables this option anywhere. How do I get x264 support

Re: [OE-core] [PATCH v5] netbase: split up in netbase and init-ifupdown

2013-02-06 Thread Gary Thomas
On 2013-02-05 06:14, Otavio Salvador wrote: On Tue, Feb 5, 2013 at 8:29 AM, Gary Thomas g...@mlbassoc.com wrote: On 2013-02-04 08:12, Constantin Musca wrote: - netbase should only include etc-rpc, etc-protocols, etc-services and the hosts file - the init script/configuration files should

[OE-core] What do these warnings mean?

2013-02-14 Thread Gary Thomas
to get rid of them? Thanks -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[OE-core] Broken dependency processing?

2013-02-14 Thread Gary Thomas
-- Gary Thomas | Consulting for the MLB Associates |Embedded world ___ Openembedded-core mailing list

Re: [OE-core] [oe-commits] Constantin Musca : augeas: upgrade to 1.0.0

2013-02-24 Thread Gary Thomas
___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Gary Thomas | Consulting for the MLB

Re: [OE-core] [PATCH 1/1] core-image-sato.bb: increase free space size

2013-04-02 Thread Gary Thomas
= 2.0 You should make this overridable by the user: IMAGE_OVERHEAD_FACTOR ?= 2.0 -- Gary Thomas | Consulting for the MLB Associates |Embedded world

[OE-core] Incorrect FILESPATH usages

2013-04-06 Thread Gary Thomas
should be mucking about with all the others... -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

2013-05-07 Thread Gary Thomas
. Too bad you didn't provide those patches as well as images which use X are currently broken (at least mine are) -- Gary Thomas | Consulting for the MLB Associates |Embedded world

Re: [OE-core] [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

2013-05-07 Thread Gary Thomas
On 2013-05-07 09:23, Burton, Ross wrote: On 7 May 2013 16:13, Gary Thomas g...@mlbassoc.com wrote: It looks like the package(s) you're referring to are the X server. Too bad you didn't provide those patches as well as images which use X are currently broken (at least mine are) Yeah, I noticed

Re: [OE-core] [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

2013-05-07 Thread Gary Thomas
On 2013-05-07 09:47, Stanacar, StefanX wrote: On Tue, 2013-05-07 at 09:43 -0600, Gary Thomas wrote: On 2013-05-07 09:23, Burton, Ross wrote: On 7 May 2013 16:13, Gary Thomas g...@mlbassoc.com wrote: It looks like the package(s) you're referring to are the X server. Too bad you didn't

  1   2   3   4   >