From 4230a8a0a26fab23fefaf7f8babc1a4821eacb74 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 7 Apr 2010 19:27:16 +0200 Subject: [PATCH] Add the local.conf that I use for OpenEmbedded --- config/oe/local.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 config/oe/local.conf diff --git a/config/oe/local.conf b/config/oe/local.conf new file mode 100644 index 0000000..809535d --- /dev/null +++ b/config/oe/local.conf @@ -0,0 +1,40 @@ +DL_DIR = "${HOME}/oe/build/sources" +BBFILES = "${HOME}/oe/openembedded/recipes/*/*.bb" +BBMASK = "" + +# 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-x11" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" +PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" + +MACHINE = "bug" + +# TARGET_OS = "linux" + +DISTRO = "angstrom-2008.1" + +# MACHINE_KERNEL_VERSION = "2.6" + +# Add the required image file system types below. Valid are +# jffs2, tar(.gz|bz2), cpio(.gz), cramfs, ext2(.gz), ext3(.gz) +# squashfs, squashfs-lzma +IMAGE_FSTYPES = "jffs2 tar" + +# 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. +# Also note that OE now produces -dbg packages which contain debugging symbols. +# DEBUG_BUILD = "1" +# INHIBIT_PACKAGE_STRIP = "1" +PARALLEL_MAKE = "-j 6" + +BB_NUMBER_THREADS = "4" + +# Uncomment this if you want BitBake to emit the log if a build fails. +BBINCLUDELOGS = "yes" +OE_ALLOW_INSECURE_DOWNLOADS = "1"