From e3a57dcb2ae1cd4e6a81e1ca65ac235c8e3dd500 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 20 Oct 2020 16:37:05 -0400 Subject: Initial check-in Initial check-in of the contents of the meta-refhw directory from the AGL_Refhw_sample_software_20200512.tar.gz archive provided by Panasonic as the initial BSP for the AGL reference hardware. The only change from the files as provided is that unneeded execute file permissions have been removed. Bug-AGL: SPEC-3658 Signed-off-by: Scott Murray --- meta-agl-refhw-gen3/conf/layer.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-agl-refhw-gen3/conf/layer.conf (limited to 'meta-agl-refhw-gen3/conf') diff --git a/meta-agl-refhw-gen3/conf/layer.conf b/meta-agl-refhw-gen3/conf/layer.conf new file mode 100644 index 0000000..645235d --- /dev/null +++ b/meta-agl-refhw-gen3/conf/layer.conf @@ -0,0 +1,16 @@ +# 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 \ + ${LAYERDIR}/recipes-*/*.bb \ + ${LAYERDIR}/recipes-*/*.bbappend \ +" + +BBFILE_COLLECTIONS += "agl-refhw-gen3" +BBFILE_PATTERN_agl-refhw-gen3 = "^${LAYERDIR}" +BBFILE_PRIORITY_agl-refhw-gen3 = "11" + +LAYERSERIES_COMPAT_agl-refhw-gen3 = "thud" -- cgit 1.2.3-korg