Sinkko.org Mediaräppänä

Mediaperheen näivettynyt pää-äänenkannattaja

Sinkko.org Mediaräppänä header image 2

Artikkelin kirjoitti Kimmo

OpenEmbedded – local.conf

20. Lokakuuta 2009 · Ei Kommenttia

Tiedosto: Esimerkiksi /opt/oe/build/conf/local.conf

Käyttää: Bitbake


# WARNING: lines starting with a space (' ') will result in parse failures.
# Remove '# ' from commented lines to activate them.
# Use this to specify where BitBake should place the downloaded sources into
#
DL_DIR = "${OEBASE}/downloads"
LOCALDIR = "${OEBASE}"
BBFILES := "/opt/oe/openembedded/recipes/*/*.bb"
# Overlays
#
BBFILE_COLLECTIONS = "upstream local"
BBFILE_PATTERN_upstream = "^${OEDIR}/openembedded/recipes/"
BBFILE_PATTERN_local = "^${LOCALDIR}/recipes/"
BBFILE_PRIORITY_upstream = "5"
BBFILE_PRIORITY_local = "10"
# 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 = ""
# Set target arch
#
TARGET_OS = "linux"
TARGET_ARCH = "arm"
# Enable following lines to use binary pre-build Moxa Toolchain
#
TARGET_VENDOR = "-none"
SDK_PREFIX = "/usr/local/xscale_be"
TARGET_CPPFLAGS_append = " -I${SDK_PREFIX}/target/usr/include "
TARGET_LDFLAGS_prepend = " -L${SDK_PREFIX}/target/lib -Wl,-rpath-link,${SDK_PREFIX}/target/lib "
TARGET_PREFIX = "xscale_be-"
ASSUME_SHLIBS += "libc.so.6:libc6 libm.so.6:libc6 libutil.so.1:libc6 libcrypt.so.1:libc6"
ASSUME_SHLIBS += "libdl.so.2:libc6 libpthread.so.0:libc6 librt.so.1:libc6 libgcc_s.so.1:libgcc1"
# Disable DropBear for now due to export restrictions
#
DISTRO_SSH_DAEMON = ""
# Default TMPDIR is safe for multi-user environment
#
TMPDIR = "${OEBASE}/tmp"
# The size of the uncompressed ramdisk is 16MB
#
IMAGE_ROOTFS_SIZE_ext2.gz = "16384"
# Select the machine platform to build for
#
MACHINE ?= "empty"
DISTRO = "empty"
ENABLE_BINARY_LOCALE_GENERATION = "0"
ASSUME_PROVIDED += "virtual/${TARGET_PREFIX}gcc virtual/libc"
# 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.bz2 ext2.gz"
# Uncomment this if you want BitBake to emit the log if a build fails.
#
BBINCLUDELOGS = "yes"

Avainsanat: · ,

0 kommenttia tähän mennessä ↓

  • Miksei kukaan kommentoi...

Kirjaudu kommentoidaksesi.