aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.openzaurus-3.5.4
blob: 24a4b2fd7935dc16a3401130fed9750b1ddd4ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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/"