Changeset 31

Show
Ignore:
Timestamp:
01/25/08 10:39:58 (9 months ago)
Author:
T0mW
Message:

Must use the base-image and task-base so that ipkg finishes final setup on boot.

Files:

Legend:

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

    r30 r31  
    1717MACHINE_DISPLAY_HEIGHT_PIXELS = "240" 
    1818MACHINE_FEATURES = "kernel26 apm ext2 vfat usbhost keyboard alsa screen" 
    19 MACHINE_TASK_PROVIDER = "task-boot
     19MACHINE_TASK_PROVIDER = "task-base
    2020 
    2121# 
    2222# Software/packages selection 
    2323# 
     24DISTRO_SSH_DAEMON = "openssh" 
    2425PREFERRED_PROVIDER_virtual/kernel = "linux-zipit2" 
    2526#PCMCIA_MANAGER = "pcmciautils" 
     
    2829MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-modules " 
    2930MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "wireless-tools " 
    30 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "openssh " 
  • openembedded/README

    r25 r31  
    88you will want to know a few things: 
    99 
    10 1) OpenEmbedded is complex and sometimes things get broken. 
    11    You must be prepared to learn how it works and read, 
    12    read, read(!) the error messages! 
    13  
    14 2) To build the OE distro for the Z2, just enter the command: 
    15    'bitbake bootstrap-image'. When it finishes, look in the 
     101) To build the OE distro for the Z2, just enter the command: 
     11   'bitbake base-image'. When it finishes, look in the 
    1612   ${TMPDIR}/deploy/images for your bootstrap-XXXX.tar file. 
    1713   That is the filesystem that you would copy onto the ext3 
    1814   partition (filesystem space). 
    1915 
    20 3) If you add or remove packages from within the build/*.conf 
     162) If you add or remove packages from within the build/*.conf 
    2117   files, run a 'bitbake -c rebuild task-boot'. You must 
    2218   rebuild the list of packages that MACHINE_TASK_PROVIDER