Skip to content

Commit

Permalink
Use thin-edge 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravo555 committed Nov 2, 2022
1 parent dfe0e51 commit b73057b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get c8y_configuration_plugin could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/c8y_configuration_plugin/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "plugins/c8y_configuration_plugin"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/c8y-log-plugin/c8y-log-plugin_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get c8y_log_plugin could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/c8y_log_plugin/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "plugins/c8y_log_plugin"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge-agent/tedge-agent_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge_agent could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge_agent/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "crates/core/tedge_agent"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge-apama-plugin/tedge-apama-plugin_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge_apama_plugin could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge_apama_plugin/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "plugins/tedge_apama_plugin"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge-apt-plugin/tedge-apt-plugin_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge_apt_plugin could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge_apt_plugin/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "plugins/tedge_apt_plugin"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge-dummy-plugin/tedge-dummy-plugin_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge_dummy_plugin could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge_dummy_plugin/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "plugins/tedge_dummy_plugin"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge-mapper/tedge-mapper_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge_mapper could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge_mapper/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "crates/core/tedge_mapper"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge-watchdog/tedge-watchdog_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge_watchdog could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge_watchdog/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "crates/core/tedge_watchdog"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down
5 changes: 2 additions & 3 deletions recipes-tedge/tedge/tedge_0.8.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ inherit cargo

# how to get tedge could be as easy as but default to a git checkout:
# SRC_URI += "crate://crates.io/tedge/0.8.0"
SRC_URI += "git://git@github.com/thin-edge/thin-edge.io.git;protocol=ssh;nobranch=1;branch=main"
SRCREV = "a8afc3c583113220bf4462945b2c908c80ee1acd"
SRC_URI += "git://github.com/thin-edge/thin-edge.io.git;protocol=https;nobranch=1;branch=${PV}"
SRCREV = "79e3bfa80f96e48546c26a1c9e78a0977632f6d9"
S = "${WORKDIR}/git"
CARGO_SRC_DIR = "crates/core/tedge"
PV:append = ".AUTOINC+a8afc3c583"

# please note if you have entries that do not begin with crate://
# you must change them to how that package can be fetched
Expand Down

0 comments on commit b73057b

Please sign in to comment.