Skip to content

Commit

Permalink
Add support for Hailo Card
Browse files Browse the repository at this point in the history
This includes the following main components:

- hailo-pci (OSS kernel module)
- hailo-firmware (proprietary firmware for hailo8 chip)
- hailort (Userspace Libraries)
  - hailortcli (tool)
  - hailort (service)
  - libhailort (c library)
  - libhailort-dev (dev package)
  - python3-hailort (python library)
  - libgsthailo (gstreamer element)

Signed-off-by: Li Hua Qian <[email protected]>
  • Loading branch information
huaqianli committed Nov 15, 2024
1 parent 088f2a9 commit b575abf
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kas/iot2050.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ repos:
url: https://gitlab.com/cip-project/cip-core/isar-cip-core.git
commit: bafd102601ae21c2b2643d536d62fb7cc5f98767

meta-hailo:
path: ${TOPDIR}/../meta-hailo

local_conf_header:
standard: |
CONF_VERSION = "1"
Expand Down
16 changes: 16 additions & 0 deletions kas/opt/meta-hailo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Copyright (c) Siemens AG, 2024
#
# Authors:
# Li Hua Qian <[email protected]>
#
# This file is subject to the terms and conditions of the MIT License. See
# COPYING.MIT file in the top-level directory.
#

header:
version: 14

repos:
meta-hailo:
path: ${TOPDIR}/../meta-hailo
1 change: 1 addition & 0 deletions meta-hailo
Submodule meta-hailo added at f9ad9e
9 changes: 9 additions & 0 deletions recipes-core/images/iot2050-image-example.bb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ IMAGE_INSTALL += " \
tee-supplicant \
iot2050-event-record \
linux-headers-${KERNEL_NAME} \
hailo-pci-${KERNEL_NAME} \
hailo-firmware \
hailortcli \
libhailort \
libhailort-dev \
libgsthailo \
libgsthailo-dev \
python3-hailort \
hailort \
"

IOT2050_NODE_RED_SUPPORT ?= "1"
Expand Down

0 comments on commit b575abf

Please sign in to comment.