diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..ea56b3b --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,18 @@ +# 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 += "helium-ox64" +BBFILE_PATTERN_helium-ox64 = "^${LAYERDIR}/" +BBFILE_PRIORITY_helium-ox64 = "6" + +# This should only be incremented on significant changes that will +# cause compatibility issues with other layers +LAYERVERSION_helium-ox64 = "2" + + +LAYERDEPENDS_helium-ox64 = "core ox64-bsp helium" +LAYERSERIES_COMPAT_helium-ox64 = "scarthgap" diff --git a/recipes-core/images/helium-image-ox64.bb b/recipes-core/images/helium-image-ox64.bb new file mode 100644 index 0000000..ce244d3 --- /dev/null +++ b/recipes-core/images/helium-image-ox64.bb @@ -0,0 +1,8 @@ +SUMMARY = "Helium image for Ox64" +LICENSE = "MIT" + +require recipes-core/images/helium-image-default.bb +require recipes-core/images/ox64-image-default.bb + +IMAGE_INSTALL += " \ +"