Skip to content

Commit

Permalink
Revert "Provide Kirkstone fixed M4 layer (#74)" (#85)
Browse files Browse the repository at this point in the history
[#71] Provide Kirkstone fixed M4 layer(revert)

This reverts commit 6d5779b.
  • Loading branch information
k-gostev authored May 9, 2024
1 parent 7a3dcd3 commit 773995d
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/local-digital-twins;protocol=https;bra
file://service.template \
"

SRCREV = "72956d7d9c74f90a2fdd30727a3dce8eddee9178"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -39,8 +39,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/local-digital-twins"
RPROVIDES:${PN} += "kanto/local-digital-twins"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${LDT_BIN_DD}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/suite-bootstrapping;protocol=https;bra
file://service.template \
"

SRCREV = "d2aaa0104c69088c7c84fbeb0b55c35e30c6448c"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -39,8 +39,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/suite-bootstrapping"
RPROVIDES:${PN} += "kanto/suite-bootstrapping"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${SB_BIN_DD}"
Expand Down
6 changes: 3 additions & 3 deletions recipes-connectivity/suite-connector/suite-connector_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/suite-connector;protocol=https;branch=
file://service.template \
"

SRCREV = "5909123155229abb93838f782d9867f814a043ee"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -40,8 +40,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/suite-connector"
RPROVIDES:${PN} += "kanto/suite-connector"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${SC_BIN_DD}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/container-management;protocol=https;br
file://service.template \
"

SRCREV = "e7fb861984deba4b7e7ba526c04ff695b1367cdc"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -48,12 +48,11 @@ FILES:${PN} += "${CM_BIN_DD}/container-management ${CM_BIN_DD}/kanto-cm"
# ensure all additional resources are properly packed in the resulting package if provided
FILES:${PN} += "${CM_CFG_DD}/container-management/config.json"

VERSION_PKG = "github.com/eclipse-kanto/container-management/containerm"
BUILD_TIME = "${@time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime())}"
BUILD_VERSION = "0.1.0-M4"
BUILD_REVISION = "${@'${SRCREV}'[:7]}"

export GO_EXTRA_LDFLAGS="-X ${VERSION_PKG}/version.GitCommit=${BUILD_REVISION} -X ${VERSION_PKG}/version.ProjectVersion=${BUILD_VERSION} -X ${VERSION_PKG}/version.APIVersion=${BUILD_VERSION} -X ${VERSION_PKG}/version.BuildTime=${BUILD_TIME}"
# VERSION_PKG = "github.com/eclipse-kanto/container-management/containerm"
# BUILD_TIME = "${@time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime())}"
# BUILD_VERSION = "0.1.0-M2"
# BUILD_REVISION = "${@'${SRCREV}'[:7]}"
# export GO_EXTRA_LDFLAGS="-X ${VERSION_PKG}/version.GitCommit=${BUILD_REVISION} -X ${VERSION_PKG}/version.ProjectVersion=${BUILD_VERSION} -X ${VERSION_PKG}/version.APIVersion=${BUILD_VERSION} -X ${VERSION_PKG}/version.BuildTime=${BUILD_TIME}"

do_install() {
install -d ${D}/${CM_BIN_DD}
Expand Down
6 changes: 3 additions & 3 deletions recipes-management/file-backup/file-backup_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/file-backup;protocol=https;branch=main
file://service.template \
"

SRCREV = "ca98d480fbc4ca59d9945a42baeb8797c275c0b6"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -37,8 +37,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/file-backup"
RPROVIDES:${PN} += "kanto/file-backup"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${FB_BIN_DD}"
Expand Down
6 changes: 3 additions & 3 deletions recipes-management/file-upload/file-upload_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/file-upload;protocol=https;branch=main
file://service.template \
"

SRCREV = "9d94211b07f6c2825ca9b26ffce0015fae785b16"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -37,8 +37,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/file-upload"
RPROVIDES:${PN} += "kanto/file-upload"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${FU_BIN_DD}"
Expand Down
6 changes: 3 additions & 3 deletions recipes-management/software-update/software-update_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/software-update;protocol=https;branch=
file://service.template \
"

SRCREV = "e59382a29230e58ff773c7ecc50a04c084542535"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -37,8 +37,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/software-update"
RPROVIDES:${PN} += "kanto/software-update"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${SU_BIN_DD}"
Expand Down
6 changes: 3 additions & 3 deletions recipes-management/update-manager/update-manager_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/update-manager;protocol=https;branch=m
file://service.template \
"

SRCREV = "c8d40ac1c11e9e713851abe506c1b5a515bfb589"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -37,8 +37,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/update-manager"
RPROVIDES:${PN} += "kanto/update-manager"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${UM_BIN_DD}"
Expand Down
6 changes: 3 additions & 3 deletions recipes-monitoring/system-metrics/system-metrics_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/eclipse-kanto/system-metrics;protocol=https;branch=m
file://service.template \
"

SRCREV = "f9811a0c55c5c3a5c2c35d2c075657942a7af21f"
SRCREV = "${AUTOREV}"

PV = "0.1.0-git${SRCPV}"

Expand Down Expand Up @@ -38,8 +38,8 @@ RDEPENDS:${PN} += "mosquitto"
PROVIDES:${PN} += "kanto/system-metrics"
RPROVIDES:${PN} += "kanto/system-metrics"

BUILD_VERSION = "0.1.0-M4"
export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"
# BUILD_VERSION = "0.1.0-M2"
# export GO_EXTRA_LDFLAGS="-X main.version=${BUILD_VERSION}"

do_install() {
install -d "${D}/${SM_BIN_DD}"
Expand Down

0 comments on commit 773995d

Please sign in to comment.