I am trying create a new project based on OE.  I am using Fedora5 as the
host system and I want to use Fedora5 as the base system for OE.  I
copied distro/generic.conf to distro/i854.conf (see attached).
I also attached my local.conf .

All I want is basic shell when I boot.


Now I am choking on getting a tarzip file. I get  404 but cvs access is
not allowed from behind the firewall.

Any ideas

shaun
------------------------------------------------------------ 

DEBUG: providers for gnu-config-native are: ['gnu-config-native']
DEBUG: update_data()
DEBUG:
selecting 
/stuff/org.openembedded.dev/packages/gnu-config/gnu-config-native_20050701.bb 
to satisfy gnu-config-native
DEBUG:
BB 
/stuff/org.openembedded.dev/packages/gnu-config/gnu-config-native_20050701.bb: 
handle(data)
DEBUG: BB :0: inheriting classes/base.bbclass
DEBUG: BB classes/base.bbclass: handle(data, include)
DEBUG: BB :0: inheriting classes/sanity.bbclass
DEBUG: BB classes/sanity.bbclass: handle(data, include)
DEBUG: BB gnu-config_20050701.bb: handle(data, include)
DEBUG: BB :0: inheriting classes/native.bbclass
DEBUG: BB classes/native.bbclass: handle(data, include)
DEBUG: update_data()
DEBUG:
BB 
/stuff/org.openembedded.dev/packages/gnu-config/gnu-config-native_20050701.bb: 
set_additional_vars
DEBUG: update_data()
NOTE: current path: busybox (busybox) -> gcc-cross
(virtual/i386-linux-gcc) -> autoconf-native (autoconf-native) ->
m4-native (m4-native) -> gnu-config-native (gnu-config-native)
NOTE: dependencies for gnu-config-native are: quilt-native
DEBUG: already
built /stuff/org.openembedded.dev/packages/quilt/quilt-native_0.42.bb in
this run

