aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: dd1661dc469773fcce2ebdb61430fa17492937a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Layer configuration for meta-opie layer
# Copyright 2011 Intel Corporation

# We have a conf and classes directory, prepend to BBPATH to prefer our versions
BBPATH =. "${LAYERDIR}:"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-opie"
BBFILE_PATTERN_meta-opie := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-opie = "8"

# Some basic definitions
OPIE_GIT = "git://gitorious.org/opie/opie.git"

# Prevent parse errors when the user has neglected to include a file from conf/distro/include/
OPIE_GIT_PV = ""