diff options
| author | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-08 13:44:38 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2013-05-08 13:44:38 +1000 |
| commit | 20ef1b94c19d64ae7dfc6602cd1bf41b1a52d744 (patch) | |
| tree | 00b741a5ec14ca9ac9d96c2ffb065304a9ec62b9 | |
| parent | 3c33e655e878b04a5e7452a85376642c2f3e486a (diff) | |
| download | meta-xilinx-20ef1b94c19d64ae7dfc6602cd1bf41b1a52d744.tar.gz | |
meta-kc705: Create KC705 BSP layer
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
| -rw-r--r-- | meta-kc705/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-kc705/conf/layer.conf b/meta-kc705/conf/layer.conf new file mode 100644 index 00000000..5a065067 --- /dev/null +++ b/meta-kc705/conf/layer.conf | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "kc705" | ||
| 9 | BBFILE_PATTERN_kc705 := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_kc705 = "8" | ||
| 11 | |||
