diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-31 23:12:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 23:12:26 +0000 |
commit | 95b82c054f0a3f98096d583bb2089646e383fbc6 (patch) | |
tree | 20d60309ef627f4b7ddbbf5ffea0d07e6eb52500 /openslug | |
parent | c006d6ba325d37f22f91a7b46a77239a38178743 (diff) |
<distro>/conf/auto.conf is now generated by the Makefile
Diffstat (limited to 'openslug')
-rw-r--r-- | openslug/.mtn2git_empty | 0 | ||||
-rw-r--r-- | openslug/conf/.mt-ignore | 1 | ||||
-rw-r--r-- | openslug/conf/.mtn2git_empty | 0 | ||||
-rw-r--r-- | openslug/conf/auto.conf | 4 | ||||
-rw-r--r-- | openslug/conf/local.conf.template | 94 |
5 files changed, 0 insertions, 99 deletions
diff --git a/openslug/.mtn2git_empty b/openslug/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/openslug/.mtn2git_empty +++ /dev/null diff --git a/openslug/conf/.mt-ignore b/openslug/conf/.mt-ignore deleted file mode 100644 index f21e1b217b..0000000000 --- a/openslug/conf/.mt-ignore +++ /dev/null @@ -1 +0,0 @@ -local.conf diff --git a/openslug/conf/.mtn2git_empty b/openslug/conf/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/openslug/conf/.mtn2git_empty +++ /dev/null diff --git a/openslug/conf/auto.conf b/openslug/conf/auto.conf deleted file mode 100644 index 7e2a406f79..0000000000 --- a/openslug/conf/auto.conf +++ /dev/null @@ -1,4 +0,0 @@ -# OpenSlug bitbake configuration -DISTRO="openslug" -MACHINE="nslu2" -MAKE_TARGET="openslug-packages"
\ No newline at end of file diff --git a/openslug/conf/local.conf.template b/openslug/conf/local.conf.template deleted file mode 100644 index 45fae8f0d7..0000000000 --- a/openslug/conf/local.conf.template +++ /dev/null @@ -1,94 +0,0 @@ -OEROOT = "%%%OEROOT%%%" - -# Use this to specify where OE should place the downloaded sources into -DL_DIR = "${OEROOT}/downloads" - -# BBFILES defines the list of .bb files to consider when looking for a -# way to build a package. This gets overridden in the openslug and -# unslung .conf files. PKGDIR defines where to find the 'packages' -# directory containing the package sub-directories. -PKGDIR := "${OEROOT}/openembedded" -BBFILES := "${PKGDIR}/packages/*/*.bb" - -# Use the OEMASK below to instruct OE to _NOT_ consider some .oe files -# This is a regulary expression, so be sure to get your parenthesis balanced. -OEMASK = "" - -# 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 OE 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/${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 OE should create its temporary files. -# Note that a full build of everything in OE will take GigaBytes of hard -# disk space, so make sure to free enough space. The default TMPDIR is -# <build directory>/tmp -TMPDIR = ${OEROOT}/tmp - -# Uncomment this to specify a machine to build for. See the conf directory -# for machines currently known to OpenEmbedded. -MACHINE = "nslu2" - -# Uncomment this to select a distribution policy. See the conf directory -# for distributions currently known to OpenEmbedded. -DISTRO = "openslug" - -# Add to this any extra projects (packages) to be built with the image -# (look in openembedded/packages/openslug-packages.bb for a list of -# packages known to build with openslug.) -OPENSLUG_EXTRA_DEPENDS = "" - -# Add to this specific built .ipk package names to add to the image. -# These will be included in the root flash file system stored on the -# NSLU2. Be careful not to fill the file system, OpenSlug will not -# boot if the file system is close to full. -OPENSLUG_EXTRA_RDEPENDS = "" - -# Support for a variety of file systems is built in to the openslug -# image, programs to format disks with these file systems may be -# added or removed. By default ext2. ext3 and reiserfs supported -# is included by the following lines. -# -# These lines add support for formatting ext2 and ext3 file systems -# on a hard disk attached to the NSLU2. ext3 is the standard Linux -# file system. (OPENSLUG_EXT2_PROGS is defined in -# openembedded/conf/distro/openslug.conf) -OPENSLUG_EXTRA_DEPENDS += "e2fsprogs" -OPENSLUG_EXTRA_RDEPENDS += "${OPENSLUG_EXT2_PROGS}" - -# These lines add support for formatting reiserfs file systems on -# a hard disk. -OPENSLUG_EXTRA_DEPENDS += "reiserfsprogs" -OPENSLUG_EXTRA_RDEPENDS += "reiserfsprogs" - -# These lines add a build of the 'upslug' program which may be -# used to download the final image to an NSLU2. The program can -# be found within the tmp/work/upslug-native* directory. -OPENSLUG_EXTRA_DEPENDS += "upslug-native" - -# These lines add support for an X/Y/ZModem package called lrzsz -# (this is of use for people with modified NSLU2 hardware which -# supports a serial port.) -OPENSLUG_EXTRA_DEPENDS += "lrzsz" -OPENSLUG_EXTRA_RDEPENDS += "lrzsz" - - -# Uncomment this to disable the parse cache (not recommended). -CACHE = "${OEROOT}/tmp/cache" - -# Uncomment this if you want OE to emit the log if a build fails. -OEINCLUDELOGS = "yes" - -# INHERIT += "src_distribute_local pkg_distribute" - -# EDIT THIS FILE and then remove the line below before using! |