Changeset 42
- Timestamp:
- 01/26/08 14:23:31 (9 months ago)
- Files:
-
- openembedded/build/conf/local-zipit2.conf (modified) (2 diffs)
- openembedded/build/distro/zipit2-1.x.conf (modified) (1 diff)
- openembedded/Makefile (modified) (2 diffs)
- openembedded/README-zipit (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openembedded/build/conf/local-zipit2.conf
r39 r42 1 1 MACHINE = "zipit2" 2 2 DISTRO = "zipit2-1.x" 3 UserBuildRootDir = ${ BBUSERROOT}3 UserBuildRootDir = ${TOPDIR} 4 4 5 5 BBFILES := "${UserBuildRootDir}/zipitZ2BBfiles/*/*.bb \ … … 35 35 # this allows you to have multiple local-*.conf files and 36 36 # to switch between projects easily. 37 TMPDIR = "${ BBUSERROOT}/tmp.zipitZ2"37 TMPDIR = "${TOPDIR}/tmp.zipitZ2" 38 38 openembedded/build/distro/zipit2-1.x.conf
r37 r42 17 17 DISTRO_TYPE = "debug" 18 18 DISTRO_EXTRA_RDEPENDS += "ipkg ipkg-collateral" 19 20 DISTRO_FEED_CONFIGS = "" 19 21 20 22 # openembedded/Makefile
r39 r42 34 34 @echo "OpenZipit has been installed. Edit your .bash_profile to" 35 35 @echo "add the BBPATH statement and add to your PATH. Then, " 36 @echo "type 'bitbake b ootstrap-image' to build a basic command line"36 @echo "type 'bitbake base-image' to build a basic command line" 37 37 @echo "system to boot the zipit Z2 into Linux." 38 38 @echo … … 87 87 @echo "export PATH=\$$PATH:${TARGET_DIR}/bitbake/bin/" 88 88 @echo "export BBPATH=${TARGET_DIR}/build/:${TARGET_DIR}/org.openembedded.dev" 89 @echo "if you want to use local-zipit2.conf you need to add also this:"90 @echo "export BBUSERROOT=${TARGET_DIR}"91 89 @echo 92 90 openembedded/README-zipit
r39 r42 28 28 29 29 1) To build the OE distro for the Z2, just enter the command: 30 'bitbake b ootstrap-image'. When it finishes, look in the30 'bitbake base-image'. When it finishes, look in the 31 31 ${TMPDIR}/deploy/images for your bootstrap-XXXX.tar file. 32 32 That is the filesystem that you would copy onto the ext3
