Hi,

On 08/30/2017 01:29 PM, [ext] Reichel Andreas wrote:
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..19d501c
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,11 @@
+BBPATH .= ":${LAYERDIR}"
+
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+       ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "efibootguard"
+BBFILE_PATTERN_efibootguard = "^${LAYERDIR}/"
+BBFILE_PRIORITY_efibootguard = "6"
+
+EFIBOOTGUARD_GPLv2_LICENSE = "${LAYERDIR}/COPYING.GPLv2"

If your don't need this variable, then you should just remove it.
This line is just useful if this licence file needs to be reference from another recipe, since the 'LAYERDIR' variable is not available in the recipe context.

+
diff --git a/kas.yml b/kas.yml
new file mode 100644
index 0000000..1205130
--- /dev/null
+++ b/kas.yml
@@ -0,0 +1,6 @@
+header:
+  version: 2 > +
+repos:
+  meta-efibootguard:
+

One of the ideas of kas is to specify the dependencies with the tested revision. This layer depends on oe-core or poky, so that should be specified.

Cheers,
Claudius

--
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: [email protected]

--
You received this message because you are subscribed to the Google Groups "EFI Boot 
Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/021974ea-f8de-cfa7-81dd-e46aeebf0d00%40siemens.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to