Changeset 39

Show
Ignore:
Timestamp:
01/26/08 13:29:06 (9 months ago)
Author:
magon
Message:

Fixed minors bugs in READMEs and addred BBUSERROOT enviroment variable for selecting bitbake working dir

Files:

Legend:

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

    r20 r39  
    11MACHINE = "zipit2" 
    22DISTRO = "zipit2-1.x" 
    3 UserBuildRootDir = "${HOME}/OE-projects/" 
     3UserBuildRootDir = ${BBUSERROOT} 
    44 
    55BBFILES := "${UserBuildRootDir}/zipitZ2BBfiles/*/*.bb \ 
     
    2828ENABLE_BINARY_LOCALE_GENERATION = "0" 
    2929ASSUME_PROVIDED += "mpfr-native" 
    30 IMAGE_FSTYPES = "jffs2 tar" 
     30IMAGE_FSTYPES = "tar" 
    3131PARALLEL_MAKE = "-j 4" 
    3232BBINCLUDELOGS = "yes" 
     
    3535# this allows you to have multiple local-*.conf files and 
    3636# to switch between projects easily. 
    37 TMPDIR = "${TOPDIR}/tmp.zipitZ2" 
     37TMPDIR = "${BBUSERROOT}/tmp.zipitZ2" 
    3838 
  • openembedded/build/README

    r21 r39  
    22First, make a symlink inside conf dir for local.conf 
    33so that it points to the projects' local-*.conf file. 
     4There is also README about local.conf files. 
    45 
    56Next, you will need to symlink in the distro and machine 
  • openembedded/Makefile

    r36 r39  
    2424BBVER = "1.8" 
    2525 
    26 TARGET_DIR=$(shell pwd)/ 
    27 export PATH:=$(PATH):$(TARGET_DIR)bitbake/bin/ 
    28 export BBPATH:=$(TARGET_DIR)build/:$(TARGET_DIR)org.openembedded.dev 
     26TARGET_DIR=$(shell pwd) 
     27export PATH:=$(PATH):$(TARGET_DIR)/bitbake/bin/ 
     28export BBPATH:=$(TARGET_DIR)/build/:$(TARGET_DIR)/org.openembedded.dev 
    2929 
    3030################################################################## 
     
    3434        @echo "OpenZipit has been installed.  Edit your .bash_profile to" 
    3535        @echo "add the BBPATH statement and add to your PATH.  Then, " 
    36         @echo "type 'bitbake base-image' to build a basic command line" 
     36        @echo "type 'bitbake bootstrap-image' to build a basic command line" 
    3737        @echo "system to boot the zipit Z2 into Linux." 
    3838        @echo 
     
    8585        @echo "  !!! You must add these statements to your .bash_profile !!!" 
    8686        @echo 
    87         @echo "export PATH=\$$PATH:${TARGET_DIR}bitbake/bin/" 
    88         @echo "export BBPATH=${TARGET_DIR}build/:${TARGET_DIR}org.openembedded.dev" 
     87        @echo "export PATH=\$$PATH:${TARGET_DIR}/bitbake/bin/" 
     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}" 
    8991        @echo 
    9092 
  • openembedded/README-zipit

    r38 r39  
    11This is the OpenEmbedded filesystem builder for the Zipit 
    2 Z2.  Look for READMEs that are in the build dir for more 
     2Z2.  
     3 
     4!!!IMPORTANT!!! 
     5 
     6Look for READMEs that are in the build dir for more 
    37info before you proceed reading this file. 
    48 
     
    2428 
    25291) To build the OE distro for the Z2, just enter the command: 
    26    'bitbake base-image'. When it finishes, look in the 
     30   'bitbake bootstrap-image'. When it finishes, look in the 
    2731   ${TMPDIR}/deploy/images for your bootstrap-XXXX.tar file. 
    2832   That is the filesystem that you would copy onto the ext3 
     
    4347and to identify where your SD card media reader is located. 
    4448 
    45