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

Initial stub for the new Elphel 393 OpenEmbedded layer

parents
Loading
Loading
Loading
Loading

LICENSE

0 → 100644
+1499 −0

File added.

Preview size limit exceeded, changes collapsed.

README.md

0 → 100644
+10 −0
Original line number Diff line number Diff line
# 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**

conf/layer.conf

0 → 100644
+15 −0
Original line number Diff line number Diff line
# 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"
+0 −0

Empty file added.