[oe] [oe-commits] org.oe.dev linux-linux-headers: add 2.6.22

Jamie Lenehan lenehan at twibble.org
Sat Aug 18 08:56:13 UTC 2007


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 at twibble.org>




More information about the Openembedded-devel mailing list