aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.openzaurus-3.5.4
diff options
context:
space:
mode:
Diffstat (limited to 'conf/local.conf.openzaurus-3.5.4')
-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/"