Commit f719de39 authored by Paulo Henrique Silva's avatar Paulo Henrique Silva

Initial stub for the new Elphel 393 OpenEmbedded layer

parents
This diff is collapsed.
# meta-elphel393
***
This layer provides official support for Elphel Inc. reconfigurable cameras.
**
## Supported boards/machines
Camera boards to be supported by this layer:
* **Elphel NC393**
# 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 += "elphel393"
BBFILE_PATTERN_elphel393 = "^${LAYERDIR}/"
BBFILE_PRIORITY_elphel393 = "8"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_elphel393 = "1"
LAYERDEPENDS_elphel393 = "core"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment