Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae1b5a1acf |
18
conf/layer.conf
Normal file
18
conf/layer.conf
Normal 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"
|
||||||
8
recipes-core/images/helium-image-ox64.bb
Normal file
8
recipes-core/images/helium-image-ox64.bb
Normal 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 += " \
|
||||||
|
"
|
||||||
Loading…
x
Reference in New Issue
Block a user