diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-08-03 16:39:14 -0400 |
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-08-24 15:37:05 -0700 |
| commit | fb15cc4e1c4be75c81acaf6a1dd33675a9142975 (patch) | |
| tree | ddee96e4ce1af65015b6107849d7e1e20b7beab2 /meta-tlk/conf | |
| parent | f222033882ca011ed870eed29124ccf67ee27590 (diff) | |
| download | meta-intel-fb15cc4e1c4be75c81acaf6a1dd33675a9142975.tar.gz | |
meta-tlk: initial creation
Call this layer whatever you want, but when enabled it turns on BSP configuration
items specific to autobuild/official binary images. Once this is enabled the uptime
of any BSP will be limted to the value in the .cfg. It is currently at 2 minutes
as an example, but it should be extended to a number of days going forward.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta-tlk: Rename and changed to 10 day limit
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-tlk/conf')
| -rw-r--r-- | meta-tlk/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-tlk/conf/layer.conf b/meta-tlk/conf/layer.conf new file mode 100644 index 00000000..9af646f0 --- /dev/null +++ b/meta-tlk/conf/layer.conf | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