DEBUG: Additional runtime dependencies for gnu-config-native are:
NOTE: package gnu-config-native-0.1+cvs20050701: started
DEBUG: Executing task do_fetch
DEBUG: update_data()
NOTE: package gnu-config-native-0.1+cvs20050701-r4: task do_fetch:
started
DEBUG: update_data()
DEBUG: update_data()
NOTE: fetch
http://www.oesources.org/source/current/config_cvs.sv.gnu.org__20050701.tar.gz
--10:59:35--
http://www.oesources.org/source/current/config_cvs.sv.gnu.org__20050701.tar.gz
           => `/stuff/sources/config_cvs.sv.gnu.org__20050701.tar.gz'
Resolving proxy.jf.intel.com... 10.7.210.136, 10.7.210.137,
10.7.210.138, ...
Connecting to proxy.jf.intel.com|10.7.210.136|:911... connected.
Proxy request sent, awaiting response... 404 Not Found
10:59:36 ERROR 404: Not Found.

DEBUG: Fetch: checking for module directory
NOTE: Fetch
cvs://[EMAIL 
PROTECTED]/cvsroot/config;module=config;method=pserver;date=20050701
DEBUG: Running /usr/bin/env cvs
-d:pserver:[EMAIL PROTECTED]:/cvsroot/config co -D 20050701
config

#-----------------------------------------------------------------------------
[EMAIL PROTECTED]: Distribution
[EMAIL PROTECTED]: Generic
[EMAIL PROTECTED]: Generic Embedded Linux Distribution Configuration
#
[EMAIL PROTECTED]: This distribution configuration serves as a starting point 
for
[EMAIL PROTECTED]: the integration of new target platforms, machines, or 
distributions.
[EMAIL PROTECTED]: It bases on conservative settings and should always be 
buildable.
#-----------------------------------------------------------------------------

#
# Header
#
DISTRO_NAME = "i854-glibc"
DISTRO_VERSION = ".dev-snapshot-${SRCDATE}"
#DISTRO_TYPE = "release"
DISTRO_TYPE = "debug"

#
# Naming schemes
#
PARALLEL_INSTALL_MODULES = "1"
#INHERIT += "debian multimachine"
#INHERIT += "fc5"

#
# Packaging and output format
#
#INHERIT += "package_ipk"
IMAGE_FSTYPES = "tar.gz ext2.gz jffs2"


#
# Binutils & Compiler
#
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"

PREFERRED_VERSION_gcc = "4.1.1"
PREFERRED_VERSION_gcc-cross = "4.1.1"
PREFERRED_VERSION_gcc-cross-initial = "4.1.1"
PREFERRED_VERSION_binutils-cross = "2.16.91.0.6"
PREFERRED_VERSION_binutils = "2.16.91.0.6"

#
# Target OS and FPU system
# 
TARGET_OS = "linux"
TARGET_FPU = "hard"
PREFERRED_PROVIDER_virtual/libiconv = "glibc"
PREFERRED_PROVIDER_virtual/libintl = "glibc"
PREFERRED_VERSION_glibc = "2.4.8"

#
# GPE
#
#require conf/distro/preferred-gpe-versions.inc

#
# Opie
#
#QTE_VERSION = "2.3.10"
#PALMTOP_USE_MULTITHREADED_QTE = "yes"
#require conf/distro/preferred-opie-versions.inc

#
# Enlightenment
#
#require conf/distro/preferred-e-versions.inc

#
# OpenEmbedded local configuration file (sample)
#
# Please visit the Wiki at http://openembedded.org/ for more info.
#
#
# Be SURE to read this file in its entirety and the GettingStarted page on the
# wiki before proceeding.
#
# Once you have done that, remove the line at the end of this
# file and build away.
# 
# WARNING: lines starting with a space (' ') will result in parse failures.
# Remove '# ' from commented lines to activate them.
#
# NOTE: Do NOT use $HOME in your paths, BitBake does NOT expand ~ for you.  If 
you
# must have paths relative to your homedir use ${HOME} (note the {}'s there
# you MUST have them for the variable expansion to be done by BitBake).  Your
# paths should all be absolute paths (They should all start with a / after
# expansion.  Stuff like starting with ${HOME} or ${TOPDIR} is ok).

# Use this to specify where BitBake should place the downloaded sources into
DL_DIR = "/stuff/sources"

# Delete the line below. Then specify which .bb files to consider for
# your build. Typically this will be something like BBFILES = 
"/path/to/openembedded/packages/*/*.bb"
# BBFILES := "[EMAIL PROTECTED]('Edit your conf/local.conf: BBFILES')}"
BBFILES = "/stuff/org.openembedded.dev/packages/*/*.bb"

# Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files
# This is a regulary expression, so be sure to get your parenthesis balanced.
BBMASK = ""

# Uncomment this if you want to use a prebuilt toolchain. You will need to
# provide packages for toolchain and additional libraries yourself. You also
# have to set PATH in your environment to make sure BitBake finds additional 
binaries.
# Note: You will definitely need to say:
#     ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
# to build any of two Linux 2.4 Embedix kernels,
# i.e. openzaurus-sa-2.4.18 and openzaurus-pxa-2.4.18 - and don't forget
# to rename the binaries as instructed in the Wiki.
# ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"

# Select between multiple alternative providers, if more than one is eligible.
#PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
#PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe"
#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
#PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"

# Uncomment this to specify where BitBake should create its temporary files.
# Note that a full build of everything in OpenEmbedded will take GigaBytes of 
hard
# disk space, so make sure to free enough space. The default TMPDIR is
# <build directory>/tmp
# Don't use symlinks in in the path to avoid problems
# TMPDIR = /usr/local/projects/oetmp

# Uncomment this to specify a machine to build for. See the conf directory
# for machines currently known to OpenEmbedded.
MACHINE = "x86"

# Use this to specify the target architecture. Note that this is only
# needed when building for a machine not known to OpenEmbedded. Better use
# the MACHINE attribute (see above)
# TARGET_ARCH = "arm"

# Use this to specify the target operating system.  The default is "linux",
# for a normal linux system with glibc. Set this to "linux-uclibc" if you want
# to build a uclibc based system.
TARGET_OS = "linux"
# TARGET_OS = "linux-uclibc"

# Uncomment this to select a distribution policy. See the conf directory
# for distributions currently known to OpenEmbedded.
# Although they no longer contain version number in the (file-)name
# familiar-unstable and openzaurus-unstable are so called "versioned"
# distros, i.e. they explicitely select specific versions of various
# packages.
# Stay away from unversioned distros unless you really know what you are doing
DISTRO = "i854"

# So far, angstrom.conf and familiar.conf set ENABLE_BINARY_LOCALE_GENERATION
# to generate binary locale packages at build time using qemu-native and
# thereby guarantee i18n support on all devices. If your build breaks on 
# qemu-native consider disabling ENABLE_BINARY_LOCALE_GENERATION (note that
# this breaks i18n on devices with less than 128MB RAM) or installing
# a working third-party qemu (e.g. provided by your distribution) and
# adding qemu-native to ASSUME_PROVIDED
# ENABLE_BINARY_LOCALE_GENERATION = "0"
# ASSUME_PROVIDED += "qemu-native"

# Uncomment this to select a particular kernel version if supported by 
# your MACHINE setting. Currently only supported by poodle and tosa.
# ZKERNEL_VERSION = "2.6"

# Uncomment one of these to build packages during the build process.
# This is done automatically if you set DISTRO (see above)
# INHERIT = "package_ipk"
# INHERIT = "package_tar"

# Add the required image file system types below. Valid are jffs2, tar, cramfs 
and ext2
IMAGE_FSTYPES = "jffs2 tar"

# Uncomment this to disable the parse cache (not recommended).
# CACHE = ""

# Uncomment this if you want BitBake to emit debugging output
# BBDEBUG = "yes"

# Uncomment these two if you want BitBake to build images useful for debugging. 
# Note that INHIBIT_PACKAGE_STRIP needs a package format to be defined
DEBUG_BUILD = "1"
# INHIBIT_PACKAGE_STRIP = "1"

# Uncomment these to build a package such that you can use gprof to profile it.
# NOTE: This will only work with 'linux' targets, not
# 'linux-uclibc', as uClibc doesn't provide the necessary
# object files.  Also, don't build glibc itself with these
# flags, or it'll fail to build.
#
# PROFILE_OPTIMIZATION = "-pg"
# SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}"
# LDFLAGS =+ "-pg"

# Uncomment this to enable parallel make.
# This allows make to spawn mutliple processes to take advantage of multiple 
# processors. Useful on SMP machines. This may break some packages - we're
# in the process of marking these so let us know if you find any.
# PARALLEL_MAKE = "-j 4"

# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"

# Specifies a location to search for pre-generated tarballs when fetching
# a cvs:// URI. Outcomment this, if you always want to pull directly from CVS.
CVS_TARBALL_STASH = "http://www.oesources.org/source/current/";

# EDIT THIS FILE and then remove the line below before using!
#REMOVE_THIS_LINE:="[EMAIL PROTECTED]('Read the comments in your 
conf/local.conf')}"
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to