aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: f25b7d3de344bc171447a7f2d02f2fef2915ba0d (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
# 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"

LAYERDEPENDS_meta-opie = "core"
LAYERDEPENDS_meta-opie += "openembedded-layer"
LAYERDEPENDS_meta-opie += "networking-layer"

# Some basic definitions
OPIE_GIT = "git://github.com/opieproject/opie.git"

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