From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tcv6w-00044g-7J for openembedded-core@lists.openembedded.org; Mon, 26 Nov 2012 10:36:19 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id qAPKcmgr017544; Sun, 25 Nov 2012 20:38:48 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 15876-02; Sun, 25 Nov 2012 20:38:43 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id qAPKce44017538 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Sun, 25 Nov 2012 20:38:41 GMT Message-ID: <1353875920.21863.23.camel@ted> From: Richard Purdie To: Martin Jansa Date: Sun, 25 Nov 2012 20:38:40 +0000 In-Reply-To: <1352976932-4150-1-git-send-email-Martin.Jansa@gmail.com> References: <1352976932-4150-1-git-send-email-Martin.Jansa@gmail.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 1/2] udev-extraconf: drop allarch to allow setting to MACHINE_ARCH in some .bbappend X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 09:36:20 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-11-15 at 11:55 +0100, Martin Jansa wrote: > * if bsp needs some special rule for udev > * see https://bugzilla.yoctoproject.org/show_bug.cgi?id=3390 for details > > Signed-off-by: Martin Jansa > --- > meta/recipes-core/udev/udev-extraconf_1.0.bb | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) I've been thinking about this and some other related problems. There is a pattern and we need to be able to inherit allarch but disable it's functionality. I've therefore just posted an alternative proposed fix for this. Cheers, Richard