Changeset 18 for openembedded/build

Show
Ignore:
Timestamp:
01/24/08 14:37:50 (5 years ago)
Author:
T0mW
Message:

Specify the MACHINE_TASK_PROVIDE (/me hates implied stuff). Add kernel-modules to the list of dependencies so they appear in the filesystem /lib/modules tree.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/build/machine/zipit2.conf

    r10 r18  
    1717MACHINE_DISPLAY_HEIGHT_PIXELS = "240" 
    1818MACHINE_FEATURES = "kernel26 apm ext2 vfat usbhost keyboard alsa screen" 
     19MACHINE_TASK_PROVIDER = "task-boot" 
    1920 
    2021# 
     
    2526PREFERRED_PROVIDER_xserver = "xserver-kdrive" 
    2627 
    27 #MACHINE_EXTRA_RRECOMMENDS += "kernel-module-pxa27x-keyboard \ 
    28 #               kernel-module-wm97xx-ts" 
    29  
    30 #module_autoload_apm_power = "apm_power" 
    31 #module_autoload_backlight = "backlight" 
    32 #module_autoload_battery = "battery" 
    33 #module_autoload_lcd = "lcd" 
    34 #module_autoload_pxa2xx_core = "pxa2xx-core" 
    35 #module_autoload_i2c-dev = "i2c-dev" 
    36 #module_autoload_i2c-pxa = "i2c-pxa" 
     28MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-modules"