From 1c35920d85e424b3f65aa6df1dbde689dd6ec007 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 25 Mar 2015 10:47:45 +0900 Subject: commit BSP v1.8.0 Signed-off-by: Nobuhiro Iwamatsu --- conf/layer.conf | 10 ++++++++++ conf/machine/include/renesas-default-providers.inc | 4 ++++ 2 files changed, 14 insertions(+) create mode 100644 conf/layer.conf create mode 100644 conf/machine/include/renesas-default-providers.inc (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..ecc7647 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \ + ${LAYERDIR}/common/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "renesas" +BBFILE_PATTERN_renesas := "^${LAYERDIR}/" +BBFILE_PRIORITY_renesas = "5" diff --git a/conf/machine/include/renesas-default-providers.inc b/conf/machine/include/renesas-default-providers.inc new file mode 100644 index 0000000..93583b8 --- /dev/null +++ b/conf/machine/include/renesas-default-providers.inc @@ -0,0 +1,4 @@ +# Renesas BSP default providers + +IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ + files/device_table_add-renesas.txt" -- cgit 1.2.3-korg