]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/local.conf.openzaurus-3.5.4
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / local.conf.openzaurus-3.5.4
1 #adapt these to match your directory layout
2 DL_DIR   = "/home/hrw/devel/sources/dl_dir/"
3 BBFILES := "/home/hrw/devel/oe/org.openembedded.oz354fam083/packages/*/*.bb"
4
5 #set distro and version
6 DISTRO = "openzaurus-3.5.4"
7
8 #what kind of images do we want?
9 IMAGE_FSTYPE="jffs2 tar"
10
11 #Make use of my SMP box
12 PARALLEL_MAKE="-j2"
13
14 #multimachine build stuff
15 KERNEL_STAGING = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
16 STAGING_KERNEL_DIR = "${STAGING_DIR}/${PACKAGE_ARCH}-${HOST_OS}/kernel"
17 STAMP = "${TMPDIR}/stamps/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
18 WORKDIR = "${TMPDIR}/work/${PACKAGE_ARCH}-${HOST_OS}/${PF}"
19
20 #Add verbosity to make fixing easier
21 BBINCLUDELOGS = "yes"
22
23 #The name says it all
24 CVS_TARBALL_STASH = "http://www.oesources.org/source/current/"