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 1RnBWO-0003Ak-Uv for openembedded-core@lists.openembedded.org; Tue, 17 Jan 2012 17:04:29 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q0HFuq5V006882 for ; Tue, 17 Jan 2012 15:56:52 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 06521-04 for ; Tue, 17 Jan 2012 15:56:48 +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 q0HFugXr006876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 17 Jan 2012 15:56:43 GMT Message-ID: <1326815807.14640.1.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Tue, 17 Jan 2012 15:56:47 +0000 In-Reply-To: <4F159312.8020107@gherzan.ro> References: <1326799711-31142-1-git-send-email-andrei@gherzan.ro> <1326813445.14640.0.camel@ted> <4F159312.8020107@gherzan.ro> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH] busybox uglic: remove obsolete check for "kernel24" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2012 16:04:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-01-17 at 17:26 +0200, Andrei Gherzan wrote: > On 01/17/2012 05:17 PM, Richard Purdie wrote: > > On Tue, 2012-01-17 at 13:28 +0200, Andrei Gherzan wrote: > >> From: Andrei Gherzan > >> > >> Busybox checks if MACHINE_FEATURES contains "kernel24". If so, CONFIG_FEATURE_2_4_MODULES will be on "y". > >> kernel24 is no longer present in any machine configuration. The same situation is in uglibc with a > >> different CONFIG mapping. > >> > >> [YOCTO #1901] > >> > >> Signed-off-by: Andrei Gherzan > >> --- > >> meta/recipes-core/busybox/busybox.inc | 4 +--- > >> meta/recipes-core/uclibc/uclibc-config.inc | 4 +--- > >> 2 files changed, 2 insertions(+), 6 deletions(-) > > Merged to master with minor tweaks to the commit shortlog, thanks. > After a "git pull" I can't see the change. Its in poky and OE-Core: http://git.openembedded.org/openembedded-core/commit/?id=7257ded5355ffdc0fc169e7f34daeedb0b3dcd78 http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=e2a3695ad44935e8dba6fb4d6e631fc7af5ab754 The mirror you're using mustn't have updated yet? Cheers, Richard