aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-02-08 11:20:35 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 11:20:35 +0000
commit7d91c1a3898c16a39d515183f67d403396e26151 (patch)
tree119b1c9a5a8ca8745bd38b8816cf25158f5d9cf4 /conf
parent32cd58caefd46209aa4a9b477f570f65504e3d3e (diff)
downloadopenembedded-7d91c1a3898c16a39d515183f67d403396e26151.tar.gz
added local.conf.openzaurus-3.5.4 as example for building OZ 3.5.4
(based on same for Familiar 0.8.3)
Diffstat (limited to 'conf')
-rw-r--r--conf/local.conf.openzaurus-3.5.424
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/local.conf.openzaurus-3.5.4 b/conf/local.conf.openzaurus-3.5.4
new file mode 100644
index 0000000000..24a4b2fd79
--- /dev/null
+++ b/conf/local.conf.openzaurus-3.5.4
@@ -0,0 +1,24 @@
+#adapt these to match your directory layout
+DL_DIR = "/home/hrw/devel/sources/dl_dir/"
+BBFILES := "/home/hrw/devel/oe/org.openembedded.oz354fam083/packages/*/*.bb"
+
+#set distro and version
+DISTRO = "openzaurus-3.5.4"
+
+#what kind of images do we want?
+IMAGE_FSTYPE="jffs2 tar"
+
+#Make use of my SMP box
+PARALLEL_MAKE="-j2"
+
+#multimachine build stuff
+KERNEL_STAGING = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
+STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
+STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
+WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
+
+#Add verbosity to make fixing easier
+BBINCLUDELOGS = "yes"
+
+#The name says it all
+CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"