From 75ea816ddab97e9004b2a1592b45f0b7c96e34e7 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Tue, 5 Sep 2017 16:45:04 +0900 Subject: Add HMI framework layer for HMI recipes Add HMI framework layer provides HMI recipes in the following url * https://wiki.automotivelinux.org/hmiframework This is still empty layer Change-Id: I5d74d444534c36bcaddc250665f280c764bf0b43 Signed-off-by: Kazumasa Mitsunari --- meta-hmi-framework/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-hmi-framework/conf/layer.conf (limited to 'meta-hmi-framework/conf/layer.conf') diff --git a/meta-hmi-framework/conf/layer.conf b/meta-hmi-framework/conf/layer.conf new file mode 100644 index 00000000..e56ee21c --- /dev/null +++ b/meta-hmi-framework/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 += "hmi-framework" +BBFILE_PATTERN_hmi-framework = "^${LAYERDIR}/" +BBFILE_PRIORITY_hmi-framework = "8" -- cgit 1.2.3-korg