Changeset 11 for openembedded

Show
Ignore:
Timestamp:
01/17/08 20:03:55 (5 years ago)
Author:
ethicalclone
Message:

Fixed linux-zipit2 package

Fixed the linux-zipit2 package so it uses the zipit2
defconfig.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/packages/linux/linux-zipit2_2.6.21.1.bb

    r10 r11  
    22SECTION = "kernel" 
    33LICENSE = "GPL" 
     4 
     5PR = "r3" 
    46 
    57inherit kernel 
     
    1315 
    1416S = "${WORKDIR}/linux-2.6.21.1" 
     17 
     18do_configure() { 
     19        mkdir ${WORKDIR}/rfs 
     20        cp ${WORKDIR}/defconfig ${S}/.config 
     21        yes '' | oe_runmake oldconfig    
     22} 
     23