Compare commits

...

1 Commits

Author SHA1 Message Date
ae1b5a1acf add empty Helium Ox64 image 2024-08-31 17:07:28 +02:00
2 changed files with 26 additions and 0 deletions

18
conf/layer.conf Normal file
View File

@ -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"

View File

@ -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 += " \
"