All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: Martin Jansa <martin.jansa@gmail.com>
Subject: Re: [PATCH 3/7] sstatesig: add pointercal-xinput to excluded machine specific configs
Date: Thu, 23 Feb 2012 16:36:35 -0800	[thread overview]
Message-ID: <4F46DB93.9090107@linux.intel.com> (raw)
In-Reply-To: <31839c0ee2b68d525cbfaff920b502537980bc33.1329993620.git.Martin.Jansa@gmail.com>

On 02/23/2012 02:43 AM, Martin Jansa wrote:
> * it's used by xinput-calibrator in meta-oe but contains just calibration data like pointercal does for tslib
>
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
>   meta/lib/oe/sstatesig.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
> index ee7cbad..080b722 100644
> --- a/meta/lib/oe/sstatesig.py
> +++ b/meta/lib/oe/sstatesig.py
> @@ -27,7 +27,7 @@ def sstate_rundepfilter(fn, recipename, task, dep, depname):
>           return False
>
>       # Exclude well defined machine specific configurations which don't change ABI
> -    if depname in ['sysvinit-inittab', 'shadow-securetty', 'opkg-config-base', 'netbase', 'formfactor', 'xserver-xf86-config', 'pointercal', 'base-files']:
> +    if depname in ['sysvinit-inittab', 'shadow-securetty', 'opkg-config-base', 'netbase', 'formfactor', 'xserver-xf86-config', 'pointercal', 'pointercal-xinput', 'base-files']:
>           return False
>
>       # Default to keep dependencies

This patch needs to be re-based to use RP's new 
SIGGEN_EXCLUDERECIPES_ABISAFE variable in layer.conf

Thanks
	Sau!



  reply	other threads:[~2012-02-24  0:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-23 10:42 [PATCH 0/7] Pending patches Martin Jansa
2012-02-23 10:43 ` [PATCH 1/7] wireless-tools: remove ldconfig call from install-libs Martin Jansa
2012-02-23 10:43 ` [PATCH 2/7] bitbake.conf: use weak assignment for BB_CONSOLELOG Martin Jansa
2012-02-24  0:40   ` Richard Purdie
2012-02-24  0:47     ` Martin Jansa
2012-02-23 10:43 ` [PATCH 3/7] sstatesig: add pointercal-xinput to excluded machine specific configs Martin Jansa
2012-02-24  0:36   ` Saul Wold [this message]
2012-02-24  0:49     ` Martin Jansa
2012-02-23 10:43 ` [PATCH 4/7] python: add Makefile to SSTATE_SCAN_FILES Martin Jansa
2012-02-23 10:43 ` [PATCH 5/7] bitbake.conf: introduce SDK_NAME_PREFIX and NATIVESDK_* variables Martin Jansa
2012-02-23 10:43 ` [PATCH 6/7] gdb-cross-canadian: build gdb with python support Martin Jansa
2012-02-23 10:43 ` [PATCH 7/7] gdb-cross-canadian: use NATIVESDK paths as it happens to be here Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F46DB93.9090107@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.