All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] org.oe.dev linux-linux-headers: add 2.6.22
       [not found] <E1IK9nA-00024I-AJ@linuxtogo.org>
@ 2007-08-18  8:56 ` Jamie Lenehan
  0 siblings, 0 replies; only message in thread
From: Jamie Lenehan @ 2007-08-18  8:56 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Aug 12, 2007 at 07:35:32PM +1000, "koen commit" wrote:
> linux-linux-headers: add 2.6.22

This prompted me try something newer then 2.6.15.99 for my sh4 builds
again. Turn out a "make allnoconfig" gets stuck in an infitinite loop
for sh (looks like it's something to do with no boards being
defined).

Anyway, the following works fine. Is there any particular problem
with doing this?


--- packages/linux-libc-headers/linux-libc-headers_2.6.22.bb    315a90b6e90272ad612070887ceec548917a74d4
+++ packages/linux-libc-headers/linux-libc-headers_2.6.22.bb    a6e80aafcd97a39d08120df35a02a98f43221432
@@ -32,7 +32,11 @@ do_configure() {
 
 do_configure() {
        set_arch
-       oe_runmake allnoconfig ARCH=$ARCH
+        if [ ${ARCH} = "sh" ]; then
+           oe_runmake allyesconfig ARCH=$ARCH
+        else
+           oe_runmake allnoconfig ARCH=$ARCH
+        fi
 }
 
 do_compile () {

-- 
 Jamie Lenehan <lenehan@twibble.org>



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-08-18  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1IK9nA-00024I-AJ@linuxtogo.org>
2007-08-18  8:56 ` [oe-commits] org.oe.dev linux-linux-headers: add 2.6.22 Jamie Lenehan

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.