root/openembedded/build/conf/local-zipit2.conf

Revision 57, 1.3 kB (checked in by rossimo, 11 months ago)

Added fix for IMAGE_PKGTYPE errors

Line 
1 MACHINE = "zipit2"
2 DISTRO = "angstrom-2008.1"
3 TARGET_OS = "linux"
4
5 DISTRO_SSH_DAEMON = "openssh"
6
7 UserBuildRootDir = ${TOPDIR}
8
9 BBFILES := "${UserBuildRootDir}/${MACHINE}-packages/*/*.bb \
10         ${UserBuildRootDir}/org.openembedded.dev/packages/*/*.bb"
11
12 # These statements cause the local BB tree to override
13 # any packages files of the same name & version.
14 BBFILE_COLLECTIONS = "upstream local"
15 BBFILE_PATTERN_upstream = "${UserBuildRootDir}/org.openembedded.dev/"
16 BBFILE_PATTERN_local = "${UserBuildRootDir}/${MACHINE}-packages/"
17 BBFILE_PRIORITY_upstream = "5"
18 BBFILE_PRIORITY_local = "10"
19
20 DL_DIR = "${UserBuildRootDir}/sources"
21
22 BBMASK = ""
23 PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
24 PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
25 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
26 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
27 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
28
29 ENABLE_BINARY_LOCALE_GENERATION = "0"
30 ASSUME_PROVIDED += "mpfr-native"
31 IMAGE_FSTYPES = "tar"
32 IMAGE_PKGTYPE = "ipk"
33 PARALLEL_MAKE = "-j 4"
34 BB_NUMBER_THREADS = "4"
35
36 # make a special tmp dir to hold our project work files, etc.
37 # this allows you to have multiple local-*.conf files and
38 # to switch between projects easily.
39 TMPDIR = "${TOPDIR}/tmp-${MACHINE}-${DISTRO}"
40 INHERIT += "rm_work"
41
Note: See TracBrowser for help on using the browser.