Changeset 31
- Timestamp:
- 01/25/08 10:39:58 (9 months ago)
- Files:
-
- openembedded/build/machine/zipit2.conf (modified) (2 diffs)
- openembedded/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openembedded/build/machine/zipit2.conf
r30 r31 17 17 MACHINE_DISPLAY_HEIGHT_PIXELS = "240" 18 18 MACHINE_FEATURES = "kernel26 apm ext2 vfat usbhost keyboard alsa screen" 19 MACHINE_TASK_PROVIDER = "task-b oot"19 MACHINE_TASK_PROVIDER = "task-base" 20 20 21 21 # 22 22 # Software/packages selection 23 23 # 24 DISTRO_SSH_DAEMON = "openssh" 24 25 PREFERRED_PROVIDER_virtual/kernel = "linux-zipit2" 25 26 #PCMCIA_MANAGER = "pcmciautils" … … 28 29 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-modules " 29 30 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "wireless-tools " 30 MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "openssh "openembedded/README
r25 r31 8 8 you will want to know a few things: 9 9 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 10 1) To build the OE distro for the Z2, just enter the command: 11 'bitbake base-image'. When it finishes, look in the 16 12 ${TMPDIR}/deploy/images for your bootstrap-XXXX.tar file. 17 13 That is the filesystem that you would copy onto the ext3 18 14 partition (filesystem space). 19 15 20 3) If you add or remove packages from within the build/*.conf16 2) If you add or remove packages from within the build/*.conf 21 17 files, run a 'bitbake -c rebuild task-boot'. You must 22 18 rebuild the list of packages that MACHINE_TASK_PROVIDER
