Skip to content

Commit

Permalink
Remove Google Coral support
Browse files Browse the repository at this point in the history
Moving this support to the versions of bookworm is unrealistic, also due
to lacking support from upstream Coral. Therefore, we decided to
discontinue the support with the switch to Debian 12.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka authored and BaochengSu committed Jun 25, 2023
1 parent 036dd88 commit cde8531
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 45 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
build/
isar/
/cip-core
/meta-coral
recipes-core/customizations-base/local.inc
.config.yaml*
12 changes: 0 additions & 12 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ config KAS_INCLUDE_RT
default "kas/opt/preempt-rt.yml"
depends on PREEMPT_RT

config CORAL
bool "Google Coral Edge TPU support"
default y
help
Add driver and libraries to use a Google Coral Edge TPU accelerator
card if it is installed in the IOT2050 extension slot.

config KAS_INCLUDE_NO_CORAL
string
default "kas/opt/no-coral.yml"
depends on !CORAL

config DOCKER
bool "Docker support"
default n
Expand Down
4 changes: 0 additions & 4 deletions kas/iot2050.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ repos:
patches:
optee-os-tadevkit:
path: isar-patches/0001-optee-os-Add-package-optee-os-tadevkit.patch

meta-coral:
url: https://github.com/siemens/meta-coral
refspec: 1ffa0aa8d3f4c0427bf274c0e0280ef7553adc96

cip-core:
url: https://gitlab.com/cip-project/cip-core/isar-cip-core.git
Expand Down
16 changes: 0 additions & 16 deletions kas/opt/no-coral.yml

This file was deleted.

6 changes: 0 additions & 6 deletions recipes-core/images/iot2050-image-example.bb
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ IMAGE_INSTALL += " \
optee-client-dev \
tee-supplicant \
"

IOT2050_CORAL_SUPPORT ?= "1"

IMAGE_INSTALL += " \
${@ '${IOT2050_CORAL_PACKAGES}' \
if d.getVar('IOT2050_CORAL_SUPPORT') == '1' else ''}"
6 changes: 0 additions & 6 deletions recipes-core/images/iot2050-package-selections.inc
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,3 @@ IOT2050_DEBIAN_DOCKER_PACKAGES = " \
docker.io \
docker-compose \
"
# coral support
IOT2050_CORAL_PACKAGES = " \
python3-pycoral \
pycoral-examples \
gasket-module-${KERNEL_NAME} \
"

0 comments on commit cde8531

Please sign in to comment.