-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into partial-snapshot-download
- Loading branch information
Showing
71 changed files
with
199 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ Additionally, we provide two channels for reporting any issue you find with the | |
Install | ||
------- | ||
|
||
Eclipse Kura™ is compatible with Java 8 and Java 17. | ||
Eclipse Kura™ is compatible with Java 17. | ||
|
||
### Target Gateways Installers | ||
Eclipse Kura™ provides pre-built installers for common development boards. Check the following [link](https://www.eclipse.org/kura/downloads.php) to download the desired installers. | ||
|
@@ -66,7 +66,7 @@ Build | |
### Prerequisites | ||
|
||
In order to be able to build Eclipse Kura™ on your development machine, you need to have the following programs installed in your system: | ||
* JDK 1.8 | ||
* JDK 17 | ||
* Maven 3.5.x | ||
|
||
<details> | ||
|
@@ -76,7 +76,7 @@ In order to be able to build Eclipse Kura™ on your development machine, you ne | |
|
||
</summary> | ||
|
||
To install Java 8, download the JDK tar archive from the [Adoptium Project Repository](https://adoptium.net/releases.html?variant=openjdk8&jvmVariant=hotspot). | ||
To install Java 17, download the JDK tar archive from the [Adoptium Project Repository](https://adoptium.net/en-GB/temurin/releases/?variant=openjdk8&jvmVariant=hotspot&version=17). | ||
|
||
Once downloaded, copy the tar archive in `/Library/Java/JavaVirtualMachines/` and cd into it. Unpack the archive with the following command: | ||
|
||
|
@@ -89,10 +89,7 @@ The tar archive can be deleted afterwards. | |
Depending on which terminal you are using, edit the profiles (.zshrc, .profile, .bash_profile) to contain: | ||
|
||
```bash | ||
# Adoptium JDK 8 | ||
export JAVA_8_HOME=/Library/Java/JavaVirtualMachines/<archive-name>/Contents/Home | ||
alias java8='export JAVA_HOME=$JAVA_8_HOME' | ||
java8 | ||
export JAVA_HOME=/Library/Java/JavaVirtualMachines/<archive-name>/Contents/Home | ||
``` | ||
|
||
Reload the terminal and run `java -version` to make sure it is installed correctly. | ||
|
@@ -119,7 +116,7 @@ export PATH="/usr/local/opt/[email protected]/bin:$PATH" | |
|
||
For Java | ||
```bash | ||
sudo apt install openjdk-8-jdk | ||
sudo apt install openjdk-17-jdk | ||
``` | ||
For Maven | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,20 @@ | |
# Contributors: | ||
# Eurotech | ||
# | ||
Package: kura | ||
Package: kura-nn | ||
Version: [[project.version]] | ||
Section: misc | ||
Priority: low | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | temurin-8-jdk, | ||
Section: admin | ||
Priority: optional | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk, | ||
setserial, zip, gzip, unzip, procps, usbutils, socat, gawk, sed, inetutils-telnet, | ||
polkit | policykit-1, ssh | openssh, openssl, busybox, openvpn, | ||
bluez | bluez5, bluez-hcidump | bluez5-noinst-tools, | ||
ntpdate, chrony, chronyc | chrony, cron | cronie, logrotate, gpsd, python3 | ||
Architecture: all | ||
Maintainer: [email protected] | ||
Description: Kura is an inclusive software framework that puts a layer | ||
Architecture: arm64 | ||
Maintainer: Eclipse Kura Developers <[email protected]> | ||
Homepage: https://eclipse-kura.github.io/kura/ | ||
Description: Open-source IoT edge framework based on Java/OSGi | ||
Kura is an inclusive software framework that puts a layer | ||
between the operating system and the customer application, with industry | ||
standard interfaces that shorten custom development time, simplified coding | ||
and software that can be easily ported from one hardware platform | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,20 @@ | |
# | ||
Package: kura | ||
Version: [[project.version]] | ||
Section: misc | ||
Priority: low | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | temurin-8-jdk, | ||
Section: admin | ||
Priority: optional | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk, | ||
setserial, zip, gzip, unzip, procps, usbutils, socat, gawk, sed, inetutils-telnet, | ||
polkit | policykit-1, ssh | openssh, openssl, busybox, openvpn, | ||
bluez | bluez5, bluez-hcidump | bluez5-noinst-tools, | ||
ntpdate, chrony, chronyc | chrony, cron | cronie, | ||
network-manager | networkmanager, bind9 | bind, dnsmasq | isc-dhcp-server, isc-dhcp-client | dhcpcd, iw, iptables, modemmanager, | ||
logrotate, gpsd, python3 | ||
Architecture: all | ||
Maintainer: [email protected] | ||
Description: Kura is an inclusive software framework that puts a layer | ||
Architecture: arm64 | ||
Maintainer: Eclipse Kura Developers <[email protected]> | ||
Homepage: https://eclipse-kura.github.io/kura/ | ||
Description: Open-source IoT edge framework based on Java/OSGi | ||
Kura is an inclusive software framework that puts a layer | ||
between the operating system and the customer application, with industry | ||
standard interfaces that shorten custom development time, simplified coding | ||
and software that can be easily ported from one hardware platform | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,20 @@ | |
# Contributors: | ||
# Eurotech | ||
# | ||
Package: kura | ||
Package: kura-nn | ||
Version: [[project.version]] | ||
Section: misc | ||
Priority: low | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | temurin-8-jdk, | ||
Section: admin | ||
Priority: optional | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk, | ||
setserial, zip, gzip, unzip, procps, usbutils, socat, gawk, sed, inetutils-telnet, | ||
polkit | policykit-1, ssh | openssh, openssl, busybox, openvpn, | ||
bluez | bluez5, bluez-hcidump | bluez5-noinst-tools, | ||
ntpdate, chrony, chronyc | chrony, cron | cronie, logrotate, gpsd, python3 | ||
Architecture: all | ||
Maintainer: [email protected] | ||
Description: Kura is an inclusive software framework that puts a layer | ||
Architecture: armhf | ||
Maintainer: Eclipse Kura Developers <[email protected]> | ||
Homepage: https://eclipse-kura.github.io/kura/ | ||
Description: Open-source IoT edge framework based on Java/OSGi | ||
Kura is an inclusive software framework that puts a layer | ||
between the operating system and the customer application, with industry | ||
standard interfaces that shorten custom development time, simplified coding | ||
and software that can be easily ported from one hardware platform | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,18 +12,20 @@ | |
# | ||
Package: kura | ||
Version: [[project.version]] | ||
Section: misc | ||
Priority: low | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | temurin-8-jdk, | ||
Section: admin | ||
Priority: optional | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk, | ||
setserial, zip, gzip, unzip, procps, usbutils, socat, gawk, sed, inetutils-telnet, | ||
polkit | policykit-1, ssh | openssh, openssl, busybox, openvpn, | ||
bluez | bluez5, bluez-hcidump | bluez5-noinst-tools, | ||
ntpdate, chrony, chronyc | chrony, cron | cronie, | ||
network-manager | networkmanager, bind9 | bind, dnsmasq | isc-dhcp-server, isc-dhcp-client | dhcpcd, iw, iptables, modemmanager, | ||
logrotate, gpsd, python3 | ||
Architecture: all | ||
Maintainer: [email protected] | ||
Description: Kura is an inclusive software framework that puts a layer | ||
Architecture: armhf | ||
Maintainer: Eclipse Kura Developers <[email protected]> | ||
Homepage: https://eclipse-kura.github.io/kura/ | ||
Description: Open-source IoT edge framework based on Java/OSGi | ||
Kura is an inclusive software framework that puts a layer | ||
between the operating system and the customer application, with industry | ||
standard interfaces that shorten custom development time, simplified coding | ||
and software that can be easily ported from one hardware platform | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 21 additions & 7 deletions
28
kura/distrib/src/main/resources/docker-x86_64-nn/deb/control/control
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
Package: kura | ||
# | ||
# Copyright (c) 2024 Eurotech and/or its affiliates and others | ||
# | ||
# This program and the accompanying materials are made | ||
# available under the terms of the Eclipse Public License 2.0 | ||
# which is available at https://www.eclipse.org/legal/epl-2.0/ | ||
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
# | ||
# Contributors: | ||
# Eurotech | ||
# | ||
Package: kura-nn | ||
Version: [[project.version]] | ||
Section: misc | ||
Priority: low | ||
Section: admin | ||
Priority: optional | ||
Depends: dos2unix, unzip, | ||
telnet, bluez-hcidump, | ||
bluez, chrony, ntpdate, | ||
openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | temurin-8-jdk, | ||
openjdk-17-jre-headless | temurin-17-jdk, | ||
cron | ||
Architecture: all | ||
Maintainer: [email protected] | ||
Description: Kura is an inclusive software framework that puts a layer | ||
Architecture: amd64 | ||
Maintainer: Eclipse Kura Developers <[email protected]> | ||
Homepage: https://eclipse-kura.github.io/kura/ | ||
Description: Open-source IoT edge framework based on Java/OSGi | ||
Kura is an inclusive software framework that puts a layer | ||
between the operating system and the customer application, with industry | ||
standard interfaces that shorten custom development time, simplified coding | ||
and software that can be easily ported from one hardware platform | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,20 @@ | |
# Contributors: | ||
# Eurotech | ||
# | ||
Package: kura | ||
Package: kura-nn | ||
Version: [[project.version]] | ||
Section: misc | ||
Priority: low | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk | openjdk-8-jre-headless | temurin-8-jdk, | ||
Section: admin | ||
Priority: optional | ||
Depends: openjdk-17-jre-headless | temurin-17-jdk, | ||
setserial, zip, gzip, unzip, procps, usbutils, socat, gawk, sed, inetutils-telnet, | ||
polkit | policykit-1, ssh | openssh, openssl, busybox, openvpn, | ||
bluez | bluez5, bluez-hcidump | bluez5-noinst-tools, | ||
ntpdate, chrony, chronyc | chrony, cron | cronie, logrotate, gpsd, python3 | ||
Architecture: all | ||
Maintainer: [email protected] | ||
Description: Kura is an inclusive software framework that puts a layer | ||
Architecture: amd64 | ||
Maintainer: Eclipse Kura Developers <[email protected]> | ||
Homepage: https://eclipse-kura.github.io/kura/ | ||
Description: Open-source IoT edge framework based on Java/OSGi | ||
Kura is an inclusive software framework that puts a layer | ||
between the operating system and the customer application, with industry | ||
standard interfaces that shorten custom development time, simplified coding | ||
and software that can be easily ported from one hardware platform | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.