diff options
author | tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp> | 2016-10-18 14:07:56 +0900 |
---|---|---|
committer | tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp> | 2016-10-18 14:08:43 +0900 |
commit | f25d5b743034c65add42639148ff16563a62b044 (patch) | |
tree | 883220760f2c2f11a4ea9d40fe58472eb531d5e3 /meta-renesas-kernel/conf/layer.conf | |
parent | 5fb924b7d0136dd4bbafa7f309ba45b09d91f87f (diff) |
Add iptables porter(m2) kernel configure by zheng@toyotamorty
Change-Id: I810ba89ef47981168c2ee6dbc9967c30eefed175
Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
Diffstat (limited to 'meta-renesas-kernel/conf/layer.conf')
-rw-r--r-- | meta-renesas-kernel/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-renesas-kernel/conf/layer.conf b/meta-renesas-kernel/conf/layer.conf new file mode 100644 index 00000000..fa648fb3 --- /dev/null +++ b/meta-renesas-kernel/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH =. "${LAYERDIR}:" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "renesas-kernel" +BBFILE_PATTERN_renesas-kernel = "^${LAYERDIR}/" +BBFILE_PRIORITY_renesas-kernel = "7" |