increase dvbapp PR.
[vuplus_openembedded] / contrib / angstrom / local.conf
1 # Where to store sources
2 DL_DIR = "/OE/downloads"
3
4 INHERIT += " rm_work "
5
6 # Make sure you have these installed
7 ASSUME_PROVIDED += "gdk-pixbuf-csource-native imagemagick-native librsvg-native"
8
9 # Which files do we want to parse:
10 BBFILES := "/OE/org.openembedded.dev/recipes/*/*.bb"
11 BBMASK = ""
12  
13 # What kind of images do we want?
14 IMAGE_FSTYPES += " tar.bz2 "
15
16 # Set TMPDIR instead of defaulting it to $pwd/tmp
17 TMPDIR = "/OE/${DISTRO}-dev"
18
19 # Make use of SMP and fast disks
20 PARALLEL_MAKE = "-j4"
21 BB_NUMBER_THREADS = "4"
22
23 #tinderbox
24 #INHERIT += "oestats-client"
25 OESTATS_BUILDER      = "myname"
26
27 DISTRO = "angstrom-2008.1"
28