-
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.
refactor(distrib): installers renaming and corrected metadata (#5609)
* style: added comments for better reachability Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): renamed generic-aarch64 profiles into aarch64 Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): renamed generic-arm32 profiles into armhf Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): renamed generic-x86_64 profiles into x86_64 Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): removed Java version check in launch scripts, added opens in launch config Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): installer metadata changes for aarch64 Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): installer metadata changes for armhf Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): installer metadata changes for x86_64 Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): removed non-existing references to kura.init files in ant script Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): changed kura.os.version from raspbian to Linux Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): fixed Maintainer metadata field Signed-off-by: Marcello Rinaldo Martina <[email protected]> * feat(distrib): added Homepage metadata field Signed-off-by: Marcello Rinaldo Martina <[email protected]> * refactor(distrib): changed kura.os.version from linux to debian Signed-off-by: Marcello Rinaldo Martina <[email protected]> * fix(distrib): corrected nn profiles names Signed-off-by: Marcello Rinaldo Martina <[email protected]> * fix(distrib): corrected docker metadata Signed-off-by: Marcello Rinaldo Martina <[email protected]> * fix(distrib): changed installer .deb names to match <pack-name>_<version>_<deb-arch>.deb Signed-off-by: Marcello Rinaldo Martina <[email protected]> * fix: removing wrong commited files Signed-off-by: Marcello Rinaldo Martina <[email protected]> --------- Signed-off-by: Marcello Rinaldo Martina <[email protected]>
- Loading branch information
1 parent
ee6e4e9
commit 758702c
Showing
63 changed files
with
151 additions
and
148 deletions.
There are no files selected for viewing
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.
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: 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.
File renamed without changes.
File renamed without changes.